01JZ1DTWGY59F7XZBNCC6P5S3C: build-and-test (helios)

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

Buildomat Job: 01JZ1DVM859B9Q8TKXFSWTJQ9D

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-06-30T22:04:21.434Zjob assigned to worker 01JZ1DVQFDEBXMAQQ9ERH6SKDT [factory aws, i-0220824e4558c1ba6] (queued for 55 s)
 
22025-06-30T22:04:29.938Zstarting task 0: "setup"
32025-06-30T22:04:29.943Z++ uname -s
42025-06-30T22:04:29.946Z+ kern=SunOS
52025-06-30T22:04:29.946Z+ build_user=build
62025-06-30T22:04:29.946Z+ build_uid=12345
72025-06-30T22:04:29.946Z+ work_dir=/work
82025-06-30T22:04:29.946Z+ input_dir=/input
92025-06-30T22:04:29.946Z+ [[ 0 == 12345 ]]
102025-06-30T22:04:29.946Z+ case "$kern" in
112025-06-30T22:04:29.946Z+ groupadd -g 12345 build
122025-06-30T22:04:29.949Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-06-30T22:04:31.956Z+ zfs create -o mountpoint=/work rpool/work
142025-06-30T22:04:32.070Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-06-30T22:04:32.073Z+ home_fs=zfs
162025-06-30T22:04:32.073Z+ [[ zfs == autofs ]]
172025-06-30T22:04:32.073Z+ mkdir -p /home/build
182025-06-30T22:04:32.076Z+ chown build:build /home/build /work
192025-06-30T22:04:34.077Z+ chmod 0700 /home/build /work
202025-06-30T22:04:34.081Zprocess exited: duration 4143 ms, exit code 0
 
212025-06-30T22:04:34.088Zstarting task 1: "rust-toolchain"
222025-06-30T22:04:34.094Z+ printf ' * rust toolchain channel = "%s"\n' 1.87.0
232025-06-30T22:04:34.094Z * rust toolchain channel = "1.87.0"
242025-06-30T22:04:34.094Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-06-30T22:04:34.094Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262025-06-30T22:04:34.094Z * rust toolchain profile = "default"
272025-06-30T22:04:34.094Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-06-30T22:04:34.097Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-06-30T22:04:34.097Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.87.0 --profile default
302025-06-30T22:04:34.191Zinfo: downloading installer
312025-06-30T22:04:35.382Zwarn: It looks like you have an existing installation of Rust at:
322025-06-30T22:04:35.382Zwarn: /opt/ooce/bin
332025-06-30T22:04:35.382Zwarn: It is recommended that rustup be the primary Rust installation.
342025-06-30T22:04:35.382Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-06-30T22:04:35.382Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-06-30T22:04:35.382Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-06-30T22:04:35.382Zwarn: or pass `-y' to ignore all ignorable checks.
382025-06-30T22:04:35.382Zerror: cannot install while Rust is installed
392025-06-30T22:04:35.382Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-06-30T22:04:35.395Zinfo: profile set to 'default'
412025-06-30T22:04:35.395Zinfo: default host triple is x86_64-unknown-illumos
422025-06-30T22:04:35.399Zinfo: syncing channel updates for '1.87.0-x86_64-unknown-illumos'
432025-06-30T22:04:35.567Zinfo: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09)
442025-06-30T22:04:35.567Zinfo: downloading component 'cargo'
452025-06-30T22:04:36.348Zinfo: downloading component 'clippy'
462025-06-30T22:04:36.734Zinfo: downloading component 'rust-docs'
472025-06-30T22:04:37.921Zinfo: downloading component 'rust-std'
482025-06-30T22:04:39.561Zinfo: downloading component 'rustc'
492025-06-30T22:04:45.545Zinfo: downloading component 'rustfmt'
502025-06-30T22:04:45.778Zinfo: installing component 'cargo'
512025-06-30T22:04:46.648Zinfo: installing component 'clippy'
522025-06-30T22:04:47.051Zinfo: installing component 'rust-docs'
532025-06-30T22:04:48.892Zinfo: installing component 'rust-std'
542025-06-30T22:04:50.779Zinfo: installing component 'rustc'
552025-06-30T22:04:57.318Zinfo: installing component 'rustfmt'
562025-06-30T22:04:57.647Zinfo: default toolchain set to '1.87.0-x86_64-unknown-illumos'
572025-06-30T22:04:57.647Z
582025-06-30T22:04:58.059Z 1.87.0-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09)
592025-06-30T22:04:58.059Z
602025-06-30T22:04:58.063Z
612025-06-30T22:04:58.063ZRust is installed now. Great!
622025-06-30T22:04:58.063Z
632025-06-30T22:04:58.063ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-06-30T22:04:58.063Zenvironment variable. This has not been done automatically.
652025-06-30T22:04:58.063Z
662025-06-30T22:04:58.063ZTo configure your current shell, you need to source
672025-06-30T22:04:58.063Zthe corresponding env file under $HOME/.cargo.
682025-06-30T22:04:58.063Z
692025-06-30T22:04:58.063ZThis is usually done by running one of the following (note the leading DOT):
702025-06-30T22:04:58.063Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-06-30T22:04:58.063Zsource "$HOME/.cargo/env.fish" # For fish
722025-06-30T22:04:58.063Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-06-30T22:04:58.152Z+ rustup --version
742025-06-30T22:04:58.164Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-06-30T22:04:58.167Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-06-30T22:04:58.242Zinfo: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)`
772025-06-30T22:04:58.245Z+ cargo --version
782025-06-30T22:04:58.309Zcargo 1.87.0 (99624be96 2025-05-06)
792025-06-30T22:04:58.312Z+ rustc --version
802025-06-30T22:04:58.379Zrustc 1.87.0 (17067e9ac 2025-05-09)
812025-06-30T22:04:58.383Zprocess exited: duration 24292 ms, exit code 0
 
822025-06-30T22:04:58.391Zstarting task 2: "authentication"
832025-06-30T22:04:58.413Zprocess exited: duration 22 ms, exit code 0
 
842025-06-30T22:04:58.422Zstarting task 3: "clone repository"
852025-06-30T22:04:58.426Z+ mkdir -p /work/oxidecomputer/omicron
862025-06-30T22:04:58.429Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-06-30T22:04:58.482ZCloning into '/work/oxidecomputer/omicron'...
882025-06-30T22:05:06.800Z+ cd /work/oxidecomputer/omicron
892025-06-30T22:05:06.807Z+ git fetch origin d64b132bf067cb012ab527523917442e73126aa8
902025-06-30T22:05:07.127ZFrom https://github.com/oxidecomputer/omicron
912025-06-30T22:05:07.127Z * branch d64b132bf067cb012ab527523917442e73126aa8 -> FETCH_HEAD
922025-06-30T22:05:07.142Z+ [[ -n dap/mgs-qorb-fix ]]
932025-06-30T22:05:07.143Z++ git branch --show-current
942025-06-30T22:05:07.154Z+ current=main
952025-06-30T22:05:07.154Z+ [[ main != dap/mgs-qorb-fix ]]
962025-06-30T22:05:07.155Z+ git branch -f dap/mgs-qorb-fix d64b132bf067cb012ab527523917442e73126aa8
972025-06-30T22:05:07.155Z+ git checkout -f dap/mgs-qorb-fix
982025-06-30T22:05:07.388ZSwitched to branch 'dap/mgs-qorb-fix'
992025-06-30T22:05:07.455Z+ git reset --hard d64b132bf067cb012ab527523917442e73126aa8
1002025-06-30T22:05:07.456ZHEAD is now at d64b132bf Merge branch 'dap/mgs-update-db' into dap/mgs-qorb-fix
1012025-06-30T22:05:07.456Zprocess exited: duration 8959 ms, exit code 0
 
1022025-06-30T22:05:07.501Zstarting task 4: "build"
1032025-06-30T22:05:07.561Z+ source ./env.sh
1042025-06-30T22:05:07.561Z++ OLD_SHELL_OPTS=ehxB
1052025-06-30T22:05:07.561Z++ set -o xtrace
1062025-06-30T22:05:07.561Z++++ dirname ./env.sh
1072025-06-30T22:05:07.561Z+++ readlink -f .
1082025-06-30T22:05:07.561Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092025-06-30T22:05:07.561Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102025-06-30T22:05:07.562Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112025-06-30T22:05:07.562Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122025-06-30T22:05:07.562Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132025-06-30T22:05:07.562Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142025-06-30T22:05:07.562Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152025-06-30T22:05:07.562Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162025-06-30T22:05:07.562Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172025-06-30T22:05:07.562Z++ case $OLD_SHELL_OPTS in
1182025-06-30T22:05:07.562Z++ unset OLD_SHELL_OPTS OMICRON_WS
1192025-06-30T22:05:07.562Z+ source .github/buildomat/ci-env.sh
1202025-06-30T22:05:07.562Z++ export CARGO_TERM_COLOR=always
1212025-06-30T22:05:07.563Z++ CARGO_TERM_COLOR=always
1222025-06-30T22:05:07.563Z+ target_os=illumos
1232025-06-30T22:05:07.563Z+ NEXTEST_VERSION=0.9.98
1242025-06-30T22:05:07.563Z+ cargo --version
1252025-06-30T22:05:07.594Zcargo 1.87.0 (99624be96 2025-05-06)
1262025-06-30T22:05:07.595Z+ rustc --version
1272025-06-30T22:05:07.635Zrustc 1.87.0 (17067e9ac 2025-05-09)
1282025-06-30T22:05:07.646Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.98/illumos
1292025-06-30T22:05:07.646Z+ gunzip
1302025-06-30T22:05:07.646Z+ tar -xvf - -C /home/build/.cargo/bin
1312025-06-30T22:05:08.644Zx cargo-nextest, 18644352 bytes, 36415 tape blocks
1322025-06-30T22:05:08.647Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1332025-06-30T22:05:08.647Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1342025-06-30T22:05:08.647Ztests will store ephemeral output in /var/tmp/omicron_tmp
1352025-06-30T22:05:08.647Z+ mkdir /var/tmp/omicron_tmp
1362025-06-30T22:05:08.647Z+ OUTPUT_DIR=/work
1372025-06-30T22:05:08.647Z+ echo 'tests will store non-ephemeral output in /work'
1382025-06-30T22:05:08.647Ztests will store non-ephemeral output in /work
1392025-06-30T22:05:08.647Z+ mkdir -p /work
1402025-06-30T22:05:08.647Z+ banner prerequisites
1412025-06-30T22:05:08.650Z
1422025-06-30T22:05:08.650Z ##### ##### ###### ##### ###### #### # # # #### #
1432025-06-30T22:05:08.650Z # # # # # # # # # # # # # # #
1442025-06-30T22:05:08.650Z # # # # ##### # # ##### # # # # # #### #
1452025-06-30T22:05:08.650Z ##### ##### # ##### # # # # # # # # #
1462025-06-30T22:05:08.650Z # # # # # # # # # # # # # # #
1472025-06-30T22:05:08.650Z # # # ###### # # ###### ### # #### # #### #
1482025-06-30T22:05:08.650Z
1492025-06-30T22:05:08.651Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1502025-06-30T22:05:18.842Z Startup: Refreshing catalog 'helios-dev' ... Done
1512025-06-30T22:05:25.821Z Startup: Caching catalogs ... Done
1522025-06-30T22:05:29.733ZPlanning: Solver setup ... Done (2.613s)
1532025-06-30T22:05:29.756ZPlanning: Running solver ... Done (0.023s)
1542025-06-30T22:05:29.841ZPlanning: Finding local manifests ... Done (0.004s)
1552025-06-30T22:05:29.854ZPlanning: Fetching manifests: 0/4 0% complete
1562025-06-30T22:05:29.995ZPlanning: Fetching manifests: 4/4 100% complete
1572025-06-30T22:05:30.044ZPlanning: Package planning ... Done (0.048s)
1582025-06-30T22:05:30.095ZPlanning: Merging actions ... Done (0.052s)
1592025-06-30T22:05:30.401ZPlanning: Checking for conflicting actions ... Done (0.305s)
1602025-06-30T22:05:30.412ZPlanning: Consolidating action changes ... Done (0.011s)
1612025-06-30T22:05:31.479ZPlanning: Evaluating mediators ... Done (1.068s)
1622025-06-30T22:05:31.489ZPlanning: Planning completed in 5.54 seconds
1632025-06-30T22:05:31.621Z Packages to install: 4
1642025-06-30T22:05:31.624Z Mediators to change: 2
1652025-06-30T22:05:31.624Z Services to change: 1
1662025-06-30T22:05:31.624Z Estimated space available: 155.49 GB
1672025-06-30T22:05:31.624ZEstimated space to be consumed: 1.69 GB
1682025-06-30T22:05:31.624Z Create boot environment: No
1692025-06-30T22:05:31.624ZCreate backup boot environment: No
1702025-06-30T22:05:31.624Z Rebuild boot archive: No
1712025-06-30T22:05:31.624Z
1722025-06-30T22:05:31.624ZChanged mediators:
1732025-06-30T22:05:31.624Z mediator clang:
1742025-06-30T22:05:31.624Z version: None -> 15 (system default)
1752025-06-30T22:05:31.624Z
1762025-06-30T22:05:31.624Z mediator llvm:
1772025-06-30T22:05:31.625Z version: 14 (system default) -> 15 (system default)
1782025-06-30T22:05:31.625Z
1792025-06-30T22:05:31.625ZChanged packages:
1802025-06-30T22:05:31.625Zhelios-dev
1812025-06-30T22:05:31.625Z developer/build-essential
1822025-06-30T22:05:31.625Z None -> 11-2.0
1832025-06-30T22:05:31.625Z library/libxmlsec1
1842025-06-30T22:05:31.625Z None -> 1.2.35-2.0
1852025-06-30T22:05:31.625Z ooce/developer/clang-15
1862025-06-30T22:05:31.625Z None -> 15.0.7-2.0
1872025-06-30T22:05:31.625Z ooce/developer/llvm-15
1882025-06-30T22:05:31.625Z None -> 15.0.7-2.0
1892025-06-30T22:05:31.625Z
1902025-06-30T22:05:31.625ZServices:
1912025-06-30T22:05:31.625Z restart_fmri:
1922025-06-30T22:05:31.625Z svc:/system/update-man-index:default
1932025-06-30T22:05:31.678Z
1942025-06-30T22:05:31.678ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1952025-06-30T22:05:36.679ZDownload: 2808/3290 items 120.8/212.6MB 56% complete (24.3M/s)
1962025-06-30T22:05:39.274ZDownload: Completed 212.60 MB in 7.60 seconds (28.0M/s)
1972025-06-30T22:05:40.551Z Actions: 1/3689 actions (Installing new actions)
1982025-06-30T22:05:45.116Z Actions: Completed 3689 actions in 4.57 seconds.
1992025-06-30T22:05:45.451Z Done (0.332s)
2002025-06-30T22:05:45.451Z Done (0.000s)
2012025-06-30T22:05:46.269Z Done (0.817s)
2022025-06-30T22:05:50.754Z Done (4.184s)
2032025-06-30T22:05:50.841Z Done (0.021s)
2042025-06-30T22:05:50.844Z Done (0.000s)
2052025-06-30T22:05:50.995Z Done (0.000s)
2062025-06-30T22:05:51.831ZPlanning: Evaluating mediator changes ... Done
2072025-06-30T22:05:51.980ZPlanning: Checking for conflicting actions ... Done
2082025-06-30T22:05:51.985ZPlanning: Consolidating action changes ... Done
2092025-06-30T22:05:52.258ZPlanning: Evaluating mediators ... Done
2102025-06-30T22:05:52.261ZPlanning: Planning completed in 0.44 seconds
2112025-06-30T22:05:52.296Z Mediators to change: 2
2122025-06-30T22:05:52.296Z Create boot environment: No
2132025-06-30T22:05:52.304ZCreate backup boot environment: No
2142025-06-30T22:05:52.441Z Done
2152025-06-30T22:05:52.441Z Done
2162025-06-30T22:05:53.024Z Done
2172025-06-30T22:05:56.638Z Done
2182025-06-30T22:05:56.725Z Done
2192025-06-30T22:05:56.735Z Done
2202025-06-30T22:05:56.884Z Done
2212025-06-30T22:05:57.503ZPlanning: Evaluating mediator changes ... Done
2222025-06-30T22:05:57.507ZPlanning: Merging actions ... Done
2232025-06-30T22:05:57.690ZPlanning: Checking for conflicting actions ... Done
2242025-06-30T22:05:57.694ZPlanning: Consolidating action changes ... Done
2252025-06-30T22:05:57.954ZPlanning: Evaluating mediators ... Done
2262025-06-30T22:05:58.008ZPlanning: Planning completed in 0.75 seconds
2272025-06-30T22:05:58.043Z Packages to change: 1
2282025-06-30T22:05:58.044Z Mediators to change: 1
2292025-06-30T22:05:58.046Z Services to change: 1
2302025-06-30T22:05:58.047Z Create boot environment: No
2312025-06-30T22:05:58.047ZCreate backup boot environment: Yes
2322025-06-30T22:06:00.350Z Actions: 1/6 actions (Updating modified actions)
2332025-06-30T22:06:00.353Z Actions: Completed 6 actions in 0.00 seconds.
2342025-06-30T22:06:00.353Z Done
2352025-06-30T22:06:00.353Z Done
2362025-06-30T22:06:00.524Z Done
2372025-06-30T22:06:04.089Z Done
2382025-06-30T22:06:04.177Z Done
2392025-06-30T22:06:04.182Z Done
2402025-06-30T22:06:04.839Z Done
2412025-06-30T22:06:04.879ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2422025-06-30T22:06:04.879Zclang system 15 system
2432025-06-30T22:06:04.879Zcsh system system illumos
2442025-06-30T22:06:04.879Zctags system system illumos
2452025-06-30T22:06:04.879Zfile system system illumos
2462025-06-30T22:06:04.879Zgcc vendor 12 vendor
2472025-06-30T22:06:04.879Zgcc system 10 system
2482025-06-30T22:06:04.879Zgcc system 7 system
2492025-06-30T22:06:04.879Zgo system 1.20 system
2502025-06-30T22:06:04.879Zgo system 1.19 system
2512025-06-30T22:06:04.879Zllvm system 15 system
2522025-06-30T22:06:04.879Zllvm system 14 system
2532025-06-30T22:06:04.879Zmariadb system 10.6 system
2542025-06-30T22:06:04.879Zmta vendor vendor dma
2552025-06-30T22:06:04.879Zopenjdk system 17 system
2562025-06-30T22:06:04.879Zopenjdk system 11 system
2572025-06-30T22:06:04.879Zopenjdk system 1.8 system
2582025-06-30T22:06:04.879Zopenssl vendor 3 vendor
2592025-06-30T22:06:04.879Zperl system 5.36 system
2602025-06-30T22:06:04.879Zpostgresql system 15 system
2612025-06-30T22:06:04.879Zpostgresql system 13 system
2622025-06-30T22:06:04.879Zpython vendor 3 vendor
2632025-06-30T22:06:04.879Zpython system 2 system
2642025-06-30T22:06:04.879Zpython3 system 3.11 system
2652025-06-30T22:06:04.879Zruby system 3.0 system
2662025-06-30T22:06:04.879Zwords vendor vendor american-english
2672025-06-30T22:06:04.879Zwords system system australian-english
2682025-06-30T22:06:04.879Zwords system system british-english
2692025-06-30T22:06:04.879Zwords system system canadian-english
2702025-06-30T22:06:04.879Zwords system system french
2712025-06-30T22:06:04.879Zwords system system italian
2722025-06-30T22:06:04.880Zwords system system ngerman
2732025-06-30T22:06:04.880Zwords system system ogerman
2742025-06-30T22:06:04.880Zwords system system spanish
2752025-06-30T22:06:05.097ZPUBLISHER TYPE STATUS P LOCATION
2762025-06-30T22:06:05.097Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2772025-06-30T22:06:09.618ZFMRI IFO
2782025-06-30T22:06:09.618Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2792025-06-30T22:06:09.618Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2802025-06-30T22:06:09.618Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2812025-06-30T22:06:09.618Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2822025-06-30T22:06:09.618Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2832025-06-30T22:06:09.619Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2842025-06-30T22:06:09.619Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2852025-06-30T22:06:09.619Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2862025-06-30T22:06:09.619Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2872025-06-30T22:06:09.619Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2882025-06-30T22:06:09.619Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2892025-06-30T22:06:09.619Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2902025-06-30T22:06:09.619Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2912025-06-30T22:06:09.619Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2922025-06-30T22:06:09.619Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2932025-06-30T22:06:09.619Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2942025-06-30T22:06:10.618Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2952025-06-30T22:06:10.917Z Updating crates.io index
2962025-06-30T22:06:10.982Z Updating git repository `https://github.com/oxidecomputer/lldp`
2972025-06-30T22:06:11.378Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2982025-06-30T22:06:11.977Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2992025-06-30T22:06:12.274Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3002025-06-30T22:06:12.528Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3012025-06-30T22:06:12.845Z Updating git repository `https://github.com/oxidecomputer/propolis`
3022025-06-30T22:06:13.998Z Updating git repository `https://github.com/oxidecomputer/crucible`
3032025-06-30T22:06:16.153Z Updating git repository `https://github.com/oxidecomputer/opte`
3042025-06-30T22:06:16.856Z Updating git repository `https://github.com/oxidecomputer/falcon`
3052025-06-30T22:06:17.634Z Updating git repository `https://github.com/oxidecomputer/clickward`
3062025-06-30T22:06:17.893Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3072025-06-30T22:06:21.906Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3082025-06-30T22:06:21.974Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3092025-06-30T22:06:21.974Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3102025-06-30T22:06:21.974Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3112025-06-30T22:06:22.088Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3122025-06-30T22:06:22.088Z Updating git repository `https://github.com/oxidecomputer/tofino`
3132025-06-30T22:06:22.088Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3142025-06-30T22:06:22.088Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3152025-06-30T22:06:22.088Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3162025-06-30T22:06:22.088Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3172025-06-30T22:06:22.182Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3182025-06-30T22:06:22.531Z Updating git repository `https://github.com/oxidecomputer/ispf`
3192025-06-30T22:06:22.955Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3202025-06-30T22:06:23.439Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3212025-06-30T22:06:23.826Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3222025-06-30T22:06:24.158Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3232025-06-30T22:06:24.567Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3242025-06-30T22:06:25.049Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3252025-06-30T22:06:25.380Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3262025-06-30T22:06:25.655Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3272025-06-30T22:06:25.983Z Updating git repository `https://github.com/oxidecomputer/omicron`
3282025-06-30T22:06:34.439Z Updating git repository `https://github.com/illumos/smf-rs`
3292025-06-30T22:06:35.659Z Downloading crates ...
3302025-06-30T22:06:35.714Z Downloaded anstyle v1.0.11
3312025-06-30T22:06:35.733Z Downloaded anstream v0.6.18
3322025-06-30T22:06:35.787Z Downloaded cargo-platform v0.2.0
3332025-06-30T22:06:35.787Z Downloaded tabled_derive v0.7.0
3342025-06-30T22:06:35.787Z Downloaded anstyle-query v1.1.1
3352025-06-30T22:06:35.787Z Downloaded anstyle-parse v0.2.5
3362025-06-30T22:06:35.787Z Downloaded thread-id v4.2.2
3372025-06-30T22:06:35.787Z Downloaded bytecount v0.6.8
3382025-06-30T22:06:35.787Z Downloaded camino-tempfile v1.4.1
3392025-06-30T22:06:35.787Z Downloaded cargo-util-schemas v0.2.0
3402025-06-30T22:06:35.787Z Downloaded toml_write v0.1.2
3412025-06-30T22:06:35.787Z Downloaded version_check v0.9.5
3422025-06-30T22:06:35.787Z Downloaded icu_properties v1.5.1
3432025-06-30T22:06:35.787Z Downloaded toml v0.8.23
3442025-06-30T22:06:35.787Z Downloaded write16 v1.0.0
3452025-06-30T22:06:35.787Z Downloaded clap_builder v4.5.40
3462025-06-30T22:06:35.787Z Downloaded toml_datetime v0.6.11
3472025-06-30T22:06:35.791Z Downloaded tinystr v0.7.6
3482025-06-30T22:06:35.791Z Downloaded autocfg v1.4.0
3492025-06-30T22:06:35.791Z Downloaded is_terminal_polyfill v1.70.1
3502025-06-30T22:06:35.791Z Downloaded cargo_metadata v0.20.0
3512025-06-30T22:06:35.791Z Downloaded ucd-trie v0.1.7
3522025-06-30T22:06:35.791Z Downloaded zerofrom v0.1.4
3532025-06-30T22:06:35.791Z Downloaded typeid v1.0.3
3542025-06-30T22:06:35.791Z Downloaded icu_locid v1.5.0
3552025-06-30T22:06:35.791Z Downloaded form_urlencoded v1.2.1
3562025-06-30T22:06:35.791Z Downloaded displaydoc v0.2.5
3572025-06-30T22:06:35.791Z Downloaded utf16_iter v1.0.5
3582025-06-30T22:06:35.792Z Downloaded bitflags v2.9.0
3592025-06-30T22:06:35.798Z Downloaded zerovec-derive v0.10.3
3602025-06-30T22:06:35.802Z Downloaded yoke v0.7.4
3612025-06-30T22:06:35.802Z Downloaded cfg-if v1.0.1
3622025-06-30T22:06:35.802Z Downloaded clap v4.5.40
3632025-06-30T22:06:35.812Z Downloaded zerocopy-derive v0.7.35
3642025-06-30T22:06:35.816Z Downloaded typenum v1.17.0
3652025-06-30T22:06:35.819Z Downloaded thiserror v2.0.12
3662025-06-30T22:06:35.825Z Downloaded pretty-hex v0.4.1
3672025-06-30T22:06:35.829Z Downloaded zerovec v0.10.4
3682025-06-30T22:06:35.833Z Downloaded textwrap v0.16.2
3692025-06-30T22:06:35.837Z Downloaded memmap v0.7.0
3702025-06-30T22:06:35.841Z Downloaded fastrand v2.1.1
3712025-06-30T22:06:35.841Z Downloaded macaddr v1.0.1
3722025-06-30T22:06:35.845Z Downloaded zerocopy v0.7.35
3732025-06-30T22:06:35.858Z Downloaded winnow v0.7.10
3742025-06-30T22:06:35.869Z Downloaded serde_spanned v0.6.9
3752025-06-30T22:06:35.886Z Downloaded unicode-width v0.2.0
3762025-06-30T22:06:35.923Z Downloaded synstructure v0.13.1
3772025-06-30T22:06:35.924Z Downloaded strsim v0.11.1
3782025-06-30T22:06:35.924Z Downloaded smawk v0.3.2
3792025-06-30T22:06:35.924Z Downloaded serde-untagged v0.1.7
3802025-06-30T22:06:35.924Z Downloaded serde_tokenstream v0.2.2
3812025-06-30T22:06:35.925Z Downloaded cargo_toml v0.21.0
3822025-06-30T22:06:35.925Z Downloaded litemap v0.7.3
3832025-06-30T22:06:35.925Z Downloaded unicode-width v0.1.14
3842025-06-30T22:06:35.936Z Downloaded icu_normalizer v1.5.0
3852025-06-30T22:06:35.936Z Downloaded serde-value v0.7.0
3862025-06-30T22:06:35.937Z Downloaded semver v1.0.26
3872025-06-30T22:06:35.937Z Downloaded quote v1.0.40
3882025-06-30T22:06:35.937Z Downloaded pest_derive v2.7.14
3892025-06-30T22:06:35.937Z Downloaded smallvec v1.15.0
3902025-06-30T22:06:35.937Z Downloaded sha2 v0.10.9
3912025-06-30T22:06:35.937Z Downloaded proc-macro-error v1.0.4
3922025-06-30T22:06:35.937Z Downloaded log v0.4.27
3932025-06-30T22:06:35.937Z Downloaded dof v0.3.0
3942025-06-30T22:06:35.937Z Downloaded idna v1.0.3
3952025-06-30T22:06:35.937Z Downloaded ryu v1.0.18
3962025-06-30T22:06:35.937Z Downloaded pest_meta v2.7.14
3972025-06-30T22:06:35.937Z Downloaded proc-macro2 v1.0.95
3982025-06-30T22:06:35.937Z Downloaded getrandom v0.3.1
3992025-06-30T22:06:35.958Z Downloaded tempfile v3.20.0
4002025-06-30T22:06:35.959Z Downloaded num-traits v0.2.19
4012025-06-30T22:06:35.959Z Downloaded papergrid v0.11.0
4022025-06-30T22:06:35.959Z Downloaded once_cell v1.21.3
4032025-06-30T22:06:35.960Z Downloaded erased-serde v0.4.6
4042025-06-30T22:06:35.960Z Downloaded itoa v1.0.11
4052025-06-30T22:06:35.976Z Downloaded icu_collections v1.5.0
4062025-06-30T22:06:35.976Z Downloaded serde_derive v1.0.219
4072025-06-30T22:06:35.976Z Downloaded indexmap v2.9.0
4082025-06-30T22:06:35.976Z Downloaded serde v1.0.219
4092025-06-30T22:06:35.976Z Downloaded memchr v2.7.4
4102025-06-30T22:06:35.989Z Downloaded proc-macro-error-attr v1.0.4
4112025-06-30T22:06:35.989Z Downloaded pest_generator v2.7.14
4122025-06-30T22:06:35.989Z Downloaded equivalent v1.0.2
4132025-06-30T22:06:35.989Z Downloaded pest v2.7.14
4142025-06-30T22:06:35.989Z Downloaded scroll v0.12.0
4152025-06-30T22:06:35.989Z Downloaded plain v0.2.3
4162025-06-30T22:06:35.990Z Downloaded percent-encoding v2.3.1
4172025-06-30T22:06:35.990Z Downloaded hashbrown v0.15.4
4182025-06-30T22:06:36.006Z Downloaded ordered-float v2.10.1
4192025-06-30T22:06:36.007Z Downloaded idna_adapter v1.2.0
4202025-06-30T22:06:36.007Z Downloaded serde_json v1.0.140
4212025-06-30T22:06:36.034Z Downloaded heck v0.4.1
4222025-06-30T22:06:36.034Z Downloaded icu_properties_data v1.5.0
4232025-06-30T22:06:36.034Z Downloaded digest v0.10.7
4242025-06-30T22:06:36.034Z Downloaded goblin v0.8.2
4252025-06-30T22:06:36.046Z Downloaded tabled v0.15.0
4262025-06-30T22:06:36.046Z Downloaded crypto-common v0.1.6
4272025-06-30T22:06:36.046Z Downloaded block-buffer v0.10.4
4282025-06-30T22:06:36.046Z Downloaded syn v1.0.109
4292025-06-30T22:06:36.060Z Downloaded swrite v0.1.0
4302025-06-30T22:06:36.061Z Downloaded stable_deref_trait v1.2.0
4312025-06-30T22:06:36.061Z Downloaded scroll_derive v0.12.0
4322025-06-30T22:06:36.061Z Downloaded generic-array v0.14.7
4332025-06-30T22:06:36.061Z Downloaded url v2.5.4
4342025-06-30T22:06:36.061Z Downloaded syn v2.0.104
4352025-06-30T22:06:36.071Z Downloaded icu_provider_macros v1.5.0
4362025-06-30T22:06:36.071Z Downloaded rustix v0.38.37
4372025-06-30T22:06:36.085Z Downloaded dtrace-parser v0.2.0
4382025-06-30T22:06:36.091Z Downloaded colorchoice v1.0.2
4392025-06-30T22:06:36.091Z Downloaded rustix v1.0.7
4402025-06-30T22:06:36.118Z Downloaded clap_lex v0.7.4
4412025-06-30T22:06:36.127Z Downloaded utf8parse v0.2.2
4422025-06-30T22:06:36.127Z Downloaded usdt-impl v0.5.0
4432025-06-30T22:06:36.127Z Downloaded unicode-ident v1.0.18
4442025-06-30T22:06:36.127Z Downloaded toml_edit v0.22.27
4452025-06-30T22:06:36.127Z Downloaded thiserror v1.0.69
4462025-06-30T22:06:36.127Z Downloaded heck v0.5.0
4472025-06-30T22:06:36.132Z Downloaded camino v1.1.10
4482025-06-30T22:06:36.132Z Downloaded utf8_iter v1.0.4
4492025-06-30T22:06:36.132Z Downloaded usdt v0.5.0
4502025-06-30T22:06:36.132Z Downloaded thiserror-impl v1.0.69
4512025-06-30T22:06:36.132Z Downloaded zerofrom-derive v0.1.4
4522025-06-30T22:06:36.132Z Downloaded yoke-derive v0.7.4
4532025-06-30T22:06:36.132Z Downloaded writeable v0.5.5
4542025-06-30T22:06:36.132Z Downloaded usdt-attr-macro v0.5.0
4552025-06-30T22:06:36.132Z Downloaded unicode-xid v0.2.6
4562025-06-30T22:06:36.142Z Downloaded icu_locid_transform_data v1.5.0
4572025-06-30T22:06:36.143Z Downloaded usdt-macro v0.5.0
4582025-06-30T22:06:36.143Z Downloaded unicode-linebreak v0.1.5
4592025-06-30T22:06:36.143Z Downloaded thiserror-impl v2.0.12
4602025-06-30T22:06:36.143Z Downloaded terminal_size v0.4.0
4612025-06-30T22:06:36.143Z Downloaded icu_provider v1.5.0
4622025-06-30T22:06:36.152Z Downloaded byteorder v1.5.0
4632025-06-30T22:06:36.153Z Downloaded fnv v1.0.7
4642025-06-30T22:06:36.153Z Downloaded errno v0.3.12
4652025-06-30T22:06:36.153Z Downloaded clap_derive v4.5.40
4662025-06-30T22:06:36.153Z Downloaded fs-err v3.1.1
4672025-06-30T22:06:36.169Z Downloaded icu_normalizer_data v1.5.0
4682025-06-30T22:06:36.169Z Downloaded libc v0.2.174
4692025-06-30T22:06:36.190Z Downloaded icu_locid_transform v1.5.0
4702025-06-30T22:06:36.199Z Downloaded anyhow v1.0.98
4712025-06-30T22:06:36.199Z Downloaded cpufeatures v0.2.14
4722025-06-30T22:06:36.247Z Compiling proc-macro2 v1.0.95
4732025-06-30T22:06:36.248Z Compiling unicode-ident v1.0.18
4742025-06-30T22:06:36.248Z Compiling serde v1.0.219
4752025-06-30T22:06:36.261Z Compiling version_check v0.9.5
4762025-06-30T22:06:36.262Z Compiling thiserror v1.0.69
4772025-06-30T22:06:36.262Z Compiling libc v0.2.174
4782025-06-30T22:06:36.458Z Compiling memchr v2.7.4
4792025-06-30T22:06:36.472Z Compiling stable_deref_trait v1.2.0
4802025-06-30T22:06:36.618Z Compiling litemap v0.7.3
4812025-06-30T22:06:36.678Z Compiling ryu v1.0.18
4822025-06-30T22:06:36.990Z Compiling ucd-trie v0.1.7
4832025-06-30T22:06:37.016Z Compiling writeable v0.5.5
4842025-06-30T22:06:37.200Z Compiling autocfg v1.4.0
4852025-06-30T22:06:37.248Z Compiling itoa v1.0.11
4862025-06-30T22:06:37.487Z Compiling once_cell v1.21.3
4872025-06-30T22:06:37.510Z Compiling bitflags v2.9.0
4882025-06-30T22:06:37.531Z Compiling icu_locid_transform_data v1.5.0
4892025-06-30T22:06:37.649Z Compiling byteorder v1.5.0
4902025-06-30T22:06:37.862Z Compiling icu_properties_data v1.5.0
4912025-06-30T22:06:37.919Z Compiling serde_json v1.0.140
4922025-06-30T22:06:38.034Z Compiling icu_normalizer_data v1.5.0
4932025-06-30T22:06:38.076Z Compiling num-traits v0.2.19
4942025-06-30T22:06:38.121Z Compiling utf8_iter v1.0.4
4952025-06-30T22:06:38.146Z Compiling utf16_iter v1.0.5
4962025-06-30T22:06:38.171Z Compiling smallvec v1.15.0
4972025-06-30T22:06:38.360Z Compiling quote v1.0.40
4982025-06-30T22:06:38.363Z Compiling write16 v1.0.0
4992025-06-30T22:06:38.408Z Compiling equivalent v1.0.2
5002025-06-30T22:06:38.462Z Compiling errno v0.3.12
5012025-06-30T22:06:38.561Z Compiling typeid v1.0.3
5022025-06-30T22:06:38.565Z Compiling hashbrown v0.15.4
5032025-06-30T22:06:38.585Z Compiling rustix v0.38.37
5042025-06-30T22:06:38.704Z Compiling syn v2.0.104
5052025-06-30T22:06:38.899Z Compiling proc-macro-error-attr v1.0.4
5062025-06-30T22:06:38.938Z Compiling usdt-impl v0.5.0
5072025-06-30T22:06:38.961Z Compiling toml_write v0.1.2
5082025-06-30T22:06:39.079Z Compiling syn v1.0.109
5092025-06-30T22:06:39.194Z Compiling winnow v0.7.10
5102025-06-30T22:06:39.376Z Compiling thread-id v4.2.2
5112025-06-30T22:06:39.556Z Compiling proc-macro-error v1.0.4
5122025-06-30T22:06:39.717Z Compiling indexmap v2.9.0
5132025-06-30T22:06:39.760Z Compiling percent-encoding v2.3.1
5142025-06-30T22:06:39.867Z Compiling plain v0.2.3
5152025-06-30T22:06:39.888Z Compiling rustix v1.0.7
5162025-06-30T22:06:40.032Z Compiling log v0.4.27
5172025-06-30T22:06:40.106Z Compiling camino v1.1.10
5182025-06-30T22:06:40.501Z Compiling utf8parse v0.2.2
5192025-06-30T22:06:40.621Z Compiling semver v1.0.26
5202025-06-30T22:06:40.669Z Compiling getrandom v0.3.1
5212025-06-30T22:06:40.856Z Compiling anstyle-parse v0.2.5
5222025-06-30T22:06:41.093Z Compiling terminal_size v0.4.0
5232025-06-30T22:06:41.119Z Compiling form_urlencoded v1.2.1
5242025-06-30T22:06:41.348Z Compiling ordered-float v2.10.1
5252025-06-30T22:06:41.384Z Compiling thiserror v2.0.12
5262025-06-30T22:06:41.423Z Compiling anstyle v1.0.11
5272025-06-30T22:06:41.733Z Compiling is_terminal_polyfill v1.70.1
5282025-06-30T22:06:41.872Z Compiling pretty-hex v0.4.1
5292025-06-30T22:06:41.905Z Compiling colorchoice v1.0.2
5302025-06-30T22:06:41.905Z Compiling cfg-if v1.0.1
5312025-06-30T22:06:41.949Z Compiling anstyle-query v1.1.1
5322025-06-30T22:06:42.102Z Compiling anstream v0.6.18
5332025-06-30T22:06:42.427Z Compiling fs-err v3.1.1
5342025-06-30T22:06:42.453Z Compiling heck v0.4.1
5352025-06-30T22:06:42.651Z Compiling unicode-xid v0.2.6
5362025-06-30T22:06:42.703Z Compiling heck v0.5.0
5372025-06-30T22:06:42.734Z Compiling unicode-width v0.1.14
5382025-06-30T22:06:42.847Z Compiling anyhow v1.0.98
5392025-06-30T22:06:42.873Z Compiling fnv v1.0.7
5402025-06-30T22:06:43.200Z Compiling strsim v0.11.1
5412025-06-30T22:06:43.280Z Compiling bytecount v0.6.8
5422025-06-30T22:06:43.391Z Compiling clap_lex v0.7.4
5432025-06-30T22:06:43.460Z Compiling fastrand v2.1.1
5442025-06-30T22:06:43.864Z Compiling tempfile v3.20.0
5452025-06-30T22:06:43.903Z Compiling clap_builder v4.5.40
5462025-06-30T22:06:43.907Z Compiling papergrid v0.11.0
5472025-06-30T22:06:44.427Z Compiling memmap v0.7.0
5482025-06-30T22:06:44.453Z Compiling unicode-width v0.2.0
5492025-06-30T22:06:44.693Z Compiling smawk v0.3.2
5502025-06-30T22:06:44.773Z Compiling unicode-linebreak v0.1.5
5512025-06-30T22:06:45.271Z Compiling textwrap v0.16.2
5522025-06-30T22:06:45.485Z Compiling synstructure v0.13.1
5532025-06-30T22:06:45.776Z Compiling swrite v0.1.0
5542025-06-30T22:06:45.925Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5552025-06-30T22:06:46.325Z Compiling tabled_derive v0.7.0
5562025-06-30T22:06:47.672Z Compiling serde_derive v1.0.219
5572025-06-30T22:06:47.672Z Compiling zerofrom-derive v0.1.4
5582025-06-30T22:06:47.675Z Compiling thiserror-impl v1.0.69
5592025-06-30T22:06:47.675Z Compiling yoke-derive v0.7.4
5602025-06-30T22:06:47.787Z Compiling zerovec-derive v0.10.3
5612025-06-30T22:06:47.891Z Compiling displaydoc v0.2.5
5622025-06-30T22:06:49.383Z Compiling icu_provider_macros v1.5.0
5632025-06-30T22:06:50.165Z Compiling zerocopy-derive v0.7.35
5642025-06-30T22:06:50.299Z Compiling scroll_derive v0.12.0
5652025-06-30T22:06:50.416Z Compiling thiserror-impl v2.0.12
5662025-06-30T22:06:50.737Z Compiling pest v2.7.14
5672025-06-30T22:06:50.963Z Compiling clap_derive v4.5.40
5682025-06-30T22:06:51.038Z Compiling zerofrom v0.1.4
5692025-06-30T22:06:51.288Z Compiling yoke v0.7.4
5702025-06-30T22:06:51.638Z Compiling zerovec v0.10.4
5712025-06-30T22:06:51.641Z Compiling scroll v0.12.0
5722025-06-30T22:06:53.993Z Compiling zerocopy v0.7.35
5732025-06-30T22:06:54.026Z Compiling goblin v0.8.2
5742025-06-30T22:06:54.026Z Compiling tabled v0.15.0
5752025-06-30T22:06:54.026Z Compiling tinystr v0.7.6
5762025-06-30T22:06:54.026Z Compiling pest_meta v2.7.14
5772025-06-30T22:06:54.026Z Compiling icu_collections v1.5.0
5782025-06-30T22:06:54.026Z Compiling icu_locid v1.5.0
5792025-06-30T22:06:54.876Z Compiling pest_generator v2.7.14
5802025-06-30T22:06:54.981Z Compiling icu_provider v1.5.0
5812025-06-30T22:06:55.772Z Compiling icu_locid_transform v1.5.0
5822025-06-30T22:06:55.943Z Compiling clap v4.5.40
5832025-06-30T22:06:56.994Z Compiling pest_derive v2.7.14
5842025-06-30T22:06:57.151Z Compiling icu_properties v1.5.1
5852025-06-30T22:06:57.752Z Compiling dtrace-parser v0.2.0
5862025-06-30T22:06:59.344Z Compiling serde_tokenstream v0.2.2
5872025-06-30T22:06:59.367Z Compiling serde_spanned v0.6.9
5882025-06-30T22:06:59.370Z Compiling toml_datetime v0.6.11
5892025-06-30T22:06:59.645Z Compiling erased-serde v0.4.6
5902025-06-30T22:06:59.697Z Compiling serde-value v0.7.0
5912025-06-30T22:06:59.924Z Compiling toml_edit v0.22.27
5922025-06-30T22:07:00.492Z Compiling icu_normalizer v1.5.0
5932025-06-30T22:07:00.515Z Compiling cargo-platform v0.2.0
5942025-06-30T22:07:00.614Z Compiling camino-tempfile v1.4.1
5952025-06-30T22:07:00.815Z Compiling serde-untagged v0.1.7
5962025-06-30T22:07:02.820Z Compiling dof v0.3.0
5972025-06-30T22:07:02.900Z Compiling macaddr v1.0.1
5982025-06-30T22:07:02.900Z Compiling idna_adapter v1.2.0
5992025-06-30T22:07:02.901Z Compiling idna v1.0.3
6002025-06-30T22:07:02.901Z Compiling url v2.5.4
6012025-06-30T22:07:02.901Z Compiling usdt-macro v0.5.0
6022025-06-30T22:07:02.901Z Compiling usdt-attr-macro v0.5.0
6032025-06-30T22:07:03.792Z Compiling toml v0.8.23
6042025-06-30T22:07:04.211Z Compiling usdt v0.5.0
6052025-06-30T22:07:04.262Z Compiling cargo-util-schemas v0.2.0
6062025-06-30T22:07:04.262Z Compiling cargo_toml v0.21.0
6072025-06-30T22:07:05.313Z Compiling cargo_metadata v0.20.0
6082025-06-30T22:07:07.482Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6092025-06-30T22:07:10.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
6102025-06-30T22:07:10.698Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6112025-06-30T22:07:11.355Z Downloading crates ...
6122025-06-30T22:07:11.483Z Downloaded addr2line v0.24.2
6132025-06-30T22:07:11.487Z Downloaded adler2 v2.0.0
6142025-06-30T22:07:11.492Z Downloaded atty v0.2.14
6152025-06-30T22:07:11.501Z Downloaded aead v0.5.2
6162025-06-30T22:07:11.506Z Downloaded array-init v0.0.4
6172025-06-30T22:07:11.512Z Downloaded heck v0.3.3
6182025-06-30T22:07:11.517Z Downloaded hex-literal v0.4.1
6192025-06-30T22:07:11.520Z Downloaded hex v0.4.3
6202025-06-30T22:07:11.523Z Downloaded hickory-client v0.25.2
6212025-06-30T22:07:11.526Z Downloaded crucible-workspace-hack v0.1.0
6222025-06-30T22:07:11.526Z Downloaded atomicwrites v0.4.4
6232025-06-30T22:07:11.529Z Downloaded ahash v0.8.11
6242025-06-30T22:07:11.533Z Downloaded cookie v0.18.1
6252025-06-30T22:07:11.536Z Downloaded atomic-waker v1.1.2
6262025-06-30T22:07:11.539Z Downloaded backoff v0.4.0
6272025-06-30T22:07:11.542Z Downloaded backtrace v0.3.74
6282025-06-30T22:07:11.545Z Downloaded hickory-proto v0.25.2
6292025-06-30T22:07:11.564Z Downloaded block-padding v0.3.3
6302025-06-30T22:07:11.572Z Downloaded allocator-api2 v0.2.21
6312025-06-30T22:07:11.575Z Downloaded bit-set v0.8.0
6322025-06-30T22:07:11.575Z Downloaded base64ct v1.6.0
6332025-06-30T22:07:11.575Z Downloaded crc8 v0.1.1
6342025-06-30T22:07:11.578Z Downloaded hmac v0.12.1
6352025-06-30T22:07:11.578Z Downloaded hickory-proto v0.24.4
6362025-06-30T22:07:11.597Z Downloaded const-oid v0.9.6
6372025-06-30T22:07:11.600Z Downloaded http-body v1.0.1
6382025-06-30T22:07:11.603Z Downloaded home v0.5.9
6392025-06-30T22:07:11.603Z Downloaded ciborium-io v0.2.2
6402025-06-30T22:07:11.607Z Downloaded httparse v1.9.5
6412025-06-30T22:07:11.610Z Downloaded http-range v0.1.5
6422025-06-30T22:07:11.610Z Downloaded hostname v0.4.0
6432025-06-30T22:07:11.613Z Downloaded highway v1.3.0
6442025-06-30T22:07:11.616Z Downloaded ident_case v1.0.1
6452025-06-30T22:07:11.619Z Downloaded bit-set v0.5.3
6462025-06-30T22:07:11.622Z Downloaded is_ci v1.2.0
6472025-06-30T22:07:11.622Z Downloaded instant v0.1.13
6482025-06-30T22:07:11.625Z Downloaded hubpack_derive v0.1.1
6492025-06-30T22:07:11.626Z Downloaded crossbeam-deque v0.8.5
6502025-06-30T22:07:11.628Z Downloaded indoc v1.0.9
6512025-06-30T22:07:11.634Z Downloaded cipher v0.4.4
6522025-06-30T22:07:11.638Z Downloaded radium v0.7.0
6532025-06-30T22:07:11.638Z Downloaded match_cfg v0.1.0
6542025-06-30T22:07:11.638Z Downloaded progenitor-client v0.8.0
6552025-06-30T22:07:11.641Z Downloaded bcrypt-pbkdf v0.10.0
6562025-06-30T22:07:11.641Z Downloaded ascii-canvas v3.0.0
6572025-06-30T22:07:11.641Z Downloaded rustc-hash v1.1.0
6582025-06-30T22:07:11.644Z Downloaded constant_time_eq v0.3.1
6592025-06-30T22:07:11.644Z Downloaded blowfish v0.9.1
6602025-06-30T22:07:11.647Z Downloaded md5 v0.7.0
6612025-06-30T22:07:11.650Z Downloaded hyper-tls v0.6.0
6622025-06-30T22:07:11.653Z Downloaded crc v3.2.1
6632025-06-30T22:07:11.657Z Downloaded convert_case v0.4.0
6642025-06-30T22:07:11.657Z Downloaded libscf-sys v1.1.0
6652025-06-30T22:07:11.660Z Downloaded cmake v0.1.51
6662025-06-30T22:07:11.660Z Downloaded cexpr v0.6.0
6672025-06-30T22:07:11.663Z Downloaded cassowary v0.3.0
6682025-06-30T22:07:11.666Z Downloaded impl-trait-for-tuples v0.2.2
6692025-06-30T22:07:11.669Z Downloaded http-body-util v0.1.3
6702025-06-30T22:07:11.678Z Downloaded lazy_static v1.5.0
6712025-06-30T22:07:11.681Z Downloaded keccak v0.1.5
6722025-06-30T22:07:11.681Z Downloaded is-terminal v0.4.13
6732025-06-30T22:07:11.681Z Downloaded md-5 v0.10.6
6742025-06-30T22:07:11.681Z Downloaded maplit v1.0.2
6752025-06-30T22:07:11.681Z Downloaded libz-rs-sys v0.5.1
6762025-06-30T22:07:11.684Z Downloaded lru v0.12.5
6772025-06-30T22:07:11.687Z Downloaded managed v0.8.0
6782025-06-30T22:07:11.687Z Downloaded linear-map v1.2.0
6792025-06-30T22:07:11.690Z Downloaded quick-error v1.2.3
6802025-06-30T22:07:11.693Z Downloaded lockfree-object-pool v0.1.6
6812025-06-30T22:07:11.697Z Downloaded serde-big-array v0.5.1
6822025-06-30T22:07:11.700Z Downloaded sync_wrapper v1.0.1
6832025-06-30T22:07:11.700Z Downloaded mime v0.3.17
6842025-06-30T22:07:11.703Z Downloaded tinyvec_macros v0.1.1
6852025-06-30T22:07:11.703Z Downloaded memoffset v0.9.1
6862025-06-30T22:07:11.706Z Downloaded indoc v2.0.6
6872025-06-30T22:07:11.709Z Downloaded ipnet v2.11.0
6882025-06-30T22:07:11.712Z Downloaded iana-time-zone v0.1.63
6892025-06-30T22:07:11.715Z Downloaded mime_guess v2.0.5
6902025-06-30T22:07:11.718Z Downloaded hickory-resolver v0.24.4
6912025-06-30T22:07:11.723Z Downloaded void v1.0.2
6922025-06-30T22:07:11.726Z Downloaded rustc-hash v2.1.1
6932025-06-30T22:07:11.729Z Downloaded shlex v1.3.0
6942025-06-30T22:07:11.729Z Downloaded cookie_store v0.21.1
6952025-06-30T22:07:11.732Z Downloaded console v0.15.10
6962025-06-30T22:07:11.735Z Downloaded progenitor-macro v0.10.0
6972025-06-30T22:07:11.738Z Downloaded rustls-pemfile v1.0.4
6982025-06-30T22:07:11.741Z Downloaded stringprep v0.1.5
6992025-06-30T22:07:11.745Z Downloaded multer v3.1.0
7002025-06-30T22:07:11.748Z Downloaded strip-ansi-escapes v0.2.0
7012025-06-30T22:07:11.751Z Downloaded ignore v0.4.23
7022025-06-30T22:07:11.754Z Downloaded string_cache v0.8.9
7032025-06-30T22:07:11.754Z Downloaded topological-sort v0.2.2
7042025-06-30T22:07:11.757Z Downloaded termtree v0.5.1
7052025-06-30T22:07:11.771Z Downloaded number_prefix v0.4.0
7062025-06-30T22:07:11.774Z Downloaded fxhash v0.2.1
7072025-06-30T22:07:11.774Z Downloaded semver v0.1.20
7082025-06-30T22:07:11.774Z Downloaded serde_bytes v0.11.17
7092025-06-30T22:07:11.777Z Downloaded untrusted v0.9.0
7102025-06-30T22:07:11.789Z Downloaded siphasher v0.3.11
7112025-06-30T22:07:11.792Z Downloaded tls_codec v0.4.1
7122025-06-30T22:07:11.792Z Downloaded serde-hex v0.1.0
7132025-06-30T22:07:11.792Z Downloaded litrs v0.4.1
7142025-06-30T22:07:11.792Z Downloaded num-conv v0.1.0
7152025-06-30T22:07:11.792Z Downloaded vsss-rs v3.3.4
7162025-06-30T22:07:11.795Z Downloaded enum-as-inner v0.6.1
7172025-06-30T22:07:11.798Z Downloaded endian-type v0.1.2
7182025-06-30T22:07:11.798Z Downloaded ssh-cipher v0.2.0
7192025-06-30T22:07:11.802Z Downloaded indicatif v0.17.11
7202025-06-30T22:07:11.805Z Downloaded peg-runtime v0.8.5
7212025-06-30T22:07:11.808Z Downloaded data-encoding v2.9.0
7222025-06-30T22:07:11.809Z Downloaded crc32fast v1.4.2
7232025-06-30T22:07:11.813Z Downloaded parse-size v1.1.0
7242025-06-30T22:07:11.813Z Downloaded diesel-dtrace v0.4.2
7252025-06-30T22:07:11.816Z Downloaded signal-hook v0.3.18
7262025-06-30T22:07:11.820Z Downloaded embedded-io v0.4.0
7272025-06-30T22:07:11.823Z Downloaded progenitor-client v0.10.0
7282025-06-30T22:07:11.823Z Downloaded tls_codec_derive v0.4.1
7292025-06-30T22:07:11.828Z Downloaded typify-macro v0.3.0
7302025-06-30T22:07:11.828Z Downloaded typify-macro v0.2.0
7312025-06-30T22:07:11.833Z Downloaded progenitor-client v0.9.1
7322025-06-30T22:07:11.833Z Downloaded env_filter v0.1.2
7332025-06-30T22:07:11.838Z Downloaded darling_macro v0.20.10
7342025-06-30T22:07:11.838Z Downloaded num v0.4.3
7352025-06-30T22:07:11.838Z Downloaded value-bag v1.9.0
7362025-06-30T22:07:11.842Z Downloaded either v1.15.0
7372025-06-30T22:07:11.842Z Downloaded miniz_oxide v0.8.5
7382025-06-30T22:07:11.845Z Downloaded rayon-core v1.12.1
7392025-06-30T22:07:11.850Z Downloaded serde_urlencoded v0.7.1
7402025-06-30T22:07:11.853Z Downloaded ghash v0.5.1
7412025-06-30T22:07:11.857Z Downloaded gethostname v0.5.0
7422025-06-30T22:07:11.857Z Downloaded ed25519 v2.2.3
7432025-06-30T22:07:11.860Z Downloaded oxnet v0.1.2
7442025-06-30T22:07:11.863Z Downloaded oxide-tokio-rt v0.1.1
7452025-06-30T22:07:11.863Z Downloaded olpc-cjson v0.1.4
7462025-06-30T22:07:11.867Z Downloaded http v1.3.1
7472025-06-30T22:07:11.870Z Downloaded ron v0.7.1
7482025-06-30T22:07:11.875Z Downloaded test-strategy v0.4.1
7492025-06-30T22:07:11.880Z Downloaded futures-executor v0.3.31
7502025-06-30T22:07:11.883Z Downloaded des v0.8.1
7512025-06-30T22:07:11.894Z Downloaded base64 v0.13.1
7522025-06-30T22:07:11.898Z Downloaded tower-layer v0.3.3
7532025-06-30T22:07:11.899Z Downloaded rustc_version v0.4.1
7542025-06-30T22:07:11.899Z Downloaded progenitor-impl v0.9.1
7552025-06-30T22:07:11.899Z Downloaded scheduled-thread-pool v0.2.7
7562025-06-30T22:07:11.899Z Downloaded same-file v1.0.6
7572025-06-30T22:07:11.902Z Downloaded group v0.13.0
7582025-06-30T22:07:11.902Z Downloaded time-core v0.1.2
7592025-06-30T22:07:11.905Z Downloaded take_mut v0.2.2
7602025-06-30T22:07:11.905Z Downloaded slog-envlogger v2.2.0
7612025-06-30T22:07:11.909Z Downloaded jiff-static v0.2.15
7622025-06-30T22:07:11.912Z Downloaded pkg-config v0.3.31
7632025-06-30T22:07:11.912Z Downloaded daft-derive v0.1.3
7642025-06-30T22:07:11.917Z Downloaded zone_cfg_derive v0.3.0
7652025-06-30T22:07:11.921Z Downloaded polyval v0.6.2
7662025-06-30T22:07:11.924Z Downloaded smf v0.2.3
7672025-06-30T22:07:11.924Z Downloaded foreign-types-shared v0.1.1
7682025-06-30T22:07:11.928Z Downloaded foreign-types v0.3.2
7692025-06-30T22:07:11.928Z Downloaded r2d2 v0.8.10
7702025-06-30T22:07:11.931Z Downloaded shell-words v1.1.0
7712025-06-30T22:07:11.932Z Downloaded tokio-macros v2.5.0
7722025-06-30T22:07:11.936Z Downloaded smallvec v0.6.14
7732025-06-30T22:07:11.936Z Downloaded slog-stdlog v4.1.1
7742025-06-30T22:07:11.939Z Downloaded postgres-protocol v0.6.8
7752025-06-30T22:07:11.939Z Downloaded env_logger v0.10.2
7762025-06-30T22:07:11.942Z Downloaded tinyvec v1.8.0
7772025-06-30T22:07:11.949Z Downloaded newtype_derive v0.1.6
7782025-06-30T22:07:11.952Z Downloaded tui-tree-widget v0.23.1
7792025-06-30T22:07:11.952Z Downloaded oso-derive v0.27.3
7802025-06-30T22:07:11.952Z Downloaded unicode-truncate v1.1.0
7812025-06-30T22:07:11.957Z Downloaded chacha20poly1305 v0.10.1
7822025-06-30T22:07:11.960Z Downloaded bumpalo v3.16.0
7832025-06-30T22:07:11.963Z Downloaded rustls-pki-types v1.10.0
7842025-06-30T22:07:11.966Z Downloaded dsl_auto_type v0.1.2
7852025-06-30T22:07:11.969Z Downloaded slog-json v2.6.1
7862025-06-30T22:07:11.972Z Downloaded hash32 v0.2.1
7872025-06-30T22:07:11.972Z Downloaded parking_lot v0.12.3
7882025-06-30T22:07:11.975Z Downloaded owo-colors v4.2.2
7892025-06-30T22:07:11.979Z Downloaded mio v1.0.2
7902025-06-30T22:07:11.986Z Downloaded precomputed-hash v0.1.1
7912025-06-30T22:07:11.989Z Downloaded progenitor v0.9.1
7922025-06-30T22:07:11.992Z Downloaded dirs-sys-next v0.1.2
7932025-06-30T22:07:11.992Z Downloaded futures-sink v0.3.31
7942025-06-30T22:07:11.995Z Downloaded foreign-types-macros v0.2.3
7952025-06-30T22:07:11.995Z Downloaded foreign-types v0.5.0
7962025-06-30T22:07:12.046Z Downloaded whoami v1.6.0
7972025-06-30T22:07:12.046Z Downloaded poly1305 v0.8.0
7982025-06-30T22:07:12.050Z Downloaded progenitor-impl v0.10.0
7992025-06-30T22:07:12.050Z Downloaded strum v0.26.3
8002025-06-30T22:07:12.050Z Downloaded getrandom v0.2.15
8012025-06-30T22:07:12.050Z Downloaded num-derive v0.3.3
8022025-06-30T22:07:12.050Z Downloaded tar v0.4.44
8032025-06-30T22:07:12.050Z Downloaded qorb v0.4.0
8042025-06-30T22:07:12.050Z Downloaded crossbeam-channel v0.5.15
8052025-06-30T22:07:12.050Z Downloaded zstd v0.13.3
8062025-06-30T22:07:12.050Z Downloaded vte_generate_state_changes v0.1.2
8072025-06-30T22:07:12.050Z Downloaded der_derive v0.7.3
8082025-06-30T22:07:12.050Z Downloaded phf_generator v0.11.2
8092025-06-30T22:07:12.050Z Downloaded utf-8 v0.7.6
8102025-06-30T22:07:12.050Z Downloaded proc-macro-error2 v2.0.1
8112025-06-30T22:07:12.050Z Downloaded try-lock v0.2.5
8122025-06-30T22:07:12.051Z Downloaded progenitor v0.10.0
8132025-06-30T22:07:12.051Z Downloaded parse-display-derive v0.10.0
8142025-06-30T22:07:12.054Z Downloaded diesel_derives v2.2.3
8152025-06-30T22:07:12.057Z Downloaded fixedbitset v0.4.2
8162025-06-30T22:07:12.060Z Downloaded rcgen v0.12.1
8172025-06-30T22:07:12.064Z Downloaded serde_with_macros v3.12.0
8182025-06-30T22:07:12.067Z Downloaded nodrop v0.1.14
8192025-06-30T22:07:12.067Z Downloaded structmeta-derive v0.3.0
8202025-06-30T22:07:12.070Z Downloaded hkdf v0.12.4
8212025-06-30T22:07:12.074Z Downloaded structmeta v0.3.0
8222025-06-30T22:07:12.074Z Downloaded openssl-probe v0.1.5
8232025-06-30T22:07:12.076Z Downloaded rusty-fork v0.3.0
8242025-06-30T22:07:12.076Z Downloaded ref-cast-impl v1.0.24
8252025-06-30T22:07:12.080Z Downloaded ref-cast v1.0.24
8262025-06-30T22:07:12.084Z Downloaded tokio-native-tls v0.3.1
8272025-06-30T22:07:12.089Z Downloaded libm v0.2.8
8282025-06-30T22:07:12.094Z Downloaded path-slash v0.1.5
8292025-06-30T22:07:12.097Z Downloaded sync-ptr v0.1.4
8302025-06-30T22:07:12.097Z Downloaded signal-hook-mio v0.2.4
8312025-06-30T22:07:12.100Z Downloaded pretty-hex v0.2.1
8322025-06-30T22:07:12.104Z Downloaded libxml v0.3.3
8332025-06-30T22:07:12.112Z Downloaded thiserror-impl-no-std v2.0.2
8342025-06-30T22:07:12.116Z Downloaded termios v0.3.3
8352025-06-30T22:07:12.116Z Downloaded tabled_derive v0.10.0
8362025-06-30T22:07:12.116Z Downloaded packed_struct_codegen v0.10.1
8372025-06-30T22:07:12.119Z Downloaded crypto-bigint v0.5.5
8382025-06-30T22:07:12.125Z Downloaded derive_builder_macro v0.20.2
8392025-06-30T22:07:12.128Z Downloaded typify v0.4.1
8402025-06-30T22:07:12.132Z Downloaded pem v3.0.5
8412025-06-30T22:07:12.135Z Downloaded peg v0.8.5
8422025-06-30T22:07:12.138Z Downloaded num_threads v0.1.7
8432025-06-30T22:07:12.141Z Downloaded itertools v0.13.0
8442025-06-30T22:07:12.162Z Downloaded progenitor-macro v0.9.1
8452025-06-30T22:07:12.168Z Downloaded supports-color v3.0.2
8462025-06-30T22:07:12.168Z Downloaded support-bundle-viewer v0.1.2
8472025-06-30T22:07:12.168Z Downloaded steno v0.4.1
8482025-06-30T22:07:12.168Z Downloaded sqlparser_derive v0.2.2
8492025-06-30T22:07:12.168Z Downloaded powerfmt v0.2.0
8502025-06-30T22:07:12.168Z Downloaded pbkdf2 v0.11.0
8512025-06-30T22:07:12.171Z Downloaded wait-timeout v0.2.0
8522025-06-30T22:07:12.171Z Downloaded paste v1.0.15
8532025-06-30T22:07:12.174Z Downloaded waitgroup v0.1.2
8542025-06-30T22:07:12.174Z Downloaded ctr v0.9.2
8552025-06-30T22:07:12.178Z Downloaded zip v4.2.0
8562025-06-30T22:07:12.183Z Downloaded zerocopy-derive v0.8.26
8572025-06-30T22:07:12.191Z Downloaded flagset v0.4.6
8582025-06-30T22:07:12.194Z Downloaded serde_plain v1.0.2
8592025-06-30T22:07:12.197Z Downloaded float-cmp v0.10.0
8602025-06-30T22:07:12.197Z Downloaded derive_builder v0.20.2
8612025-06-30T22:07:12.203Z Downloaded sha1 v0.10.6
8622025-06-30T22:07:12.206Z Downloaded fallible-iterator v0.2.0
8632025-06-30T22:07:12.211Z Downloaded uuid v1.17.0
8642025-06-30T22:07:12.214Z Downloaded ppv-lite86 v0.2.20
8652025-06-30T22:07:12.214Z Downloaded newline-converter v0.3.0
8662025-06-30T22:07:12.217Z Downloaded sigpipe v0.1.3
8672025-06-30T22:07:12.217Z Downloaded typify v0.2.0
8682025-06-30T22:07:12.221Z Downloaded itertools v0.14.0
8692025-06-30T22:07:12.229Z Downloaded scrypt v0.11.0
8702025-06-30T22:07:12.232Z Downloaded tungstenite v0.21.0
8712025-06-30T22:07:12.236Z Downloaded new_debug_unreachable v1.0.6
8722025-06-30T22:07:12.239Z Downloaded tiny-keccak v2.0.2
8732025-06-30T22:07:12.242Z Downloaded ecdsa v0.16.9
8742025-06-30T22:07:12.246Z Downloaded openssl-macros v0.1.1
8752025-06-30T22:07:12.246Z Downloaded debug-ignore v1.0.5
8762025-06-30T22:07:12.249Z Downloaded half v2.4.1
8772025-06-30T22:07:12.252Z Downloaded futures-core v0.3.31
8782025-06-30T22:07:12.262Z Downloaded typed-path v0.9.3
8792025-06-30T22:07:12.284Z Downloaded tower-service v0.3.3
8802025-06-30T22:07:12.284Z Downloaded pin-utils v0.1.0
8812025-06-30T22:07:12.284Z Downloaded diesel_table_macro_syntax v0.2.0
8822025-06-30T22:07:12.284Z Downloaded pin-project-internal v1.1.6
8832025-06-30T22:07:12.291Z Downloaded x509-cert v0.2.5
8842025-06-30T22:07:12.291Z Downloaded slog-dtrace v0.3.0
8852025-06-30T22:07:12.291Z Downloaded slog-bunyan v2.5.0
8862025-06-30T22:07:12.291Z Downloaded rand_core v0.6.4
8872025-06-30T22:07:12.291Z Downloaded cstr-argument v0.1.2
8882025-06-30T22:07:12.291Z Downloaded russh-cryptovec v0.7.3
8892025-06-30T22:07:12.291Z Downloaded foldhash v0.1.5
8902025-06-30T22:07:12.291Z Downloaded thread_local v1.1.8
8912025-06-30T22:07:12.296Z Downloaded dyn-clone v1.0.19
8922025-06-30T22:07:12.296Z Downloaded tokio-tungstenite v0.23.1
8932025-06-30T22:07:12.296Z Downloaded tokio-stream v0.1.17
8942025-06-30T22:07:12.301Z Downloaded normalize-line-endings v0.3.0
8952025-06-30T22:07:12.301Z Downloaded time-macros v0.2.18
8962025-06-30T22:07:12.308Z Downloaded parse-display v0.10.0
8972025-06-30T22:07:12.308Z Downloaded aho-corasick v1.1.3
8982025-06-30T22:07:12.312Z Downloaded nanorand v0.7.0
8992025-06-30T22:07:12.315Z Downloaded aes-gcm v0.10.3
9002025-06-30T22:07:12.318Z Downloaded xshell-macros v0.2.7
9012025-06-30T22:07:12.322Z Downloaded signal-hook-tokio v0.3.1
9022025-06-30T22:07:12.322Z Downloaded sec1 v0.7.3
9032025-06-30T22:07:12.325Z Downloaded dunce v1.0.5
9042025-06-30T22:07:12.325Z Downloaded signature v2.2.0
9052025-06-30T22:07:12.328Z Downloaded signal-hook-registry v1.4.2
9062025-06-30T22:07:12.331Z Downloaded prefix-trie v0.7.0
9072025-06-30T22:07:12.335Z Downloaded iri-string v0.7.8
9082025-06-30T22:07:12.340Z Downloaded foreign-types-shared v0.3.1
9092025-06-30T22:07:12.343Z Downloaded document-features v0.2.10
9102025-06-30T22:07:12.343Z Downloaded futures-io v0.3.31
9112025-06-30T22:07:12.346Z Downloaded predicates-core v1.0.8
9122025-06-30T22:07:12.346Z Downloaded rustc-demangle v0.1.24
9132025-06-30T22:07:12.350Z Downloaded zstd-safe v7.2.3
9142025-06-30T22:07:12.354Z Downloaded headers v0.4.1
9152025-06-30T22:07:12.360Z Downloaded psl-types v2.0.11
9162025-06-30T22:07:12.363Z Downloaded want v0.3.1
9172025-06-30T22:07:12.363Z Downloaded pin-project v1.1.6
9182025-06-30T22:07:12.372Z Downloaded futures-task v0.3.31
9192025-06-30T22:07:12.375Z Downloaded rustyline v14.0.0
9202025-06-30T22:07:12.380Z Downloaded num_enum v0.5.11
9212025-06-30T22:07:12.386Z Downloaded reedline v0.40.0
9222025-06-30T22:07:12.393Z Downloaded strum_macros v0.25.3
9232025-06-30T22:07:12.396Z Downloaded unarray v0.1.4
9242025-06-30T22:07:12.399Z Downloaded rfc6979 v0.4.0
9252025-06-30T22:07:12.399Z Downloaded spin v0.9.8
9262025-06-30T22:07:12.403Z Downloaded tabwriter v1.4.0
9272025-06-30T22:07:12.407Z Downloaded fs-err v2.11.0
9282025-06-30T22:07:12.407Z Downloaded deranged v0.3.11
9292025-06-30T22:07:12.412Z Downloaded nu-ansi-term v0.50.1
9302025-06-30T22:07:12.416Z Downloaded toml v0.7.8
9312025-06-30T22:07:12.416Z Downloaded yansi v1.0.1
9322025-06-30T22:07:12.420Z Downloaded rtoolbox v0.0.2
9332025-06-30T22:07:12.420Z Downloaded futures-macro v0.3.31
9342025-06-30T22:07:12.420Z Downloaded fs_extra v1.3.0
9352025-06-30T22:07:12.423Z Downloaded display-error-chain v0.2.2
9362025-06-30T22:07:12.427Z Downloaded schemars v0.8.22
9372025-06-30T22:07:12.437Z Downloaded rand_chacha v0.3.1
9382025-06-30T22:07:12.440Z Downloaded parking_lot_core v0.8.6
9392025-06-30T22:07:12.443Z Downloaded parking_lot v0.11.2
9402025-06-30T22:07:12.446Z Downloaded strum_macros v0.26.4
9412025-06-30T22:07:12.449Z Downloaded salty v0.3.0
9422025-06-30T22:07:12.454Z Downloaded quinn-udp v0.5.5
9432025-06-30T22:07:12.457Z Downloaded predicates-tree v1.0.12
9442025-06-30T22:07:12.457Z Downloaded walkdir v2.5.0
9452025-06-30T22:07:12.460Z Downloaded sct v0.7.1
9462025-06-30T22:07:12.463Z Downloaded strum_macros v0.24.3
9472025-06-30T22:07:12.466Z Downloaded p256 v0.13.2
9482025-06-30T22:07:12.469Z Downloaded tough v0.20.0
9492025-06-30T22:07:12.478Z Downloaded derive-where v1.5.0
9502025-06-30T22:07:12.483Z Downloaded unicode-properties v0.1.3
9512025-06-30T22:07:12.486Z Downloaded parking_lot_core v0.9.10
9522025-06-30T22:07:12.489Z Downloaded term v0.7.0
9532025-06-30T22:07:12.492Z Downloaded zerocopy v0.6.6
9542025-06-30T22:07:12.496Z Downloaded pkcs1 v0.7.5
9552025-06-30T22:07:12.499Z Downloaded rayon v1.10.0
9562025-06-30T22:07:12.509Z Downloaded unicase v2.7.0
9572025-06-30T22:07:12.512Z Downloaded russh-keys v0.45.0
9582025-06-30T22:07:12.515Z Downloaded omicron-zone-package v0.12.2
9592025-06-30T22:07:12.518Z Downloaded typify v0.3.0
9602025-06-30T22:07:12.521Z Downloaded flume v0.11.1
9612025-06-30T22:07:12.524Z Downloaded tracing-core v0.1.32
9622025-06-30T22:07:12.528Z Downloaded toml_edit v0.19.15
9632025-06-30T22:07:12.546Z Downloaded subprocess v0.2.9
9642025-06-30T22:07:12.549Z Downloaded tower v0.5.2
9652025-06-30T22:07:12.557Z Downloaded hashbrown v0.13.2
9662025-06-30T22:07:12.563Z Downloaded tabled v0.18.0
9672025-06-30T22:07:12.582Z Downloaded time v0.3.36
9682025-06-30T22:07:12.589Z Downloaded bindgen v0.69.5
9692025-06-30T22:07:12.597Z Downloaded rustls-webpki v0.102.8
9702025-06-30T22:07:12.616Z Downloaded rsa v0.9.6
9712025-06-30T22:07:12.621Z Downloaded bitvec v1.0.1
9722025-06-30T22:07:12.638Z Downloaded nom v7.1.3
9732025-06-30T22:07:12.646Z Downloaded object v0.30.4
9742025-06-30T22:07:12.654Z Downloaded unicode-normalization v0.1.24
9752025-06-30T22:07:12.658Z Downloaded tower-http v0.6.6
9762025-06-30T22:07:12.667Z Downloaded rpassword v7.4.0
9772025-06-30T22:07:12.669Z Downloaded serde_with v3.12.0
9782025-06-30T22:07:12.678Z Downloaded russh v0.45.0
9792025-06-30T22:07:12.686Z Downloaded unicode_categories v0.1.1
9802025-06-30T22:07:12.689Z Downloaded petname v2.0.2
9812025-06-30T22:07:12.693Z Downloaded reqwest v0.12.20
9822025-06-30T22:07:12.704Z Downloaded winnow v0.6.26
9832025-06-30T22:07:12.716Z Downloaded sqlparser v0.45.0
9842025-06-30T22:07:12.720Z Downloaded smoltcp v0.9.1
9852025-06-30T22:07:12.732Z Downloaded smoltcp v0.11.0
9862025-06-30T22:07:12.747Z Downloaded quinn-proto v0.11.8
9872025-06-30T22:07:12.753Z Downloaded object v0.36.5
9882025-06-30T22:07:12.767Z Downloaded p521 v0.13.3
9892025-06-30T22:07:12.771Z Downloaded h2 v0.4.6
9902025-06-30T22:07:12.778Z Downloaded p384 v0.13.0
9912025-06-30T22:07:12.785Z Downloaded nix v0.27.1
9922025-06-30T22:07:12.797Z Downloaded radix_trie v0.2.1
9932025-06-30T22:07:12.803Z Downloaded chrono v0.4.41
9942025-06-30T22:07:12.812Z Downloaded gimli v0.31.1
9952025-06-30T22:07:12.823Z Downloaded openssl v0.10.73
9962025-06-30T22:07:12.833Z Downloaded curve25519-dalek v4.1.3
9972025-06-30T22:07:12.843Z Downloaded regex-syntax v0.6.29
9982025-06-30T22:07:12.851Z Downloaded regex v1.11.1
9992025-06-30T22:07:12.866Z Downloaded quick-xml v0.37.2
10002025-06-30T22:07:12.872Z Downloaded diesel v2.2.11
10012025-06-30T22:07:12.892Z Downloaded polar-core v0.27.3
10022025-06-30T22:07:12.901Z Downloaded zlib-rs v0.5.1
10032025-06-30T22:07:12.908Z Downloaded tracing v0.1.40
10042025-06-30T22:07:12.912Z Downloaded dropshot v0.16.2
10052025-06-30T22:07:12.936Z Downloaded proptest v1.7.0
10062025-06-30T22:07:12.945Z Downloaded webpki-roots v1.0.0
10072025-06-30T22:07:12.950Z Downloaded chrono-tz v0.10.3
10082025-06-30T22:07:12.958Z Downloaded regress v0.10.3
10092025-06-30T22:07:12.968Z Downloaded bstr v1.10.0
10102025-06-30T22:07:12.979Z Downloaded openapiv3 v2.2.0
10112025-06-30T22:07:12.993Z Downloaded nix v0.29.0
10122025-06-30T22:07:13.006Z Downloaded nix v0.28.0
10132025-06-30T22:07:13.018Z Downloaded rustls v0.23.19
10142025-06-30T22:07:13.031Z Downloaded rustls v0.22.4
10152025-06-30T22:07:13.045Z Downloaded zerocopy-derive v0.6.6
10162025-06-30T22:07:13.056Z Downloaded typify-impl v0.4.1
10172025-06-30T22:07:13.074Z Downloaded typify-impl v0.2.0
10182025-06-30T22:07:13.092Z Downloaded typify-impl v0.3.0
10192025-06-30T22:07:13.109Z Downloaded regex-automata v0.4.8
10202025-06-30T22:07:13.126Z Downloaded jiff v0.2.15
10212025-06-30T22:07:13.146Z Downloaded bzip2-sys v0.1.13+1.0.8
10222025-06-30T22:07:13.160Z Downloaded ratatui v0.29.0
10232025-06-30T22:07:13.179Z Downloaded sled v0.34.7
10242025-06-30T22:07:13.190Z Downloaded lzma-sys v0.1.20
10252025-06-30T22:07:13.219Z Downloaded regex-syntax v0.8.5
10262025-06-30T22:07:13.228Z Downloaded libz-sys v1.1.20
10272025-06-30T22:07:13.249Z Downloaded nix v0.30.1
10282025-06-30T22:07:13.262Z Downloaded zerocopy v0.8.26
10292025-06-30T22:07:13.284Z Downloaded rustls v0.21.12
10302025-06-30T22:07:13.295Z Downloaded petgraph v0.6.5
10312025-06-30T22:07:13.313Z Downloaded tokio v1.45.1
10322025-06-30T22:07:13.352Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
10332025-06-30T22:07:13.378Z Downloaded ssh-key v0.6.6
10342025-06-30T22:07:13.386Z Downloaded git2 v0.19.0
10352025-06-30T22:07:13.393Z Downloaded futures-util v0.3.31
10362025-06-30T22:07:13.399Z Downloaded csv v1.3.1
10372025-06-30T22:07:13.418Z Downloaded petgraph v0.8.2
10382025-06-30T22:07:13.438Z Downloaded aws-lc-rs v1.12.4
10392025-06-30T22:07:13.448Z Downloaded vcpkg v0.2.15
10402025-06-30T22:07:13.484Z Downloaded sha3 v0.10.8
10412025-06-30T22:07:13.489Z Downloaded expectorate v1.2.0
10422025-06-30T22:07:13.492Z Downloaded num-bigint-dig v0.8.4
10432025-06-30T22:07:13.495Z Downloaded tokio-util v0.7.15
10442025-06-30T22:07:13.502Z Downloaded papergrid v0.14.0
10452025-06-30T22:07:13.507Z Downloaded pkcs5 v0.7.1
10462025-06-30T22:07:13.510Z Downloaded quinn v0.11.5
10472025-06-30T22:07:13.515Z Downloaded publicsuffix v2.3.0
10482025-06-30T22:07:13.519Z Downloaded rustls-webpki v0.101.7
10492025-06-30T22:07:13.530Z Downloaded moka v0.12.10
10502025-06-30T22:07:13.540Z Downloaded lalrpop v0.19.12
10512025-06-30T22:07:13.551Z Downloaded blake3 v1.5.4
10522025-06-30T22:07:13.559Z Downloaded half v1.8.3
10532025-06-30T22:07:13.562Z Downloaded unicode-bidi v0.3.17
10542025-06-30T22:07:13.565Z Downloaded winnow v0.5.40
10552025-06-30T22:07:13.573Z Downloaded portable-atomic v1.11.0
10562025-06-30T22:07:13.579Z Downloaded flate2 v1.1.2
10572025-06-30T22:07:13.583Z Downloaded serde_yaml v0.9.34+deprecated
10582025-06-30T22:07:13.587Z Downloaded static_assertions v1.1.0
10592025-06-30T22:07:13.590Z Downloaded num-bigint v0.4.6
10602025-06-30T22:07:13.594Z Downloaded bindgen v0.71.1
10612025-06-30T22:07:13.602Z Downloaded xz2 v0.1.7
10622025-06-30T22:07:13.606Z Downloaded serde_path_to_error v0.1.17
10632025-06-30T22:07:13.606Z Downloaded encoding_rs v0.8.34
10642025-06-30T22:07:13.627Z Downloaded secrecy v0.10.3
10652025-06-30T22:07:13.630Z Downloaded serde_derive_internals v0.29.1
10662025-06-30T22:07:13.630Z Downloaded rand v0.9.1
10672025-06-30T22:07:13.633Z Downloaded tokio-rustls v0.24.1
10682025-06-30T22:07:13.636Z Downloaded opaque-debug v0.3.1
10692025-06-30T22:07:13.636Z Downloaded thiserror-no-std v2.0.2
10702025-06-30T22:07:13.642Z Downloaded pretty_assertions v1.4.1
10712025-06-30T22:07:13.647Z Downloaded unsafe-libyaml v0.2.11
10722025-06-30T22:07:13.647Z Downloaded tokio-postgres v0.7.13
10732025-06-30T22:07:13.651Z Downloaded defmt v0.3.8
10742025-06-30T22:07:13.654Z Downloaded daft v0.1.3
10752025-06-30T22:07:13.654Z Downloaded csv-core v0.1.11
10762025-06-30T22:07:13.657Z Downloaded prettyplease v0.2.35
10772025-06-30T22:07:13.660Z Downloaded tokio-rustls v0.26.0
10782025-06-30T22:07:13.663Z Downloaded ring v0.17.14
10792025-06-30T22:07:13.706Z Downloaded which v4.4.2
10802025-06-30T22:07:13.710Z Downloaded termcolor v1.4.1
10812025-06-30T22:07:13.710Z Downloaded futures v0.3.31
10822025-06-30T22:07:13.713Z Downloaded fatfs v0.3.6
10832025-06-30T22:07:13.716Z Downloaded rand_chacha v0.9.0
10842025-06-30T22:07:13.721Z Downloaded schemars_derive v0.8.22
10852025-06-30T22:07:13.721Z Downloaded rustc_version v0.1.7
10862025-06-30T22:07:13.721Z Downloaded rand_core v0.9.2
10872025-06-30T22:07:13.741Z Downloaded diff v0.1.13
10882025-06-30T22:07:13.741Z Downloaded unicode-segmentation v1.12.0
10892025-06-30T22:07:13.741Z Downloaded phf_shared v0.11.2
10902025-06-30T22:07:13.741Z Downloaded newtype-uuid v1.2.4
10912025-06-30T22:07:13.741Z Downloaded postgres-types v0.2.9
10922025-06-30T22:07:13.741Z Downloaded ssh-encoding v0.2.0
10932025-06-30T22:07:13.741Z Downloaded num_enum_derive v0.5.11
10942025-06-30T22:07:13.741Z Downloaded tungstenite v0.23.0
10952025-06-30T22:07:13.744Z Downloaded crossterm v0.28.1
10962025-06-30T22:07:13.744Z Downloaded float-ord v0.3.2
10972025-06-30T22:07:13.744Z Downloaded libgit2-sys v0.17.0+1.8.1
10982025-06-30T22:07:13.803Z Downloaded fixedbitset v0.5.7
10992025-06-30T22:07:13.806Z Downloaded env_logger v0.11.5
11002025-06-30T22:07:13.809Z Downloaded derive_builder_core v0.20.2
11012025-06-30T22:07:13.809Z Downloaded hash32 v0.3.1
11022025-06-30T22:07:13.812Z Downloaded rand_xorshift v0.4.0
11032025-06-30T22:07:13.812Z Downloaded rand_seeder v0.3.0
11042025-06-30T22:07:13.812Z Downloaded yasna v0.5.2
11052025-06-30T22:07:13.816Z Downloaded ed25519-dalek v2.1.1
11062025-06-30T22:07:13.819Z Downloaded universal-hash v0.5.1
11072025-06-30T22:07:13.819Z Downloaded password-hash v0.5.0
11082025-06-30T22:07:13.823Z Downloaded pem-rfc7468 v0.7.0
11092025-06-30T22:07:13.823Z Downloaded openssl-sys v0.9.109
11102025-06-30T22:07:13.826Z Downloaded der v0.7.9
11112025-06-30T22:07:13.831Z Downloaded hyper v1.6.0
11122025-06-30T22:07:13.837Z Downloaded primeorder v0.13.6
11132025-06-30T22:07:13.840Z Downloaded subtle v2.6.1
11142025-06-30T22:07:13.840Z Downloaded progenitor-macro v0.8.0
11152025-06-30T22:07:13.840Z Downloaded packed_struct v0.10.1
11162025-06-30T22:07:13.844Z Downloaded num-iter v0.1.45
11172025-06-30T22:07:13.844Z Downloaded num-integer v0.1.46
11182025-06-30T22:07:13.848Z Downloaded num-derive v0.4.2
11192025-06-30T22:07:13.848Z Downloaded futures-channel v0.3.31
11202025-06-30T22:07:13.851Z Downloaded funty v2.0.0
11212025-06-30T22:07:13.851Z Downloaded pbkdf2 v0.12.2
11222025-06-30T22:07:13.851Z Downloaded fd-lock v4.0.2
11232025-06-30T22:07:13.851Z Downloaded zeroize v1.8.1
11242025-06-30T22:07:13.855Z Downloaded twox-hash v2.1.0
11252025-06-30T22:07:13.855Z Downloaded tokio-dtrace v0.1.0
11262025-06-30T22:07:13.859Z Downloaded dropshot_endpoint v0.16.2
11272025-06-30T22:07:13.862Z Downloaded samael v0.0.19
11282025-06-30T22:07:13.865Z Downloaded parse-zoneinfo v0.3.1
11292025-06-30T22:07:13.868Z Downloaded spki v0.7.3
11302025-06-30T22:07:13.872Z Downloaded itertools v0.12.1
11312025-06-30T22:07:13.876Z Downloaded slog-async v2.8.0
11322025-06-30T22:07:13.879Z Downloaded serde_repr v0.1.19
11332025-06-30T22:07:13.879Z Downloaded oso v0.27.3
11342025-06-30T22:07:13.882Z Downloaded num-complex v0.4.6
11352025-06-30T22:07:13.886Z Downloaded secrecy v0.8.0
11362025-06-30T22:07:13.886Z Downloaded socket2 v0.5.10
11372025-06-30T22:07:13.889Z Downloaded headers-core v0.3.0
11382025-06-30T22:07:13.889Z Downloaded dirs-next v2.0.0
11392025-06-30T22:07:13.889Z Downloaded difflib v0.4.0
11402025-06-30T22:07:13.889Z Downloaded zone v0.3.1
11412025-06-30T22:07:13.892Z Downloaded zone v0.1.8
11422025-06-30T22:07:13.892Z Downloaded zeroize_derive v1.4.2
11432025-06-30T22:07:13.892Z Downloaded untrusted v0.7.1
11442025-06-30T22:07:13.892Z Downloaded rustversion v1.0.17
11452025-06-30T22:07:13.895Z Downloaded hashbrown v0.12.3
11462025-06-30T22:07:13.898Z Downloaded proc-macro-crate v1.3.1
11472025-06-30T22:07:13.901Z Downloaded peg-macros v0.8.5
11482025-06-30T22:07:13.901Z Downloaded sqlformat v0.3.5
11492025-06-30T22:07:13.904Z Downloaded iddqd v0.3.8
11502025-06-30T22:07:13.909Z Downloaded itertools v0.10.5
11512025-06-30T22:07:13.915Z Downloaded darling_core v0.20.10
11522025-06-30T22:07:13.919Z Downloaded tokio-rustls v0.25.0
11532025-06-30T22:07:13.923Z Downloaded progenitor v0.8.0
11542025-06-30T22:07:13.923Z Downloaded proc-macro-error-attr2 v2.0.0
11552025-06-30T22:07:13.927Z Downloaded predicates v3.1.3
11562025-06-30T22:07:13.927Z Downloaded native-tls v0.2.12
11572025-06-30T22:07:13.930Z Downloaded slog-term v2.9.1
11582025-06-30T22:07:13.930Z Downloaded phf_codegen v0.11.2
11592025-06-30T22:07:13.930Z Downloaded zip v0.6.6
11602025-06-30T22:07:13.934Z Downloaded cc v1.2.15
11612025-06-30T22:07:13.937Z Downloaded heapless v0.8.0
11622025-06-30T22:07:13.942Z Downloaded heapless v0.7.17
11632025-06-30T22:07:13.945Z Downloaded nibble_vec v0.1.0
11642025-06-30T22:07:13.948Z Downloaded vte v0.11.1
11652025-06-30T22:07:13.948Z Downloaded uzers v0.12.1
11662025-06-30T22:07:13.951Z Downloaded slog v2.7.0
11672025-06-30T22:07:13.954Z Downloaded filetime v0.2.25
11682025-06-30T22:07:13.954Z Downloaded ff v0.13.0
11692025-06-30T22:07:13.957Z Downloaded serde_cbor v0.11.2
11702025-06-30T22:07:13.960Z Downloaded pkcs8 v0.10.2
11712025-06-30T22:07:13.960Z Downloaded snafu-derive v0.8.5
11722025-06-30T22:07:13.964Z Downloaded zopfli v0.8.1
11732025-06-30T22:07:13.967Z Downloaded defmt-macros v0.3.9
11742025-06-30T22:07:13.967Z Downloaded curve25519-dalek-derive v0.1.1
11752025-06-30T22:07:13.967Z Downloaded tap v1.0.1
11762025-06-30T22:07:13.970Z Downloaded tagptr v0.2.0
11772025-06-30T22:07:13.970Z Downloaded aes v0.8.4
11782025-06-30T22:07:13.973Z Downloaded compact_str v0.8.0
11792025-06-30T22:07:13.976Z Downloaded bytes v1.10.1
11802025-06-30T22:07:13.980Z Downloaded slog-scope v4.4.0
11812025-06-30T22:07:13.983Z Downloaded minimal-lexical v0.2.1
11822025-06-30T22:07:13.987Z Downloaded rand v0.8.5
11832025-06-30T22:07:13.990Z Downloaded base64 v0.21.7
11842025-06-30T22:07:13.994Z Downloaded blake2 v0.10.6
11852025-06-30T22:07:13.997Z Downloaded base64 v0.22.1
11862025-06-30T22:07:14.000Z Downloaded typify-macro v0.4.1
11872025-06-30T22:07:14.000Z Downloaded ron v0.8.1
11882025-06-30T22:07:14.004Z Downloaded resolv-conf v0.7.0
11892025-06-30T22:07:14.007Z Downloaded progenitor-impl v0.8.0
11902025-06-30T22:07:14.010Z Downloaded arc-swap v1.7.1
11912025-06-30T22:07:14.014Z Downloaded elliptic-curve v0.13.8
11922025-06-30T22:07:14.019Z Downloaded derive_more v0.99.20
11932025-06-30T22:07:14.022Z Downloaded similar v2.7.0
11942025-06-30T22:07:14.025Z Downloaded postcard v1.0.10
11952025-06-30T22:07:14.028Z Downloaded pin-project-lite v0.2.14
11962025-06-30T22:07:14.031Z Downloaded num-rational v0.4.2
11972025-06-30T22:07:14.031Z Downloaded phf v0.11.2
11982025-06-30T22:07:14.034Z Downloaded salsa20 v0.10.2
11992025-06-30T22:07:14.034Z Downloaded defmt-parser v0.3.4
12002025-06-30T22:07:14.037Z Downloaded password-hash v0.4.2
12012025-06-30T22:07:14.037Z Downloaded zone_cfg_derive v0.1.2
12022025-06-30T22:07:14.037Z Downloaded simd-adler32 v0.3.7
12032025-06-30T22:07:14.041Z Downloaded xshell v0.2.7
12042025-06-30T22:07:14.041Z Downloaded snafu v0.8.5
12052025-06-30T22:07:14.045Z Downloaded globset v0.4.15
12062025-06-30T22:07:14.048Z Downloaded vergen v8.3.2
12072025-06-30T22:07:14.052Z Downloaded crc-any v2.5.0
12082025-06-30T22:07:14.052Z Downloaded hickory-server v0.25.2
12092025-06-30T22:07:14.056Z Downloaded darling v0.20.10
12102025-06-30T22:07:14.059Z Downloaded globwalk v0.9.1
12112025-06-30T22:07:14.062Z Downloaded glob v0.3.2
12122025-06-30T22:07:14.062Z Downloaded tokio-tungstenite v0.21.0
12132025-06-30T22:07:14.067Z Downloaded xattr v1.3.1
12142025-06-30T22:07:14.067Z Downloaded wyz v0.5.1
12152025-06-30T22:07:14.072Z Downloaded ena v0.14.3
12162025-06-30T22:07:14.073Z Downloaded scopeguard v1.2.0
12172025-06-30T22:07:14.073Z Downloaded rustls-pemfile v2.2.0
12182025-06-30T22:07:14.076Z Downloaded hyper-util v0.1.14
12192025-06-30T22:07:14.079Z Downloaded clang-sys v1.8.1
12202025-06-30T22:07:14.079Z Downloaded indexmap v1.9.3
12212025-06-30T22:07:14.082Z Downloaded crossbeam-epoch v0.9.18
12222025-06-30T22:07:14.085Z Downloaded embedded-io v0.6.1
12232025-06-30T22:07:14.085Z Downloaded crunchy v0.2.2
12242025-06-30T22:07:14.088Z Downloaded tracing-attributes v0.1.27
12252025-06-30T22:07:14.088Z Downloaded slab v0.4.9
12262025-06-30T22:07:14.091Z Downloaded libsw-core v0.3.1
12272025-06-30T22:07:14.091Z Downloaded arrayvec v0.7.6
12282025-06-30T22:07:14.094Z Downloaded rustls-native-certs v0.8.1
12292025-06-30T22:07:14.094Z Downloaded memmap2 v0.9.5
12302025-06-30T22:07:14.097Z Downloaded lzss v0.8.2
12312025-06-30T22:07:14.100Z Downloaded crossbeam-utils v0.8.21
12322025-06-30T22:07:14.100Z Downloaded hickory-resolver v0.25.2
12332025-06-30T22:07:14.104Z Downloaded ciborium v0.2.2
12342025-06-30T22:07:14.107Z Downloaded bzip2 v0.5.2
12352025-06-30T22:07:14.110Z Downloaded ingot-types v0.1.0
12362025-06-30T22:07:14.110Z Downloaded lock_api v0.4.12
12372025-06-30T22:07:14.115Z Downloaded libloading v0.8.5
12382025-06-30T22:07:14.115Z Downloaded ingot-macros v0.1.0
12392025-06-30T22:07:14.118Z Downloaded jobserver v0.1.32
12402025-06-30T22:07:14.118Z Downloaded colored v2.2.0
12412025-06-30T22:07:14.118Z Downloaded chrono-tz-build v0.4.0
12422025-06-30T22:07:14.121Z Downloaded cargo_metadata v0.18.1
12432025-06-30T22:07:14.121Z Downloaded async-trait v0.1.88
12442025-06-30T22:07:14.124Z Downloaded async-bb8-diesel v0.2.1
12452025-06-30T22:07:14.127Z Downloaded libefi-sys v0.1.0
12462025-06-30T22:07:14.127Z Downloaded hyper-staticfile v0.10.1
12472025-06-30T22:07:14.130Z Downloaded lru-cache v0.1.2
12482025-06-30T22:07:14.130Z Downloaded multimap v0.10.1
12492025-06-30T22:07:14.138Z Downloaded maybe-uninit v2.0.0
12502025-06-30T22:07:14.138Z Downloaded hyper-rustls v0.27.7
12512025-06-30T22:07:14.138Z Downloaded linked-hash-map v0.5.6
12522025-06-30T22:07:14.138Z Downloaded lalrpop-util v0.19.12
12532025-06-30T22:07:14.138Z Downloaded internet-checksum v0.2.1
12542025-06-30T22:07:14.138Z Downloaded ciborium-ll v0.2.2
12552025-06-30T22:07:14.142Z Downloaded castaway v0.2.3
12562025-06-30T22:07:14.142Z Downloaded buf-list v1.0.3
12572025-06-30T22:07:14.142Z Downloaded bitfield-struct v0.6.2
12582025-06-30T22:07:14.142Z Downloaded bcs v0.1.6
12592025-06-30T22:07:14.145Z Downloaded arrayref v0.3.9
12602025-06-30T22:07:14.145Z Downloaded libsw v3.5.0
12612025-06-30T22:07:14.145Z Downloaded lazycell v1.3.0
12622025-06-30T22:07:14.149Z Downloaded kstat-rs v0.2.4
12632025-06-30T22:07:14.149Z Downloaded instability v0.3.2
12642025-06-30T22:07:14.149Z Downloaded ingot v0.1.0
12652025-06-30T22:07:14.152Z Downloaded indent_write v2.2.0
12662025-06-30T22:07:14.152Z Downloaded crc-catalog v2.4.0
12672025-06-30T22:07:14.152Z Downloaded cancel-safe-futures v0.1.5
12682025-06-30T22:07:14.156Z Downloaded bit-vec v0.8.0
12692025-06-30T22:07:14.162Z Downloaded ipnetwork v0.21.1
12702025-06-30T22:07:14.162Z Downloaded inout v0.1.3
12712025-06-30T22:07:14.162Z Downloaded critical-section v1.1.3
12722025-06-30T22:07:14.167Z Downloaded cobs v0.2.3
12732025-06-30T22:07:14.167Z Downloaded chacha20 v0.9.1
12742025-06-30T22:07:14.167Z Downloaded camino-tempfile-ext v0.3.1
12752025-06-30T22:07:14.167Z Downloaded async-stream v0.3.6
12762025-06-30T22:07:14.170Z Downloaded assert_matches v1.5.0
12772025-06-30T22:07:14.170Z Downloaded humantime v2.2.0
12782025-06-30T22:07:14.170Z Downloaded hubpack v0.1.2
12792025-06-30T22:07:14.170Z Downloaded httpdate v1.0.3
12802025-06-30T22:07:14.174Z Downloaded hostname v0.3.1
12812025-06-30T22:07:14.177Z Downloaded bitflags v1.3.2
12822025-06-30T22:07:14.178Z Downloaded bitfield v0.14.0
12832025-06-30T22:07:14.181Z Downloaded bit-vec v0.6.3
12842025-06-30T22:07:14.181Z Downloaded cfg_aliases v0.1.1
12852025-06-30T22:07:14.182Z Downloaded cfg_aliases v0.2.1
12862025-06-30T22:07:14.185Z Downloaded bb8 v0.8.5
12872025-06-30T22:07:14.185Z Downloaded base16ct v0.2.0
12882025-06-30T22:07:14.185Z Downloaded const_format_proc_macros v0.2.34
12892025-06-30T22:07:14.188Z Downloaded const_format v0.2.34
12902025-06-30T22:07:14.192Z Downloaded cbc v0.1.2
12912025-06-30T22:07:14.192Z Downloaded cargo-platform v0.1.8
12922025-06-30T22:07:14.198Z Downloaded async-stream-impl v0.3.6
12932025-06-30T22:07:14.198Z Downloaded async-recursion v1.1.1
12942025-06-30T22:07:14.198Z Downloaded bzip2 v0.4.4
12952025-06-30T22:07:14.201Z Downloaded argon2 v0.5.3
12962025-06-30T22:07:14.481Z Downloaded aws-lc-sys v0.26.0
12972025-06-30T22:07:14.837Z Compiling value-bag v1.9.0
12982025-06-30T22:07:14.837Z Compiling shlex v1.3.0
12992025-06-30T22:07:14.840Z Compiling lock_api v0.4.12
13002025-06-30T22:07:14.840Z Compiling scopeguard v1.2.0
13012025-06-30T22:07:14.840Z Compiling typenum v1.17.0
13022025-06-30T22:07:14.840Z Compiling generic-array v0.14.7
13032025-06-30T22:07:14.840Z Compiling syn v2.0.104
13042025-06-30T22:07:14.840Z Compiling getrandom v0.2.15
13052025-06-30T22:07:15.143Z Compiling jobserver v0.1.32
13062025-06-30T22:07:15.321Z Compiling rand_core v0.6.4
13072025-06-30T22:07:15.413Z Compiling log v0.4.27
13082025-06-30T22:07:15.475Z Compiling smallvec v1.15.0
13092025-06-30T22:07:15.522Z Compiling cc v1.2.15
13102025-06-30T22:07:15.886Z Compiling portable-atomic v1.11.0
13112025-06-30T22:07:15.921Z Compiling critical-section v1.1.3
13122025-06-30T22:07:15.940Z Compiling subtle v2.6.1
13132025-06-30T22:07:15.960Z Compiling const-oid v0.9.6
13142025-06-30T22:07:16.101Z Compiling pkg-config v0.3.31
13152025-06-30T22:07:16.177Z Compiling parking_lot_core v0.9.10
13162025-06-30T22:07:16.309Z Compiling pin-project-lite v0.2.14
13172025-06-30T22:07:16.469Z Compiling rustix v0.38.37
13182025-06-30T22:07:17.221Z Compiling signal-hook-registry v1.4.2
13192025-06-30T22:07:17.318Z Compiling parking_lot v0.12.3
13202025-06-30T22:07:17.374Z Compiling mio v1.0.2
13212025-06-30T22:07:17.456Z Compiling futures-core v0.3.31
13222025-06-30T22:07:17.724Z Compiling spin v0.9.8
13232025-06-30T22:07:17.897Z Compiling socket2 v0.5.10
13242025-06-30T22:07:18.094Z Compiling once_cell v1.21.3
13252025-06-30T22:07:18.116Z Compiling slab v0.4.9
13262025-06-30T22:07:18.119Z Compiling aho-corasick v1.1.3
13272025-06-30T22:07:18.179Z Compiling regex-syntax v0.8.5
13282025-06-30T22:07:18.398Z Compiling either v1.15.0
13292025-06-30T22:07:18.439Z Compiling libm v0.2.8
13302025-06-30T22:07:18.482Z Compiling serde_json v1.0.140
13312025-06-30T22:07:18.747Z Compiling cpufeatures v0.2.14
13322025-06-30T22:07:18.823Z Compiling num-traits v0.2.19
13332025-06-30T22:07:18.844Z Compiling futures-sink v0.3.31
13342025-06-30T22:07:18.862Z Compiling glob v0.3.2
13352025-06-30T22:07:18.949Z Compiling percent-encoding v2.3.1
13362025-06-30T22:07:19.011Z Compiling getrandom v0.3.1
13372025-06-30T22:07:19.435Z Compiling prettyplease v0.2.35
13382025-06-30T22:07:19.592Z Compiling lazy_static v1.5.0
13392025-06-30T22:07:19.677Z Compiling clang-sys v1.8.1
13402025-06-30T22:07:19.740Z Compiling foldhash v0.1.5
13412025-06-30T22:07:19.792Z Compiling minimal-lexical v0.2.1
13422025-06-30T22:07:20.133Z Compiling allocator-api2 v0.2.21
13432025-06-30T22:07:20.154Z Compiling libloading v0.8.5
13442025-06-30T22:07:20.371Z Compiling nom v7.1.3
13452025-06-30T22:07:20.531Z Compiling bindgen v0.69.5
13462025-06-30T22:07:20.580Z Compiling home v0.5.9
13472025-06-30T22:07:20.815Z Compiling hashbrown v0.15.4
13482025-06-30T22:07:20.835Z Compiling base64ct v1.6.0
13492025-06-30T22:07:21.405Z Compiling pem-rfc7468 v0.7.0
13502025-06-30T22:07:22.015Z Compiling regex-automata v0.4.8
13512025-06-30T22:07:22.039Z Compiling futures-channel v0.3.31
13522025-06-30T22:07:22.065Z Compiling itertools v0.12.1
13532025-06-30T22:07:22.443Z Compiling synstructure v0.13.1
13542025-06-30T22:07:23.697Z Compiling cexpr v0.6.0
13552025-06-30T22:07:23.822Z Compiling pin-utils v0.1.0
13562025-06-30T22:07:23.938Z Compiling futures-io v0.3.31
13572025-06-30T22:07:23.996Z Compiling futures-task v0.3.31
13582025-06-30T22:07:24.219Z Compiling rustc-hash v1.1.0
13592025-06-30T22:07:24.332Z Compiling lazycell v1.3.0
13602025-06-30T22:07:24.419Z Compiling flagset v0.4.6
13612025-06-30T22:07:24.530Z Compiling cmake v0.1.51
13622025-06-30T22:07:24.654Z Compiling fs_extra v1.3.0
13632025-06-30T22:07:24.910Z Compiling dunce v1.0.5
13642025-06-30T22:07:25.065Z Compiling form_urlencoded v1.2.1
13652025-06-30T22:07:25.208Z Compiling vcpkg v0.2.15
13662025-06-30T22:07:25.211Z Compiling paste v1.0.15
13672025-06-30T22:07:25.294Z Compiling zerocopy v0.8.26
13682025-06-30T22:07:25.330Z Compiling crossbeam-utils v0.8.21
13692025-06-30T22:07:25.382Z Compiling ring v0.17.14
13702025-06-30T22:07:25.888Z Compiling tracing-core v0.1.32
13712025-06-30T22:07:26.088Z Compiling aws-lc-rs v1.12.4
13722025-06-30T22:07:26.417Z Compiling iana-time-zone v0.1.63
13732025-06-30T22:07:26.795Z Compiling httparse v1.9.5
13742025-06-30T22:07:26.807Z Compiling openssl-sys v0.9.109
13752025-06-30T22:07:27.049Z Compiling base64 v0.22.1
13762025-06-30T22:07:27.171Z Compiling serde_derive v1.0.219
13772025-06-30T22:07:27.363Z Compiling zeroize_derive v1.4.2
13782025-06-30T22:07:27.693Z Compiling zerofrom-derive v0.1.4
13792025-06-30T22:07:27.846Z Compiling yoke-derive v0.7.4
13802025-06-30T22:07:27.866Z Compiling zerovec-derive v0.10.3
13812025-06-30T22:07:28.656Z Compiling zeroize v1.8.1
13822025-06-30T22:07:30.209Z Compiling displaydoc v0.2.5
13832025-06-30T22:07:30.362Z Compiling crypto-common v0.1.6
13842025-06-30T22:07:30.421Z Compiling block-buffer v0.10.4
13852025-06-30T22:07:30.600Z Compiling zerocopy-derive v0.7.35
13862025-06-30T22:07:30.669Z Compiling digest v0.10.7
13872025-06-30T22:07:31.062Z Compiling zerofrom v0.1.4
13882025-06-30T22:07:31.127Z Compiling tokio-macros v2.5.0
13892025-06-30T22:07:31.159Z Compiling hmac v0.12.1
13902025-06-30T22:07:31.282Z Compiling yoke v0.7.4
13912025-06-30T22:07:31.424Z Compiling icu_provider_macros v1.5.0
13922025-06-30T22:07:31.625Z Compiling zerovec v0.10.4
13932025-06-30T22:07:31.645Z Compiling block-padding v0.3.3
13942025-06-30T22:07:31.910Z Compiling inout v0.1.3
13952025-06-30T22:07:32.023Z Compiling sha2 v0.10.9
13962025-06-30T22:07:32.181Z Compiling cipher v0.4.4
13972025-06-30T22:07:32.202Z Compiling regex v1.11.1
13982025-06-30T22:07:32.365Z Compiling zerocopy v0.7.35
13992025-06-30T22:07:32.432Z Compiling futures-macro v0.3.31
14002025-06-30T22:07:32.508Z Compiling der_derive v0.7.3
14012025-06-30T22:07:32.709Z Compiling thiserror-impl v1.0.69
14022025-06-30T22:07:33.113Z Compiling salsa20 v0.10.2
14032025-06-30T22:07:33.363Z Compiling tinystr v0.7.6
14042025-06-30T22:07:33.560Z Compiling icu_collections v1.5.0
14052025-06-30T22:07:33.738Z Compiling icu_locid v1.5.0
14062025-06-30T22:07:33.768Z Compiling ppv-lite86 v0.2.20
14072025-06-30T22:07:34.186Z Compiling futures-util v0.3.31
14082025-06-30T22:07:34.192Z Compiling serde v1.0.219
14092025-06-30T22:07:34.538Z Compiling pbkdf2 v0.12.2
14102025-06-30T22:07:34.729Z Compiling scrypt v0.11.0
14112025-06-30T22:07:34.823Z Compiling der v0.7.9
14122025-06-30T22:07:34.849Z Compiling cbc v0.1.2
14132025-06-30T22:07:35.105Z Compiling icu_provider v1.5.0
14142025-06-30T22:07:35.197Z Compiling aes v0.8.4
14152025-06-30T22:07:35.216Z Compiling zerocopy-derive v0.8.26
14162025-06-30T22:07:35.597Z Compiling thiserror v1.0.69
14172025-06-30T22:07:35.757Z Compiling pest v2.7.14
14182025-06-30T22:07:35.837Z Compiling icu_locid_transform v1.5.0
14192025-06-30T22:07:36.054Z Compiling tracing-attributes v0.1.27
14202025-06-30T22:07:37.671Z Compiling icu_properties v1.5.1
14212025-06-30T22:07:37.879Z Compiling spki v0.7.3
14222025-06-30T22:07:38.109Z Compiling scroll_derive v0.12.0
14232025-06-30T22:07:38.231Z Compiling pkcs5 v0.7.1
14242025-06-30T22:07:38.630Z Compiling pest_meta v2.7.14
14252025-06-30T22:07:39.106Z Compiling tracing v0.1.40
14262025-06-30T22:07:39.256Z Compiling pkcs8 v0.10.2
14272025-06-30T22:07:39.486Z Compiling bytes v1.10.1
14282025-06-30T22:07:39.517Z Compiling bitflags v2.9.0
14292025-06-30T22:07:39.725Z Compiling semver v1.0.26
14302025-06-30T22:07:39.960Z Compiling indexmap v2.9.0
14312025-06-30T22:07:40.390Z Compiling rustc_version v0.4.1
14322025-06-30T22:07:40.920Z Compiling tokio v1.45.1
14332025-06-30T22:07:41.505Z Compiling http v1.3.1
14342025-06-30T22:07:41.549Z Compiling icu_normalizer v1.5.0
14352025-06-30T22:07:41.912Z Compiling uuid v1.17.0
14362025-06-30T22:07:42.206Z Compiling idna_adapter v1.2.0
14372025-06-30T22:07:42.290Z Compiling chrono v0.4.41
14382025-06-30T22:07:42.438Z Compiling idna v1.0.3
14392025-06-30T22:07:42.800Z Compiling http-body v1.0.1
14402025-06-30T22:07:42.982Z Compiling rustls-pki-types v1.10.0
14412025-06-30T22:07:43.045Z Compiling url v2.5.4
14422025-06-30T22:07:43.140Z Compiling tinyvec_macros v0.1.1
14432025-06-30T22:07:43.257Z Compiling tinyvec v1.8.0
14442025-06-30T22:07:43.335Z Compiling rand_core v0.9.2
14452025-06-30T22:07:43.779Z Compiling which v4.4.2
14462025-06-30T22:07:43.942Z Compiling pest_generator v2.7.14
14472025-06-30T22:07:43.963Z Compiling scroll v0.12.0
14482025-06-30T22:07:44.563Z Compiling serde_derive_internals v0.29.1
14492025-06-30T22:07:44.619Z Compiling bzip2-sys v0.1.13+1.0.8
14502025-06-30T22:07:44.726Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14512025-06-30T22:07:44.799Z Compiling schemars v0.8.22
14522025-06-30T22:07:45.124Z Compiling adler2 v2.0.0
14532025-06-30T22:07:45.149Z Compiling tower-service v0.3.3
14542025-06-30T22:07:45.294Z Compiling openssl v0.10.73
14552025-06-30T22:07:45.350Z Compiling atomic-waker v1.1.2
14562025-06-30T22:07:45.428Z Compiling untrusted v0.9.0
14572025-06-30T22:07:45.501Z Compiling untrusted v0.7.1
14582025-06-30T22:07:45.549Z Compiling powerfmt v0.2.0
14592025-06-30T22:07:45.636Z Compiling time-core v0.1.2
14602025-06-30T22:07:45.693Z Compiling foreign-types-shared v0.1.1
14612025-06-30T22:07:45.713Z Compiling rustversion v1.0.17
14622025-06-30T22:07:45.716Z Compiling openssl-probe v0.1.5
14632025-06-30T22:07:45.821Z Compiling num-conv v0.1.0
14642025-06-30T22:07:45.825Z Compiling try-lock v0.2.5
14652025-06-30T22:07:45.940Z Compiling deranged v0.3.11
14662025-06-30T22:07:46.003Z Compiling want v0.3.1
14672025-06-30T22:07:46.033Z Compiling foreign-types v0.3.2
14682025-06-30T22:07:46.148Z Compiling time-macros v0.2.18
14692025-06-30T22:07:46.195Z Compiling pest_derive v2.7.14
14702025-06-30T22:07:46.708Z Compiling schemars_derive v0.8.22
14712025-06-30T22:07:46.924Z Compiling miniz_oxide v0.8.5
14722025-06-30T22:07:47.214Z Compiling goblin v0.8.2
14732025-06-30T22:07:49.481Z Compiling tokio-util v0.7.15
14742025-06-30T22:07:49.574Z Compiling rand_chacha v0.9.0
14752025-06-30T22:07:49.888Z Compiling ipnet v2.11.0
14762025-06-30T22:07:50.885Z Compiling h2 v0.4.6
14772025-06-30T22:07:50.947Z Compiling openssl-macros v0.1.1
14782025-06-30T22:07:50.967Z Compiling rustls v0.23.19
14792025-06-30T22:07:51.249Z Compiling syn v1.0.109
14802025-06-30T22:07:51.610Z Compiling dyn-clone v1.0.19
14812025-06-30T22:07:51.634Z Compiling num_threads v0.1.7
14822025-06-30T22:07:51.785Z Compiling httpdate v1.0.3
14832025-06-30T22:07:51.808Z Compiling native-tls v0.2.12
14842025-06-30T22:07:52.159Z Compiling time v0.3.36
14852025-06-30T22:07:54.057Z Compiling dof v0.3.0
14862025-06-30T22:07:55.173Z Compiling rand v0.9.1
14872025-06-30T22:07:55.917Z Compiling dtrace-parser v0.2.0
14882025-06-30T22:07:56.530Z Compiling unicode-normalization v0.1.24
14892025-06-30T22:07:56.808Z Compiling heapless v0.7.17
14902025-06-30T22:07:57.227Z Compiling signature v2.2.0
14912025-06-30T22:07:57.255Z Compiling crossbeam-epoch v0.9.18
14922025-06-30T22:07:57.535Z Compiling cookie v0.18.1
14932025-06-30T22:07:57.567Z Compiling crc32fast v1.4.2
14942025-06-30T22:07:57.631Z Compiling siphasher v0.3.11
14952025-06-30T22:07:57.825Z Compiling hyper v1.6.0
14962025-06-30T22:07:57.902Z Compiling zlib-rs v0.5.1
14972025-06-30T22:07:57.922Z Compiling slog v2.7.0
14982025-06-30T22:07:58.008Z Compiling zstd-safe v7.2.3
14992025-06-30T22:07:58.309Z Compiling rayon-core v1.12.1
15002025-06-30T22:07:58.411Z Compiling signal-hook v0.3.18
15012025-06-30T22:07:58.559Z Compiling unicode-properties v0.1.3
15022025-06-30T22:07:58.679Z Compiling unicode-bidi v0.3.17
15032025-06-30T22:07:59.121Z Compiling phf_shared v0.11.2
15042025-06-30T22:07:59.545Z Compiling stringprep v0.1.5
15052025-06-30T22:07:59.974Z Compiling crossbeam-deque v0.8.5
15062025-06-30T22:08:00.276Z Compiling hyper-util v0.1.14
15072025-06-30T22:08:00.298Z Compiling usdt-impl v0.5.0
15082025-06-30T22:08:00.462Z Compiling curve25519-dalek v4.1.3
15092025-06-30T22:08:00.560Z Compiling serde_spanned v0.6.9
15102025-06-30T22:08:00.818Z Compiling toml_datetime v0.6.11
15112025-06-30T22:08:01.125Z Compiling serde_tokenstream v0.2.2
15122025-06-30T22:08:01.223Z Compiling rand_chacha v0.3.1
15132025-06-30T22:08:01.351Z Compiling md-5 v0.10.6
15142025-06-30T22:08:01.549Z Compiling num-integer v0.1.46
15152025-06-30T22:08:01.627Z Compiling sync_wrapper v1.0.1
15162025-06-30T22:08:01.672Z Compiling ff v0.13.0
15172025-06-30T22:08:01.799Z Compiling hash32 v0.2.1
15182025-06-30T22:08:01.906Z Compiling memoffset v0.9.1
15192025-06-30T22:08:02.169Z Compiling litrs v0.4.1
15202025-06-30T22:08:02.239Z Compiling num-bigint-dig v0.8.4
15212025-06-30T22:08:02.289Z Compiling base16ct v0.2.0
15222025-06-30T22:08:02.549Z Compiling newtype-uuid v1.2.4
15232025-06-30T22:08:02.631Z Compiling cfg_aliases v0.2.1
15242025-06-30T22:08:02.754Z Compiling gimli v0.31.1
15252025-06-30T22:08:02.820Z Compiling tower-layer v0.3.3
15262025-06-30T22:08:02.841Z Compiling psl-types v2.0.11
15272025-06-30T22:08:03.056Z Compiling fallible-iterator v0.2.0
15282025-06-30T22:08:03.128Z Compiling smoltcp v0.9.1
15292025-06-30T22:08:03.202Z Compiling document-features v0.2.10
15302025-06-30T22:08:03.735Z Compiling postgres-protocol v0.6.8
15312025-06-30T22:08:03.786Z Compiling tower v0.5.2
15322025-06-30T22:08:03.878Z Compiling publicsuffix v2.3.0
15332025-06-30T22:08:04.187Z Compiling libz-rs-sys v0.5.1
15342025-06-30T22:08:04.370Z Compiling nix v0.29.0
15352025-06-30T22:08:04.500Z Compiling flate2 v1.1.2
15362025-06-30T22:08:04.653Z Compiling sec1 v0.7.3
15372025-06-30T22:08:05.077Z Compiling num-iter v0.1.45
15382025-06-30T22:08:05.203Z Compiling group v0.13.0
15392025-06-30T22:08:05.225Z Compiling rand v0.8.5
15402025-06-30T22:08:05.530Z Compiling tokio-native-tls v0.3.1
15412025-06-30T22:08:06.493Z Compiling ipnetwork v0.21.1
15422025-06-30T22:08:06.746Z Compiling rustls-native-certs v0.8.1
15432025-06-30T22:08:06.819Z Compiling addr2line v0.24.2
15442025-06-30T22:08:06.876Z Compiling webpki-roots v1.0.0
15452025-06-30T22:08:07.099Z Compiling terminal_size v0.4.0
15462025-06-30T22:08:07.269Z Compiling http-body-util v0.1.3
15472025-06-30T22:08:07.293Z Compiling hkdf v0.12.4
15482025-06-30T22:08:07.312Z Compiling crypto-bigint v0.5.5
15492025-06-30T22:08:07.336Z Compiling async-trait v0.1.88
15502025-06-30T22:08:07.358Z Compiling curve25519-dalek-derive v0.1.1
15512025-06-30T22:08:07.494Z Compiling thiserror-impl v2.0.12
15522025-06-30T22:08:07.568Z Compiling ahash v0.8.11
15532025-06-30T22:08:07.725Z Compiling fs-err v3.1.1
15542025-06-30T22:08:07.920Z Compiling object v0.36.5
15552025-06-30T22:08:08.049Z Compiling simd-adler32 v0.3.7
15562025-06-30T22:08:08.563Z Compiling iri-string v0.7.8
15572025-06-30T22:08:08.663Z Compiling bitflags v1.3.2
15582025-06-30T22:08:08.788Z Compiling anyhow v1.0.98
15592025-06-30T22:08:09.401Z Compiling managed v0.8.0
15602025-06-30T22:08:09.698Z Compiling winnow v0.5.40
15612025-06-30T22:08:09.842Z Compiling buf-list v1.0.3
15622025-06-30T22:08:10.389Z Compiling lockfree-object-pool v0.1.6
15632025-06-30T22:08:10.582Z Compiling rustc-demangle v0.1.24
15642025-06-30T22:08:10.652Z Compiling bumpalo v3.16.0
15652025-06-30T22:08:11.119Z Compiling zopfli v0.8.1
15662025-06-30T22:08:11.430Z Compiling clap_builder v4.5.40
15672025-06-30T22:08:11.937Z Compiling hubpack_derive v0.1.1
15682025-06-30T22:08:12.468Z Compiling tower-http v0.6.6
15692025-06-30T22:08:12.674Z Compiling thiserror v2.0.12
15702025-06-30T22:08:12.770Z Compiling hubpack v0.1.2
15712025-06-30T22:08:12.931Z Compiling toml_edit v0.19.15
15722025-06-30T22:08:13.112Z Compiling elliptic-curve v0.13.8
15732025-06-30T22:08:13.307Z Compiling strum_macros v0.25.3
15742025-06-30T22:08:13.931Z Compiling console v0.15.10
15752025-06-30T22:08:14.959Z Compiling backtrace v0.3.74
15762025-06-30T22:08:15.236Z Compiling hyper-tls v0.6.0
15772025-06-30T22:08:15.278Z Compiling oxnet v0.1.2
15782025-06-30T22:08:16.127Z Compiling signal-hook-mio v0.2.4
15792025-06-30T22:08:16.201Z Compiling cookie_store v0.21.1
15802025-06-30T22:08:16.848Z Compiling rayon v1.10.0
15812025-06-30T22:08:17.587Z Compiling zstd v0.13.3
15822025-06-30T22:08:17.831Z Compiling postgres-types v0.2.9
15832025-06-30T22:08:18.504Z Compiling usdt-attr-macro v0.5.0
15842025-06-30T22:08:18.900Z Compiling usdt-macro v0.5.0
15852025-06-30T22:08:19.125Z Compiling phf v0.11.2
15862025-06-30T22:08:19.432Z Compiling ed25519 v2.2.3
15872025-06-30T22:08:19.451Z Compiling strum_macros v0.26.4
15882025-06-30T22:08:20.039Z Compiling bzip2 v0.4.4
15892025-06-30T22:08:20.348Z Compiling bzip2 v0.5.2
15902025-06-30T22:08:20.437Z Compiling clap_derive v4.5.40
15912025-06-30T22:08:20.750Z Compiling enum-as-inner v0.6.1
15922025-06-30T22:08:20.982Z Compiling pkcs1 v0.7.5
15932025-06-30T22:08:21.165Z Compiling serde_urlencoded v0.7.1
15942025-06-30T22:08:21.197Z Compiling serde-big-array v0.5.1
15952025-06-30T22:08:21.452Z Compiling rfc6979 v0.4.0
15962025-06-30T22:08:21.649Z Compiling bstr v1.10.0
15972025-06-30T22:08:21.677Z Compiling daft-derive v0.1.3
15982025-06-30T22:08:21.757Z Compiling serde_repr v0.1.19
15992025-06-30T22:08:21.883Z Compiling float-cmp v0.10.0
16002025-06-30T22:08:22.171Z Compiling encoding_rs v0.8.34
16012025-06-30T22:08:22.828Z Compiling new_debug_unreachable v1.0.6
16022025-06-30T22:08:22.945Z Compiling fixedbitset v0.4.2
16032025-06-30T22:08:23.071Z Compiling unicode-segmentation v1.12.0
16042025-06-30T22:08:23.180Z Compiling mime v0.3.17
16052025-06-30T22:08:23.367Z Compiling static_assertions v1.1.0
16062025-06-30T22:08:23.495Z Compiling data-encoding v2.9.0
16072025-06-30T22:08:23.684Z Compiling normalize-line-endings v0.3.0
16082025-06-30T22:08:23.796Z Compiling number_prefix v0.4.0
16092025-06-30T22:08:23.837Z Compiling precomputed-hash v0.1.1
16102025-06-30T22:08:23.934Z Compiling difflib v0.4.0
16112025-06-30T22:08:23.975Z Compiling predicates-core v1.0.8
16122025-06-30T22:08:24.045Z Compiling whoami v1.6.0
16132025-06-30T22:08:24.357Z Compiling hickory-proto v0.25.2
16142025-06-30T22:08:24.605Z Compiling predicates v3.1.3
16152025-06-30T22:08:24.730Z Compiling clap v4.5.40
16162025-06-30T22:08:24.870Z Compiling tokio-postgres v0.7.13
16172025-06-30T22:08:25.261Z Compiling indicatif v0.17.11
16182025-06-30T22:08:25.289Z Compiling string_cache v0.8.9
16192025-06-30T22:08:25.724Z Compiling toml_edit v0.22.27
16202025-06-30T22:08:25.891Z Compiling strum v0.26.3
16212025-06-30T22:08:26.051Z Compiling similar v2.7.0
16222025-06-30T22:08:26.099Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
16232025-06-30T22:08:27.167Z Compiling petgraph v0.6.5
16242025-06-30T22:08:28.037Z Compiling daft v0.1.3
16252025-06-30T22:08:28.519Z Compiling usdt v0.5.0
16262025-06-30T22:08:28.564Z Compiling ecdsa v0.16.9
16272025-06-30T22:08:29.360Z Compiling rsa v0.9.6
16282025-06-30T22:08:29.396Z Compiling zip v4.2.0
16292025-06-30T22:08:30.218Z Compiling zip v0.6.6
16302025-06-30T22:08:30.848Z Compiling ed25519-dalek v2.1.1
16312025-06-30T22:08:31.544Z Compiling crossterm v0.28.1
16322025-06-30T22:08:32.206Z Compiling toml v0.7.8
16332025-06-30T22:08:33.489Z Compiling tokio-stream v0.1.17
16342025-06-30T22:08:33.644Z Compiling openapiv3 v2.2.0
16352025-06-30T22:08:33.888Z Compiling x509-cert v0.2.5
16362025-06-30T22:08:34.122Z Compiling sha1 v0.10.6
16372025-06-30T22:08:34.485Z Compiling itertools v0.10.5
16382025-06-30T22:08:34.569Z Compiling dirs-sys-next v0.1.2
16392025-06-30T22:08:34.757Z Compiling winnow v0.6.26
16402025-06-30T22:08:35.108Z Compiling lalrpop-util v0.19.12
16412025-06-30T22:08:35.463Z Compiling peg-runtime v0.8.5
16422025-06-30T22:08:35.926Z Compiling rustc-hash v2.1.1
16432025-06-30T22:08:36.061Z Compiling dirs-next v2.0.0
16442025-06-30T22:08:36.137Z Compiling thread_local v1.1.8
16452025-06-30T22:08:36.272Z Compiling slog-async v2.8.0
16462025-06-30T22:08:36.400Z Compiling term v0.7.0
16472025-06-30T22:08:36.620Z Compiling xattr v1.3.1
16482025-06-30T22:08:36.858Z Compiling futures-executor v0.3.31
16492025-06-30T22:08:36.898Z Compiling crossbeam-channel v0.5.15
16502025-06-30T22:08:36.987Z Compiling is-terminal v0.4.13
16512025-06-30T22:08:37.147Z Compiling filetime v0.2.25
16522025-06-30T22:08:37.351Z Compiling take_mut v0.2.2
16532025-06-30T22:08:37.467Z Compiling tar v0.4.44
16542025-06-30T22:08:37.537Z Compiling futures v0.3.31
16552025-06-30T22:08:37.576Z Compiling slog-term v2.9.1
16562025-06-30T22:08:37.598Z Compiling camino v1.1.10
16572025-06-30T22:08:43.593Z Compiling aws-lc-sys v0.26.0
16582025-06-30T22:09:13.501Z Compiling rustls-webpki v0.102.8
16592025-06-30T22:09:17.993Z Compiling tokio-rustls v0.26.0
16602025-06-30T22:09:18.283Z Compiling hyper-rustls v0.27.7
16612025-06-30T22:09:18.611Z Compiling reqwest v0.12.20
16622025-06-30T22:09:21.970Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16632025-06-30T22:09:22.238Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16642025-06-30T22:09:26.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s
16652025-06-30T22:09:26.896Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16662025-06-30T22:09:26.949ZJun 30 22:09:25.724 INFO Starting download, target: Cockroach
16672025-06-30T22:09:26.949ZJun 30 22:09:25.724 INFO Starting download, target: Clickhouse
16682025-06-30T22:09:26.949ZJun 30 22:09:25.724 INFO Starting download, target: DendriteStub
16692025-06-30T22:09:26.949ZJun 30 22:09:25.724 INFO Starting download, target: Console
16702025-06-30T22:09:26.949ZJun 30 22:09:25.724 INFO Starting download, target: MaghemiteMgd
16712025-06-30T22:09:26.949ZJun 30 22:09:25.724 INFO Starting download, target: TransceiverControl
16722025-06-30T22:09:26.953ZJun 30 22:09:25.725 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16732025-06-30T22:09:26.953ZJun 30 22:09:25.725 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16742025-06-30T22:09:26.953ZJun 30 22:09:25.725 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16752025-06-30T22:09:26.953ZJun 30 22:09:25.725 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16762025-06-30T22:09:26.953ZJun 30 22:09:25.725 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16772025-06-30T22:09:26.953ZJun 30 22:09:25.725 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16782025-06-30T22:09:27.316ZJun 30 22:09:26.031 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16792025-06-30T22:09:27.590ZJun 30 22:09:26.334 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16802025-06-30T22:09:27.678ZJun 30 22:09:26.442 INFO Download complete, target: TransceiverControl
16812025-06-30T22:09:27.946ZJun 30 22:09:26.717 INFO Download complete, target: Console
16822025-06-30T22:09:27.980ZJun 30 22:09:26.752 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16832025-06-30T22:09:28.187ZJun 30 22:09:26.961 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16842025-06-30T22:09:29.021ZJun 30 22:09:27.796 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16852025-06-30T22:09:29.021ZJun 30 22:09:27.796 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16862025-06-30T22:09:29.804ZJun 30 22:09:28.579 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16872025-06-30T22:09:31.269ZJun 30 22:09:30.043 INFO Download complete, target: DendriteStub
16882025-06-30T22:09:31.604ZJun 30 22:09:30.379 INFO Download complete, target: MaghemiteMgd
16892025-06-30T22:09:35.342ZJun 30 22:09:34.117 INFO Checking that binary works, target: Cockroach
16902025-06-30T22:09:35.491ZJun 30 22:09:34.266 INFO Download complete, target: Cockroach
16912025-06-30T22:09:39.596ZJun 30 22:09:38.369 INFO Checking that binary works, target: Clickhouse
16922025-06-30T22:09:39.772ZJun 30 22:09:38.546 INFO Download complete, target: Clickhouse
16932025-06-30T22:09:39.792ZAll builder prerequisites installed successfully, and PATH looks valid
16942025-06-30T22:09:39.795Z
16952025-06-30T22:09:39.795Zreal 4:31.113806753
16962025-06-30T22:09:39.796Zuser 16:12.497452116
16972025-06-30T22:09:39.796Zsys 2:13.347370603
16982025-06-30T22:09:39.796Ztrap 0.581934027
16992025-06-30T22:09:39.796Ztflt 1.138523111
17002025-06-30T22:09:39.796Zdflt 1.495899680
17012025-06-30T22:09:39.796Zkflt 0.086248821
17022025-06-30T22:09:39.796Zlock 24:27.965552870
17032025-06-30T22:09:39.796Zslp 58:13.938462137
17042025-06-30T22:09:39.796Zlat 1:01.521564033
17052025-06-30T22:09:39.796Zstop 2:42.745734706
17062025-06-30T22:09:39.796Z++ bmat factory name
17072025-06-30T22:09:39.801Z++ bmat factory private
17082025-06-30T22:09:39.805Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-0220824e4558c1ba6 '{
17092025-06-30T22:09:39.805Z buildomat: {
17102025-06-30T22:09:39.805Z factory: {
17112025-06-30T22:09:39.805Z name: $bmat_factory_name,
17122025-06-30T22:09:39.805Z private: $bmat_factory_private,
17132025-06-30T22:09:39.805Z },
17142025-06-30T22:09:39.805Z },
17152025-06-30T22:09:39.805Z }'
17162025-06-30T22:09:39.936Z+ banner ls-apis
17172025-06-30T22:09:39.940Z
17182025-06-30T22:09:39.940Z # #### ## ##### # ####
17192025-06-30T22:09:39.940Z # # # # # # # #
17202025-06-30T22:09:39.940Z # #### ##### # # # # # ####
17212025-06-30T22:09:39.940Z # # ###### ##### # #
17222025-06-30T22:09:39.940Z # # # # # # # # #
17232025-06-30T22:09:39.940Z ###### #### # # # # ####
17242025-06-30T22:09:39.940Z
17252025-06-30T22:09:39.943Z+ source ./tools/include/force-git-over-https.sh
17262025-06-30T22:09:39.943Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
17272025-06-30T22:09:39.943Z++ (( i = 0 ))
17282025-06-30T22:09:39.943Z++ (( i < 5 ))
17292025-06-30T22:09:39.943Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
17302025-06-30T22:09:39.946Z++ (( i++ ))
17312025-06-30T22:09:39.946Z++ (( i < 5 ))
17322025-06-30T22:09:39.946Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
17332025-06-30T22:09:39.949Z++ (( i++ ))
17342025-06-30T22:09:39.949Z++ (( i < 5 ))
17352025-06-30T22:09:39.949Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
17362025-06-30T22:09:39.952Z++ (( i++ ))
17372025-06-30T22:09:39.952Z++ (( i < 5 ))
17382025-06-30T22:09:39.952Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
17392025-06-30T22:09:39.955Z++ (( i++ ))
17402025-06-30T22:09:39.955Z++ (( i < 5 ))
17412025-06-30T22:09:39.955Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
17422025-06-30T22:09:39.958Z++ (( i++ ))
17432025-06-30T22:09:39.958Z++ (( i < 5 ))
17442025-06-30T22:09:39.958Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
17452025-06-30T22:09:39.959Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
17462025-06-30T22:09:39.959Z+ ptime -m cargo xtask ls-apis apis
17472025-06-30T22:09:40.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
17482025-06-30T22:09:40.675Z Running `target/debug/xtask ls-apis apis`
17492025-06-30T22:09:41.667Z Compiling semver v0.1.20
17502025-06-30T22:09:41.676Z Compiling erased-serde v0.4.6
17512025-06-30T22:09:41.783Z Compiling ordered-float v2.10.1
17522025-06-30T22:09:41.786Z Compiling structmeta-derive v0.3.0
17532025-06-30T22:09:41.796Z Compiling toml v0.8.23
17542025-06-30T22:09:41.818Z Compiling cargo-platform v0.2.0
17552025-06-30T22:09:41.820Z Compiling fixedbitset v0.5.7
17562025-06-30T22:09:42.076Z Compiling rustc_version v0.1.7
17572025-06-30T22:09:42.305Z Compiling serde-value v0.7.0
17582025-06-30T22:09:42.328Z Compiling petgraph v0.8.2
17592025-06-30T22:09:42.506Z Compiling newtype_derive v0.1.6
17602025-06-30T22:09:42.712Z Compiling serde-untagged v0.1.7
17612025-06-30T22:09:43.130Z Compiling cargo-util-schemas v0.2.0
17622025-06-30T22:09:43.512Z Compiling structmeta v0.3.0
17632025-06-30T22:09:43.785Z Compiling parse-display-derive v0.10.0
17642025-06-30T22:09:44.542Z Compiling cargo_metadata v0.20.0
17652025-06-30T22:09:45.623Z Compiling parse-display v0.10.0
17662025-06-30T22:09:46.047Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
17672025-06-30T22:09:50.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.52s
17682025-06-30T22:09:50.397Z Running `target/debug/ls-apis apis`
17692025-06-30T22:09:50.437Zloading metadata for workspace omicron from current workspace
17702025-06-30T22:09:56.171Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
17712025-06-30T22:09:56.171Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
17722025-06-30T22:09:56.195Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/760b4b5/Cargo.toml
17732025-06-30T22:09:56.195Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/Cargo.toml
17742025-06-30T22:09:56.195Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml
17752025-06-30T22:10:14.543Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
17762025-06-30T22:10:15.405Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
17772025-06-30T22:10:15.424Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
17782025-06-30T22:10:15.625ZBootstrap Agent (client: bootstrap-agent-client)
17792025-06-30T22:10:15.625Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17802025-06-30T22:10:15.625Z consumed by: wicketd (omicron/wicketd) via 2 paths
17812025-06-30T22:10:15.625Z
17822025-06-30T22:10:15.625ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
17832025-06-30T22:10:15.625Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17842025-06-30T22:10:15.625Z
17852025-06-30T22:10:15.625ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
17862025-06-30T22:10:15.625Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17872025-06-30T22:10:15.625Z
17882025-06-30T22:10:15.625ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
17892025-06-30T22:10:15.625Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17902025-06-30T22:10:15.625Z
17912025-06-30T22:10:15.625ZCockroachDB Cluster Admin (client: cockroach-admin-client)
17922025-06-30T22:10:15.625Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17932025-06-30T22:10:15.625Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17942025-06-30T22:10:15.629Z
17952025-06-30T22:10:15.629ZCrucible Agent (client: crucible-agent-client)
17962025-06-30T22:10:15.629Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17972025-06-30T22:10:15.629Z
17982025-06-30T22:10:15.629ZCrucible Control (for testing only) (client: crucible-control-client)
17992025-06-30T22:10:15.629Z
18002025-06-30T22:10:15.629ZCrucible Pantry (client: crucible-pantry-client)
18012025-06-30T22:10:15.629Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18022025-06-30T22:10:15.629Z
18032025-06-30T22:10:15.629ZMaghemite DDM Admin (client: ddm-admin-client)
18042025-06-30T22:10:15.629Z consumed by: installinator (omicron/installinator) via 1 path
18052025-06-30T22:10:15.629Z consumed by: mgd (maghemite/mgd) via 1 path
18062025-06-30T22:10:15.629Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18072025-06-30T22:10:15.629Z consumed by: wicketd (omicron/wicketd) via 1 path
18082025-06-30T22:10:15.629Z
18092025-06-30T22:10:15.629ZDNS Server (client: dns-service-client)
18102025-06-30T22:10:15.634Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18112025-06-30T22:10:15.634Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18122025-06-30T22:10:15.634Z
18132025-06-30T22:10:15.634ZDendrite DPD (client: dpd-client)
18142025-06-30T22:10:15.634Z consumed by: ddmd (maghemite/ddmd) via 2 paths
18152025-06-30T22:10:15.634Z consumed by: lldpd (lldp/lldpd) via 2 paths
18162025-06-30T22:10:15.634Z consumed by: mgd (maghemite/mgd) via 1 path
18172025-06-30T22:10:15.634Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18182025-06-30T22:10:15.638Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18192025-06-30T22:10:15.638Z consumed by: tfportd (dendrite/tfportd) via 1 path
18202025-06-30T22:10:15.638Z consumed by: wicketd (omicron/wicketd) via 2 paths
18212025-06-30T22:10:15.638Z
18222025-06-30T22:10:15.638ZDownstairs Controller (debugging only) (client: dsc-client)
18232025-06-30T22:10:15.638Z
18242025-06-30T22:10:15.638ZManagement Gateway Service (client: gateway-client)
18252025-06-30T22:10:15.643Z consumed by: dpd (dendrite/dpd) via 1 path
18262025-06-30T22:10:15.643Z consumed by: omicron-nexus (omicron/nexus) via 4 paths
18272025-06-30T22:10:15.643Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18282025-06-30T22:10:15.643Z consumed by: wicketd (omicron/wicketd) via 3 paths
18292025-06-30T22:10:15.643Z
18302025-06-30T22:10:15.643ZWicketd Installinator (client: installinator-client)
18312025-06-30T22:10:15.643Z consumed by: installinator (omicron/installinator) via 1 path
18322025-06-30T22:10:15.643Z
18332025-06-30T22:10:15.643ZLLDP daemon (client: lldpd-client)
18342025-06-30T22:10:15.643Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18352025-06-30T22:10:15.643Z consumed by: tfportd (dendrite/tfportd) via 1 path
18362025-06-30T22:10:15.643Z
18372025-06-30T22:10:15.643ZMaghemite MG Admin (client: mg-admin-client)
18382025-06-30T22:10:15.652Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18392025-06-30T22:10:15.652Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18402025-06-30T22:10:15.652Z
18412025-06-30T22:10:15.652ZNexus Internal API (client: nexus-client)
18422025-06-30T22:10:15.659Z consumed by: crucible-pantry (crucible/pantry) via 1 path
18432025-06-30T22:10:15.659Z consumed by: dpd (dendrite/dpd) via 1 path
18442025-06-30T22:10:15.659Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18452025-06-30T22:10:15.659Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
18462025-06-30T22:10:15.662Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
18472025-06-30T22:10:15.662Z
18482025-06-30T22:10:15.662ZExternal API (client: oxide-client)
18492025-06-30T22:10:15.662Z
18502025-06-30T22:10:15.662ZOximeter (client: oximeter-client)
18512025-06-30T22:10:15.662Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18522025-06-30T22:10:15.662Z
18532025-06-30T22:10:15.662ZPropolis (client: propolis-client)
18542025-06-30T22:10:15.666Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18552025-06-30T22:10:15.666Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
18562025-06-30T22:10:15.666Z
18572025-06-30T22:10:15.666ZCrucible Repair (client: repair-client)
18582025-06-30T22:10:15.666Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
18592025-06-30T22:10:15.666Z
18602025-06-30T22:10:15.666ZRepo Depot API (client: repo-depot-client)
18612025-06-30T22:10:15.666Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18622025-06-30T22:10:15.666Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18632025-06-30T22:10:15.666Z
18642025-06-30T22:10:15.666ZSled Agent (client: sled-agent-client)
18652025-06-30T22:10:15.670Z consumed by: omicron-nexus (omicron/nexus) via 7 paths
18662025-06-30T22:10:15.670Z
18672025-06-30T22:10:15.670ZWicketd (client: wicketd-client)
18682025-06-30T22:10:15.670Z
18692025-06-30T22:10:15.751Z
18702025-06-30T22:10:15.754Zreal 35.769348205
18712025-06-30T22:10:15.754Zuser 36.119092190
18722025-06-30T22:10:15.754Zsys 10.918327382
18732025-06-30T22:10:15.754Ztrap 0.020336675
18742025-06-30T22:10:15.754Ztflt 0.058679559
18752025-06-30T22:10:15.754Zdflt 0.353791915
18762025-06-30T22:10:15.754Zkflt 0.000001329
18772025-06-30T22:10:15.754Zlock 47.617584237
18782025-06-30T22:10:15.754Zslp 4:00.120794308
18792025-06-30T22:10:15.754Zlat 1.593801490
18802025-06-30T22:10:15.754Zstop 3.069592885
18812025-06-30T22:10:15.754Z+ ptime -m cargo xtask ls-apis deployment-units
18822025-06-30T22:10:16.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18832025-06-30T22:10:16.536Z Running `target/debug/xtask ls-apis deployment-units`
18842025-06-30T22:10:17.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
18852025-06-30T22:10:17.675Z Running `target/debug/ls-apis deployment-units`
18862025-06-30T22:10:17.727Zloading metadata for workspace omicron from current workspace
18872025-06-30T22:10:19.178Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
18882025-06-30T22:10:19.184Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/760b4b5/Cargo.toml
18892025-06-30T22:10:19.184Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
18902025-06-30T22:10:19.184Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml
18912025-06-30T22:10:19.190Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/Cargo.toml
18922025-06-30T22:10:21.854Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
18932025-06-30T22:10:22.614Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18942025-06-30T22:10:22.632Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18952025-06-30T22:10:22.808ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
18962025-06-30T22:10:22.808Z omicron-clickhouse-admin (omicron/clickhouse-admin)
18972025-06-30T22:10:22.808Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
18982025-06-30T22:10:22.808Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
18992025-06-30T22:10:22.808Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19002025-06-30T22:10:22.812Z
19012025-06-30T22:10:22.812Z
19022025-06-30T22:10:22.813ZCockroach
19032025-06-30T22:10:22.813Z omicron-cockroach-admin (omicron/cockroach-admin)
19042025-06-30T22:10:22.813Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
19052025-06-30T22:10:22.813Z
19062025-06-30T22:10:22.813Z
19072025-06-30T22:10:22.813ZCrucible
19082025-06-30T22:10:22.813Z crucible-agent (crucible/agent)
19092025-06-30T22:10:22.813Z exposes: Crucible Agent (client = crucible-agent-client)
19102025-06-30T22:10:22.813Z
19112025-06-30T22:10:22.813Z crucible-downstairs (crucible/downstairs)
19122025-06-30T22:10:22.813Z exposes: Crucible Repair (client = repair-client)
19132025-06-30T22:10:22.813Z consumes: repair-client
19142025-06-30T22:10:22.813Z
19152025-06-30T22:10:22.813Z
19162025-06-30T22:10:22.813ZCrucible Pantry
19172025-06-30T22:10:22.813Z crucible-pantry (crucible/pantry)
19182025-06-30T22:10:22.813Z exposes: Crucible Pantry (client = crucible-pantry-client)
19192025-06-30T22:10:22.816Z consumes: nexus-client
19202025-06-30T22:10:22.816Z
19212025-06-30T22:10:22.816Z
19222025-06-30T22:10:22.816ZDNS Server
19232025-06-30T22:10:22.816Z dns-server (omicron/dns-server)
19242025-06-30T22:10:22.816Z exposes: DNS Server (client = dns-service-client)
19252025-06-30T22:10:22.816Z
19262025-06-30T22:10:22.816Z
19272025-06-30T22:10:22.816ZHost OS
19282025-06-30T22:10:22.816Z ddmd (maghemite/ddmd)
19292025-06-30T22:10:22.816Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
19302025-06-30T22:10:22.816Z consumes: dpd-client
19312025-06-30T22:10:22.817Z
19322025-06-30T22:10:22.817Z dpd (dendrite/dpd)
19332025-06-30T22:10:22.817Z exposes: Dendrite DPD (client = dpd-client)
19342025-06-30T22:10:22.817Z consumes: gateway-client
19352025-06-30T22:10:22.817Z consumes: nexus-client
19362025-06-30T22:10:22.817Z
19372025-06-30T22:10:22.817Z lldpd (lldp/lldpd)
19382025-06-30T22:10:22.817Z exposes: LLDP daemon (client = lldpd-client)
19392025-06-30T22:10:22.817Z consumes: dpd-client
19402025-06-30T22:10:22.817Z
19412025-06-30T22:10:22.817Z mgd (maghemite/mgd)
19422025-06-30T22:10:22.817Z exposes: Maghemite MG Admin (client = mg-admin-client)
19432025-06-30T22:10:22.820Z consumes: ddm-admin-client
19442025-06-30T22:10:22.820Z consumes: dpd-client
19452025-06-30T22:10:22.820Z
19462025-06-30T22:10:22.820Z omicron-gateway (omicron/gateway)
19472025-06-30T22:10:22.820Z exposes: Management Gateway Service (client = gateway-client)
19482025-06-30T22:10:22.820Z
19492025-06-30T22:10:22.820Z omicron-sled-agent (omicron/sled-agent)
19502025-06-30T22:10:22.821Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
19512025-06-30T22:10:22.821Z exposes: Repo Depot API (client = repo-depot-client)
19522025-06-30T22:10:22.821Z exposes: Sled Agent (client = sled-agent-client)
19532025-06-30T22:10:22.824Z consumes: bootstrap-agent-client
19542025-06-30T22:10:22.824Z consumes: cockroach-admin-client
19552025-06-30T22:10:22.824Z consumes: ddm-admin-client
19562025-06-30T22:10:22.824Z consumes: dns-service-client
19572025-06-30T22:10:22.824Z consumes: dpd-client
19582025-06-30T22:10:22.824Z consumes: gateway-client
19592025-06-30T22:10:22.824Z consumes: mg-admin-client
19602025-06-30T22:10:22.824Z consumes: nexus-client
19612025-06-30T22:10:22.824Z consumes: propolis-client
19622025-06-30T22:10:22.824Z consumes: repo-depot-client
19632025-06-30T22:10:22.824Z
19642025-06-30T22:10:22.824Z propolis-server (propolis/bin/propolis-server)
19652025-06-30T22:10:22.825Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
19662025-06-30T22:10:22.825Z exposes: Propolis (client = propolis-client)
19672025-06-30T22:10:22.825Z consumes: nexus-client
19682025-06-30T22:10:22.825Z
19692025-06-30T22:10:22.825Z tfportd (dendrite/tfportd)
19702025-06-30T22:10:22.825Z consumes: dpd-client
19712025-06-30T22:10:22.825Z consumes: lldpd-client
19722025-06-30T22:10:22.825Z
19732025-06-30T22:10:22.825Z wicketd (omicron/wicketd)
19742025-06-30T22:10:22.825Z exposes: Wicketd Installinator (client = installinator-client)
19752025-06-30T22:10:22.825Z exposes: Wicketd (client = wicketd-client)
19762025-06-30T22:10:22.828Z consumes: bootstrap-agent-client
19772025-06-30T22:10:22.828Z consumes: ddm-admin-client
19782025-06-30T22:10:22.828Z consumes: dpd-client
19792025-06-30T22:10:22.828Z consumes: gateway-client
19802025-06-30T22:10:22.828Z
19812025-06-30T22:10:22.828Z
19822025-06-30T22:10:22.828ZInstallinator
19832025-06-30T22:10:22.828Z installinator (omicron/installinator)
19842025-06-30T22:10:22.828Z consumes: ddm-admin-client
19852025-06-30T22:10:22.828Z consumes: installinator-client
19862025-06-30T22:10:22.828Z
19872025-06-30T22:10:22.828Z
19882025-06-30T22:10:22.828ZNexus
19892025-06-30T22:10:22.828Z omicron-nexus (omicron/nexus)
19902025-06-30T22:10:22.828Z exposes: Nexus Internal API (client = nexus-client)
19912025-06-30T22:10:22.828Z exposes: External API (client = oxide-client)
19922025-06-30T22:10:22.828Z consumes: clickhouse-admin-keeper-client
19932025-06-30T22:10:22.828Z consumes: clickhouse-admin-server-client
19942025-06-30T22:10:22.829Z consumes: clickhouse-admin-single-client
19952025-06-30T22:10:22.829Z consumes: cockroach-admin-client
19962025-06-30T22:10:22.829Z consumes: crucible-agent-client
19972025-06-30T22:10:22.829Z consumes: crucible-pantry-client
19982025-06-30T22:10:22.829Z consumes: dns-service-client
19992025-06-30T22:10:22.829Z consumes: dpd-client
20002025-06-30T22:10:22.829Z consumes: gateway-client
20012025-06-30T22:10:22.832Z consumes: lldpd-client
20022025-06-30T22:10:22.832Z consumes: mg-admin-client
20032025-06-30T22:10:22.832Z consumes: oximeter-client
20042025-06-30T22:10:22.832Z consumes: propolis-client
20052025-06-30T22:10:22.832Z consumes: repo-depot-client
20062025-06-30T22:10:22.832Z consumes: sled-agent-client
20072025-06-30T22:10:22.832Z
20082025-06-30T22:10:22.832Z
20092025-06-30T22:10:22.832ZOximeter
20102025-06-30T22:10:22.832Z oximeter-collector (omicron/oximeter/collector)
20112025-06-30T22:10:22.832Z exposes: Oximeter (client = oximeter-client)
20122025-06-30T22:10:22.832Z consumes: nexus-client
20132025-06-30T22:10:22.832Z
20142025-06-30T22:10:22.832Z
20152025-06-30T22:10:22.909Z
20162025-06-30T22:10:22.912Zreal 7.134815524
20172025-06-30T22:10:22.912Zuser 5.951695766
20182025-06-30T22:10:22.912Zsys 2.388674031
20192025-06-30T22:10:22.912Ztrap 0.004686112
20202025-06-30T22:10:22.912Ztflt 0.029878438
20212025-06-30T22:10:22.912Zdflt 0.012868784
20222025-06-30T22:10:22.912Zkflt 0.000000000
20232025-06-30T22:10:22.912Zlock 0.323017602
20242025-06-30T22:10:22.913Zslp 23.557130886
20252025-06-30T22:10:22.913Zlat 0.080393760
20262025-06-30T22:10:22.913Zstop 0.006199149
20272025-06-30T22:10:22.913Z+ ptime -m cargo xtask ls-apis servers
20282025-06-30T22:10:23.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
20292025-06-30T22:10:23.593Z Running `target/debug/xtask ls-apis servers`
20302025-06-30T22:10:24.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
20312025-06-30T22:10:24.636Z Running `target/debug/ls-apis servers`
20322025-06-30T22:10:24.680Zloading metadata for workspace omicron from current workspace
20332025-06-30T22:10:26.084Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/760b4b5/Cargo.toml
20342025-06-30T22:10:26.088Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
20352025-06-30T22:10:26.091Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/Cargo.toml
20362025-06-30T22:10:26.091Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml
20372025-06-30T22:10:26.094Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
20382025-06-30T22:10:28.675Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
20392025-06-30T22:10:29.440Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20402025-06-30T22:10:29.458Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20412025-06-30T22:10:29.636Zomicron-clickhouse-admin (omicron/clickhouse-admin)
20422025-06-30T22:10:29.636Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
20432025-06-30T22:10:29.636Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
20442025-06-30T22:10:29.636Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
20452025-06-30T22:10:29.639Z
20462025-06-30T22:10:29.639Zomicron-cockroach-admin (omicron/cockroach-admin)
20472025-06-30T22:10:29.639Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
20482025-06-30T22:10:29.639Z
20492025-06-30T22:10:29.639Zcrucible-agent (crucible/agent)
20502025-06-30T22:10:29.639Z exposes: Crucible Agent (client = crucible-agent-client)
20512025-06-30T22:10:29.639Z
20522025-06-30T22:10:29.640Zcrucible-downstairs (crucible/downstairs)
20532025-06-30T22:10:29.640Z exposes: Crucible Repair (client = repair-client)
20542025-06-30T22:10:29.640Z consumes: repair-client
20552025-06-30T22:10:29.640Z
20562025-06-30T22:10:29.640Zcrucible-pantry (crucible/pantry)
20572025-06-30T22:10:29.640Z exposes: Crucible Pantry (client = crucible-pantry-client)
20582025-06-30T22:10:29.640Z consumes: nexus-client
20592025-06-30T22:10:29.640Z
20602025-06-30T22:10:29.640Zdns-server (omicron/dns-server)
20612025-06-30T22:10:29.640Z exposes: DNS Server (client = dns-service-client)
20622025-06-30T22:10:29.640Z
20632025-06-30T22:10:29.640Zomicron-sled-agent (omicron/sled-agent)
20642025-06-30T22:10:29.640Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20652025-06-30T22:10:29.640Z exposes: Repo Depot API (client = repo-depot-client)
20662025-06-30T22:10:29.640Z exposes: Sled Agent (client = sled-agent-client)
20672025-06-30T22:10:29.644Z consumes: bootstrap-agent-client
20682025-06-30T22:10:29.645Z consumes: cockroach-admin-client
20692025-06-30T22:10:29.645Z consumes: ddm-admin-client
20702025-06-30T22:10:29.645Z consumes: dns-service-client
20712025-06-30T22:10:29.645Z consumes: dpd-client
20722025-06-30T22:10:29.645Z consumes: gateway-client
20732025-06-30T22:10:29.645Z consumes: mg-admin-client
20742025-06-30T22:10:29.645Z consumes: nexus-client
20752025-06-30T22:10:29.645Z consumes: propolis-client
20762025-06-30T22:10:29.645Z consumes: repo-depot-client
20772025-06-30T22:10:29.645Z
20782025-06-30T22:10:29.645Zpropolis-server (propolis/bin/propolis-server)
20792025-06-30T22:10:29.645Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20802025-06-30T22:10:29.645Z exposes: Propolis (client = propolis-client)
20812025-06-30T22:10:29.645Z consumes: nexus-client
20822025-06-30T22:10:29.645Z
20832025-06-30T22:10:29.645Zddmd (maghemite/ddmd)
20842025-06-30T22:10:29.645Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20852025-06-30T22:10:29.650Z consumes: dpd-client
20862025-06-30T22:10:29.650Z
20872025-06-30T22:10:29.650Zdpd (dendrite/dpd)
20882025-06-30T22:10:29.650Z exposes: Dendrite DPD (client = dpd-client)
20892025-06-30T22:10:29.650Z consumes: gateway-client
20902025-06-30T22:10:29.651Z consumes: nexus-client
20912025-06-30T22:10:29.651Z
20922025-06-30T22:10:29.651Zlldpd (lldp/lldpd)
20932025-06-30T22:10:29.651Z exposes: LLDP daemon (client = lldpd-client)
20942025-06-30T22:10:29.651Z consumes: dpd-client
20952025-06-30T22:10:29.651Z
20962025-06-30T22:10:29.651Zmgd (maghemite/mgd)
20972025-06-30T22:10:29.651Z exposes: Maghemite MG Admin (client = mg-admin-client)
20982025-06-30T22:10:29.651Z consumes: ddm-admin-client
20992025-06-30T22:10:29.651Z consumes: dpd-client
21002025-06-30T22:10:29.651Z
21012025-06-30T22:10:29.651Zomicron-gateway (omicron/gateway)
21022025-06-30T22:10:29.651Z exposes: Management Gateway Service (client = gateway-client)
21032025-06-30T22:10:29.651Z
21042025-06-30T22:10:29.651Ztfportd (dendrite/tfportd)
21052025-06-30T22:10:29.651Z consumes: dpd-client
21062025-06-30T22:10:29.651Z consumes: lldpd-client
21072025-06-30T22:10:29.651Z
21082025-06-30T22:10:29.651Zwicketd (omicron/wicketd)
21092025-06-30T22:10:29.651Z exposes: Wicketd Installinator (client = installinator-client)
21102025-06-30T22:10:29.651Z exposes: Wicketd (client = wicketd-client)
21112025-06-30T22:10:29.655Z consumes: bootstrap-agent-client
21122025-06-30T22:10:29.655Z consumes: ddm-admin-client
21132025-06-30T22:10:29.655Z consumes: dpd-client
21142025-06-30T22:10:29.655Z consumes: gateway-client
21152025-06-30T22:10:29.655Z
21162025-06-30T22:10:29.655Zinstallinator (omicron/installinator)
21172025-06-30T22:10:29.655Z consumes: ddm-admin-client
21182025-06-30T22:10:29.655Z consumes: installinator-client
21192025-06-30T22:10:29.655Z
21202025-06-30T22:10:29.655Zomicron-nexus (omicron/nexus)
21212025-06-30T22:10:29.655Z exposes: Nexus Internal API (client = nexus-client)
21222025-06-30T22:10:29.655Z exposes: External API (client = oxide-client)
21232025-06-30T22:10:29.655Z consumes: clickhouse-admin-keeper-client
21242025-06-30T22:10:29.655Z consumes: clickhouse-admin-server-client
21252025-06-30T22:10:29.655Z consumes: clickhouse-admin-single-client
21262025-06-30T22:10:29.655Z consumes: cockroach-admin-client
21272025-06-30T22:10:29.655Z consumes: crucible-agent-client
21282025-06-30T22:10:29.655Z consumes: crucible-pantry-client
21292025-06-30T22:10:29.655Z consumes: dns-service-client
21302025-06-30T22:10:29.655Z consumes: dpd-client
21312025-06-30T22:10:29.655Z consumes: gateway-client
21322025-06-30T22:10:29.655Z consumes: lldpd-client
21332025-06-30T22:10:29.655Z consumes: mg-admin-client
21342025-06-30T22:10:29.655Z consumes: oximeter-client
21352025-06-30T22:10:29.655Z consumes: propolis-client
21362025-06-30T22:10:29.655Z consumes: repo-depot-client
21372025-06-30T22:10:29.655Z consumes: sled-agent-client
21382025-06-30T22:10:29.655Z
21392025-06-30T22:10:29.655Zoximeter-collector (omicron/oximeter/collector)
21402025-06-30T22:10:29.655Z exposes: Oximeter (client = oximeter-client)
21412025-06-30T22:10:29.655Z consumes: nexus-client
21422025-06-30T22:10:29.655Z
21432025-06-30T22:10:29.733Z
21442025-06-30T22:10:29.736Zreal 6.801204526
21452025-06-30T22:10:29.736Zuser 5.838817950
21462025-06-30T22:10:29.736Zsys 2.200442843
21472025-06-30T22:10:29.736Ztrap 0.000752569
21482025-06-30T22:10:29.736Ztflt 0.033188447
21492025-06-30T22:10:29.736Zdflt 0.019339866
21502025-06-30T22:10:29.736Zkflt 0.000003867
21512025-06-30T22:10:29.736Zlock 0.305248790
21522025-06-30T22:10:29.736Zslp 22.454405694
21532025-06-30T22:10:29.736Zlat 0.055789108
21542025-06-30T22:10:29.736Zstop 0.006949990
21552025-06-30T22:10:29.736Z+ ptime -m cargo xtask ls-apis check
21562025-06-30T22:10:30.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21572025-06-30T22:10:30.410Z Running `target/debug/xtask ls-apis check`
21582025-06-30T22:10:31.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
21592025-06-30T22:10:31.439Z Running `target/debug/ls-apis check`
21602025-06-30T22:10:31.486Zloading metadata for workspace omicron from current workspace
21612025-06-30T22:10:32.881Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
21622025-06-30T22:10:32.884Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
21632025-06-30T22:10:32.892Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/760b4b5/Cargo.toml
21642025-06-30T22:10:32.895Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/Cargo.toml
21652025-06-30T22:10:32.896Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml
21662025-06-30T22:10:35.402Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
21672025-06-30T22:10:36.167Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21682025-06-30T22:10:36.185Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21692025-06-30T22:10:36.446Z
21702025-06-30T22:10:36.446Z
21712025-06-30T22:10:36.446ZServer-managed APIs:
21722025-06-30T22:10:36.446Z
21732025-06-30T22:10:36.446Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
21742025-06-30T22:10:36.446Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
21752025-06-30T22:10:36.446Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
21762025-06-30T22:10:36.446Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
21772025-06-30T22:10:36.446Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
21782025-06-30T22:10:36.446Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
21792025-06-30T22:10:36.446Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
21802025-06-30T22:10:36.446Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
21812025-06-30T22:10:36.446Z DNS Server (dns-service-client, exposed by dns-server)
21822025-06-30T22:10:36.446Z Dendrite DPD (dpd-client, exposed by dpd)
21832025-06-30T22:10:36.446Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
21842025-06-30T22:10:36.446Z LLDP daemon (lldpd-client, exposed by lldpd)
21852025-06-30T22:10:36.446Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
21862025-06-30T22:10:36.446Z External API (oxide-client, exposed by omicron-nexus)
21872025-06-30T22:10:36.446Z Oximeter (oximeter-client, exposed by oximeter-collector)
21882025-06-30T22:10:36.446Z Propolis (propolis-client, exposed by propolis-server)
21892025-06-30T22:10:36.446Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
21902025-06-30T22:10:36.447Z Wicketd (wicketd-client, exposed by wicketd)
21912025-06-30T22:10:36.447Z
21922025-06-30T22:10:36.447Z
21932025-06-30T22:10:36.447ZClient-managed API:
21942025-06-30T22:10:36.447Z
21952025-06-30T22:10:36.447Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
21962025-06-30T22:10:36.447Z reason: depends on itself (i.e., instances call each other)
21972025-06-30T22:10:36.447Z Wicketd Installinator (installinator-client, exposed by wicketd)
21982025-06-30T22:10:36.447Z reason: client is provided implicitly by the operator
21992025-06-30T22:10:36.447Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
22002025-06-30T22:10:36.447Z reason: Circular dependencies between Nexus and other services
22012025-06-30T22:10:36.447Z Crucible Repair (repair-client, exposed by crucible-downstairs)
22022025-06-30T22:10:36.447Z reason: depends on itself (i.e., instances call each other)
22032025-06-30T22:10:36.447Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
22042025-06-30T22:10:36.447Z reason: depends on itself (i.e., instances call each other)
22052025-06-30T22:10:36.447Z
22062025-06-30T22:10:36.447Z
22072025-06-30T22:10:36.447ZAPIs with unknown version management: none
22082025-06-30T22:10:36.524Z
22092025-06-30T22:10:36.527Zreal 6.766429467
22102025-06-30T22:10:36.527Zuser 5.902481709
22112025-06-30T22:10:36.527Zsys 2.061931200
22122025-06-30T22:10:36.527Ztrap 0.000730987
22132025-06-30T22:10:36.527Ztflt 0.000049950
22142025-06-30T22:10:36.527Zdflt 0.000017765
22152025-06-30T22:10:36.527Zkflt 0.000003989
22162025-06-30T22:10:36.527Zlock 0.303285041
22172025-06-30T22:10:36.527Zslp 21.616166760
22182025-06-30T22:10:36.527Zlat 0.012257265
22192025-06-30T22:10:36.527Zstop 0.006643563
22202025-06-30T22:10:36.528Z+ ptime -m cargo xtask ls-apis adoc
22212025-06-30T22:10:37.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22222025-06-30T22:10:37.200Z Running `target/debug/xtask ls-apis adoc`
22232025-06-30T22:10:38.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
22242025-06-30T22:10:38.226Z Running `target/debug/ls-apis adoc`
22252025-06-30T22:10:38.276Zloading metadata for workspace omicron from current workspace
22262025-06-30T22:10:39.677Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
22272025-06-30T22:10:39.680Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
22282025-06-30T22:10:39.680Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/760b4b5/Cargo.toml
22292025-06-30T22:10:39.694Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/Cargo.toml
22302025-06-30T22:10:39.698Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml
22312025-06-30T22:10:42.218Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
22322025-06-30T22:10:42.983Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
22332025-06-30T22:10:42.999Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
22342025-06-30T22:10:43.284Z
22352025-06-30T22:10:43.284Zreal 6.737112051
22362025-06-30T22:10:43.284Zuser 5.853192540
22372025-06-30T22:10:43.284Zsys 2.075155542
22382025-06-30T22:10:43.284Ztrap 0.000635825
22392025-06-30T22:10:43.287Ztflt 0.000044723
22402025-06-30T22:10:43.287Zdflt 0.000042372
22412025-06-30T22:10:43.287Zkflt 0.000006227
22422025-06-30T22:10:43.287Zlock 0.298804169
22432025-06-30T22:10:43.287Zslp 21.644078178
22442025-06-30T22:10:43.287Zlat 0.013498028
22452025-06-30T22:10:43.287Zstop 0.006688031
22462025-06-30T22:10:43.287Z+ banner build
22472025-06-30T22:10:43.290Z
22482025-06-30T22:10:43.290Z ##### # # # # #####
22492025-06-30T22:10:43.290Z # # # # # # # #
22502025-06-30T22:10:43.290Z ##### # # # # # #
22512025-06-30T22:10:43.290Z # # # # # # # #
22522025-06-30T22:10:43.290Z # # # # # # # #
22532025-06-30T22:10:43.290Z ##### #### # ###### #####
22542025-06-30T22:10:43.290Z
22552025-06-30T22:10:43.290Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
22562025-06-30T22:10:43.290Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
22572025-06-30T22:10:43.290Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
22582025-06-30T22:10:43.291Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
22592025-06-30T22:10:43.291Z+ [[ illumos == \i\l\l\u\m\o\s ]]
22602025-06-30T22:10:43.291Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
22612025-06-30T22:10:43.291Z+ export TMPDIR=/var/tmp/omicron_tmp
22622025-06-30T22:10:43.291Z+ TMPDIR=/var/tmp/omicron_tmp
22632025-06-30T22:10:43.291Z+ export RUST_BACKTRACE=1
22642025-06-30T22:10:43.291Z+ RUST_BACKTRACE=1
22652025-06-30T22:10:43.291Z+ export CARGO_INCREMENTAL=0
22662025-06-30T22:10:43.291Z+ CARGO_INCREMENTAL=0
22672025-06-30T22:10:43.291Z+ export RUSTC_BOOTSTRAP=1
22682025-06-30T22:10:43.291Z+ RUSTC_BOOTSTRAP=1
22692025-06-30T22:10:43.291Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --exclude=omicron-nexus --tests --locked --verbose
22702025-06-30T22:10:45.851Z Compiling proc-macro2 v1.0.95
22712025-06-30T22:10:45.851Z Compiling unicode-ident v1.0.18
22722025-06-30T22:10:45.858Z Compiling libc v0.2.174
22732025-06-30T22:10:45.858Z Compiling cfg-if v1.0.1
22742025-06-30T22:10:45.858Z Compiling serde v1.0.219
22752025-06-30T22:10:45.859Z Compiling autocfg v1.4.0
22762025-06-30T22:10:45.859Z Compiling memchr v2.7.4
22772025-06-30T22:10:45.859Z Compiling value-bag v1.9.0
22782025-06-30T22:10:45.859Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e17d5223f00440f9 -C extra-filename=-94f49666e7fa7a04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22792025-06-30T22:10:45.859Z Running `/home/build/.rustup/toolchains/1.87.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.95/build.rs --error-format=json --json=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=da7bbe67681fe13e -C extra-filename=-dcdb3adfacb91dbc --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-dcdb3adfacb91dbc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22802025-06-30T22:10:45.859Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=520414dab93308a9 -C extra-filename=-8b1d7bb9664cf900 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-8b1d7bb9664cf900 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22812025-06-30T22:10:45.859Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=4b3231fffb518146 -C extra-filename=-3a67e9cd8804fc68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22822025-06-30T22:10:45.859Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=a200a4e3493ab895 -C extra-filename=-91c9eb2d35072faf --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-91c9eb2d35072faf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22832025-06-30T22:10:46.177Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=326456c13b32c9e6 -C extra-filename=-70b1be6a3a4fd896 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22842025-06-30T22:10:46.205Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name value_bag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="inline-i128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "error", "inline-i128", "owned", "seq", "serde", "serde1", "std", "sval", "sval2", "test", "value-bag-serde1", "value-bag-sval2"))' -C metadata=aa04558e548245cb -C extra-filename=-9940e3744517d409 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22852025-06-30T22:10:46.262Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=b025b98d085c7d7f -C extra-filename=-d7b06f039966c35c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22862025-06-30T22:10:46.342Z Compiling smallvec v1.15.0
22872025-06-30T22:10:46.386Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-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="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=0e3303d462a0a1d4 -C extra-filename=-3b112245a8f41229 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22882025-06-30T22:10:46.386Z Compiling version_check v0.9.5
22892025-06-30T22:10:46.386Z Running `/home/build/.rustup/toolchains/1.87.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=232a46148091ce4a -C extra-filename=-197837e41708e086 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22902025-06-30T22:10:46.706Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-91c9eb2d35072faf/build-script-build`
22912025-06-30T22:10:46.766Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-dcdb3adfacb91dbc/build-script-build`
22922025-06-30T22:10:46.807Z Compiling log v0.4.27
22932025-06-30T22:10:46.811Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="kv"' --cfg 'feature="kv_unstable"' --cfg 'feature="std"' --cfg 'feature="value-bag"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=a012576ac549d296 -C extra-filename=-1bb814cae28f6e1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern value_bag=/work/oxidecomputer/omicron/target/debug/deps/libvalue_bag-9940e3744517d409.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22942025-06-30T22:10:46.843Z Compiling itoa v1.0.11
22952025-06-30T22:10:46.847Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=a1284d2aca436c03 -C extra-filename=-1ede4a1959157936 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22962025-06-30T22:10:46.882Z Compiling scopeguard v1.2.0
22972025-06-30T22:10:46.885Z Running `/home/build/.rustup/toolchains/1.87.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=2ac3bfc63a6f495b -C extra-filename=-9aa091ab62ef587d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22982025-06-30T22:10:47.009Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-8b1d7bb9664cf900/build-script-build`
22992025-06-30T22:10:47.075Z Compiling libm v0.2.8
23002025-06-30T22:10:47.110Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=e7201f5b37cfcb37 -C extra-filename=-74085114372c9248 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-74085114372c9248 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23012025-06-30T22:10:47.142Z Compiling lock_api v0.4.12
23022025-06-30T22:10:47.145Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=1f2eceff9b7f6301 -C extra-filename=-cefab6d96bfc6445 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
23032025-06-30T22:10:47.177Z Compiling num-traits v0.2.19
23042025-06-30T22:10:47.215Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=301f6da474eac230 -C extra-filename=-a400df7917266ce2 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-a400df7917266ce2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-70b1be6a3a4fd896.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23052025-06-30T22:10:47.218Z Compiling portable-atomic v1.11.0
23062025-06-30T22:10:47.218Z Running `/home/build/.rustup/toolchains/1.87.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=207dd7bec83ba4d1 -C extra-filename=-1d45b31d4a997950 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-1d45b31d4a997950 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-70b1be6a3a4fd896.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23072025-06-30T22:10:47.218Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=b408a271d21c3c52 -C extra-filename=-1d06eeadc555dfe0 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-1d06eeadc555dfe0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23082025-06-30T22:10:47.294Z Running `/home/build/.rustup/toolchains/1.87.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.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=88f45a1158fe1b6f -C extra-filename=-945f287b7b96ea88 --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-94f49666e7fa7a04.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 --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
23092025-06-30T22:10:47.463Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-74085114372c9248/build-script-build`
23102025-06-30T22:10:47.528Z Compiling stable_deref_trait v1.2.0
23112025-06-30T22:10:47.533Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=7ba97c1da2f580b1 -C extra-filename=-1e5403e1b8402df8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23122025-06-30T22:10:47.571Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-a400df7917266ce2/build-script-build`
23132025-06-30T22:10:47.615Z Compiling ryu v1.0.18
23142025-06-30T22:10:47.647Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=b6189c03c4f8a706 -C extra-filename=-f25e6adcb3b5e793 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23152025-06-30T22:10:47.650Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-1d45b31d4a997950/build-script-build`
23162025-06-30T22:10:47.650Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=f10c1461f6929bb6 -C extra-filename=-d42842baf7c23fba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23172025-06-30T22:10:47.730Z Compiling critical-section v1.1.3
23182025-06-30T22:10:47.733Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name critical_section --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/critical-section-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("restore-state-bool", "restore-state-none", "restore-state-u16", "restore-state-u32", "restore-state-u64", "restore-state-u8", "restore-state-usize", "std"))' -C metadata=ce3158c97c66180a -C extra-filename=-c6739908f4dae2f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23192025-06-30T22:10:47.824Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=7a62093f9d6aa6f4 -C extra-filename=-4d444e8c5d73485c --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-9aa091ab62ef587d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
23202025-06-30T22:10:47.949Z Compiling serde_json v1.0.140
23212025-06-30T22:10:47.995Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=12a66523a282a2fb -C extra-filename=-b591629987fa3546 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-b591629987fa3546 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23222025-06-30T22:10:47.996Z Compiling quote v1.0.40
23232025-06-30T22:10:48.035Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=1e8632cb80168930 -C extra-filename=-d025f8d9e1172b1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23242025-06-30T22:10:48.039Z Compiling pin-project-lite v0.2.14
23252025-06-30T22:10:48.047Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86bdd85071a31401 -C extra-filename=-a9d4e6e778fb1c27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23262025-06-30T22:10:48.219Z Compiling getrandom v0.2.15
23272025-06-30T22:10:48.224Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=c608ded4fb225be2 -C extra-filename=-7507609290b17159 --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-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23282025-06-30T22:10:48.224Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-1d06eeadc555dfe0/build-script-build`
23292025-06-30T22:10:48.291Z Compiling writeable v0.5.5
23302025-06-30T22:10:48.294Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=f0df731856b7b7a1 -C extra-filename=-dd48068adb529086 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23312025-06-30T22:10:48.390Z Compiling percent-encoding v2.3.1
23322025-06-30T22:10:48.390Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-b591629987fa3546/build-script-build`
23332025-06-30T22:10:48.390Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=a194d7f2ac87893d -C extra-filename=-221a139d58cdccf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(target_feature,values("zacas","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3"))' --check-cfg 'cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_new_atomic_intrinsics,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_mut_refs,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_offset_of,portable_atomic_no_strict_provenance,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_pre_llvm_20,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha","zacas"))'`
23342025-06-30T22:10:48.422Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2db907e5f09bb6d3 -C extra-filename=-076790c46d8cc729 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23352025-06-30T22:10:48.454Z Compiling syn v2.0.104
23362025-06-30T22:10:48.458Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.104/src/lib.rs --error-format=json --json=diagnostic-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=dde553c25aa41a07 -C extra-filename=-066c256ec447ff7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-94f49666e7fa7a04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23372025-06-30T22:10:48.607Z Running `/home/build/.rustup/toolchains/1.87.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=1f4f2319b3bdbffb -C extra-filename=-b32efd26b54b6d26 --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-f25e6adcb3b5e793.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)'`
23382025-06-30T22:10:48.654Z Compiling rand_core v0.6.4
23392025-06-30T22:10:48.657Z Compiling litemap v0.7.3
23402025-06-30T22:10:48.657Z Running `/home/build/.rustup/toolchains/1.87.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=f22854d2d5d2507a -C extra-filename=-d309a4dac0f77c6e --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-7507609290b17159.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23412025-06-30T22:10:48.657Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=0681b9e3a521311e -C extra-filename=-9346630a05fc94dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23422025-06-30T22:10:48.771Z Compiling shlex v1.3.0
23432025-06-30T22:10:48.774Z Running `/home/build/.rustup/toolchains/1.87.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=11fd4aa85ac04828 -C extra-filename=-97d25d72ed3d09ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23442025-06-30T22:10:48.820Z Compiling icu_locid_transform_data v1.5.0
23452025-06-30T22:10:48.823Z Compiling byteorder v1.5.0
23462025-06-30T22:10:48.823Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9a9d1e6d3a54280 -C extra-filename=-a6709be570372823 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23472025-06-30T22:10:48.823Z Running `/home/build/.rustup/toolchains/1.87.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=9fc823adeaa6ca16 -C extra-filename=-96dbc0c5a1d1c4b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23482025-06-30T22:10:48.972Z Compiling icu_properties_data v1.5.0
23492025-06-30T22:10:49.023Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6acb95889242908 -C extra-filename=-5ca396f3175bc529 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23502025-06-30T22:10:49.105Z Compiling parking_lot_core v0.9.10
23512025-06-30T22:10:49.111Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=2dfd956a24242957 -C extra-filename=-3e4a752e59c4935c --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-3e4a752e59c4935c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23522025-06-30T22:10:49.145Z Compiling jobserver v0.1.32
23532025-06-30T22:10:49.148Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d00813f12d149e65 -C extra-filename=-a3c2492b0c4314bf --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23542025-06-30T22:10:49.212Z Compiling semver v1.0.26
23552025-06-30T22:10:49.216Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.26/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=0ee2cb118388203e -C extra-filename=-fbe46642e8a78556 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-fbe46642e8a78556 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23562025-06-30T22:10:49.262Z Compiling write16 v1.0.0
23572025-06-30T22:10:49.265Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/write16-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=23b8f8c1a9f01aaa -C extra-filename=-e56e6861a0da43cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23582025-06-30T22:10:49.364Z Compiling icu_normalizer_data v1.5.0
23592025-06-30T22:10:49.370Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b88262e1450c418 -C extra-filename=-4319c7a5a2ea9c45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23602025-06-30T22:10:49.439Z Compiling once_cell v1.21.3
23612025-06-30T22:10:49.444Z Running `/home/build/.rustup/toolchains/1.87.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=1e5f60a2e1cc3fdb -C extra-filename=-09bc292f601caea4 --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-c6739908f4dae2f6.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-221a139d58cdccf4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23622025-06-30T22:10:49.520Z Compiling utf8_iter v1.0.4
23632025-06-30T22:10:49.532Z Running `/home/build/.rustup/toolchains/1.87.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=fc1d9e558b5cae79 -C extra-filename=-22bde71774a40109 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23642025-06-30T22:10:49.598Z Compiling utf16_iter v1.0.5
23652025-06-30T22:10:49.601Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-3e4a752e59c4935c/build-script-build`
23662025-06-30T22:10:49.601Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf16_iter-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf60de236dc5250f -C extra-filename=-fd11caf15979887c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23672025-06-30T22:10:49.699Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=83a5d20f7c5b2407 -C extra-filename=-2307d37173dfe8e2 --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-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23682025-06-30T22:10:49.762Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-fbe46642e8a78556/build-script-build`
23692025-06-30T22:10:49.810Z Compiling cc v1.2.15
23702025-06-30T22:10:49.810Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=c46714e755dfed46 -C extra-filename=-2693dba1943116f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-a3c2492b0c4314bf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-97d25d72ed3d09ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23712025-06-30T22:10:49.858Z Compiling regex-syntax v0.8.5
23722025-06-30T22:10:49.863Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=913ad74e0582d05c -C extra-filename=-f7fc194797028537 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23732025-06-30T22:10:49.907Z Compiling form_urlencoded v1.2.1
23742025-06-30T22:10:49.910Z Compiling allocator-api2 v0.2.21
23752025-06-30T22:10:49.910Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=256f2c2559cd84d6 -C extra-filename=-ad59467a09ca041e --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-076790c46d8cc729.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23762025-06-30T22:10:49.911Z Running `/home/build/.rustup/toolchains/1.87.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=d13be936794bc456 -C extra-filename=-9f1cde4af112ed91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23772025-06-30T22:10:49.986Z Compiling foldhash v0.1.5
23782025-06-30T22:10:49.989Z Running `/home/build/.rustup/toolchains/1.87.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=040198288ef9eb23 -C extra-filename=-2258aab87697adbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23792025-06-30T22:10:50.179Z Compiling parking_lot v0.12.3
23802025-06-30T22:10:50.182Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=897ce25b36c97995 -C extra-filename=-d60a101adc746ee4 --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-4d444e8c5d73485c.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-2307d37173dfe8e2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23812025-06-30T22:10:50.235Z Compiling equivalent v1.0.2
23822025-06-30T22:10:50.274Z Running `/home/build/.rustup/toolchains/1.87.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=37b76946023df5cc -C extra-filename=-de5be1197a0129ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23832025-06-30T22:10:50.278Z Compiling getrandom v0.3.1
23842025-06-30T22:10:50.281Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=ee1b4ed29b295161 -C extra-filename=-9e9ee7fa21dc6b74 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-9e9ee7fa21dc6b74 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23852025-06-30T22:10:50.401Z Compiling aho-corasick v1.1.3
23862025-06-30T22:10:50.404Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=2270db516029890c -C extra-filename=-212bd90c4b2dd6c2 --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-d7b06f039966c35c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23872025-06-30T22:10:50.447Z Compiling subtle v2.6.1
23882025-06-30T22:10:50.447Z Running `/home/build/.rustup/toolchains/1.87.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=9c5d8dc0c37fe456 -C extra-filename=-437961f5488645c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23892025-06-30T22:10:50.716Z Compiling hashbrown v0.15.4
23902025-06-30T22:10:50.719Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=62d8723bf41ce355 -C extra-filename=-ee2ff769a8771c26 --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-9f1cde4af112ed91.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-de5be1197a0129ff.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-2258aab87697adbb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23912025-06-30T22:10:50.895Z Compiling signal-hook-registry v1.4.2
23922025-06-30T22:10:50.900Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e58c99809dffc395 -C extra-filename=-5b018c3601033e26 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23932025-06-30T22:10:50.990Z Compiling errno v0.3.12
23942025-06-30T22:10:51.004Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5c429ebd2673d085 -C extra-filename=-17c9896e8417eaa3 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23952025-06-30T22:10:51.059Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-9e9ee7fa21dc6b74/build-script-build`
23962025-06-30T22:10:51.131Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=3f1f71898c325736 -C extra-filename=-fd0dad88f56f0ea8 --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-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23972025-06-30T22:10:51.308Z Compiling fnv v1.0.7
23982025-06-30T22:10:51.311Z Running `/home/build/.rustup/toolchains/1.87.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=ceb7a4dc86e44fed -C extra-filename=-6e0677348c2acdca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23992025-06-30T22:10:51.507Z Compiling typenum v1.17.0
24002025-06-30T22:10:51.510Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.17.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=b974153b55fab406 -C extra-filename=-2df1fb8255928dda --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-2df1fb8255928dda -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24012025-06-30T22:10:51.582Z Compiling mio v1.0.2
24022025-06-30T22:10:51.585Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=977b656ca83a176f -C extra-filename=-0198d0379ddd5e72 --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-cefab6d96bfc6445.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24032025-06-30T22:10:51.623Z Compiling generic-array v0.14.7
24042025-06-30T22:10:51.627Z Running `/home/build/.rustup/toolchains/1.87.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=27fe626a05548614 -C extra-filename=-d150074bdaa5513f --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-d150074bdaa5513f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24052025-06-30T22:10:52.500Z Compiling futures-core v0.3.31
24062025-06-30T22:10:52.523Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=b94ca4260a2d0f03 -C extra-filename=-a4cc7e9ef57f8919 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24072025-06-30T22:10:52.523Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-d150074bdaa5513f/build-script-build`
24082025-06-30T22:10:52.523Z Compiling thiserror v1.0.69
24092025-06-30T22:10:52.523Z Running `/home/build/.rustup/toolchains/1.87.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=f0bf4de49f937d84 -C extra-filename=-8ea25a666cfcc782 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-8ea25a666cfcc782 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24102025-06-30T22:10:52.523Z Compiling heck v0.5.0
24112025-06-30T22:10:52.523Z Running `/home/build/.rustup/toolchains/1.87.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=441b0cf5e03017e8 -C extra-filename=-2607b1d525d6c62b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24122025-06-30T22:10:52.574Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-2df1fb8255928dda/build-script-main`
24132025-06-30T22:10:52.664Z Compiling rustix v0.38.37
24142025-06-30T22:10:52.689Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=b9523a04e2621f8a -C extra-filename=-335e43a8469de2c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-335e43a8469de2c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24152025-06-30T22:10:52.739Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=67023ecf08a8c0f8 -C extra-filename=-0dafc8d380e544f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24162025-06-30T22:10:52.814Z Compiling socket2 v0.5.10
24172025-06-30T22:10:52.818Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-8ea25a666cfcc782/build-script-build`
24182025-06-30T22:10:52.818Z Running `/home/build/.rustup/toolchains/1.87.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=7ddfd4588eabd297 -C extra-filename=-423c3f0ad40a6f8c --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24192025-06-30T22:10:53.344Z Compiling either v1.15.0
24202025-06-30T22:10:53.344Z Running `/home/build/.rustup/toolchains/1.87.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=e7f97220bb92f101 -C extra-filename=-8d65808b96850202 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24212025-06-30T22:10:53.426Z Compiling iana-time-zone v0.1.63
24222025-06-30T22:10:53.429Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.63/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=aa9e6e52d6f8c46f -C extra-filename=-015002e6c87ba800 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24232025-06-30T22:10:53.472Z Compiling regex-automata v0.4.8
24242025-06-30T22:10:53.475Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa"' --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=307d038eae155b28 -C extra-filename=-6523adb68efc81b9 --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-212bd90c4b2dd6c2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24252025-06-30T22:10:53.720Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-335e43a8469de2c1/build-script-build`
24262025-06-30T22:10:53.799Z Compiling slab v0.4.9
24272025-06-30T22:10:53.843Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=76fda1d0438804c2 -C extra-filename=-e8d0b93eb888828a --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-e8d0b93eb888828a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-70b1be6a3a4fd896.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24282025-06-30T22:10:53.847Z Compiling pkg-config v0.3.31
24292025-06-30T22:10:53.850Z Compiling spin v0.9.8
24302025-06-30T22:10:53.850Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=366a66a5bd51b816 -C extra-filename=-3635e7ea4178d8e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24312025-06-30T22:10:53.887Z Running `/home/build/.rustup/toolchains/1.87.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=943ae6c007f2eb20 -C extra-filename=-406ca8badcd23106 --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-4d444e8c5d73485c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24322025-06-30T22:10:54.079Z Compiling futures-io v0.3.31
24332025-06-30T22:10:54.084Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=a18346cf44bb7181 -C extra-filename=-2a03d229118e1408 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24342025-06-30T22:10:54.286Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-e8d0b93eb888828a/build-script-build`
24352025-06-30T22:10:54.299Z Compiling const-oid v0.9.6
24362025-06-30T22:10:54.343Z Running `/home/build/.rustup/toolchains/1.87.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=e2853013ef2898bd -C extra-filename=-807b0639457d6796 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24372025-06-30T22:10:54.399Z Compiling schemars v0.8.22
24382025-06-30T22:10:54.403Z Running `/home/build/.rustup/toolchains/1.87.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=c5890ca3aac23635 -C extra-filename=-83337988ea1e18c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-83337988ea1e18c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24392025-06-30T22:10:54.445Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=8d8c8be7b560bbce -C extra-filename=-0314e42345bf8898 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24402025-06-30T22:10:54.519Z Compiling dyn-clone v1.0.19
24412025-06-30T22:10:54.522Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7db7cbade80f364 -C extra-filename=-9971a79910adfacb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24422025-06-30T22:10:54.795Z Compiling futures-sink v0.3.31
24432025-06-30T22:10:54.795Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=a49d8ac4219301c8 -C extra-filename=-c7f4f26cd08f9ec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24442025-06-30T22:10:54.844Z Compiling lazy_static v1.5.0
24452025-06-30T22:10:54.847Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-83337988ea1e18c2/build-script-build`
24462025-06-30T22:10:54.847Z Running `/home/build/.rustup/toolchains/1.87.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=736aa19e21dad704 -C extra-filename=-dfc5b1a102273921 --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-406ca8badcd23106.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24472025-06-30T22:10:54.945Z Compiling pin-utils v0.1.0
24482025-06-30T22:10:54.948Z Running `/home/build/.rustup/toolchains/1.87.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=a6296376f796c9a5 -C extra-filename=-b05842547971d991 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24492025-06-30T22:10:55.001Z Compiling cpufeatures v0.2.14
24502025-06-30T22:10:55.043Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=94499d2e08b2a1ea -C extra-filename=-3be62df182f0471e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24512025-06-30T22:10:55.043Z Compiling syn v1.0.109
24522025-06-30T22:10:55.046Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=dc1fb72d421e7e05 -C extra-filename=-3ff1cf5a37225f2c --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-3ff1cf5a37225f2c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24532025-06-30T22:10:55.082Z Compiling futures-channel v0.3.31
24542025-06-30T22:10:55.085Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=f8c233dbd30ab741 -C extra-filename=-533edfe2f50d4d58 --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-a4cc7e9ef57f8919.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24552025-06-30T22:10:55.126Z Compiling futures-task v0.3.31
24562025-06-30T22:10:55.126Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=f81be6eccdb8bc98 -C extra-filename=-340d4db1586c85dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24572025-06-30T22:10:55.172Z Compiling tracing-core v0.1.32
24582025-06-30T22:10:55.175Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=e3b5e6e1fdd553f6 -C extra-filename=-95e09254255101a6 --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-09bc292f601caea4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24592025-06-30T22:10:55.484Z Compiling synstructure v0.13.1
24602025-06-30T22:10:55.489Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=123577d9353025fa -C extra-filename=-7d510c09a6249e8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24612025-06-30T22:10:55.540Z Compiling serde_derive_internals v0.29.1
24622025-06-30T22:10:55.544Z Running `/home/build/.rustup/toolchains/1.87.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=6fd3e874c6b47b85 -C extra-filename=-4122019d594fc7b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24632025-06-30T22:10:55.617Z Compiling glob v0.3.2
24642025-06-30T22:10:55.621Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ffdc1baa0dd9120 -C extra-filename=-38c5db4ab82d3093 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24652025-06-30T22:10:55.752Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-3ff1cf5a37225f2c/build-script-build`
24662025-06-30T22:10:55.825Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=154e00743dc47102 -C extra-filename=-d08362af13f99b55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-94f49666e7fa7a04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
24672025-06-30T22:10:56.239Z Compiling thiserror v2.0.12
24682025-06-30T22:10:56.243Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c7a2dbe06c9f9e0a -C extra-filename=-963e89a24553a814 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-963e89a24553a814 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24692025-06-30T22:10:56.457Z Compiling strsim v0.11.1
24702025-06-30T22:10:56.460Z Compiling clang-sys v1.8.1
24712025-06-30T22:10:56.460Z Running `/home/build/.rustup/toolchains/1.87.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=fb18f5a1fffc5cb6 -C extra-filename=-88365388b924a2f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24722025-06-30T22:10:56.461Z Running `/home/build/.rustup/toolchains/1.87.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=6708f573c88943d1 -C extra-filename=-34099e9f12b6cf56 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-34099e9f12b6cf56 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24732025-06-30T22:10:56.870Z Compiling minimal-lexical v0.2.1
24742025-06-30T22:10:56.873Z Running `/home/build/.rustup/toolchains/1.87.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=9dec3e3874aa52f3 -C extra-filename=-518c53c77bf3238a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24752025-06-30T22:10:56.918Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-963e89a24553a814/build-script-build`
24762025-06-30T22:10:57.201Z Compiling crossbeam-utils v0.8.21
24772025-06-30T22:10:57.201Z Running `/home/build/.rustup/toolchains/1.87.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=d72971a5e345d614 -C extra-filename=-c21d817ceab7aa53 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c21d817ceab7aa53 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24782025-06-30T22:10:57.240Z Compiling prettyplease v0.2.35
24792025-06-30T22:10:57.244Z Running `/home/build/.rustup/toolchains/1.87.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.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 --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=e9031565dcf86d23 -C extra-filename=-a5706231d42d4c7d --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-a5706231d42d4c7d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24802025-06-30T22:10:57.421Z Compiling nom v7.1.3
24812025-06-30T22:10:57.425Z Running `/home/build/.rustup/toolchains/1.87.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=4e82c73a8fb507f1 -C extra-filename=-b3371239ca16b9d0 --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-d7b06f039966c35c.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-518c53c77bf3238a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24822025-06-30T22:10:57.459Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-34099e9f12b6cf56/build-script-build`
24832025-06-30T22:10:57.521Z Compiling paste v1.0.15
24842025-06-30T22:10:57.524Z Running `/home/build/.rustup/toolchains/1.87.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=6f3c8bb392988c87 -C extra-filename=-4515151050ce8819 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-4515151050ce8819 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24852025-06-30T22:10:57.662Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-a5706231d42d4c7d/build-script-build`
24862025-06-30T22:10:57.721Z Compiling adler2 v2.0.0
24872025-06-30T22:10:57.761Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=562d3c08686454a4 -C extra-filename=-0f7dcedc88a93d25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24882025-06-30T22:10:57.784Z Compiling libloading v0.8.5
24892025-06-30T22:10:57.787Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libloading-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=19a2f96a9e9cc86a -C extra-filename=-10051dc4a910cb3a --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-3a67e9cd8804fc68.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24902025-06-30T22:10:57.835Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c21d817ceab7aa53/build-script-build`
24912025-06-30T22:10:57.901Z Running `/home/build/.rustup/toolchains/1.87.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=2f9a6c5e88d18580 -C extra-filename=-e49e148379376081 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
24922025-06-30T22:10:57.990Z Compiling miniz_oxide v0.8.5
24932025-06-30T22:10:57.994Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=65ac7439fb7f9bfd -C extra-filename=-24968d158ecbffc5 --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-0f7dcedc88a93d25.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24942025-06-30T22:10:58.101Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-4515151050ce8819/build-script-build`
24952025-06-30T22:10:58.220Z Compiling vcpkg v0.2.15
24962025-06-30T22:10:58.224Z Running `/home/build/.rustup/toolchains/1.87.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=74aeab0dfa8bb8e0 -C extra-filename=-a6342b88852ed9d2 --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"))'`
24972025-06-30T22:10:58.224Z Running `/home/build/.rustup/toolchains/1.87.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=b9fbcacd10c5fe9a -C extra-filename=-26e9635c4b9744fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24982025-06-30T22:10:59.065Z Compiling regex v1.11.1
24992025-06-30T22:10:59.068Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=8d252bc41be99fed -C extra-filename=-26b53ab2c5be6997 --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-212bd90c4b2dd6c2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6523adb68efc81b9.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25002025-06-30T22:10:59.402Z Running `/home/build/.rustup/toolchains/1.87.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=3b0f23af9e3459bc -C extra-filename=-3283956f89e6ed5b --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-38c5db4ab82d3093.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-10051dc4a910cb3a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25012025-06-30T22:10:59.449Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-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="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=9a1834d3611d6331 -C extra-filename=-01427f20cc138421 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.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)'`
25022025-06-30T22:10:59.929Z Compiling home v0.5.9
25032025-06-30T22:10:59.932Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/home-0.5.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ccb9b71768db4d39 -C extra-filename=-9134bb1cbbb6aa73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25042025-06-30T22:11:00.062Z Compiling ring v0.17.14
25052025-06-30T22:11:00.065Z Running `/home/build/.rustup/toolchains/1.87.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=3a6602ec4cb11821 -C extra-filename=-dd9c89c66fdb1e56 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-dd9c89c66fdb1e56 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25062025-06-30T22:11:00.106Z Compiling serde_derive v1.0.219
25072025-06-30T22:11:00.168Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=30a3db3c47b5ce70 -C extra-filename=-03adac4a94e542fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25082025-06-30T22:11:00.171Z Compiling zeroize_derive v1.4.2
25092025-06-30T22:11:00.171Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e59d78fac3f43d60 -C extra-filename=-e4c37b63b4bc0bd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25102025-06-30T22:11:00.673Z Compiling zerofrom-derive v0.1.4
25112025-06-30T22:11:00.714Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab16008acd9a94b2 -C extra-filename=-e88f83ac40c07a11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-7d510c09a6249e8e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25122025-06-30T22:11:01.253Z Compiling yoke-derive v0.7.4
25132025-06-30T22:11:01.256Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=df3b026470adff55 -C extra-filename=-29a6410d6e156763 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-7d510c09a6249e8e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25142025-06-30T22:11:01.792Z Compiling zeroize v1.8.1
25152025-06-30T22:11:01.796Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=66604ae6bf4ee998 -C extra-filename=-f79b8eed718a5064 --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-e4c37b63b4bc0bd8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25162025-06-30T22:11:02.218Z Compiling zerovec-derive v0.10.3
25172025-06-30T22:11:02.221Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5e1ba1b0889f248 -C extra-filename=-5a7200ea816b0b0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25182025-06-30T22:11:02.308Z Compiling displaydoc v0.2.5
25192025-06-30T22:11:02.311Z Running `/home/build/.rustup/toolchains/1.87.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=082a9cedc6a43a42 -C extra-filename=-1e582a65af035914 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25202025-06-30T22:11:03.475Z Compiling icu_provider_macros v1.5.0
25212025-06-30T22:11:03.478Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c9acdc97316fe98 -C extra-filename=-902a11d6c4b56a36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25222025-06-30T22:11:03.995Z Running `/home/build/.rustup/toolchains/1.87.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=31a9c543641776fc -C extra-filename=-353e6090291573ff --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-0dafc8d380e544f8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
25232025-06-30T22:11:04.055Z Compiling thiserror-impl v1.0.69
25242025-06-30T22:11:04.058Z Running `/home/build/.rustup/toolchains/1.87.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=6e2b4250301e90e2 -C extra-filename=-ebad948a9eb5624f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25252025-06-30T22:11:04.331Z Compiling zerofrom v0.1.4
25262025-06-30T22:11:04.337Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=f2e24b347200b023 -C extra-filename=-366a56e3ecf20ca5 --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-e88f83ac40c07a11.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25272025-06-30T22:11:04.620Z Compiling yoke v0.7.4
25282025-06-30T22:11:04.623Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=95b2a5756d1bd4e8 -C extra-filename=-ea72ddde4aa5b389 --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-1e5403e1b8402df8.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-29a6410d6e156763.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-366a56e3ecf20ca5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25292025-06-30T22:11:04.717Z Compiling tokio-macros v2.5.0
25302025-06-30T22:11:04.720Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0697f36bd5094851 -C extra-filename=-93a234a5edb61e57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25312025-06-30T22:11:04.807Z Compiling zerocopy-derive v0.7.35
25322025-06-30T22:11:04.852Z Running `/home/build/.rustup/toolchains/1.87.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=aec6285bc856d5c0 -C extra-filename=-1917bdf6b7a15dc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25332025-06-30T22:11:05.030Z Compiling zerovec v0.10.4
25342025-06-30T22:11:05.033Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=aa6d2b47ccf744ab -C extra-filename=-88d23ef6b3441089 --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-ea72ddde4aa5b389.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-366a56e3ecf20ca5.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-5a7200ea816b0b0a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25352025-06-30T22:11:05.337Z Compiling crypto-common v0.1.6
25362025-06-30T22:11:05.342Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=00594f0bc1a0ce6a -C extra-filename=-ef421c864b54ec9e --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-353e6090291573ff.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-0dafc8d380e544f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25372025-06-30T22:11:05.685Z Compiling schemars_derive v0.8.22
25382025-06-30T22:11:05.689Z Running `/home/build/.rustup/toolchains/1.87.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=30997b697277d00b -C extra-filename=-9037357f0cd40f8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-4122019d594fc7b0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25392025-06-30T22:11:06.331Z Compiling block-buffer v0.10.4
25402025-06-30T22:11:06.335Z Running `/home/build/.rustup/toolchains/1.87.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=d8e5e5ce1c4095a0 -C extra-filename=-d0aaa7aee839ff6e --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-353e6090291573ff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25412025-06-30T22:11:06.684Z Compiling digest v0.10.7
25422025-06-30T22:11:06.688Z Running `/home/build/.rustup/toolchains/1.87.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=933f2718296ca93e -C extra-filename=-3e9ff315175280c8 --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-d0aaa7aee839ff6e.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-807b0639457d6796.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ef421c864b54ec9e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25432025-06-30T22:11:07.014Z Compiling tinystr v0.7.6
25442025-06-30T22:11:07.019Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=c703b3ec0458f23c -C extra-filename=-87e468eafc9c689e --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-1e582a65af035914.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-88d23ef6b3441089.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25452025-06-30T22:11:07.074Z Compiling icu_collections v1.5.0
25462025-06-30T22:11:07.079Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=15d5a813bc858f7f -C extra-filename=-32f99f2f11d0f7dc --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-1e582a65af035914.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-ea72ddde4aa5b389.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-366a56e3ecf20ca5.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-88d23ef6b3441089.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25472025-06-30T22:11:07.121Z Running `/home/build/.rustup/toolchains/1.87.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=48d5f3ba0ce10b76 -C extra-filename=-9fdc00164a57a398 --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-ebad948a9eb5624f.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)'`
25482025-06-30T22:11:07.281Z Compiling zerocopy v0.7.35
25492025-06-30T22:11:07.284Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=1fbae7d3fcd4600d -C extra-filename=-3ddec34f40a666cf --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-96dbc0c5a1d1c4b3.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-1917bdf6b7a15dc9.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25502025-06-30T22:11:07.343Z Compiling futures-macro v0.3.31
25512025-06-30T22:11:07.346Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9439a0585d19aaa -C extra-filename=-1b3567cfaa43dee6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25522025-06-30T22:11:07.387Z Compiling icu_locid v1.5.0
25532025-06-30T22:11:07.399Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=bd77e9e8dc2dcd13 -C extra-filename=-e35d51df9b573c98 --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-1e582a65af035914.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-9346630a05fc94dd.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-87e468eafc9c689e.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-dd48068adb529086.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-88d23ef6b3441089.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25542025-06-30T22:11:07.432Z Compiling tracing-attributes v0.1.27
25552025-06-30T22:11:07.432Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=383cfef69ba312dd -C extra-filename=-a0c8b9ab9238333f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25562025-06-30T22:11:07.606Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=28b3927ab7331f0f -C extra-filename=-0430a6889c233638 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-03adac4a94e542fc.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
25572025-06-30T22:11:08.303Z Compiling thiserror-impl v2.0.12
25582025-06-30T22:11:08.306Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8e50e4b192d41fe -C extra-filename=-c9c9516e400c1e0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25592025-06-30T22:11:08.684Z Compiling icu_provider v1.5.0
25602025-06-30T22:11:08.687Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=8689977c02c40143 -C extra-filename=-f5582fe8a46ed205 --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-1e582a65af035914.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-e35d51df9b573c98.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-902a11d6c4b56a36.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-1e5403e1b8402df8.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-87e468eafc9c689e.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-dd48068adb529086.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-ea72ddde4aa5b389.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-366a56e3ecf20ca5.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-88d23ef6b3441089.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25612025-06-30T22:11:08.687Z Compiling ppv-lite86 v0.2.20
25622025-06-30T22:11:08.687Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=a22b1357fb4c75d6 -C extra-filename=-e68eb56a87261b4f --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-3ddec34f40a666cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632025-06-30T22:11:09.363Z Compiling futures-util v0.3.31
25642025-06-30T22:11:09.369Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=0a6d2981cf7a7b1c -C extra-filename=-056371f35296dee7 --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-533edfe2f50d4d58.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-1b3567cfaa43dee6.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-340d4db1586c85dd.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-b05842547971d991.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0314e42345bf8898.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25652025-06-30T22:11:09.410Z Compiling icu_locid_transform v1.5.0
25662025-06-30T22:11:09.413Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=f89e04bd7894505d -C extra-filename=-b54eb2e068c3248b --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-1e582a65af035914.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-e35d51df9b573c98.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-a6709be570372823.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-f5582fe8a46ed205.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-87e468eafc9c689e.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-88d23ef6b3441089.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25672025-06-30T22:11:09.506Z Compiling rand_chacha v0.3.1
25682025-06-30T22:11:09.509Z Running `/home/build/.rustup/toolchains/1.87.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=d4213db7bf5f5ac4 -C extra-filename=-ce3ab926e6fc3d25 --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-e68eb56a87261b4f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692025-06-30T22:11:09.552Z Compiling cexpr v0.6.0
25702025-06-30T22:11:09.603Z Running `/home/build/.rustup/toolchains/1.87.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=c5e22c819f963627 -C extra-filename=-dcf08c78d81e58d9 --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-b3371239ca16b9d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25712025-06-30T22:11:09.626Z Compiling block-padding v0.3.3
25722025-06-30T22:11:09.629Z Running `/home/build/.rustup/toolchains/1.87.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=91516bf04de31dca -C extra-filename=-296b2c57eb0733aa --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-353e6090291573ff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25732025-06-30T22:11:09.940Z Compiling powerfmt v0.2.0
25742025-06-30T22:11:09.944Z Running `/home/build/.rustup/toolchains/1.87.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=75e77ae7f06d2baa -C extra-filename=-5f6d702ce236a435 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25752025-06-30T22:11:10.356Z Compiling rand v0.8.5
25762025-06-30T22:11:10.359Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=6b63966db73cf3a1 -C extra-filename=-72a99f773c52d59d --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-cefab6d96bfc6445.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ce3ab926e6fc3d25.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25772025-06-30T22:11:10.621Z Compiling tracing v0.1.40
25782025-06-30T22:11:10.624Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=232bdf2b3a0573af -C extra-filename=-0aa05702a7b4a187 --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-1bb814cae28f6e1e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-a0c8b9ab9238333f.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-95e09254255101a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25792025-06-30T22:11:11.151Z Compiling icu_properties v1.5.1
25802025-06-30T22:11:11.151Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=034828c26f31f992 -C extra-filename=-eb69096108975cab --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-1e582a65af035914.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-32f99f2f11d0f7dc.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-b54eb2e068c3248b.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-5ca396f3175bc529.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-f5582fe8a46ed205.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-87e468eafc9c689e.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-88d23ef6b3441089.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25812025-06-30T22:11:11.194Z Compiling num-conv v0.1.0
25822025-06-30T22:11:11.199Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd2e0513493b6c2f -C extra-filename=-feefc44aff7cd8df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25832025-06-30T22:11:11.300Z Compiling time-core v0.1.2
25842025-06-30T22:11:11.340Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1cc0b33a57f553d -C extra-filename=-d13238d0196d1d6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25852025-06-30T22:11:11.493Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d007225c17427b68 -C extra-filename=-0494f1f3ffc92b81 --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-c9c9516e400c1e0a.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)'`
25862025-06-30T22:11:11.540Z Compiling deranged v0.3.11
25872025-06-30T22:11:11.580Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=7d06181e884faed6 -C extra-filename=-d40af67a1f1500f4 --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-5f6d702ce236a435.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25882025-06-30T22:11:11.586Z Compiling time-macros v0.2.18
25892025-06-30T22:11:11.640Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=e8a0c697e8c48189 -C extra-filename=-31f21f99f9ca54c8 --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-feefc44aff7cd8df.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-d13238d0196d1d6d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25902025-06-30T22:11:11.664Z Compiling inout v0.1.3
25912025-06-30T22:11:11.669Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=0eb7a0675b32dafb -C extra-filename=-76e46987a5cb127a --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-296b2c57eb0733aa.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-353e6090291573ff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25922025-06-30T22:11:11.714Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-dd9c89c66fdb1e56/build-script-build`
25932025-06-30T22:11:12.022Z Compiling num_threads v0.1.7
25942025-06-30T22:11:12.068Z Running `/home/build/.rustup/toolchains/1.87.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=0d08a4e03eccf9f9 -C extra-filename=-34c947e127eb707e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25952025-06-30T22:11:12.222Z Compiling cipher v0.4.4
25962025-06-30T22:11:12.226Z Running `/home/build/.rustup/toolchains/1.87.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=b5acc6afd94c02df -C extra-filename=-f31d3e05cb6ea3f7 --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-ef421c864b54ec9e.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-76e46987a5cb127a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972025-06-30T22:11:12.387Z Compiling itertools v0.12.1
25982025-06-30T22:11:12.391Z Running `/home/build/.rustup/toolchains/1.87.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=2e5102cd7b464ba2 -C extra-filename=-bb1901253e0db9df --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-8d65808b96850202.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25992025-06-30T22:11:12.776Z Compiling bindgen v0.69.5
26002025-06-30T22:11:12.779Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.69.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=e3a83a03b9ff3434 -C extra-filename=-6e12f617ac425b8a --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-6e12f617ac425b8a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26012025-06-30T22:11:12.938Z Compiling bytes v1.10.1
26022025-06-30T22:11:12.942Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=e4ac5280bf9c8cb0 -C extra-filename=-ee2129fa6db1368d --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26032025-06-30T22:11:13.122Z Compiling bitflags v2.9.0
26042025-06-30T22:11:13.125Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=87e3e9e8ef81e6be -C extra-filename=-612ce2e304571f81 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26052025-06-30T22:11:13.621Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=1327b0670cf4063d -C extra-filename=-020cc87e59921a72 --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-1ede4a1959157936.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d42842baf7c23fba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.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"))'`
26062025-06-30T22:11:13.764Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.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 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=7991fa836db5a0a7 -C extra-filename=-5ae3bcf34d941df8 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'`
26072025-06-30T22:11:14.374Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=32b07a636e8d4173 -C extra-filename=-bc3ce9b532f509d6 --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-612ce2e304571f81.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-17c9896e8417eaa3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
26082025-06-30T22:11:14.420Z Compiling tokio v1.45.1
26092025-06-30T22:11:14.420Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=dd002d3d37467acd -C extra-filename=-cb47e4065efbacd9 --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-ee2129fa6db1368d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0198d0379ddd5e72.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d60a101adc746ee4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-5b018c3601033e26.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-93a234a5edb61e57.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26102025-06-30T22:11:14.507Z Compiling indexmap v2.9.0
26112025-06-30T22:11:14.559Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "test_debug"))' -C metadata=19918d1ac77e4e7c -C extra-filename=-5b5187d3efcceca9 --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-de5be1197a0129ff.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ee2ff769a8771c26.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26122025-06-30T22:11:14.731Z Compiling icu_normalizer v1.5.0
26132025-06-30T22:11:14.776Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=fc0ff304a8b61c20 -C extra-filename=-65dd47ee69ba1d61 --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-1e582a65af035914.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-32f99f2f11d0f7dc.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-4319c7a5a2ea9c45.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-eb69096108975cab.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-f5582fe8a46ed205.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-fd11caf15979887c.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-22bde71774a40109.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-e56e6861a0da43cc.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-88d23ef6b3441089.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26142025-06-30T22:11:15.119Z Compiling chrono v0.4.41
26152025-06-30T22:11:15.125Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-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 --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=5604408dbd99fbe5 -C extra-filename=-edf8629ceb4f4ea2 --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-015002e6c87ba800.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26162025-06-30T22:11:15.554Z Compiling uuid v1.17.0
26172025-06-30T22:11:15.557Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=b4fc97ddcde16cd9 -C extra-filename=-61107aa45954548b --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-fd0dad88f56f0ea8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26182025-06-30T22:11:15.915Z Compiling idna_adapter v1.2.0
26192025-06-30T22:11:15.920Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=4db5dd5d52202e55 -C extra-filename=-8c596d009fe7c33a --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-65dd47ee69ba1d61.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-eb69096108975cab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26202025-06-30T22:11:16.198Z Compiling idna v1.0.3
26212025-06-30T22:11:16.201Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=7182596050b41db5 -C extra-filename=-34d50781102c559f --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-8c596d009fe7c33a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-22bde71774a40109.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26222025-06-30T22:11:16.307Z Compiling http v1.3.1
26232025-06-30T22:11:16.310Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3ff67655e57f2307 -C extra-filename=-f7d8e045d988126a --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-ee2129fa6db1368d.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6e0677348c2acdca.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1ede4a1959157936.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26242025-06-30T22:11:16.412Z Compiling serde_tokenstream v0.2.2
26252025-06-30T22:11:16.415Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40a967316982ed75 -C extra-filename=-6ac861b44ebe6f6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26262025-06-30T22:11:17.028Z Compiling url v2.5.4
26272025-06-30T22:11:17.032Z Compiling time v0.3.36
26282025-06-30T22:11:17.032Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=e54a1361606f0dff -C extra-filename=-774cc457f12827cd --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-ad59467a09ca041e.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-34d50781102c559f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26292025-06-30T22:11:17.032Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=0957a2098b736ea1 -C extra-filename=-3f30d236ac36dc33 --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-d40af67a1f1500f4.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1ede4a1959157936.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-feefc44aff7cd8df.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-34c947e127eb707e.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-5f6d702ce236a435.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-d13238d0196d1d6d.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-31f21f99f9ca54c8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26302025-06-30T22:11:17.237Z Compiling base64 v0.22.1
26312025-06-30T22:11:17.240Z Running `/home/build/.rustup/toolchains/1.87.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=c26bbdf4b7efd80f -C extra-filename=-ef6e1aa9c68ab04f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26322025-06-30T22:11:17.568Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-6e12f617ac425b8a/build-script-build`
26332025-06-30T22:11:17.638Z Compiling ipnet v2.11.0
26342025-06-30T22:11:17.641Z Running `/home/build/.rustup/toolchains/1.87.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=45437ff5b1e124f3 -C extra-filename=-bb8b455598dc1605 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26352025-06-30T22:11:17.958Z Compiling which v4.4.2
26362025-06-30T22:11:17.964Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/which-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=b5c8fae8d1db926c -C extra-filename=-bbc14ece1e1d905b --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-8d65808b96850202.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-9134bb1cbbb6aa73.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26372025-06-30T22:11:18.394Z Running `/home/build/.rustup/toolchains/1.87.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=fd89a1242cb0566f -C extra-filename=-1eb127cf435ef42d --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-ee2129fa6db1368d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-9971a79910adfacb.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-9037357f0cd40f8d.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
26382025-06-30T22:11:18.441Z Compiling lazycell v1.3.0
26392025-06-30T22:11:18.491Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clippy", "nightly", "nightly-testing", "serde"))' -C metadata=3d0f027b4cbb1161 -C extra-filename=-4c2fbb8fd531363b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26402025-06-30T22:11:18.522Z Compiling atomic-waker v1.1.2
26412025-06-30T22:11:18.525Z Running `/home/build/.rustup/toolchains/1.87.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=8ffa87bb9fece03c -C extra-filename=-fedd5a66ca51a142 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26422025-06-30T22:11:18.675Z Compiling rustc-hash v1.1.0
26432025-06-30T22:11:18.679Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6d070fc8d3d48e2e -C extra-filename=-c7bfe1dc0152ed27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26442025-06-30T22:11:18.724Z Compiling httparse v1.9.5
26452025-06-30T22:11:18.727Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.9.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ac692a6b79ee2166 -C extra-filename=-5e840eae59928cde --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-5e840eae59928cde -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26462025-06-30T22:11:18.768Z Compiling cmake v0.1.51
26472025-06-30T22:11:18.771Z Compiling gimli v0.31.1
26482025-06-30T22:11:18.771Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=83020074039a9d21 -C extra-filename=-c920037fede30676 --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-2693dba1943116f6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26492025-06-30T22:11:18.807Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.31.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=ed499b9c1e05cbba -C extra-filename=-ddeba5872aa7c770 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26502025-06-30T22:11:18.853Z Compiling base64ct v1.6.0
26512025-06-30T22:11:18.853Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=f02a64d109bb137a -C extra-filename=-78e38759e3b6da1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26522025-06-30T22:11:18.897Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.69.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=68114f580766d689 -C extra-filename=-2de0f4d1c1bf2a4a --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-612ce2e304571f81.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-dcf08c78d81e58d9.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-3283956f89e6ed5b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb1901253e0db9df.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-4c2fbb8fd531363b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-c7bfe1dc0152ed27.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-97d25d72ed3d09ed.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-bbc14ece1e1d905b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26532025-06-30T22:11:19.437Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-5e840eae59928cde/build-script-build`
26542025-06-30T22:11:19.483Z Compiling fs_extra v1.3.0
26552025-06-30T22:11:19.487Z Running `/home/build/.rustup/toolchains/1.87.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=4ee2a500a3d4bf6d -C extra-filename=-0849a451a77f2881 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26562025-06-30T22:11:19.543Z Compiling dunce v1.0.5
26572025-06-30T22:11:19.546Z Running `/home/build/.rustup/toolchains/1.87.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=472527bcefb1b35b -C extra-filename=-d895c3041ca1d506 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26582025-06-30T22:11:19.621Z Compiling untrusted v0.9.0
26592025-06-30T22:11:19.624Z Running `/home/build/.rustup/toolchains/1.87.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=0186b9dac7fe268a -C extra-filename=-9ea0b2710c8f355f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26602025-06-30T22:11:19.789Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d7b47ff816594f00 -C extra-filename=-05a99ada30406413 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
26612025-06-30T22:11:19.923Z Running `/home/build/.rustup/toolchains/1.87.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=9b090c5c72761e50 -C extra-filename=-185aae11fe3a51e7 --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-3a67e9cd8804fc68.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7507609290b17159.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9ea0b2710c8f355f.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-973271a0c90a15bb/out -l static=ring_core_0_17_14_ -l static=ring_core_0_17_14__test`
26622025-06-30T22:11:20.009Z Compiling serde_spanned v0.6.9
26632025-06-30T22:11:20.012Z Running `/home/build/.rustup/toolchains/1.87.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=967e2d09023ba000 -C extra-filename=-8610c46388891908 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26642025-06-30T22:11:20.314Z Compiling toml_datetime v0.6.11
26652025-06-30T22:11:20.317Z Running `/home/build/.rustup/toolchains/1.87.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=c68cd6f1eb0cff8f -C extra-filename=-2310c9a53b7cd6d1 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26662025-06-30T22:11:20.423Z Compiling hmac v0.12.1
26672025-06-30T22:11:20.427Z Running `/home/build/.rustup/toolchains/1.87.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=f791f853004543ee -C extra-filename=-6aa4274319cf8bc9 --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-3e9ff315175280c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26682025-06-30T22:11:20.757Z Compiling sha2 v0.10.9
26692025-06-30T22:11:20.760Z Running `/home/build/.rustup/toolchains/1.87.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=c5294a74a31ea692 -C extra-filename=-84a4ee7bdad55f56 --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-3a67e9cd8804fc68.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3be62df182f0471e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702025-06-30T22:11:20.917Z Compiling object v0.36.5
26712025-06-30T22:11:20.921Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.36.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=f5a714dd578a8629 -C extra-filename=-73f9e3f87f80d159 --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-d7b06f039966c35c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26722025-06-30T22:11:21.494Z Compiling rustc-demangle v0.1.24
26732025-06-30T22:11:21.496Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-demangle-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=af527cb6c49092eb -C extra-filename=-837ac0437484abde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26742025-06-30T22:11:21.588Z Compiling anyhow v1.0.98
26752025-06-30T22:11:21.591Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.98/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=0638fd45d7e9a673 -C extra-filename=-753421cde9717ce6 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-753421cde9717ce6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26762025-06-30T22:11:22.279Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-753421cde9717ce6/build-script-build`
26772025-06-30T22:11:22.398Z Compiling rustls-pki-types v1.10.0
26782025-06-30T22:11:22.401Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=757645bd4853385b -C extra-filename=-a20c5b88c8aa431e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26792025-06-30T22:11:22.845Z Compiling tokio-util v0.7.15
26802025-06-30T22:11:22.848Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=144e195f18f8599f -C extra-filename=-b47c660fcf94e2fa --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-ee2129fa6db1368d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0314e42345bf8898.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26812025-06-30T22:11:23.357Z Compiling addr2line v0.24.2
26822025-06-30T22:11:23.361Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "bin", "cargo-all", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "loader", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std"))' -C metadata=8495f744025dddeb -C extra-filename=-823a0097e60815d6 --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-ddeba5872aa7c770.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26832025-06-30T22:11:23.438Z Compiling aws-lc-rs v1.12.4
26842025-06-30T22:11:23.442Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.12.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=a4c068c7de1998b2 -C extra-filename=-6b27ff1dff026fa9 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-6b27ff1dff026fa9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26852025-06-30T22:11:23.970Z Compiling http-body v1.0.1
26862025-06-30T22:11:23.974Z Running `/home/build/.rustup/toolchains/1.87.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=041f120de2924f40 -C extra-filename=-94110eabed412358 --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-ee2129fa6db1368d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26872025-06-30T22:11:24.016Z Compiling zerocopy v0.8.26
26882025-06-30T22:11:24.019Z Running `/home/build/.rustup/toolchains/1.87.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.26/build.rs --error-format=json --json=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="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=cfc8dbd5c9415acc -C extra-filename=-f89805788717abbd --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-f89805788717abbd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26892025-06-30T22:11:24.078Z Compiling pem-rfc7468 v0.7.0
26902025-06-30T22:11:24.082Z Running `/home/build/.rustup/toolchains/1.87.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=6db9d193fa3447d3 -C extra-filename=-d909e5bee2ee8acf --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-78e38759e3b6da1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26912025-06-30T22:11:24.155Z Compiling zerocopy-derive v0.8.26
26922025-06-30T22:11:24.197Z Running `/home/build/.rustup/toolchains/1.87.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.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e2235f64b20364f -C extra-filename=-d9abbe12204e3528 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26932025-06-30T22:11:24.254Z Compiling openssl-sys v0.9.109
26942025-06-30T22:11:24.258Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.109/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=8dfd334122c00ee6 -C extra-filename=-f143d5a2a4fad1bc --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-f143d5a2a4fad1bc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3635e7ea4178d8e6.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-26e9635c4b9744fe.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26952025-06-30T22:11:24.310Z Compiling utf8parse v0.2.2
26962025-06-30T22:11:24.316Z Running `/home/build/.rustup/toolchains/1.87.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=2e28aa33f47246c6 -C extra-filename=-41474b0312db0bc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26972025-06-30T22:11:24.541Z Compiling untrusted v0.7.1
26982025-06-30T22:11:24.545Z Running `/home/build/.rustup/toolchains/1.87.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=12ebb3d6944d5ba9 -C extra-filename=-ea5d24529940ac78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26992025-06-30T22:11:24.719Z Compiling try-lock v0.2.5
27002025-06-30T22:11:24.722Z Running `/home/build/.rustup/toolchains/1.87.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=8c058a411d98dd7b -C extra-filename=-6f862039797be5b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27012025-06-30T22:11:24.796Z Compiling httpdate v1.0.3
27022025-06-30T22:11:24.842Z Running `/home/build/.rustup/toolchains/1.87.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=7d0efa2e78630149 -C extra-filename=-4a38a210df1c0db1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27032025-06-30T22:11:24.876Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-f89805788717abbd/build-script-build`
27042025-06-30T22:11:24.943Z Compiling want v0.3.1
27052025-06-30T22:11:24.991Z Running `/home/build/.rustup/toolchains/1.87.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=61c8d012a7fa08e0 -C extra-filename=-a0e5650d9d600279 --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-6f862039797be5b9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27062025-06-30T22:11:24.991Z Compiling h2 v0.4.6
27072025-06-30T22:11:24.998Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=c17d21826037181a -C extra-filename=-5abce881347377af --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-fedd5a66ca51a142.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6e0677348c2acdca.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0314e42345bf8898.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27082025-06-30T22:11:25.251Z Compiling rustversion v1.0.17
27092025-06-30T22:11:25.254Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.17/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09e785875f6543f3 -C extra-filename=-fa1c115877768dfd --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-fa1c115877768dfd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27102025-06-30T22:11:25.294Z Compiling tower-service v0.3.3
27112025-06-30T22:11:25.297Z Running `/home/build/.rustup/toolchains/1.87.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=68081e39e783ab09 -C extra-filename=-28726dda7401c611 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27122025-06-30T22:11:25.481Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-f143d5a2a4fad1bc/build-script-main`
27132025-06-30T22:11:25.484Z Compiling der_derive v0.7.3
27142025-06-30T22:11:25.538Z Running `/home/build/.rustup/toolchains/1.87.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=93d411c261491363 -C extra-filename=-a590b2cd8246a7c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27152025-06-30T22:11:25.544Z Compiling async-trait v0.1.88
27162025-06-30T22:11:25.548Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.88/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c3d9cde9bb10e7f -C extra-filename=-0995b155a32ebe73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27172025-06-30T22:11:26.105Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-fa1c115877768dfd/build-script-build`
27182025-06-30T22:11:26.162Z Compiling slog v2.7.0
27192025-06-30T22:11:26.165Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=4b66fc8f05a0967f -C extra-filename=-ff5395a05bb231db --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-ff5395a05bb231db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27202025-06-30T22:11:26.750Z Compiling flagset v0.4.6
27212025-06-30T22:11:26.754Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flagset-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=5b04d544386d8c76 -C extra-filename=-46f65cac44086cad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27222025-06-30T22:11:27.030Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-ff5395a05bb231db/build-script-build`
27232025-06-30T22:11:27.147Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aef9025c983aaffd -C extra-filename=-eafbd3de287a97a8 --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"))'`
27242025-06-30T22:11:27.397Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.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 --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", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=2f53570e9144975b -C extra-filename=-e3642f0d56e48e0a --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-d9abbe12204e3528.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
27252025-06-30T22:11:27.422Z Compiling backtrace v0.3.74
27262025-06-30T22:11:27.425Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.74/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dl_iterate_phdr", "dladdr", "kernel32", "libunwind", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=bb8402b33c6bdf69 -C extra-filename=-b0a108cc4aab207b --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-823a0097e60815d6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-24968d158ecbffc5.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-73f9e3f87f80d159.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-837ac0437484abde.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27272025-06-30T22:11:27.868Z Compiling der v0.7.9
27282025-06-30T22:11:27.918Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der-0.7.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=ed0688cdbaaaff5e -C extra-filename=-975ebc6c4312b724 --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-807b0639457d6796.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-a590b2cd8246a7c1.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-46f65cac44086cad.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-d909e5bee2ee8acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27292025-06-30T22:11:27.985Z Compiling pbkdf2 v0.12.2
27302025-06-30T22:11:27.988Z Running `/home/build/.rustup/toolchains/1.87.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=5556be84f07a9d58 -C extra-filename=-00544ebe64b3cccc --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-3e9ff315175280c8.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27312025-06-30T22:11:28.138Z Compiling aes v0.8.4
27322025-06-30T22:11:28.181Z Running `/home/build/.rustup/toolchains/1.87.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=2773bd191c13e82e -C extra-filename=-55fdd9699131206a --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-3a67e9cd8804fc68.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f31d3e05cb6ea3f7.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3be62df182f0471e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27332025-06-30T22:11:28.221Z Compiling mime v0.3.17
27342025-06-30T22:11:28.270Z Running `/home/build/.rustup/toolchains/1.87.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=cd0af01ab250c54e -C extra-filename=-3da7535f9c3f5096 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27352025-06-30T22:11:28.501Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.98/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=b0d6482fd870dcd0 -C extra-filename=-c95e7a9dc0e06bbc --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-b0a108cc4aab207b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
27362025-06-30T22:11:28.803Z Compiling anstyle v1.0.11
27372025-06-30T22:11:28.806Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=37ddd73c178daabb -C extra-filename=-b0351b73701e7482 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27382025-06-30T22:11:29.318Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=9235df8998c6a1e9 -C extra-filename=-fdf356fc3a70d016 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
27392025-06-30T22:11:29.322Z Compiling salsa20 v0.10.2
27402025-06-30T22:11:29.325Z Running `/home/build/.rustup/toolchains/1.87.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=8e2fec529862a028 -C extra-filename=-ace9f7329efcb9c3 --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-f31d3e05cb6ea3f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27412025-06-30T22:11:29.600Z Compiling cbc v0.1.2
27422025-06-30T22:11:29.604Z Running `/home/build/.rustup/toolchains/1.87.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=f50c83517202113d -C extra-filename=-f998252f1b17c00b --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-f31d3e05cb6ea3f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27432025-06-30T22:11:29.894Z Compiling spki v0.7.3
27442025-06-30T22:11:29.897Z Running `/home/build/.rustup/toolchains/1.87.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=12aa310b458ebf3b -C extra-filename=-05a519be33bc11fe --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-975ebc6c4312b724.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27452025-06-30T22:11:30.042Z Compiling foreign-types-shared v0.1.1
27462025-06-30T22:11:30.046Z Running `/home/build/.rustup/toolchains/1.87.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=7f531c80b03da3c9 -C extra-filename=-9f846a882efa78a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27472025-06-30T22:11:30.207Z Compiling openssl v0.10.73
27482025-06-30T22:11:30.211Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.73/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=b9b74d6a22e3781c -C extra-filename=-30f1e69aedd5a16b --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-30f1e69aedd5a16b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27492025-06-30T22:11:30.255Z Compiling openssl-probe v0.1.5
27502025-06-30T22:11:30.258Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=27cd8ed717b4cf95 -C extra-filename=-4326dd177030920d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27512025-06-30T22:11:30.329Z Compiling foreign-types v0.3.2
27522025-06-30T22:11:30.391Z Running `/home/build/.rustup/toolchains/1.87.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=3d5a4f0d33a87b98 -C extra-filename=-f9d6d1e055588901 --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-9f846a882efa78a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27532025-06-30T22:11:30.490Z Compiling scrypt v0.11.0
27542025-06-30T22:11:30.495Z Running `/home/build/.rustup/toolchains/1.87.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=ca0ef6326227c2ef -C extra-filename=-96e8ec4863f75cc1 --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-00544ebe64b3cccc.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-ace9f7329efcb9c3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27552025-06-30T22:11:30.647Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=3f1bd995e59a5f29 -C extra-filename=-5d1f69bb666610fc --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)'`
27562025-06-30T22:11:30.723Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-30f1e69aedd5a16b/build-script-build`
27572025-06-30T22:11:30.771Z Compiling anstyle-parse v0.2.5
27582025-06-30T22:11:30.774Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=db1aeaf99f7e9211 -C extra-filename=-b26c95ab3d01217c --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-41474b0312db0bc8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592025-06-30T22:11:30.829Z Compiling http-body-util v0.1.3
27602025-06-30T22:11:30.832Z Running `/home/build/.rustup/toolchains/1.87.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=f66b8b0d232e5345 -C extra-filename=-4cdd70a5c7abc121 --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-ee2129fa6db1368d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-94110eabed412358.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612025-06-30T22:11:30.878Z Compiling rustc_version v0.4.1
27622025-06-30T22:11:30.880Z Running `/home/build/.rustup/toolchains/1.87.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=f4a450a555bd6c8a -C extra-filename=-44b9cba06af0b51e --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-5ae3bcf34d941df8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27632025-06-30T22:11:30.923Z Compiling openssl-macros v0.1.1
27642025-06-30T22:11:30.926Z Running `/home/build/.rustup/toolchains/1.87.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=9d11a13dbed906e2 -C extra-filename=-c605e9d1c66c0c5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27652025-06-30T22:11:31.049Z Compiling anstyle-query v1.1.1
27662025-06-30T22:11:31.053Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=07e54ebd625300ee -C extra-filename=-6126000670de50da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27672025-06-30T22:11:31.148Z Compiling colorchoice v1.0.2
27682025-06-30T22:11:31.151Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ab4bf6520cc80fa -C extra-filename=-7cd70004de9aefee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27692025-06-30T22:11:31.271Z Compiling is_terminal_polyfill v1.70.1
27702025-06-30T22:11:31.275Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=e700fb583d1b7d71 -C extra-filename=-b71c4afb40e6cc4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27712025-06-30T22:11:31.361Z Compiling rustls v0.23.19
27722025-06-30T22:11:31.404Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=77832e3ad5e96c0f -C extra-filename=-c10125c8907407c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-c10125c8907407c0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27732025-06-30T22:11:31.409Z Compiling pkcs5 v0.7.1
27742025-06-30T22:11:31.412Z Running `/home/build/.rustup/toolchains/1.87.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=6244d7187481e9a6 -C extra-filename=-086189c37a868443 --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-55fdd9699131206a.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-f998252f1b17c00b.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-975ebc6c4312b724.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-00544ebe64b3cccc.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-96e8ec4863f75cc1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-05a519be33bc11fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27752025-06-30T22:11:31.460Z Compiling anstream v0.6.18
27762025-06-30T22:11:31.464Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=61d1827736cb57e3 -C extra-filename=-473990d64b50713f --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-b0351b73701e7482.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-b26c95ab3d01217c.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-6126000670de50da.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-7cd70004de9aefee.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-b71c4afb40e6cc4a.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-41474b0312db0bc8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27772025-06-30T22:11:31.592Z Compiling terminal_size v0.4.0
27782025-06-30T22:11:31.637Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d9f0682b406c814 -C extra-filename=-7560acd18ac12719 --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-bc3ce9b532f509d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27792025-06-30T22:11:31.792Z Compiling hyper v1.6.0
27802025-06-30T22:11:31.794Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=0545c4f7ca8b54bb -C extra-filename=-799631c06183c334 --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-ee2129fa6db1368d.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-5abce881347377af.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-94110eabed412358.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-05a99ada30406413.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-4a38a210df1c0db1.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1ede4a1959157936.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-a0e5650d9d600279.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27812025-06-30T22:11:31.837Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.73/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=2c2927d54c4af664 -C extra-filename=-dc1780b1b699f4f3 --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-612ce2e304571f81.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-f9d6d1e055588901.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-c605e9d1c66c0c5a.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-5d1f69bb666610fc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'`
27822025-06-30T22:11:31.881Z Compiling native-tls v0.2.12
27832025-06-30T22:11:31.887Z Compiling serde_urlencoded v0.7.1
27842025-06-30T22:11:31.887Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=7f06c503e864ce57 -C extra-filename=-06a736a1508b1d1a --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-06a736a1508b1d1a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27852025-06-30T22:11:31.887Z Running `/home/build/.rustup/toolchains/1.87.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=bc47932cb80611b8 -C extra-filename=-6fbeae4dd336d0a0 --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-ad59467a09ca041e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1ede4a1959157936.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d42842baf7c23fba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27862025-06-30T22:11:32.053Z Compiling cookie v0.18.1
27872025-06-30T22:11:32.058Z Running `/home/build/.rustup/toolchains/1.87.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=162102baaeee517e -C extra-filename=-90fd167818df0fd8 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-90fd167818df0fd8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27882025-06-30T22:11:32.370Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-06a736a1508b1d1a/build-script-build`
27892025-06-30T22:11:32.407Z Compiling pkcs8 v0.10.2
27902025-06-30T22:11:32.416Z Running `/home/build/.rustup/toolchains/1.87.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=1bb0854489826965 -C extra-filename=-d1942fe7a0f875a4 --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-975ebc6c4312b724.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-086189c37a868443.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-05a519be33bc11fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27912025-06-30T22:11:32.464Z Compiling encoding_rs v0.8.34
27922025-06-30T22:11:32.468Z Compiling clap_lex v0.7.4
27932025-06-30T22:11:32.468Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "any_all_workaround", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "serde", "simd-accel"))' -C metadata=65ebd383df0d29c5 -C extra-filename=-0ed5622e321211e4 --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-3a67e9cd8804fc68.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27942025-06-30T22:11:32.468Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a53649bba3cb0b7 -C extra-filename=-6288d0740bef94c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27952025-06-30T22:11:32.542Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-90fd167818df0fd8/build-script-build`
27962025-06-30T22:11:32.655Z Compiling clap_derive v4.5.40
27972025-06-30T22:11:32.658Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.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=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=0bf26169a103c441 -C extra-filename=-a35b58c27173181b --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-2607b1d525d6c62b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27982025-06-30T22:11:32.985Z Compiling clap_builder v4.5.40
27992025-06-30T22:11:32.989Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=34c4ab4f390a0105 -C extra-filename=-5635dba39bf9bf7b --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-473990d64b50713f.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b0351b73701e7482.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-6288d0740bef94c8.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-88365388b924a2f2.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-7560acd18ac12719.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28002025-06-30T22:11:33.068Z Compiling sync_wrapper v1.0.1
28012025-06-30T22:11:33.072Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=308a010d4d5541a4 -C extra-filename=-75de4f262a28760b --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-a4cc7e9ef57f8919.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28022025-06-30T22:11:33.274Z Compiling litrs v0.4.1
28032025-06-30T22:11:33.278Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name litrs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litrs-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("check_suffix", "default", "proc-macro2", "unicode-xid"))' -C metadata=23e1e3a449ddbcd5 -C extra-filename=-cd3fc9c0e1a075ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28042025-06-30T22:11:34.315Z Compiling hyper-util v0.1.14
28052025-06-30T22:11:34.318Z Running `/home/build/.rustup/toolchains/1.87.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.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="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=6f29924809f7b9a3 -C extra-filename=-59a59a87f1844024 --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-ef6e1aa9c68ab04f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-94110eabed412358.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-28726dda7401c611.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28062025-06-30T22:11:34.361Z Compiling tower-layer v0.3.3
28072025-06-30T22:11:34.398Z Running `/home/build/.rustup/toolchains/1.87.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=e085d8a7cc02ab59 -C extra-filename=-bd0bbb636a35fca4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28082025-06-30T22:11:34.709Z Compiling psl-types v2.0.11
28092025-06-30T22:11:34.714Z Running `/home/build/.rustup/toolchains/1.87.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=5ae7ec16b223b28e -C extra-filename=-9e6bb20a3ce10660 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28102025-06-30T22:11:34.973Z Compiling ucd-trie v0.1.7
28112025-06-30T22:11:34.976Z Running `/home/build/.rustup/toolchains/1.87.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=6a73ff6f3f213437 -C extra-filename=-28d04de99b2bc41b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28122025-06-30T22:11:35.366Z Compiling pest v2.7.14
28132025-06-30T22:11:35.369Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=293ecfc376904802 -C extra-filename=-ed882f13e3464c45 --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-d7b06f039966c35c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-28d04de99b2bc41b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28142025-06-30T22:11:35.530Z Compiling publicsuffix v2.3.0
28152025-06-30T22:11:35.534Z Running `/home/build/.rustup/toolchains/1.87.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=2802453fa43b6d63 -C extra-filename=-f66170888388492b --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-34d50781102c559f.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-9e6bb20a3ce10660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28162025-06-30T22:11:35.905Z Compiling tower v0.5.2
28172025-06-30T22:11:35.948Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=137e6d27b38ca53d -C extra-filename=-9f27ff00511e66a6 --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-a4cc7e9ef57f8919.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-75de4f262a28760b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-bd0bbb636a35fca4.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-28726dda7401c611.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28182025-06-30T22:11:36.214Z Compiling document-features v0.2.10
28192025-06-30T22:11:36.218Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name document_features --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/document-features-0.2.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "self-test"))' -C metadata=b3bdf6765e6d6a5d -C extra-filename=-ae8a061978bd6a4f --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-cd3fc9c0e1a075ba.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28202025-06-30T22:11:36.748Z Running `/home/build/.rustup/toolchains/1.87.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=a2f0306f89ea37f1 -C extra-filename=-ab94460ce68b16a6 --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-076790c46d8cc729.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28212025-06-30T22:11:37.110Z Compiling clap v4.5.40
28222025-06-30T22:11:37.114Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=34cac49c32ec5f83 -C extra-filename=-632418e604ae25d3 --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-5635dba39bf9bf7b.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-a35b58c27173181b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28232025-06-30T22:11:37.295Z Compiling rustls-native-certs v0.8.1
28242025-06-30T22:11:37.299Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a62945eb9400f817 -C extra-filename=-3b2712159c6a2f0a --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-4326dd177030920d.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a20c5b88c8aa431e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28252025-06-30T22:11:37.357Z Compiling webpki-roots v1.0.0
28262025-06-30T22:11:37.362Z Running `/home/build/.rustup/toolchains/1.87.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed746bc8bb15920a -C extra-filename=-8ab760ed4396f3df --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-a20c5b88c8aa431e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28272025-06-30T22:11:37.627Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=d7aa30a09df1fdeb -C extra-filename=-fd815ee3e6f6d147 --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-1bb814cae28f6e1e.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-4326dd177030920d.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-5d1f69bb666610fc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
28282025-06-30T22:11:37.756Z Compiling openapiv3 v2.2.0
28292025-06-30T22:11:37.771Z Running `/home/build/.rustup/toolchains/1.87.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=038c54422e3ebd8f -C extra-filename=-acd5143896865d4f --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-5b5187d3efcceca9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28302025-06-30T22:11:37.871Z Compiling iri-string v0.7.8
28312025-06-30T22:11:37.875Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=ab64be3bed49b57a -C extra-filename=-d113d1b226aece0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28322025-06-30T22:11:38.081Z Compiling tokio-native-tls v0.3.1
28332025-06-30T22:11:38.084Z Running `/home/build/.rustup/toolchains/1.87.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=bcb19f5728066b0e -C extra-filename=-8ae23bdd00bb6a07 --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-fd815ee3e6f6d147.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
28342025-06-30T22:11:38.263Z Compiling pest_meta v2.7.14
28352025-06-30T22:11:38.266Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=73b0363e2974ce5a -C extra-filename=-c67523330b872e55 --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-09bc292f601caea4.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-ed882f13e3464c45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28362025-06-30T22:11:38.336Z Compiling cookie_store v0.21.1
28372025-06-30T22:11:38.340Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie_store-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log_secure_cookie_values", "preserve_order", "public_suffix", "serde", "serde_json", "serde_ron", "wasm-bindgen"))' -C metadata=af3e8280cd448348 -C extra-filename=-109203af12b2b6af --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-ab94460ce68b16a6.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-ae8a061978bd6a4f.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-34d50781102c559f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-f66170888388492b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-03adac4a94e542fc.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28382025-06-30T22:11:38.423Z Compiling hyper-tls v0.6.0
28392025-06-30T22:11:38.427Z Running `/home/build/.rustup/toolchains/1.87.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=6c5de84e4c27c249 -C extra-filename=-881d7f8af9b220f6 --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-ee2129fa6db1368d.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-59a59a87f1844024.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-fd815ee3e6f6d147.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-8ae23bdd00bb6a07.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-28726dda7401c611.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
28402025-06-30T22:11:38.885Z Compiling ipnetwork v0.21.1
28412025-06-30T22:11:38.889Z Running `/home/build/.rustup/toolchains/1.87.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=7e65b4c9ac01555f -C extra-filename=-6cdb18cfaf521a4b --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-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28422025-06-30T22:11:39.366Z Compiling scroll_derive v0.12.0
28432025-06-30T22:11:39.370Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=05a65e7266738854 -C extra-filename=-13ebfeb0fa544dab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28442025-06-30T22:11:40.151Z Compiling data-encoding v2.9.0
28452025-06-30T22:11:40.179Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused-results --warn=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::undocumented-unsafe-blocks' --warn=missing-docs --warn=missing-debug-implementations --warn=let-underscore-drop --warn=elided-lifetimes-in-paths --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=842a8c5b671247ab -C extra-filename=-20f1d7bae086a700 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28462025-06-30T22:11:40.179Z Compiling pest_generator v2.7.14
28472025-06-30T22:11:40.179Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=e52a8e6c66a4ba3e -C extra-filename=-358e9530889e1396 --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-ed882f13e3464c45.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-c67523330b872e55.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28482025-06-30T22:11:40.387Z Compiling rand_core v0.9.2
28492025-06-30T22:11:40.391Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=66479f1686983c6d -C extra-filename=-35ceced7ac0043bc --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-fd0dad88f56f0ea8.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502025-06-30T22:11:40.903Z Compiling tower-http v0.6.6
28512025-06-30T22:11:40.909Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=95e5107ae046b428 -C extra-filename=-d83354642adc80cd --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-612ce2e304571f81.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-94110eabed412358.rmeta --extern iri_string=/work/oxidecomputer/omicron/target/debug/deps/libiri_string-d113d1b226aece0f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-9f27ff00511e66a6.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-bd0bbb636a35fca4.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-28726dda7401c611.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28522025-06-30T22:11:40.964Z Compiling scroll v0.12.0
28532025-06-30T22:11:40.968Z Running `/home/build/.rustup/toolchains/1.87.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=4d6ff7f46eb6389d -C extra-filename=-63f1df09285ff287 --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-13ebfeb0fa544dab.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28542025-06-30T22:11:41.546Z Compiling winnow v0.5.40
28552025-06-30T22:11:41.549Z Running `/home/build/.rustup/toolchains/1.87.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=931f5e48d081880c -C extra-filename=-414a1bd98b5dc88d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28562025-06-30T22:11:41.592Z Compiling plain v0.2.3
28572025-06-30T22:11:41.597Z Running `/home/build/.rustup/toolchains/1.87.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=146398dbca4fa8af -C extra-filename=-aa5b32230f496767 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28582025-06-30T22:11:41.673Z Compiling tinyvec_macros v0.1.1
28592025-06-30T22:11:41.676Z Compiling signature v2.2.0
28602025-06-30T22:11:41.677Z Running `/home/build/.rustup/toolchains/1.87.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=952bfcde3310752f -C extra-filename=-79f5269056d03ab0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28612025-06-30T22:11:41.677Z Running `/home/build/.rustup/toolchains/1.87.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=ad3d1158ecac70cc -C extra-filename=-76fb303c9aa40aa5 --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-3e9ff315175280c8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28622025-06-30T22:11:41.760Z Compiling goblin v0.8.2
28632025-06-30T22:11:41.763Z Running `/home/build/.rustup/toolchains/1.87.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=8c484224028a9b9b -C extra-filename=-5e9233ae11d08d47 --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-1bb814cae28f6e1e.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-aa5b32230f496767.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-63f1df09285ff287.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28642025-06-30T22:11:41.803Z Compiling usdt-impl v0.5.0
28652025-06-30T22:11:41.806Z Compiling tinyvec v1.8.0
28662025-06-30T22:11:41.806Z Running `/home/build/.rustup/toolchains/1.87.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=c3b39be5c6fd845a -C extra-filename=-f1e28d698ae068ad --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-f1e28d698ae068ad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28672025-06-30T22:11:41.842Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "debugger_visualizer", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=b216064cc0715180 -C extra-filename=-cdc614a666589f73 --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-79f5269056d03ab0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28682025-06-30T22:11:41.875Z Compiling winnow v0.7.10
28692025-06-30T22:11:41.881Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-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 --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=af18a31a3d3e8d25 -C extra-filename=-971bcb8b98c5d9a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28702025-06-30T22:11:42.052Z Compiling pretty-hex v0.4.1
28712025-06-30T22:11:42.058Z Running `/home/build/.rustup/toolchains/1.87.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=1773d24daccd9c54 -C extra-filename=-788ceff0caf505d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28722025-06-30T22:11:42.252Z Compiling toml_write v0.1.2
28732025-06-30T22:11:42.269Z Running `/home/build/.rustup/toolchains/1.87.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=891300b77bd93e97 -C extra-filename=-aba08bb6177c14b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742025-06-30T22:11:42.379Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-f1e28d698ae068ad/build-script-build`
28752025-06-30T22:11:42.406Z Compiling pest_derive v2.7.14
28762025-06-30T22:11:42.410Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=0c408fa62b8d9f42 -C extra-filename=-0eb2c899004c589b --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-ed882f13e3464c45.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-358e9530889e1396.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28772025-06-30T22:11:42.523Z Compiling rand_chacha v0.9.0
28782025-06-30T22:11:42.565Z Running `/home/build/.rustup/toolchains/1.87.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=d0cfc60fd9d5a1fb -C extra-filename=-ff6ed72e3b7d50b0 --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-e68eb56a87261b4f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-35ceced7ac0043bc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28792025-06-30T22:11:42.656Z Compiling thread-id v4.2.2
28802025-06-30T22:11:42.660Z Running `/home/build/.rustup/toolchains/1.87.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=ca1c70b0bbcdb5d1 -C extra-filename=-c714b935c5041d67 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28812025-06-30T22:11:42.839Z Compiling siphasher v0.3.11
28822025-06-30T22:11:42.843Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=62ddb5cfb3e78492 -C extra-filename=-fe7699c441331fba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28832025-06-30T22:11:43.243Z Compiling phf_shared v0.11.2
28842025-06-30T22:11:43.248Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=3ecac80690ece29e -C extra-filename=-63c6474b95c77984 --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-fe7699c441331fba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28852025-06-30T22:11:43.388Z Compiling rand v0.9.1
28862025-06-30T22:11:43.391Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-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="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=88e50f8b34a198e2 -C extra-filename=-c7469f16c99a40fe --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-ff6ed72e3b7d50b0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-35ceced7ac0043bc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28872025-06-30T22:11:43.439Z Compiling dtrace-parser v0.2.0
28882025-06-30T22:11:43.442Z Running `/home/build/.rustup/toolchains/1.87.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=f869d003a97e8906 -C extra-filename=-89a18b7cd0346eb3 --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-ed882f13e3464c45.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-0eb2c899004c589b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28892025-06-30T22:11:43.638Z Compiling unicode-width v0.2.0
28902025-06-30T22:11:43.643Z Running `/home/build/.rustup/toolchains/1.87.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=de2b6f37671004f4 -C extra-filename=-3ab2545ffeee94ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28912025-06-30T22:11:43.957Z Compiling sha1 v0.10.6
28922025-06-30T22:11:43.960Z Running `/home/build/.rustup/toolchains/1.87.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=cf27407e72daf5aa -C extra-filename=-1f873415a8bab1e6 --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-3a67e9cd8804fc68.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3be62df182f0471e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28932025-06-30T22:11:44.204Z Compiling crossbeam-epoch v0.9.18
28942025-06-30T22:11:44.208Z Running `/home/build/.rustup/toolchains/1.87.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=617ebc363eb5279d -C extra-filename=-2c96830fae84e44c --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-e49e148379376081.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28952025-06-30T22:11:44.422Z Compiling num-integer v0.1.46
28962025-06-30T22:11:44.427Z Running `/home/build/.rustup/toolchains/1.87.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=769d33811d18a1d7 -C extra-filename=-b090a894ab46e778 --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-b32efd26b54b6d26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28972025-06-30T22:11:44.859Z Compiling toml_edit v0.19.15
28982025-06-30T22:11:44.871Z Running `/home/build/.rustup/toolchains/1.87.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=44196db34ea76e8c -C extra-filename=-904e4ec3fcbed7e7 --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-5b5187d3efcceca9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-8610c46388891908.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2310c9a53b7cd6d1.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-414a1bd98b5dc88d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28992025-06-30T22:11:44.905Z Compiling crc32fast v1.4.2
29002025-06-30T22:11:44.909Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=96327314f0619399 -C extra-filename=-b602b9cac147849d --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-3a67e9cd8804fc68.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29012025-06-30T22:11:45.179Z Compiling toml_edit v0.22.27
29022025-06-30T22:11:45.183Z Compiling unicode-segmentation v1.12.0
29032025-06-30T22:11:45.183Z Running `/home/build/.rustup/toolchains/1.87.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=c2a1567ab140f22c -C extra-filename=-c57beeb5a5e41524 --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-5b5187d3efcceca9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-8610c46388891908.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2310c9a53b7cd6d1.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-aba08bb6177c14b2.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-971bcb8b98c5d9a8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042025-06-30T22:11:45.183Z Running `/home/build/.rustup/toolchains/1.87.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=de01a1c65f337a69 -C extra-filename=-4b7365c9995f2f18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29052025-06-30T22:11:45.266Z Compiling static_assertions v1.1.0
29062025-06-30T22:11:45.266Z Running `/home/build/.rustup/toolchains/1.87.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=8ad77ec8e3372f46 -C extra-filename=-2dd4cc6173f4b37a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29072025-06-30T22:11:45.308Z Compiling memmap v0.7.0
29082025-06-30T22:11:45.311Z Compiling base16ct v0.2.0
29092025-06-30T22:11:45.345Z Running `/home/build/.rustup/toolchains/1.87.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=8f7ef64aedf44320 -C extra-filename=-51d372fa91d20d85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29102025-06-30T22:11:45.345Z Running `/home/build/.rustup/toolchains/1.87.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=d496ba9352d7231a -C extra-filename=-2daf9bd8fe8ef4eb --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29112025-06-30T22:11:45.423Z Compiling oxnet v0.1.2
29122025-06-30T22:11:45.426Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxnet-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="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "schemars", "serde", "std"))' -C metadata=d0b1cc34b84699f0 -C extra-filename=-6f46b1ad79447fc8 --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-6cdb18cfaf521a4b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29132025-06-30T22:11:45.697Z Compiling sec1 v0.7.3
29142025-06-30T22:11:45.727Z Running `/home/build/.rustup/toolchains/1.87.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=47208b90968f2adf -C extra-filename=-942cccd02e4c80ca --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-51d372fa91d20d85.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-975ebc6c4312b724.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-353e6090291573ff.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d1942fe7a0f875a4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29152025-06-30T22:11:45.741Z Compiling hubpack_derive v0.1.1
29162025-06-30T22:11:45.745Z Running `/home/build/.rustup/toolchains/1.87.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=2f8bed4010d0c67b -C extra-filename=-8797b7babceac9d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29172025-06-30T22:11:46.145Z Compiling bstr v1.10.0
29182025-06-30T22:11:46.206Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=dd4d8326dba0223b -C extra-filename=-faf115b538446cf7 --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-d7b06f039966c35c.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6523adb68efc81b9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29192025-06-30T22:11:46.248Z Compiling ff v0.13.0
29202025-06-30T22:11:46.251Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=187cef79fda76c76 -C extra-filename=-72fa9a7c58f40979 --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-d309a4dac0f77c6e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29212025-06-30T22:11:46.301Z Compiling heck v0.4.1
29222025-06-30T22:11:46.366Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=d8799ddb7727ce36 -C extra-filename=-0dba940a77aaad67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29232025-06-30T22:11:46.516Z Compiling zlib-rs v0.5.1
29242025-06-30T22:11:46.519Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zlib_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zlib-rs-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ZLIB_DEBUG", "__internal-fuzz", "__internal-fuzz-disable-checksum", "__internal-test", "arbitrary", "c-allocator", "default", "quickcheck", "rust-allocator", "std"))' -C metadata=b23fd394ffb59759 -C extra-filename=-2692505d10fb2a0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29252025-06-30T22:11:46.764Z Compiling hubpack v0.1.2
29262025-06-30T22:11:46.768Z Running `/home/build/.rustup/toolchains/1.87.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=f2a5a10a4697f69b -C extra-filename=-8bc72e878174872f --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-8797b7babceac9d0.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272025-06-30T22:11:46.809Z Compiling group v0.13.0
29282025-06-30T22:11:46.813Z Running `/home/build/.rustup/toolchains/1.87.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=854d0fc0ec1cda31 -C extra-filename=-f1db6b1fa8fda49d --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-72fa9a7c58f40979.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292025-06-30T22:11:47.180Z Compiling num-iter v0.1.45
29302025-06-30T22:11:47.183Z Running `/home/build/.rustup/toolchains/1.87.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=3a4267e107367bc0 -C extra-filename=-987dcd08b67cb2a8 --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-b090a894ab46e778.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29312025-06-30T22:11:47.244Z Compiling strum_macros v0.26.4
29322025-06-30T22:11:47.247Z Running `/home/build/.rustup/toolchains/1.87.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=16152a3bd1e05165 -C extra-filename=-c231dc7251c14421 --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-2607b1d525d6c62b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-eafbd3de287a97a8.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29332025-06-30T22:11:47.432Z Compiling dof v0.3.0
29342025-06-30T22:11:47.436Z Running `/home/build/.rustup/toolchains/1.87.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=90ceebdbe2eadd7d -C extra-filename=-2ecaa8b38dcf8faa --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-5e9233ae11d08d47.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3ddec34f40a666cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29352025-06-30T22:11:47.641Z Compiling hkdf v0.12.4
29362025-06-30T22:11:47.645Z Running `/home/build/.rustup/toolchains/1.87.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=05e31c4e5abf969c -C extra-filename=-dea6cad02e8e8116 --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-6aa4274319cf8bc9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29372025-06-30T22:11:47.964Z Compiling crypto-bigint v0.5.5
29382025-06-30T22:11:47.967Z Running `/home/build/.rustup/toolchains/1.87.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=444bba321ec9bf02 -C extra-filename=-15432c6ddecea5b9 --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-353e6090291573ff.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29392025-06-30T22:11:49.171Z Running `/home/build/.rustup/toolchains/1.87.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=36042a69baa8ca80 -C extra-filename=-25caf115c2801f29 --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-96dbc0c5a1d1c4b3.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-2ecaa8b38dcf8faa.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-89a18b7cd0346eb3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-c714b935c5041d67.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`
29402025-06-30T22:11:50.525Z Compiling bzip2-sys v0.1.13+1.0.8
29412025-06-30T22:11:50.536Z Running `/home/build/.rustup/toolchains/1.87.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=64a3072259164eb0 -C extra-filename=-69028f964327c2ae --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-69028f964327c2ae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3635e7ea4178d8e6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29422025-06-30T22:11:50.570Z Compiling usdt-attr-macro v0.5.0
29432025-06-30T22:11:50.598Z Running `/home/build/.rustup/toolchains/1.87.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=579e01dd0b102bbd -C extra-filename=-0f1b9c2af035915b --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-89a18b7cd0346eb3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-25caf115c2801f29.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29442025-06-30T22:11:51.159Z Compiling usdt-macro v0.5.0
29452025-06-30T22:11:51.165Z Running `/home/build/.rustup/toolchains/1.87.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=8219aedad6c2e731 -C extra-filename=-895fd83b3bd55db4 --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-89a18b7cd0346eb3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-25caf115c2801f29.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29462025-06-30T22:11:51.256Z Compiling num-bigint-dig v0.8.4
29472025-06-30T22:11:51.260Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=07789881a035ffcf -C extra-filename=-427855e815e03a32 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-427855e815e03a32 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29482025-06-30T22:11:51.662Z Compiling unicode-xid v0.2.6
29492025-06-30T22:11:51.664Z Running `/home/build/.rustup/toolchains/1.87.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=96298160de477511 -C extra-filename=-643e7692f89b35e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29502025-06-30T22:11:51.703Z Compiling bitflags v1.3.2
29512025-06-30T22:11:51.707Z Running `/home/build/.rustup/toolchains/1.87.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=ea9a3015ec4db2f3 -C extra-filename=-b3c8cd159185181c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29522025-06-30T22:11:51.853Z Compiling strum v0.26.3
29532025-06-30T22:11:51.860Z Running `/home/build/.rustup/toolchains/1.87.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=16e580dab761a7c8 -C extra-filename=-c3598816f88b159e --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-c231dc7251c14421.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29542025-06-30T22:11:51.914Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-427855e815e03a32/build-script-build`
29552025-06-30T22:11:51.979Z Compiling elliptic-curve v0.13.8
29562025-06-30T22:11:51.980Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-69028f964327c2ae/build-script-build`
29572025-06-30T22:11:52.024Z Running `/home/build/.rustup/toolchains/1.87.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=de9c428c16198e06 -C extra-filename=-129d40956b1fd62e --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-51d372fa91d20d85.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-15432c6ddecea5b9.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-72fa9a7c58f40979.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-353e6090291573ff.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-f1db6b1fa8fda49d.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-d909e5bee2ee8acf.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d1942fe7a0f875a4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-942cccd02e4c80ca.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29582025-06-30T22:11:52.125Z Compiling crossbeam-deque v0.8.5
29592025-06-30T22:11:52.129Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7643681ab5a60271 -C extra-filename=-d51a624e99256e72 --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-2c96830fae84e44c.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e49e148379376081.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29602025-06-30T22:11:52.333Z Compiling newtype-uuid v1.2.4
29612025-06-30T22:11:52.336Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-1.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4"))' -C metadata=f22b4f9c9f76fb7a -C extra-filename=-e6c3a99d86055dc6 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-e6c3a99d86055dc6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29622025-06-30T22:11:52.484Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=6d40fe633ceb6d04 -C extra-filename=-33b5304ed311b179 --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-96dbc0c5a1d1c4b3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-f25e6adcb3b5e793.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-987dcd08b67cb2a8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
29632025-06-30T22:11:52.726Z Compiling libz-rs-sys v0.5.1
29642025-06-30T22:11:52.729Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libz_rs_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-rs-sys-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("c-allocator", "custom-prefix", "default", "export-symbols", "rust-allocator", "semver-prefix", "std", "testing-prefix"))' -C metadata=683cf06000299f65 -C extra-filename=-655398b8a454b7b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zlib_rs=/work/oxidecomputer/omicron/target/debug/deps/libzlib_rs-2692505d10fb2a0d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652025-06-30T22:11:52.812Z Compiling usdt v0.5.0
29662025-06-30T22:11:52.815Z Running `/home/build/.rustup/toolchains/1.87.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=bf78a6547c31a7d5 -C extra-filename=-fa58e959728d1eb9 --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-2ecaa8b38dcf8faa.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-89a18b7cd0346eb3.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-5e9233ae11d08d47.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-2daf9bd8fe8ef4eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-0f1b9c2af035915b.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-25caf115c2801f29.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-895fd83b3bd55db4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29672025-06-30T22:11:52.858Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-e6c3a99d86055dc6/build-script-build`
29682025-06-30T22:11:52.921Z Compiling pkcs1 v0.7.5
29692025-06-30T22:11:52.925Z Running `/home/build/.rustup/toolchains/1.87.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=e72fe26e1bb1d8e8 -C extra-filename=-72d4004203d466c8 --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-975ebc6c4312b724.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d1942fe7a0f875a4.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-05a519be33bc11fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29702025-06-30T22:11:53.065Z Compiling flate2 v1.1.2
29712025-06-30T22:11:53.069Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="any_zlib"' --cfg 'feature="default"' --cfg 'feature="libz-rs-sys"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --cfg 'feature="zlib-rs"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=834f93055bd9d746 -C extra-filename=-47e3becce2857b6f --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-b602b9cac147849d.rmeta --extern libz_rs_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_rs_sys-655398b8a454b7b8.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-24968d158ecbffc5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29722025-06-30T22:11:53.338Z Compiling curve25519-dalek v4.1.3
29732025-06-30T22:11:53.342Z Running `/home/build/.rustup/toolchains/1.87.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=678dcba97b20b44f -C extra-filename=-549c062584821b82 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-549c062584821b82 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-44b9cba06af0b51e.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29742025-06-30T22:11:53.397Z Compiling zstd-sys v2.0.14+zstd.1.5.7
29752025-06-30T22:11:53.400Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.14+zstd.1.5.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "debug", "default", "experimental", "fat-lto", "legacy", "no_asm", "no_wasm_shim", "non-cargo", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=fc0b7429ce7ae98e -C extra-filename=-24f6620a629991cb --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-sys-24f6620a629991cb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3635e7ea4178d8e6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29762025-06-30T22:11:53.444Z Running `/home/build/.rustup/toolchains/1.87.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=dcaacf8e40a58a7d -C extra-filename=-3568cafdd4082ee6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-75e03870e166bfa7/out/lib -l static=bz2`
29772025-06-30T22:11:53.486Z Compiling itertools v0.10.5
29782025-06-30T22:11:53.490Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=d10248b7744971ea -C extra-filename=-a31d6e3ea5bde33b --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-8d65808b96850202.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29792025-06-30T22:11:53.642Z Compiling memoffset v0.9.1
29802025-06-30T22:11:53.702Z Running `/home/build/.rustup/toolchains/1.87.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=fa669f279b3a1355 -C extra-filename=-db87e75d8bba141c --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-db87e75d8bba141c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-70b1be6a3a4fd896.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29812025-06-30T22:11:53.777Z Compiling ahash v0.8.11
29822025-06-30T22:11:53.781Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=b7e093a5e8534f18 -C extra-filename=-11cc98fe859a7609 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-11cc98fe859a7609 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29832025-06-30T22:11:53.966Z Compiling cfg_aliases v0.2.1
29842025-06-30T22:11:53.970Z Running `/home/build/.rustup/toolchains/1.87.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=fca7e1ab438a1165 -C extra-filename=-7a0fea6faf5fb92d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29852025-06-30T22:11:54.061Z Compiling rayon-core v1.12.1
29862025-06-30T22:11:54.067Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=0a1e2c1a32332945 -C extra-filename=-00e8cab17346f4a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-00e8cab17346f4a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29872025-06-30T22:11:54.107Z Compiling signal-hook v0.3.18
29882025-06-30T22:11:54.112Z Running `/home/build/.rustup/toolchains/1.87.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=4d89a5888d4751ca -C extra-filename=-a240e3fcec722cc3 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-a240e3fcec722cc3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29892025-06-30T22:11:54.151Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-549c062584821b82/build-script-build`
29902025-06-30T22:11:54.205Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-11cc98fe859a7609/build-script-build`
29912025-06-30T22:11:54.298Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-24f6620a629991cb/build-script-build`
29922025-06-30T22:11:54.304Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-db87e75d8bba141c/build-script-build`
29932025-06-30T22:11:54.345Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-1.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4"))' -C metadata=14439118f73ea31a -C extra-filename=-863717e309b7a9bc --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-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
29942025-06-30T22:11:54.444Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-00e8cab17346f4a8/build-script-build`
29952025-06-30T22:11:54.491Z Compiling toml v0.7.8
29962025-06-30T22:11:54.495Z Running `/home/build/.rustup/toolchains/1.87.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=f29ded0a0589ab4b -C extra-filename=-f60053941bf92db1 --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-0430a6889c233638.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-8610c46388891908.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2310c9a53b7cd6d1.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-904e4ec3fcbed7e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29972025-06-30T22:11:54.495Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-a240e3fcec722cc3/build-script-build`
29982025-06-30T22:11:54.567Z Compiling unicode-normalization v0.1.24
29992025-06-30T22:11:54.571Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=30b48145240d9699 -C extra-filename=-db3fdd5ad959e3f5 --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-cdc614a666589f73.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30002025-06-30T22:11:54.623Z Compiling rfc6979 v0.4.0
30012025-06-30T22:11:54.627Z Running `/home/build/.rustup/toolchains/1.87.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=e9e948ea0181bcc3 -C extra-filename=-c4b2c20aa85c900b --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-6aa4274319cf8bc9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30022025-06-30T22:11:54.705Z Compiling daft-derive v0.1.3
30032025-06-30T22:11:54.723Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name daft_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-derive-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ceab2008bf5cc63 -C extra-filename=-efae80698ada5f8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30042025-06-30T22:11:54.873Z Compiling enum-as-inner v0.6.1
30052025-06-30T22:11:54.877Z Running `/home/build/.rustup/toolchains/1.87.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=f412707e96098284 -C extra-filename=-af456b4b9ae7afb0 --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-2607b1d525d6c62b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30062025-06-30T22:11:55.654Z Compiling rsa v0.9.6
30072025-06-30T22:11:55.659Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rsa-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' --cfg 'feature="u64_digit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "hazmat", "nightly", "pem", "pkcs5", "serde", "sha1", "sha2", "std", "u64_digit"))' -C metadata=78533bf368b49b3a -C extra-filename=-848ea02eff028b21 --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-807b0639457d6796.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-33b5304ed311b179.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-72d4004203d466c8.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d1942fe7a0f875a4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-76fb303c9aa40aa5.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-05a519be33bc11fe.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30082025-06-30T22:11:55.864Z Compiling curve25519-dalek-derive v0.1.1
30092025-06-30T22:11:55.867Z Running `/home/build/.rustup/toolchains/1.87.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=72479c91cf87e8ee -C extra-filename=-bdfa15db562e2ba0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30102025-06-30T22:11:55.927Z Compiling managed v0.8.0
30112025-06-30T22:11:55.932Z Running `/home/build/.rustup/toolchains/1.87.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=fd08516d85778bd1 -C extra-filename=-8b31b87f3240ff35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30122025-06-30T22:11:56.035Z Compiling ecdsa v0.16.9
30132025-06-30T22:11:56.043Z Running `/home/build/.rustup/toolchains/1.87.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=1133a8e2640e0165 -C extra-filename=-d64721bdf3087236 --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-975ebc6c4312b724.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-c4b2c20aa85c900b.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-76fb303c9aa40aa5.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-05a519be33bc11fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30142025-06-30T22:11:56.387Z Compiling daft v0.1.3
30152025-06-30T22:11:56.392Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name daft --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="newtype-uuid1"' --cfg 'feature="oxnet01"' --cfg 'feature="std"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "newtype-uuid1", "oxnet01", "std", "uuid1"))' -C metadata=b77e36950fbe90fe -C extra-filename=-72f56b93b42caad5 --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-efae80698ada5f8f.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30162025-06-30T22:11:56.434Z Running `/home/build/.rustup/toolchains/1.87.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=3866b8ffd4d594f9 -C extra-filename=-28eb7c9de9519ab1 --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-cefab6d96bfc6445.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-5b018c3601033e26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30172025-06-30T22:11:56.927Z Running `/home/build/.rustup/toolchains/1.87.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=12c7aca8ea9be7f6 -C extra-filename=-4253060af28d97b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
30182025-06-30T22:11:56.973Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=6d587515a1fd7046 -C extra-filename=-ce41b31d84d6e3a9 --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-3a67e9cd8804fc68.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7507609290b17159.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3ddec34f40a666cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
30192025-06-30T22:11:57.101Z Compiling x509-cert v0.2.5
30202025-06-30T22:11:57.104Z Running `/home/build/.rustup/toolchains/1.87.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=8d7fe2fca57ccb90 -C extra-filename=-6d9084eefb049e89 --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-807b0639457d6796.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-975ebc6c4312b724.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-05a519be33bc11fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30212025-06-30T22:11:57.296Z Compiling precomputed-hash v0.1.1
30222025-06-30T22:11:57.314Z Running `/home/build/.rustup/toolchains/1.87.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=e64086ae77ed8e7c -C extra-filename=-4e7fe3c5111a9f9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30232025-06-30T22:11:57.384Z Running `/home/build/.rustup/toolchains/1.87.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=609b320d4cac28a0 -C extra-filename=-ea40d9ab8b9757a5 --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-3a67e9cd8804fc68.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3be62df182f0471e.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-bdfa15db562e2ba0.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.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"'`
30242025-06-30T22:11:57.472Z Compiling zstd-safe v7.2.3
30252025-06-30T22:11:57.476Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=827384aa880bd27b -C extra-filename=-97103b1a91cae586 --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-safe-97103b1a91cae586 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30262025-06-30T22:11:57.557Z Compiling fixedbitset v0.4.2
30272025-06-30T22:11:57.562Z Running `/home/build/.rustup/toolchains/1.87.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=f9c6dd8b306377e3 -C extra-filename=-89314b8bbb8c9b15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30282025-06-30T22:11:57.885Z Compiling new_debug_unreachable v1.0.6
30292025-06-30T22:11:57.889Z Running `/home/build/.rustup/toolchains/1.87.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=202bb76f06b5480c -C extra-filename=-c7676083b6dee7bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30302025-06-30T22:11:58.016Z Compiling petgraph v0.6.5
30312025-06-30T22:11:58.021Z Running `/home/build/.rustup/toolchains/1.87.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=38a03b3b9839683d -C extra-filename=-20179c07374f1a77 --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-89314b8bbb8c9b15.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-03adac4a94e542fc.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30322025-06-30T22:11:58.060Z Compiling string_cache v0.8.9
30332025-06-30T22:11:58.060Z Running `/home/build/.rustup/toolchains/1.87.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=83d2ac94f69f457c -C extra-filename=-a93b2b0d16191f46 --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-c7676083b6dee7bf.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d60a101adc746ee4.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-63c6474b95c77984.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-4e7fe3c5111a9f9f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30342025-06-30T22:11:58.535Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=cc4d951c34a6e06b -C extra-filename=-c2fadd8a76389f6d --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-d51a624e99256e72.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e49e148379376081.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30352025-06-30T22:12:00.024Z Compiling ed25519 v2.2.3
30362025-06-30T22:12:00.027Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=e567922cb4bdb4ce -C extra-filename=-20415bc5b3540878 --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-d1942fe7a0f875a4.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-76fb303c9aa40aa5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30372025-06-30T22:12:01.512Z Compiling ed25519-dalek v2.1.1
30382025-06-30T22:12:01.514Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="fast"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asm", "batch", "default", "digest", "fast", "hazmat", "legacy_compatibility", "merlin", "pem", "pkcs8", "rand_core", "serde", "signature", "std", "zeroize"))' -C metadata=5ab2b35e04730bbc -C extra-filename=-c755548413afb770 --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-ea40d9ab8b9757a5.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-20415bc5b3540878.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-76fb303c9aa40aa5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30392025-06-30T22:12:01.782Z Compiling signal-hook-mio v0.2.4
30402025-06-30T22:12:01.786Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-mio-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=5485fabec68242d1 -C extra-filename=-281355be34c7d3a7 --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-cefab6d96bfc6445.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-0198d0379ddd5e72.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-28eb7c9de9519ab1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412025-06-30T22:12:01.879Z Compiling nix v0.29.0
30422025-06-30T22:12:01.925Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=b43cf98b6416662e -C extra-filename=-d179d3cc78939765 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-d179d3cc78939765 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-7a0fea6faf5fb92d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30432025-06-30T22:12:02.014Z Compiling bzip2 v0.4.4
30442025-06-30T22:12:02.064Z Running `/home/build/.rustup/toolchains/1.87.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=7af46fdb4fadcae0 -C extra-filename=-179232b560711a7b --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-3568cafdd4082ee6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.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-75e03870e166bfa7/out/lib`
30452025-06-30T22:12:02.459Z Compiling heapless v0.7.17
30462025-06-30T22:12:02.463Z Running `/home/build/.rustup/toolchains/1.87.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=07fd8f1a0437e349 -C extra-filename=-e193d84c45e26c28 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-e193d84c45e26c28 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-44b9cba06af0b51e.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30472025-06-30T22:12:02.844Z Compiling simd-adler32 v0.3.7
30482025-06-30T22:12:02.847Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=22e24b9703a4a772 -C extra-filename=-fe7f95fedad62cfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30492025-06-30T22:12:02.889Z Compiling lockfree-object-pool v0.1.6
30502025-06-30T22:12:02.892Z Compiling bumpalo v3.16.0
30512025-06-30T22:12:02.893Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name lockfree_object_pool --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lockfree-object-pool-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=303c2ceb71d928e6 -C extra-filename=-18d23e2741a4a518 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30522025-06-30T22:12:02.893Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bumpalo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=428ee46c81fcd2c3 -C extra-filename=-5cec328b57acc782 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30532025-06-30T22:12:02.983Z Compiling rustc-hash v2.1.1
30542025-06-30T22:12:02.986Z Running `/home/build/.rustup/toolchains/1.87.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=a04b7cfc3e0d5d39 -C extra-filename=-821ca613971b037b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30552025-06-30T22:12:03.190Z Compiling lalrpop-util v0.19.12
30562025-06-30T22:12:03.193Z Running `/home/build/.rustup/toolchains/1.87.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=f03b8b1b1017b513 -C extra-filename=-a17f495745437ac9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30572025-06-30T22:12:03.239Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-e193d84c45e26c28/build-script-build`
30582025-06-30T22:12:03.353Z Compiling zopfli v0.8.1
30592025-06-30T22:12:03.356Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zopfli --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zopfli-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="gzip"' --cfg 'feature="std"' --cfg 'feature="zlib"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "gzip", "nightly", "std", "zlib"))' -C metadata=0e3962f558d4bbd9 -C extra-filename=-191dae4d0ce062d8 --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-5cec328b57acc782.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-b602b9cac147849d.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-18d23e2741a4a518.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fe7f95fedad62cfe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30602025-06-30T22:12:03.390Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-d179d3cc78939765/build-script-build`
30612025-06-30T22:12:03.431Z Compiling zip v0.6.6
30622025-06-30T22:12:03.435Z Running `/home/build/.rustup/toolchains/1.87.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=b607fddcd192eca7 -C extra-filename=-1e6af2d8bdb1462b --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-96dbc0c5a1d1c4b3.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-179232b560711a7b.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-b602b9cac147849d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.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-75e03870e166bfa7/out/lib`
30632025-06-30T22:12:03.478Z Compiling crossterm v0.28.1
30642025-06-30T22:12:03.482Z Running `/home/build/.rustup/toolchains/1.87.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=f0e5d8ca7c7e0dca -C extra-filename=-11b06c10fe685907 --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-612ce2e304571f81.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0198d0379ddd5e72.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d60a101adc746ee4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-28eb7c9de9519ab1.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-281355be34c7d3a7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30652025-06-30T22:12:03.595Z Compiling bzip2 v0.5.2
30662025-06-30T22:12:03.599Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libbz2-rs-sys", "static"))' -C metadata=d54b46e330ab42ce -C extra-filename=-db1dd43ef9b58f32 --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-3568cafdd4082ee6.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-75e03870e166bfa7/out/lib`
30672025-06-30T22:12:03.982Z Compiling console v0.15.10
30682025-06-30T22:12:03.987Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=a3d1f8b6d8d4586c -C extra-filename=-379a38323fc33607 --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-cefab6d96bfc6445.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3ab2545ffeee94ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30692025-06-30T22:12:04.534Z Compiling hash32 v0.2.1
30702025-06-30T22:12:04.538Z Running `/home/build/.rustup/toolchains/1.87.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=c57b9f3b653e316c -C extra-filename=-eeae0767a8336f13 --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-96dbc0c5a1d1c4b3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30712025-06-30T22:12:04.638Z Compiling winnow v0.6.26
30722025-06-30T22:12:04.642Z Running `/home/build/.rustup/toolchains/1.87.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=690f4af55531d247 -C extra-filename=-ad0a9d44eab449a4 --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-d7b06f039966c35c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30732025-06-30T22:12:04.844Z Compiling buf-list v1.0.3
30742025-06-30T22:12:04.848Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=bfacbf7396d3b579 -C extra-filename=-40f1bc3a076b6113 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-40f1bc3a076b6113 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30752025-06-30T22:12:04.952Z Compiling predicates-core v1.0.8
30762025-06-30T22:12:04.955Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-core-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c18cb81204edd83c -C extra-filename=-ee29e49cd7f824fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30772025-06-30T22:12:05.160Z Compiling unicode-bidi v0.3.17
30782025-06-30T22:12:05.163Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=b3bbf97e3c249c9d -C extra-filename=-627ced6f0c6a8199 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792025-06-30T22:12:05.242Z Compiling unicode-properties v0.1.3
30802025-06-30T22:12:05.242Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-properties-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="emoji"' --cfg 'feature="general-category"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=6ac52a848bbcb4d7 -C extra-filename=-7403e56aa3a32acb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30812025-06-30T22:12:05.300Z Compiling smoltcp v0.9.1
30822025-06-30T22:12:05.304Z Running `/home/build/.rustup/toolchains/1.87.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=da80862e8980d263 -C extra-filename=-437c54e981a4dda0 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-437c54e981a4dda0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30832025-06-30T22:12:05.509Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-40f1bc3a076b6113/build-script-build`
30842025-06-30T22:12:05.661Z Running `/home/build/.rustup/toolchains/1.87.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=b6d601159a820c02 -C extra-filename=-61296125220b6ef1 --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-eeae0767a8336f13.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-406ca8badcd23106.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-1e5403e1b8402df8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
30852025-06-30T22:12:05.773Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=c593f98d5bfa0c50 -C extra-filename=-3b3b33ff78e5a886 --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-612ce2e304571f81.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-4253060af28d97b2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'`
30862025-06-30T22:12:06.067Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-437c54e981a4dda0/build-script-build`
30872025-06-30T22:12:06.124Z Compiling stringprep v0.1.5
30882025-06-30T22:12:06.127Z Running `/home/build/.rustup/toolchains/1.87.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=1a88a5fcf6f38064 -C extra-filename=-5d4e96ed0f28ea79 --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-627ced6f0c6a8199.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-db3fdd5ad959e3f5.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-7403e56aa3a32acb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30892025-06-30T22:12:06.349Z Compiling rayon v1.10.0
30902025-06-30T22:12:06.353Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=84bdfb6c49686924 -C extra-filename=-6626fba1989544df --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-8d65808b96850202.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-c2fadd8a76389f6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30912025-06-30T22:12:06.503Z Compiling hickory-proto v0.25.2
30922025-06-30T22:12:06.507Z Running `/home/build/.rustup/toolchains/1.87.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=248a2c8efb70413b -C extra-filename=-5989d4f6c6ff5226 --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-0995b155a32ebe73.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-af456b4b9ae7afb0.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-34d50781102c559f.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-cdc614a666589f73.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30932025-06-30T22:12:06.719Z Compiling tokio-stream v0.1.17
30942025-06-30T22:12:06.721Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=f1d0f0a188e53df3 -C extra-filename=-398ad060e1420b43 --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-a4cc7e9ef57f8919.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30952025-06-30T22:12:07.100Z Compiling md-5 v0.10.6
30962025-06-30T22:12:07.104Z Running `/home/build/.rustup/toolchains/1.87.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=23c40cd253e57b3b -C extra-filename=-c1bada8e19f60074 --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-3a67e9cd8804fc68.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30972025-06-30T22:12:07.452Z Compiling float-cmp v0.10.0
30982025-06-30T22:12:07.455Z Running `/home/build/.rustup/toolchains/1.87.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=f684c950baf4bf55 -C extra-filename=-2ee986ad0b2c520b --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-b32efd26b54b6d26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992025-06-30T22:12:07.672Z Compiling fs-err v3.1.1
31002025-06-30T22:12:07.676Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.1.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("expose_original_error", "tokio"))' -C metadata=0fd84a15e30ef0ce -C extra-filename=-f99b510aafafe516 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-f99b510aafafe516 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-70b1be6a3a4fd896.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012025-06-30T22:12:07.719Z Compiling normalize-line-endings v0.3.0
31022025-06-30T22:12:07.722Z Running `/home/build/.rustup/toolchains/1.87.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=8388a107f98464ca -C extra-filename=-333d8cf39dfc0dc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032025-06-30T22:12:07.765Z Compiling difflib v0.4.0
31042025-06-30T22:12:07.810Z Running `/home/build/.rustup/toolchains/1.87.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=4f1dad1be87a12d5 -C extra-filename=-677d6eaef8bb78c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052025-06-30T22:12:07.918Z Compiling fallible-iterator v0.2.0
31062025-06-30T22:12:07.921Z Running `/home/build/.rustup/toolchains/1.87.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=35abe49f0256902b -C extra-filename=-6c63292da3b19b9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31072025-06-30T22:12:07.921Z Running `/home/build/.rustup/toolchains/1.87.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=bcbc1f83b0c20c94 -C extra-filename=-a6e6279b08d00cd1 --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-b3c8cd159185181c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-61296125220b6ef1.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8b31b87f3240ff35.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31082025-06-30T22:12:08.028Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-f99b510aafafe516/build-script-build`
31092025-06-30T22:12:08.232Z Compiling predicates v3.1.3
31102025-06-30T22:12:08.235Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-3.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=ca769f2158cd3f0a -C extra-filename=-72ad14aa7b4c9ad8 --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-b0351b73701e7482.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-677d6eaef8bb78c1.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-2ee986ad0b2c520b.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-333d8cf39dfc0dc5.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-ee29e49cd7f824fa.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31112025-06-30T22:12:08.278Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-97103b1a91cae586/build-script-build`
31122025-06-30T22:12:08.342Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zstd_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.14+zstd.1.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "debug", "default", "experimental", "fat-lto", "legacy", "no_asm", "no_wasm_shim", "non-cargo", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=44a04c39075672ab -C extra-filename=-b49e575e53eaeb3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-603a47d5f36bfa48/out -l static=zstd`
31132025-06-30T22:12:08.611Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zstd_safe --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=1f23f47fd23bb9d3 -C extra-filename=-9e601858886515ba --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-b49e575e53eaeb3a.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-603a47d5f36bfa48/out`
31142025-06-30T22:12:08.651Z Compiling postgres-protocol v0.6.8
31152025-06-30T22:12:08.654Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-protocol-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=587ff007c60e4c2e -C extra-filename=-7145f17b127c15e1 --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-ef6e1aa9c68ab04f.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-6c63292da3b19b9d.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-c1bada8e19f60074.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-5d4e96ed0f28ea79.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31162025-06-30T22:12:09.039Z Compiling zstd v0.13.3
31172025-06-30T22:12:09.080Z Running `/home/build/.rustup/toolchains/1.87.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=8e1150c1899dbc01 -C extra-filename=-6275d08b2b8757ee --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-9e601858886515ba.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-603a47d5f36bfa48/out`
31182025-06-30T22:12:09.143Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=f6c4107c0cfad5ab -C extra-filename=-9966782bcfce846c --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-ee2129fa6db1368d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
31192025-06-30T22:12:09.621Z Compiling zip v4.2.0
31202025-06-30T22:12:09.627Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-flate2-zlib-rs"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="zstd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes-crypto", "bzip2", "chrono", "default", "deflate", "deflate-flate2", "deflate-flate2-zlib", "deflate-flate2-zlib-rs", "deflate-zopfli", "deflate64", "getrandom", "hmac", "jiff-02", "lzma", "nt-time", "pbkdf2", "sha1", "time", "unreserved", "xz", "zeroize", "zstd"))' -C metadata=eddfc45026788ba8 -C extra-filename=-991616cadcedc1ed --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-db1dd43ef9b58f32.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-b602b9cac147849d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-191dae4d0ce062d8.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-6275d08b2b8757ee.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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
31212025-06-30T22:12:09.669Z Compiling similar v2.7.0
31222025-06-30T22:12:09.672Z Running `/home/build/.rustup/toolchains/1.87.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=8f5d8cf4558fee11 -C extra-filename=-65b452c47267a4c5 --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-faf115b538446cf7.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4b7365c9995f2f18.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31232025-06-30T22:12:09.708Z Compiling strum_macros v0.25.3
31242025-06-30T22:12:09.712Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.25.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b7ab24b8e7372655 -C extra-filename=-be54c9abbeb47c12 --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-0dba940a77aaad67.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-eafbd3de287a97a8.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31252025-06-30T22:12:09.849Z Compiling phf v0.11.2
31262025-06-30T22:12:09.852Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=6be4dc61815c0692 -C extra-filename=-d3105508a84126c2 --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-63c6474b95c77984.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31272025-06-30T22:12:09.894Z Compiling serde-big-array v0.5.1
31282025-06-30T22:12:09.897Z Running `/home/build/.rustup/toolchains/1.87.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=b85e6452434f9470 -C extra-filename=-566e422edd100f56 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31292025-06-30T22:12:10.185Z Compiling serde_repr v0.1.19
31302025-06-30T22:12:10.223Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_repr-0.1.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=201e2a25571e1c46 -C extra-filename=-a8d48d6a69c26c85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31312025-06-30T22:12:10.228Z Compiling peg-runtime v0.8.5
31322025-06-30T22:12:10.228Z Running `/home/build/.rustup/toolchains/1.87.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=d99643838369501f -C extra-filename=-b6be0333af93ab88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31332025-06-30T22:12:10.306Z Compiling number_prefix v0.4.0
31342025-06-30T22:12:10.310Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4d5eee8479ff9286 -C extra-filename=-997bb9e6407d6674 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31352025-06-30T22:12:10.591Z Compiling indicatif v0.17.11
31362025-06-30T22:12:10.635Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.17.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=ff4fc03128159856 -C extra-filename=-1660823d00af4b7b --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-379a38323fc33607.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-997bb9e6407d6674.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-221a139d58cdccf4.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3ab2545ffeee94ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31372025-06-30T22:12:10.853Z Compiling postgres-types v0.2.9
31382025-06-30T22:12:10.857Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-types-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("array-impls", "array-init", "bit-vec-06", "chrono-04", "cidr-02", "cidr-03", "derive", "eui48-04", "eui48-1", "geo-types-06", "geo-types-0_7", "jiff-01", "js", "postgres-derive", "serde-1", "serde_json-1", "smol_str-01", "time-02", "time-03", "uuid-08", "uuid-1", "with-bit-vec-0_6", "with-chrono-0_4", "with-cidr-0_2", "with-cidr-0_3", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=0a35cf236ec52dc1 -C extra-filename=-47774841ed96ca61 --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-ee2129fa6db1368d.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-6c63292da3b19b9d.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-7145f17b127c15e1.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31392025-06-30T22:12:11.487Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("expose_original_error", "tokio"))' -C metadata=fcbe5e916e8973ae -C extra-filename=-fd24299c43eb546f --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-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'`
31402025-06-30T22:12:11.637Z Compiling whoami v1.6.0
31412025-06-30T22:12:11.641Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/whoami-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 --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=761c2326544229ac -C extra-filename=-dc763c9e4cf3753b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31422025-06-30T22:12:11.804Z Compiling camino v1.1.10
31432025-06-30T22:12:11.807Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.1.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=b7d33d693db42c0f -C extra-filename=-1bf67ae69cf31a3e --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-1bf67ae69cf31a3e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31442025-06-30T22:12:12.126Z Compiling tokio-postgres v0.7.13
31452025-06-30T22:12:12.129Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-postgres-0.7.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("array-impls", "default", "js", "runtime", "with-bit-vec-0_6", "with-chrono-0_4", "with-cidr-0_2", "with-cidr-0_3", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=c9626366e34e8d42 -C extra-filename=-0dac6ed2367fb93f --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-0995b155a32ebe73.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-6c63292da3b19b9d.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d60a101adc746ee4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-d3105508a84126c2.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-7145f17b127c15e1.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-47774841ed96ca61.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-dc763c9e4cf3753b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31462025-06-30T22:12:12.253Z Compiling fastrand v2.1.1
31472025-06-30T22:12:12.257Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=4d4293bf476e97cd -C extra-filename=-98e626b7c7994cfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31482025-06-30T22:12:12.324Z Compiling futures-executor v0.3.31
31492025-06-30T22:12:12.328Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=8e441ceda3c36fa8 -C extra-filename=-e58925feba9294a1 --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-a4cc7e9ef57f8919.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-340d4db1586c85dd.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31502025-06-30T22:12:12.410Z Compiling regress v0.10.3
31512025-06-30T22:12:12.414Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regress-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=6a694a0575d197b0 -C extra-filename=-5d2799404f33553a --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-ee2ff769a8771c26.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31522025-06-30T22:12:12.493Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-1bf67ae69cf31a3e/build-script-build`
31532025-06-30T22:12:12.684Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.1.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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=2f2a7690cf4804cf -C extra-filename=-4f270b9dc7dca48d --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(absolute_path)'`
31542025-06-30T22:12:12.818Z Compiling futures v0.3.31
31552025-06-30T22:12:12.822Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=b53cd1f697e92834 -C extra-filename=-90590cfc90a413fc --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-533edfe2f50d4d58.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e58925feba9294a1.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-340d4db1586c85dd.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31562025-06-30T22:12:12.864Z Compiling is-terminal v0.4.13
31572025-06-30T22:12:12.904Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=89dacc3b608674cd -C extra-filename=-2089ab408943a190 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31582025-06-30T22:12:12.995Z Compiling dirs-sys-next v0.1.2
31592025-06-30T22:12:13.057Z Running `/home/build/.rustup/toolchains/1.87.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=3f5a3984806d7698 -C extra-filename=-e46b5bf79890f428 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31602025-06-30T22:12:13.060Z Compiling ident_case v1.0.1
31612025-06-30T22:12:13.060Z Running `/home/build/.rustup/toolchains/1.87.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=365bb9547f5f9b9c -C extra-filename=-a0adfa72977d3369 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31622025-06-30T22:12:13.327Z Compiling dirs-next v2.0.0
31632025-06-30T22:12:13.375Z Running `/home/build/.rustup/toolchains/1.87.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=95e7081519b69a21 -C extra-filename=-d762a02c94ccae2b --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-3a67e9cd8804fc68.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-e46b5bf79890f428.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31642025-06-30T22:12:13.434Z Compiling darling_core v0.20.10
31652025-06-30T22:12:13.437Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=3f798c51f19737c0 -C extra-filename=-3ac994c4806b1c37 --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-6e0677348c2acdca.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-a0adfa72977d3369.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-88365388b924a2f2.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31662025-06-30T22:12:13.514Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
31672025-06-30T22:12:13.518Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/0e1e055/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=3f45f7b05b185519 -C extra-filename=-d2a86b6aa0d72573 --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-612ce2e304571f81.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-8bc72e878174872f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-566e422edd100f56.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-a8d48d6a69c26c85.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-a6e6279b08d00cd1.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-be54c9abbeb47c12.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31682025-06-30T22:12:13.564Z Compiling rustix v1.0.7
31692025-06-30T22:12:13.605Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=7ac082be7b0df8e0 -C extra-filename=-c300a63cd5cd5269 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-c300a63cd5cd5269 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31702025-06-30T22:12:13.605Z Compiling term v0.7.0
31712025-06-30T22:12:13.605Z Running `/home/build/.rustup/toolchains/1.87.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=904ce6354f3e634a -C extra-filename=-aa9a1b69536c32b5 --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-d762a02c94ccae2b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31722025-06-30T22:12:14.385Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-c300a63cd5cd5269/build-script-build`
31732025-06-30T22:12:14.729Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=cb25d1b3a04573db -C extra-filename=-a0436d223df5d060 --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-612ce2e304571f81.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-17c9896e8417eaa3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
31742025-06-30T22:12:14.820Z Compiling crossbeam-channel v0.5.15
31752025-06-30T22:12:14.824Z Running `/home/build/.rustup/toolchains/1.87.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=44f37453c4e2caa7 -C extra-filename=-4874f00a18ba00e9 --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-e49e148379376081.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31762025-06-30T22:12:15.890Z Compiling toml v0.8.23
31772025-06-30T22:12:15.893Z Running `/home/build/.rustup/toolchains/1.87.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=2c5e89be49375d04 -C extra-filename=-09fb633695bf6f68 --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-0430a6889c233638.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-8610c46388891908.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2310c9a53b7cd6d1.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31782025-06-30T22:12:16.967Z Compiling tempfile v3.20.0
31792025-06-30T22:12:16.970Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly", "unstable-windows-keep-open-tempfile"))' -C metadata=70317302af5bd721 -C extra-filename=-f2c53879fcf18f91 --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-98e626b7c7994cfc.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd0dad88f56f0ea8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a0436d223df5d060.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31802025-06-30T22:12:17.080Z Compiling thread_local v1.1.8
31812025-06-30T22:12:17.084Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=e49679b0d7e7aa20 -C extra-filename=-3f4c078797a9c5e1 --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-3a67e9cd8804fc68.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31822025-06-30T22:12:17.321Z Compiling unsafe-libyaml v0.2.11
31832025-06-30T22:12:17.324Z Running `/home/build/.rustup/toolchains/1.87.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=fb1a32bd7352bc4e -C extra-filename=-4e57ec2c37ac959c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31842025-06-30T22:12:17.367Z Compiling slog-async v2.8.0
31852025-06-30T22:12:17.370Z Running `/home/build/.rustup/toolchains/1.87.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=0c3bf66e32e549f4 -C extra-filename=-3e5a757454f0ccbe --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-3e5a757454f0ccbe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31862025-06-30T22:12:17.581Z Compiling take_mut v0.2.2
31872025-06-30T22:12:17.585Z Running `/home/build/.rustup/toolchains/1.87.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=d01a2f33112e0732 -C extra-filename=-20dd7abea2195249 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31882025-06-30T22:12:17.677Z Compiling quick-error v1.2.3
31892025-06-30T22:12:17.681Z Running `/home/build/.rustup/toolchains/1.87.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=d78c9a8343557038 -C extra-filename=-e4b55fc4619dbc2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902025-06-30T22:12:17.805Z Compiling slog-term v2.9.1
31912025-06-30T22:12:17.809Z Compiling match_cfg v0.1.0
31922025-06-30T22:12:17.809Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=d7e0583203436ba3 -C extra-filename=-de0d4bab1c7cba1f --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-2089ab408943a190.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-aa9a1b69536c32b5.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-3f4c078797a9c5e1.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31932025-06-30T22:12:17.809Z Running `/home/build/.rustup/toolchains/1.87.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=c0213fca03ffb84d -C extra-filename=-ec2f69b614d0a3c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31942025-06-30T22:12:17.887Z Compiling bit-vec v0.8.0
31952025-06-30T22:12:17.887Z Running `/home/build/.rustup/toolchains/1.87.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=1dd3a4853ab363b3 -C extra-filename=-9a19d9f5a39555bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31962025-06-30T22:12:17.953Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-3e5a757454f0ccbe/build-script-build`
31972025-06-30T22:12:17.999Z Compiling hostname v0.3.1
31982025-06-30T22:12:18.002Z Running `/home/build/.rustup/toolchains/1.87.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=9bb2b8478f198fd4 -C extra-filename=-f94637ae2ef43eef --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-cefab6d96bfc6445.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-ec2f69b614d0a3c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31992025-06-30T22:12:18.064Z Running `/home/build/.rustup/toolchains/1.87.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=105ca6d7ce7c1520 -C extra-filename=-5483d7f09de1c8aa --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-4874f00a18ba00e9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-20dd7abea2195249.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-3f4c078797a9c5e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
32002025-06-30T22:12:18.254Z Compiling hex v0.4.3
32012025-06-30T22:12:18.258Z Running `/home/build/.rustup/toolchains/1.87.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=62a9e3570f2f8916 -C extra-filename=-7609aef567867e15 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32022025-06-30T22:12:18.373Z Compiling bit-set v0.8.0
32032025-06-30T22:12:18.414Z Running `/home/build/.rustup/toolchains/1.87.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=bfeca8c792ce9e48 -C extra-filename=-82ae2ff99b341299 --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-9a19d9f5a39555bb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32042025-06-30T22:12:18.710Z Compiling serde_yaml v0.9.34+deprecated
32052025-06-30T22:12:18.751Z Running `/home/build/.rustup/toolchains/1.87.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=6c9ee2719cb39eb7 -C extra-filename=-ec11907e5f160e89 --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-5b5187d3efcceca9.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1ede4a1959157936.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d42842baf7c23fba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-4e57ec2c37ac959c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32062025-06-30T22:12:18.897Z Compiling structmeta-derive v0.3.0
32072025-06-30T22:12:18.901Z Compiling wait-timeout v0.2.0
32082025-06-30T22:12:18.901Z Running `/home/build/.rustup/toolchains/1.87.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=c77ec6d682f5563b -C extra-filename=-f32cf6ea28ae93b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32092025-06-30T22:12:18.901Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e083032401e2b366 -C extra-filename=-0263793d76c3ba86 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32102025-06-30T22:12:19.002Z Compiling debug-ignore v1.0.5
32112025-06-30T22:12:19.060Z Running `/home/build/.rustup/toolchains/1.87.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=b591bdf11a720dd5 -C extra-filename=-6225ef7a83387c6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32122025-06-30T22:12:19.113Z Compiling rand_xorshift v0.4.0
32132025-06-30T22:12:19.117Z Running `/home/build/.rustup/toolchains/1.87.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=93ae0dc96575ab4e -C extra-filename=-f93a54c89d33d763 --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-35ceced7ac0043bc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32142025-06-30T22:12:19.210Z Compiling rusty-fork v0.3.0
32152025-06-30T22:12:19.213Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=bb85ceb3624c4893 -C extra-filename=-b67a2d30c3bce93e --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-6e0677348c2acdca.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-e4b55fc4619dbc2d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-0263793d76c3ba86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32162025-06-30T22:12:19.256Z Compiling darling_macro v0.20.10
32172025-06-30T22:12:19.260Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dfc74b951a016a60 -C extra-filename=-1433496cbf756b1e --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-3ac994c4806b1c37.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182025-06-30T22:12:19.407Z Compiling unarray v0.1.4
32192025-06-30T22:12:19.413Z Running `/home/build/.rustup/toolchains/1.87.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=af8bb81ec5f3880c -C extra-filename=-46aa236a420456d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202025-06-30T22:12:19.450Z Compiling serde_path_to_error v0.1.17
32212025-06-30T22:12:19.453Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=978b74798ef4572d -C extra-filename=-c2beecfd9cdccaf4 --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-1ede4a1959157936.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32222025-06-30T22:12:19.637Z Compiling proptest v1.7.0
32232025-06-30T22:12:19.641Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "fork", "handle-panics", "hardware-rng", "lazy_static", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=c2851683171ecd30 -C extra-filename=-4709996a186a8f38 --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-82ae2ff99b341299.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-9a19d9f5a39555bb.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-612ce2e304571f81.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ff6ed72e3b7d50b0.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-f93a54c89d33d763.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-b67a2d30c3bce93e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-46aa236a420456d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32242025-06-30T22:12:19.857Z Compiling rustls v0.22.4
32252025-06-30T22:12:19.860Z Running `/home/build/.rustup/toolchains/1.87.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=ab4022e3b21e8369 -C extra-filename=-844ac4a97af9396a --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-844ac4a97af9396a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32262025-06-30T22:12:20.090Z Compiling multer v3.1.0
32272025-06-30T22:12:20.099Z Running `/home/build/.rustup/toolchains/1.87.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=917699062f94d86c -C extra-filename=-429855e8f831760f --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-429855e8f831760f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32282025-06-30T22:12:20.240Z Compiling slog-json v2.6.1
32292025-06-30T22:12:20.244Z Running `/home/build/.rustup/toolchains/1.87.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=21fcc335a8be5fa2 -C extra-filename=-fc0cb05dfb468bed --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-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32302025-06-30T22:12:20.285Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-844ac4a97af9396a/build-script-build`
32312025-06-30T22:12:20.339Z Compiling darling v0.20.10
32322025-06-30T22:12:20.343Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=10a994bc54a11bde -C extra-filename=-b1565e06c13e0d25 --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-3ac994c4806b1c37.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-1433496cbf756b1e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32332025-06-30T22:12:20.396Z Compiling async-stream-impl v0.3.6
32342025-06-30T22:12:20.401Z Running `/home/build/.rustup/toolchains/1.87.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=cfb8115b73362426 -C extra-filename=-3dc67268ad879738 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32352025-06-30T22:12:20.496Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-429855e8f831760f/build-script-build`
32362025-06-30T22:12:20.536Z Compiling dropshot v0.16.2
32372025-06-30T22:12:20.540Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.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 '--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=ce6ebf43e94778f1 -C extra-filename=-a90e22880a97d20e --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-a90e22880a97d20e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32382025-06-30T22:12:20.668Z Running `/home/build/.rustup/toolchains/1.87.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=fb9bc5328fa45fc0 -C extra-filename=-e3c74751c1f56b3b --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-ee2129fa6db1368d.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-0ed5622e321211e4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-05a99ada30406413.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-3da7535f9c3f5096.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-406ca8badcd23106.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32392025-06-30T22:12:20.681Z Compiling slog-bunyan v2.5.0
32402025-06-30T22:12:20.685Z Running `/home/build/.rustup/toolchains/1.87.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=9e08eff50d65e8c3 -C extra-filename=-abdd979b084cafc5 --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-f94637ae2ef43eef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-fc0cb05dfb468bed.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32412025-06-30T22:12:20.960Z Compiling rustls-pemfile v2.2.0
32422025-06-30T22:12:21.002Z Running `/home/build/.rustup/toolchains/1.87.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=fce55d878b973a8f -C extra-filename=-53aafce35083fc8f --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-a20c5b88c8aa431e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32432025-06-30T22:12:21.006Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-a90e22880a97d20e/build-script-build`
32442025-06-30T22:12:21.110Z Compiling waitgroup v0.1.2
32452025-06-30T22:12:21.114Z Running `/home/build/.rustup/toolchains/1.87.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=1efd67b07cb817a2 -C extra-filename=-3de9fca2e5ae5a6b --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-fedd5a66ca51a142.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32462025-06-30T22:12:21.342Z Compiling dropshot_endpoint v0.16.2
32472025-06-30T22:12:21.346Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot_endpoint-0.16.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 '--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=6cfd22801d36c9d7 -C extra-filename=-f75ea7d90b779fd9 --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-2607b1d525d6c62b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32482025-06-30T22:12:21.389Z Compiling hostname v0.4.0
32492025-06-30T22:12:21.399Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=8b1832f514ce16c8 -C extra-filename=-d09809bfc2d5bdca --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-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32502025-06-30T22:12:21.563Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
32512025-06-30T22:12:21.567Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-9b0d965c2b287046/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=284332bbd301aa1e -C extra-filename=-135f596ea6372cfb --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-7609aef567867e15.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32522025-06-30T22:12:21.648Z Compiling serde_with_macros v3.12.0
32532025-06-30T22:12:21.689Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with_macros-3.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars_0_8"))' -C metadata=7ffacd74260459d4 -C extra-filename=-dd4f53395757f43d --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-b1565e06c13e0d25.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32542025-06-30T22:12:21.692Z Compiling structmeta v0.3.0
32552025-06-30T22:12:21.692Z Running `/home/build/.rustup/toolchains/1.87.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=3f0b36311c2a266a -C extra-filename=-18abb3c969f515c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-f32cf6ea28ae93b9.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32562025-06-30T22:12:21.799Z Compiling typify-impl v0.3.0
32572025-06-30T22:12:21.804Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e0008d7d03a6ed9 -C extra-filename=-0d129f55eb8133fd --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-2607b1d525d6c62b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-94f49666e7fa7a04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32582025-06-30T22:12:21.848Z Compiling async-stream v0.3.6
32592025-06-30T22:12:21.922Z Running `/home/build/.rustup/toolchains/1.87.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=dea49a98c123eb1d -C extra-filename=-92e945d5f5e30583 --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-3dc67268ad879738.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32602025-06-30T22:12:22.098Z Compiling macaddr v1.0.1
32612025-06-30T22:12:22.101Z Running `/home/build/.rustup/toolchains/1.87.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=39f83a67659b3574 -C extra-filename=-a28cb0c0ac27c16d --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32622025-06-30T22:12:22.144Z Compiling test-strategy v0.4.1
32632025-06-30T22:12:22.148Z Running `/home/build/.rustup/toolchains/1.87.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.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=ccf95ef4a21ac1bd -C extra-filename=-7de750ff333a62fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-18abb3c969f515c7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32642025-06-30T22:12:22.187Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
32652025-06-30T22:12:22.198Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=b212c5e735a83198 -C extra-filename=-394be174c1871a7e --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-72f56b93b42caad5.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32662025-06-30T22:12:22.558Z Compiling instant v0.1.13
32672025-06-30T22:12:22.577Z Running `/home/build/.rustup/toolchains/1.87.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=0bb156dfec522554 -C extra-filename=-83a866d91505235f --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-3a67e9cd8804fc68.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32682025-06-30T22:12:22.777Z Compiling derive-where v1.5.0
32692025-06-30T22:12:22.780Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-where-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly", "safe", "serde", "zeroize", "zeroize-on-drop"))' -C metadata=fc42886550c06e8f -C extra-filename=-7973abde6bbb3eb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32702025-06-30T22:12:22.932Z Compiling parse-display-derive v0.10.0
32712025-06-30T22:12:22.936Z Running `/home/build/.rustup/toolchains/1.87.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=a13b3c8dc1f25096 -C extra-filename=-6c5346e2257155a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-18abb3c969f515c7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32722025-06-30T22:12:24.391Z Compiling serde_with v3.12.0
32732025-06-30T22:12:24.402Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-3.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hashbrown_0_15", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "std", "time_0_3"))' -C metadata=c7b13e43419deb22 -C extra-filename=-620530e5aacc5649 --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-0430a6889c233638.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-03adac4a94e542fc.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-dd4f53395757f43d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32742025-06-30T22:12:25.656Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
32752025-06-30T22:12:25.660Z Running `/home/build/.rustup/toolchains/1.87.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=c58f72e9b87fd6f3 -C extra-filename=-a10c1a963b59bb34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32762025-06-30T22:12:25.750Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d)
32772025-06-30T22:12:25.754Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/681cb87/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=7a6386854c12fc82 -C extra-filename=-c35c68f76cee3763 --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-72f56b93b42caad5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32782025-06-30T22:12:26.119Z Compiling ref-cast v1.0.24
32792025-06-30T22:12:26.123Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.24/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb70295e5d4fbf31 -C extra-filename=-c5b32aa7ef81d808 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-c5b32aa7ef81d808 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32802025-06-30T22:12:26.609Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
32812025-06-30T22:12:26.614Z Running `/home/build/.rustup/toolchains/1.87.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=26528c6b6a0e24d1 -C extra-filename=-a7d0acbacd57cf83 --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-fdf356fc3a70d016.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-a10c1a963b59bb34.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32822025-06-30T22:12:26.742Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-c5b32aa7ef81d808/build-script-build`
32832025-06-30T22:12:26.847Z Compiling ref-cast-impl v1.0.24
32842025-06-30T22:12:26.851Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-impl-1.0.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a7ef06bb61b169f -C extra-filename=-1ab738ca2d844e03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32852025-06-30T22:12:26.883Z Compiling backoff v0.4.0
32862025-06-30T22:12:26.886Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
32872025-06-30T22:12:26.886Z Running `/home/build/.rustup/toolchains/1.87.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=f2ea5ba0aa78f435 -C extra-filename=-5214dd74a1ef2464 --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-a4cc7e9ef57f8919.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7507609290b17159.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-83a866d91505235f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32882025-06-30T22:12:26.886Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name protocol --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=df4942ce11b67170 -C extra-filename=-010866bfd49291f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32892025-06-30T22:12:27.810Z Compiling parse-display v0.10.0
32902025-06-30T22:12:27.858Z Running `/home/build/.rustup/toolchains/1.87.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=e8a67c1b7b1eb4ba -C extra-filename=-c5ac6967087cad17 --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-6c5346e2257155a8.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32912025-06-30T22:12:27.858Z Compiling camino-tempfile v1.4.1
32922025-06-30T22:12:27.859Z Running `/home/build/.rustup/toolchains/1.87.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=2b105954e73f1438 -C extra-filename=-c6892b6a5c3c1bdd --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-4f270b9dc7dca48d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32932025-06-30T22:12:27.859Z Compiling unicode-width v0.1.14
32942025-06-30T22:12:27.859Z Compiling proc-macro-error-attr v1.0.4
32952025-06-30T22:12:27.859Z Running `/home/build/.rustup/toolchains/1.87.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=b9945d0cd0d46c71 -C extra-filename=-5533b2afb5a1ec53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32962025-06-30T22:12:27.877Z Running `/home/build/.rustup/toolchains/1.87.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=3ada79dfeeee1683 -C extra-filename=-047b12674f63652f --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-047b12674f63652f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32972025-06-30T22:12:27.959Z Compiling proc-macro-error v1.0.4
32982025-06-30T22:12:28.010Z Running `/home/build/.rustup/toolchains/1.87.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=e01120d9d721acc2 -C extra-filename=-a72d3284f118689d --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a72d3284f118689d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32992025-06-30T22:12:28.104Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf1fcc137b309fb4 -C extra-filename=-689c99e2354360e9 --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-1ab738ca2d844e03.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)'`
33002025-06-30T22:12:28.281Z Compiling iddqd v0.3.8
33012025-06-30T22:12:28.322Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name iddqd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iddqd-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 --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="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=e6e68b91dffe4aab -C extra-filename=-3e973bde6ffaaa96 --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-9f1cde4af112ed91.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-de5be1197a0129ff.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-2258aab87697adbb.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ee2ff769a8771c26.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-821ca613971b037b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33022025-06-30T22:12:28.327Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-047b12674f63652f/build-script-build`
33032025-06-30T22:12:28.391Z Compiling proc-macro-crate v1.3.1
33042025-06-30T22:12:28.394Z Running `/home/build/.rustup/toolchains/1.87.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=b6d3008434e0fbe0 -C extra-filename=-59058249603b3a3c --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-09bc292f601caea4.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-904e4ec3fcbed7e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33052025-06-30T22:12:28.394Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a72d3284f118689d/build-script-build`
33062025-06-30T22:12:28.462Z Running `/home/build/.rustup/toolchains/1.87.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=b2f606375906410c -C extra-filename=-e100444a18e55338 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33072025-06-30T22:12:28.620Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33082025-06-30T22:12:28.624Z Running `/home/build/.rustup/toolchains/1.87.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=1340970e8fa6b717 -C extra-filename=-3069ae5f51d41c58 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-3069ae5f51d41c58 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33092025-06-30T22:12:28.960Z Compiling itertools v0.13.0
33102025-06-30T22:12:28.964Z Running `/home/build/.rustup/toolchains/1.87.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=a636cef7cb8b0bf6 -C extra-filename=-b4969537d543d468 --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-8d65808b96850202.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33112025-06-30T22:12:29.070Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-3069ae5f51d41c58/build-script-build`
33122025-06-30T22:12:29.136Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
33132025-06-30T22:12:29.139Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be7cefcb9d917adc -C extra-filename=-5c51f1a2bfb46e5a --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-5c51f1a2bfb46e5a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33142025-06-30T22:12:29.259Z Compiling num_enum_derive v0.5.11
33152025-06-30T22:12:29.262Z Running `/home/build/.rustup/toolchains/1.87.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=640a1606cb6d4936 -C extra-filename=-9411505c4490dee3 --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-59058249603b3a3c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33162025-06-30T22:12:29.315Z Running `/home/build/.rustup/toolchains/1.87.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=9ae8f30911ac7329 -C extra-filename=-8bc057668587af4a --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-e100444a18e55338.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
33172025-06-30T22:12:29.546Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-5c51f1a2bfb46e5a/build-script-build`
33182025-06-30T22:12:29.609Z Compiling tabwriter v1.4.0
33192025-06-30T22:12:29.612Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabwriter-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=bbeeff0a5ba7760b -C extra-filename=-3e5916a2e3756817 --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-5533b2afb5a1ec53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33202025-06-30T22:12:29.965Z Compiling foreign-types-macros v0.2.3
33212025-06-30T22:12:29.970Z Running `/home/build/.rustup/toolchains/1.87.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=0e77de5eebcf1be6 -C extra-filename=-3c97323a98c12cca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33222025-06-30T22:12:30.080Z Compiling foreign-types-shared v0.3.1
33232025-06-30T22:12:30.084Z Running `/home/build/.rustup/toolchains/1.87.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=5e95c7f2facb9d8f -C extra-filename=-37bde87be6b0b5c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33242025-06-30T22:12:30.279Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93374b57ed3b2c0c -C extra-filename=-768b6ac0635f085a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
33252025-06-30T22:12:30.512Z Running `/home/build/.rustup/toolchains/1.87.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=80072b912ceb8f10 -C extra-filename=-6332550dc865db0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
33262025-06-30T22:12:30.556Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33272025-06-30T22:12:30.646Z Running `/home/build/.rustup/toolchains/1.87.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=907daa058900f859 -C extra-filename=-e697ac1fdda896d3 --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-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33282025-06-30T22:12:30.810Z Compiling cstr-argument v0.1.2
33292025-06-30T22:12:30.846Z Running `/home/build/.rustup/toolchains/1.87.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=671e0b1e6241f27e -C extra-filename=-27e0791d4b7aecb6 --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-3a67e9cd8804fc68.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33302025-06-30T22:12:31.093Z Compiling pretty-hex v0.2.1
33312025-06-30T22:12:31.097Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=4febef31633b2f89 -C extra-filename=-6eac584dc02cc982 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33322025-06-30T22:12:31.335Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
33332025-06-30T22:12:31.339Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/f4eae3d/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd74c6bbf2325e99 -C extra-filename=-aece567221cd2e25 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-aece567221cd2e25 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33342025-06-30T22:12:31.377Z Compiling foreign-types v0.5.0
33352025-06-30T22:12:31.381Z Running `/home/build/.rustup/toolchains/1.87.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=bf2c00f9538c4182 -C extra-filename=-6d5241273b914868 --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-3c97323a98c12cca.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-37bde87be6b0b5c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33362025-06-30T22:12:31.546Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33372025-06-30T22:12:31.587Z Running `/home/build/.rustup/toolchains/1.87.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=4e9f4868ba372b5c -C extra-filename=-7c6330a39e6d5fab --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-27e0791d4b7aecb6.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-6d5241273b914868.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-6332550dc865db0e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33382025-06-30T22:12:31.607Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33392025-06-30T22:12:31.611Z Running `/home/build/.rustup/toolchains/1.87.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=8f5a7d301bd08fc9 -C extra-filename=-ab127dfc374add6e --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-cefab6d96bfc6445.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-e697ac1fdda896d3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33402025-06-30T22:12:31.732Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-aece567221cd2e25/build-script-build`
33412025-06-30T22:12:31.798Z Compiling colored v2.2.0
33422025-06-30T22:12:31.843Z Running `/home/build/.rustup/toolchains/1.87.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=fe21ee41bdb17246 -C extra-filename=-15422f9852bc0054 --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-dfc5b1a102273921.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33432025-06-30T22:12:31.843Z Compiling num_enum v0.5.11
33442025-06-30T22:12:31.847Z Running `/home/build/.rustup/toolchains/1.87.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=912a33727017ada3 -C extra-filename=-873b6816285e4193 --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-9411505c4490dee3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33452025-06-30T22:12:31.890Z Compiling smf v0.2.3
33462025-06-30T22:12:31.893Z Running `/home/build/.rustup/toolchains/1.87.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=a2dcfb6d4f0d8495 -C extra-filename=-5076ed77f54aabc3 --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-9fdc00164a57a398.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33472025-06-30T22:12:31.934Z Compiling itertools v0.14.0
33482025-06-30T22:12:31.938Z Running `/home/build/.rustup/toolchains/1.87.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=4c4c9bd206a59001 -C extra-filename=-82a628d4163605a2 --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-8d65808b96850202.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33492025-06-30T22:12:32.041Z Compiling crucible-workspace-hack v0.1.0
33502025-06-30T22:12:32.045Z Running `/home/build/.rustup/toolchains/1.87.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=315340adc7191d37 -C extra-filename=-3213cbc6fa773e7e --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-3213cbc6fa773e7e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33512025-06-30T22:12:32.086Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
33522025-06-30T22:12:32.129Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=732c352b78da0157 -C extra-filename=-9782b85594192e76 --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-cefab6d96bfc6445.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-768b6ac0635f085a.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-873b6816285e4193.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-6eac584dc02cc982.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33532025-06-30T22:12:32.458Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/f4eae3d/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8567ac5e249e3300 -C extra-filename=-12dfa3f23ab03f30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-9782b85594192e76.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-873b6816285e4193.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-7c6330a39e6d5fab.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-6332550dc865db0e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-ab127dfc374add6e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ad0a9d44eab449a4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
33542025-06-30T22:12:32.509Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-3213cbc6fa773e7e/build-script-build`
33552025-06-30T22:12:32.573Z Compiling atomicwrites v0.4.4
33562025-06-30T22:12:32.577Z Running `/home/build/.rustup/toolchains/1.87.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=a52cc6fac6d576a2 -C extra-filename=-fc24097c1506d075 --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-bc3ce9b532f509d6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33572025-06-30T22:12:32.577Z Running `/home/build/.rustup/toolchains/1.87.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=0c46fb340457b1e8 -C extra-filename=-8735b6539ef5d243 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33582025-06-30T22:12:32.722Z Compiling heapless v0.8.0
33592025-06-30T22:12:32.725Z Running `/home/build/.rustup/toolchains/1.87.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=fc66ed4ed52a36f8 -C extra-filename=-78c883a3ce984616 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-78c883a3ce984616 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33602025-06-30T22:12:32.982Z Compiling ingot-macros v0.1.0
33612025-06-30T22:12:32.985Z Running `/home/build/.rustup/toolchains/1.87.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.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=ec3ae6fdcd7c8a17 -C extra-filename=-22d733ace8bb4400 --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-b1565e06c13e0d25.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b4969537d543d468.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33622025-06-30T22:12:33.125Z Compiling typify-impl v0.4.1
33632025-06-30T22:12:33.171Z Running `/home/build/.rustup/toolchains/1.87.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e365692a6b5d559 -C extra-filename=-769890897fc25d5c --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-2607b1d525d6c62b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-94f49666e7fa7a04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33642025-06-30T22:12:33.356Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-78c883a3ce984616/build-script-build`
33652025-06-30T22:12:33.714Z Compiling hash32 v0.3.1
33662025-06-30T22:12:33.718Z Running `/home/build/.rustup/toolchains/1.87.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=95cc644557b48780 -C extra-filename=-42c68d35f1376308 --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-96dbc0c5a1d1c4b3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33672025-06-30T22:12:34.015Z Compiling smoltcp v0.11.0
33682025-06-30T22:12:34.018Z Running `/home/build/.rustup/toolchains/1.87.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=6fefcab962bf4293 -C extra-filename=-4bd4ce4a18410081 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-4bd4ce4a18410081 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33692025-06-30T22:12:34.775Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-4bd4ce4a18410081/build-script-build`
33702025-06-30T22:12:34.841Z Running `/home/build/.rustup/toolchains/1.87.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=fb7017729fbe9727 -C extra-filename=-ecf562ced7a2a02d --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-42c68d35f1376308.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-1e5403e1b8402df8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33712025-06-30T22:12:34.939Z Compiling cobs v0.2.3
33722025-06-30T22:12:34.950Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=d2196193d1874ca6 -C extra-filename=-6f789492b8c86f30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33732025-06-30T22:12:35.268Z Compiling postcard v1.0.10
33742025-06-30T22:12:35.271Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postcard-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=b4e7ea98bb90c3a6 -C extra-filename=-266b5f63f4c89f42 --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-6f789492b8c86f30.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33752025-06-30T22:12:35.573Z Compiling typify-macro v0.3.0
33762025-06-30T22:12:35.584Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e194affcd014491 -C extra-filename=-44e8c3b5e6ab2872 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-0d129f55eb8133fd.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33772025-06-30T22:12:35.885Z Running `/home/build/.rustup/toolchains/1.87.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=30cf39ec0767f8fa -C extra-filename=-2d0b85cbb6f10769 --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-b3c8cd159185181c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-ecf562ced7a2a02d.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8b31b87f3240ff35.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33782025-06-30T22:12:35.930Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
33792025-06-30T22:12:35.933Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/f5560fa/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=341d259bb3a99e7a -C extra-filename=-1be0493acf969646 --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-612ce2e304571f81.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33802025-06-30T22:12:36.209Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
33812025-06-30T22:12:36.212Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/f5560fa/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=ba170a568b52e286 -C extra-filename=-caac8e551a7869ea --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-caac8e551a7869ea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33822025-06-30T22:12:36.595Z Compiling base64 v0.21.7
33832025-06-30T22:12:36.595Z Running `/home/build/.rustup/toolchains/1.87.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=b2a975c2212c134f -C extra-filename=-6479324884e62b47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33842025-06-30T22:12:36.634Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-caac8e551a7869ea/build-script-build`
33852025-06-30T22:12:36.745Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
33862025-06-30T22:12:36.749Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/f5560fa/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=b0f589e54b68d118 -C extra-filename=-6eda9ef87ec70af6 --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-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872025-06-30T22:12:37.302Z Compiling sigpipe v0.1.3
33882025-06-30T22:12:37.351Z Running `/home/build/.rustup/toolchains/1.87.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=3fb0b34bc69c51e3 -C extra-filename=-996d59c4e5a5e5b6 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33892025-06-30T22:12:37.493Z Compiling jiff v0.2.15
33902025-06-30T22:12:37.496Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name jiff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="perf-inline"' --cfg 'feature="std"' --cfg 'feature="tz-fat"' --cfg 'feature="tz-system"' --cfg 'feature="tzdb-bundle-platform"' --cfg 'feature="tzdb-concatenated"' --cfg 'feature="tzdb-zoneinfo"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "js", "logging", "perf-inline", "serde", "static", "static-tz", "std", "tz-fat", "tz-system", "tzdb-bundle-always", "tzdb-bundle-platform", "tzdb-concatenated", "tzdb-zoneinfo"))' -C metadata=e7bcdeab06f39ff0 -C extra-filename=-ab065754353384b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33912025-06-30T22:12:37.820Z Compiling zone_cfg_derive v0.3.0
33922025-06-30T22:12:37.824Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone_cfg_derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=65716db1aed008dc -C extra-filename=-66785e8701fc4b11 --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-0dba940a77aaad67.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-8bc057668587af4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33932025-06-30T22:12:39.340Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
33942025-06-30T22:12:39.344Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/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=454b598f8b3c142e -C extra-filename=-2d12958de514e341 --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-cefab6d96bfc6445.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33952025-06-30T22:12:39.802Z Compiling num-derive v0.4.2
33962025-06-30T22:12:39.806Z Running `/home/build/.rustup/toolchains/1.87.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=2ea2c56e5fd1c4b8 -C extra-filename=-a2bc235c40ddf459 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33972025-06-30T22:12:40.038Z Compiling typify v0.3.0
33982025-06-30T22:12:40.041Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=7918e8da1b9cff9e -C extra-filename=-0e7af2bb66e5d69b --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-0d129f55eb8133fd.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-44e8c3b5e6ab2872.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33992025-06-30T22:12:40.082Z Compiling ingot-types v0.1.0
34002025-06-30T22:12:40.087Z Running `/home/build/.rustup/toolchains/1.87.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-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=6145d785065d33df -C extra-filename=-b5988c60ffd932d2 --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-22d733ace8bb4400.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34012025-06-30T22:12:40.163Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34022025-06-30T22:12:40.166Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 illumos-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=481885022d27cc87 -C extra-filename=-6cafe6f2ab781bfa --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-6cafe6f2ab781bfa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34032025-06-30T22:12:40.269Z Compiling progenitor-impl v0.9.1
34042025-06-30T22:12:40.273Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd749729544f1c42 -C extra-filename=-b8f93ce623584d60 --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-2607b1d525d6c62b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-0e7af2bb66e5d69b.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-94f49666e7fa7a04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34052025-06-30T22:12:40.636Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-6cafe6f2ab781bfa/build-script-build`
34062025-06-30T22:12:40.664Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
34072025-06-30T22:12:40.667Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/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=e1bc338f394375b6 -C extra-filename=-99a21674f504239c --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-2d12958de514e341.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34082025-06-30T22:12:41.085Z Compiling ingot v0.1.0
34092025-06-30T22:12:41.089Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-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="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=9328a7be0eb16ea6 -C extra-filename=-1648960e685d6d8d --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-612ce2e304571f81.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-22d733ace8bb4400.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-b5988c60ffd932d2.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34102025-06-30T22:12:41.189Z Compiling zone v0.3.1
34112025-06-30T22:12:41.193Z Running `/home/build/.rustup/toolchains/1.87.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=944032ea75dbb55e -C extra-filename=-762ee395b9436189 --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-bb1901253e0db9df.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-66785e8701fc4b11.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34122025-06-30T22:12:42.227Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
34132025-06-30T22:12:42.230Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/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=310f45fdb272bbef -C extra-filename=-7bff3febc5f6c73e --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-8735b6539ef5d243.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-a2bc235c40ddf459.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34142025-06-30T22:12:42.688Z Compiling convert_case v0.4.0
34152025-06-30T22:12:42.691Z Running `/home/build/.rustup/toolchains/1.87.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=ad8607a08d6a981f -C extra-filename=-a0bb377d388b98cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34162025-06-30T22:12:43.092Z Compiling utf-8 v0.7.6
34172025-06-30T22:12:43.096Z Running `/home/build/.rustup/toolchains/1.87.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=245646c706efebbb -C extra-filename=-d093d506fee1cb95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34182025-06-30T22:12:43.462Z Compiling tungstenite v0.21.0
34192025-06-30T22:12:43.465Z Running `/home/build/.rustup/toolchains/1.87.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=a301e2133a29d342 -C extra-filename=-8d765950dd7db2e6 --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-96dbc0c5a1d1c4b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-05a99ada30406413.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1f873415a8bab1e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-d093d506fee1cb95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34202025-06-30T22:12:43.505Z Compiling derive_more v0.99.20
34212025-06-30T22:12:43.509Z Running `/home/build/.rustup/toolchains/1.87.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=5ac0b2174d73758f -C extra-filename=-fc72fabb53d57a2c --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-a0bb377d388b98cc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34222025-06-30T22:12:44.775Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
34232025-06-30T22:12:44.779Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/f5560fa/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=b890b682151fa853 -C extra-filename=-c01451d7e4d539e8 --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-1be0493acf969646.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-1648960e685d6d8d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-266b5f63f4c89f42.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-2d0b85cbb6f10769.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34242025-06-30T22:12:45.011Z Compiling half v2.4.1
34252025-06-30T22:12:45.014Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "default", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=26e37cc1f7876524 -C extra-filename=-a2780e40dd5e617d --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-3a67e9cd8804fc68.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262025-06-30T22:12:45.369Z Compiling ciborium-io v0.2.2
34272025-06-30T22:12:45.411Z Running `/home/build/.rustup/toolchains/1.87.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=166d9d699160d9a4 -C extra-filename=-d8cbaa2b1ac01295 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34282025-06-30T22:12:45.556Z Compiling ciborium-ll v0.2.2
34292025-06-30T22:12:45.560Z Running `/home/build/.rustup/toolchains/1.87.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=bf0bc93734327fe0 -C extra-filename=-01af167d53294fb2 --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-d8cbaa2b1ac01295.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-a2780e40dd5e617d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34302025-06-30T22:12:45.612Z Compiling aws-lc-sys v0.26.0
34312025-06-30T22:12:45.612Z Compiling tokio-tungstenite v0.21.0
34322025-06-30T22:12:45.612Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.26.0/builder/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=2a476b1e7527369b -C extra-filename=-939b684f44e2482c --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-939b684f44e2482c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-2de0f4d1c1bf2a4a.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-c920037fede30676.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-d895c3041ca1d506.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-0849a451a77f2881.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34332025-06-30T22:12:45.612Z Running `/home/build/.rustup/toolchains/1.87.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=afcc11880944300c -C extra-filename=-e6305e8dca81f1ff --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-056371f35296dee7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-8d765950dd7db2e6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34342025-06-30T22:12:46.060Z Compiling newline-converter v0.3.0
34352025-06-30T22:12:46.065Z Running `/home/build/.rustup/toolchains/1.87.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=1ba5fa25a2f61792 -C extra-filename=-25f1fc0947f535c3 --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-4b7365c9995f2f18.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34362025-06-30T22:12:46.245Z Compiling expectorate v1.2.0
34372025-06-30T22:12:46.250Z Running `/home/build/.rustup/toolchains/1.87.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=2f5440da42683c65 -C extra-filename=-9a2534c0b5700f30 --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-fc24097c1506d075.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-379a38323fc33607.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-25f1fc0947f535c3.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34382025-06-30T22:12:46.314Z Compiling ciborium v0.2.2
34392025-06-30T22:12:46.318Z Running `/home/build/.rustup/toolchains/1.87.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=ad51272be947f78a -C extra-filename=-9a1e7e99ca25fd00 --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-d8cbaa2b1ac01295.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-01af167d53294fb2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34402025-06-30T22:12:46.572Z Compiling tokio-dtrace v0.1.0
34412025-06-30T22:12:46.576Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_dtrace --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-dtrace-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc97153ba4a273d0 -C extra-filename=-3906774b837f6799 --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-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34422025-06-30T22:12:47.153Z Compiling progenitor-macro v0.9.1
34432025-06-30T22:12:47.213Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c2ae26eebd8c34c0 -C extra-filename=-10ad4c874d237b4f --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-acd5143896865d4f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-b8f93ce623584d60.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-ec11907e5f160e89.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34442025-06-30T22:12:47.214Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/f5560fa/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=94a00f242221ae38 -C extra-filename=-65bb7bbf5c0a1ebd --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-612ce2e304571f81.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-9971a79910adfacb.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-1be0493acf969646.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-1648960e685d6d8d.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-6eda9ef87ec70af6.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-c01451d7e4d539e8.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-266b5f63f4c89f42.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-3e5916a2e3756817.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)'`
34452025-06-30T22:12:47.214Z Compiling typify-macro v0.4.1
34462025-06-30T22:12:47.214Z Running `/home/build/.rustup/toolchains/1.87.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.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=e71571bbb50272b2 -C extra-filename=-d2d0af08486c39e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-769890897fc25d5c.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34472025-06-30T22:12:47.411Z Compiling num-rational v0.4.2
34482025-06-30T22:12:47.416Z Running `/home/build/.rustup/toolchains/1.87.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=a3ab6a112cef3c44 -C extra-filename=-486937cc06575fbf --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-b090a894ab46e778.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34492025-06-30T22:12:47.696Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
34502025-06-30T22:12:47.703Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/f5560fa/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=de64b2897223b93e -C extra-filename=-c9d9cc016dcc99c9 --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-3a67e9cd8804fc68.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-1be0493acf969646.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-65bb7bbf5c0a1ebd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-3e5916a2e3756817.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34512025-06-30T22:12:47.954Z Compiling num-complex v0.4.6
34522025-06-30T22:12:48.005Z Running `/home/build/.rustup/toolchains/1.87.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=82db8029eea96d58 -C extra-filename=-1a7e55852fbfa69c --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-b32efd26b54b6d26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34532025-06-30T22:12:48.949Z Compiling num v0.4.3
34542025-06-30T22:12:48.974Z Compiling oxide-tokio-rt v0.1.1
34552025-06-30T22:12:48.974Z Running `/home/build/.rustup/toolchains/1.87.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="rt-multi-thread"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rt-multi-thread"))' -C metadata=f41c4eeda96165cf -C extra-filename=-1f3058d98a8d06ae --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-cb47e4065efbacd9.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-3906774b837f6799.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34562025-06-30T22:12:48.974Z Running `/home/build/.rustup/toolchains/1.87.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=10b43a3ca05673c5 -C extra-filename=-a68af6adb1c5e52a --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-1a7e55852fbfa69c.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-987dcd08b67cb2a8.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-486937cc06575fbf.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34572025-06-30T22:12:49.016Z Compiling float-ord v0.3.2
34582025-06-30T22:12:49.073Z Running `/home/build/.rustup/toolchains/1.87.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=2394a390429ff875 -C extra-filename=-c88984b8dab35587 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34592025-06-30T22:12:49.140Z Compiling secrecy v0.10.3
34602025-06-30T22:12:49.163Z Running `/home/build/.rustup/toolchains/1.87.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=d170d9185b65111d -C extra-filename=-e43b57f33c7f2a1e --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-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34612025-06-30T22:12:49.225Z Compiling same-file v1.0.6
34622025-06-30T22:12:49.260Z Running `/home/build/.rustup/toolchains/1.87.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=916cdd18e9069d7d -C extra-filename=-d97d4583eee1f953 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34632025-06-30T22:12:49.260Z Compiling fixedbitset v0.5.7
34642025-06-30T22:12:49.312Z Running `/home/build/.rustup/toolchains/1.87.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=1351ffad248b7fbc -C extra-filename=-657e3258fcf4ceb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34652025-06-30T22:12:49.419Z Compiling password-hash v0.5.0
34662025-06-30T22:12:49.440Z Running `/home/build/.rustup/toolchains/1.87.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=e00fc889237e4e35 -C extra-filename=-94d8747e88a3dd13 --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-78e38759e3b6da1b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34672025-06-30T22:12:49.542Z Compiling walkdir v2.5.0
34682025-06-30T22:12:49.569Z Running `/home/build/.rustup/toolchains/1.87.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=5003250b3e095478 -C extra-filename=-e80c40188a3d0646 --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-d97d4583eee1f953.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34692025-06-30T22:12:49.938Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
34702025-06-30T22:12:49.961Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/f5560fa/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=c0b1feb250f79faf -C extra-filename=-44a25530587d4980 --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-cefab6d96bfc6445.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-12dfa3f23ab03f30.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-65bb7bbf5c0a1ebd.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c9d9cc016dcc99c9.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-266b5f63f4c89f42.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34712025-06-30T22:12:49.961Z Compiling blake2 v0.10.6
34722025-06-30T22:12:50.009Z Running `/home/build/.rustup/toolchains/1.87.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=3e5c2fca6de68f9c -C extra-filename=-6f42632925ac6562 --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-3e9ff315175280c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34732025-06-30T22:12:50.084Z Compiling indent_write v2.2.0
34742025-06-30T22:12:50.088Z Running `/home/build/.rustup/toolchains/1.87.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=99e40520af4b6612 -C extra-filename=-42deed123401b5b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34752025-06-30T22:12:50.225Z Compiling petgraph v0.8.2
34762025-06-30T22:12:50.237Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::alloc_instead_of_core' --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="stable_graph"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "dot_parser", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "std", "unstable"))' -C metadata=add6dbabe864a445 -C extra-filename=-02489128dce9739e --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-657e3258fcf4ceb9.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ee2ff769a8771c26.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34772025-06-30T22:12:50.297Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
34782025-06-30T22:12:50.347Z Running `/home/build/.rustup/toolchains/1.87.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=61d965f39b0436a2 -C extra-filename=-ffa62b8f424a7fe6 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-ffa62b8f424a7fe6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34792025-06-30T22:12:50.388Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34802025-06-30T22:12:50.416Z Running `/home/build/.rustup/toolchains/1.87.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=d33f0f54fbc0fc4a -C extra-filename=-891b9b6ffd8f2374 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-891b9b6ffd8f2374 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34812025-06-30T22:12:50.722Z Compiling argon2 v0.5.3
34822025-06-30T22:12:50.733Z Running `/home/build/.rustup/toolchains/1.87.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=5e65b2b41224def1 -C extra-filename=-e139f1343979802c --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-78e38759e3b6da1b.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-6f42632925ac6562.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3be62df182f0471e.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-94d8747e88a3dd13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34832025-06-30T22:12:51.192Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-891b9b6ffd8f2374/build-script-build`
34842025-06-30T22:12:51.300Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-ffa62b8f424a7fe6/build-script-build`
34852025-06-30T22:12:51.322Z Compiling xattr v1.3.1
34862025-06-30T22:12:51.336Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xattr-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=843d69f387430ea4 -C extra-filename=-633cd9485eb5f091 --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-bc3ce9b532f509d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34872025-06-30T22:12:51.365Z Compiling filetime v0.2.25
34882025-06-30T22:12:51.376Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4bb9d3a1fcd77f6a -C extra-filename=-f1ad58118408312d --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-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34892025-06-30T22:12:51.460Z Compiling typify v0.4.1
34902025-06-30T22:12:51.477Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-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="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=a85ad786d798237b -C extra-filename=-fd3da847c376663f --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-769890897fc25d5c.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-d2d0af08486c39e5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34912025-06-30T22:12:51.632Z Compiling tar v0.4.44
34922025-06-30T22:12:51.693Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=6f9902218f47aa16 -C extra-filename=-94a4923948d96b53 --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-f1ad58118408312d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-633cd9485eb5f091.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34932025-06-30T22:12:51.736Z Running `/home/build/.rustup/toolchains/1.87.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=9c9c72385d86dd2b -C extra-filename=-c2e26a7fc12c5175 --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-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.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/`
34942025-06-30T22:12:51.763Z Compiling progenitor-impl v0.10.0
34952025-06-30T22:12:51.764Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e979b104e8ee2075 -C extra-filename=-174ea50515ab6779 --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-2607b1d525d6c62b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-fd3da847c376663f.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-94f49666e7fa7a04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962025-06-30T22:12:51.777Z Compiling arc-swap v1.7.1
34972025-06-30T22:12:51.777Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=e8b4a7a96c3c0704 -C extra-filename=-3fd7fa54f6988211 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34982025-06-30T22:12:52.128Z Compiling owo-colors v4.2.2
34992025-06-30T22:12:52.223Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=e251b52a1f4f1f30 -C extra-filename=-347e0715e08d563b --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-347e0715e08d563b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35002025-06-30T22:12:52.385Z Compiling slog-scope v4.4.0
35012025-06-30T22:12:52.416Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=05b870a132e37716 -C extra-filename=-4a2513ff55e5fd21 --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-3fd7fa54f6988211.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022025-06-30T22:12:52.790Z Compiling slog-stdlog v4.1.1
35032025-06-30T22:12:52.803Z Running `/home/build/.rustup/toolchains/1.87.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=2a2b224d99123443 -C extra-filename=-efb30e5eaad5a671 --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-1bb814cae28f6e1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-4a2513ff55e5fd21.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35042025-06-30T22:12:52.867Z Compiling cancel-safe-futures v0.1.5
35052025-06-30T22:12:52.878Z Running `/home/build/.rustup/toolchains/1.87.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=5b7c1b9e91b47eed -C extra-filename=-8c0a108c810c5de0 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8c0a108c810c5de0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35062025-06-30T22:12:53.187Z Compiling slog-envlogger v2.2.0
35072025-06-30T22:12:53.196Z Running `/home/build/.rustup/toolchains/1.87.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=b64ab1641304e969 -C extra-filename=-b83c1c2f98f90db9 --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-1bb814cae28f6e1e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-4a2513ff55e5fd21.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-efb30e5eaad5a671.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35082025-06-30T22:12:53.326Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8c0a108c810c5de0/build-script-build`
35092025-06-30T22:12:53.441Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-347e0715e08d563b/build-script-build`
35102025-06-30T22:12:53.461Z Compiling libsw-core v0.3.1
35112025-06-30T22:12:53.461Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-core-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="std"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "quanta", "std", "time", "tokio"))' -C metadata=be51aa69c3c2ba88 -C extra-filename=-70ce24197ffe4549 --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-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35122025-06-30T22:12:57.458Z Compiling swrite v0.1.0
35132025-06-30T22:12:57.458Z Running `/home/build/.rustup/toolchains/1.87.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=0a80ca904cb9156a -C extra-filename=-042d440e2e11d946 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35142025-06-30T22:12:57.458Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=041414402f8277b1 -C extra-filename=-1ccf230986e3204a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
35152025-06-30T22:12:57.458Z Compiling libsw v3.5.0
35162025-06-30T22:12:57.458Z Running `/home/build/.rustup/toolchains/1.87.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=0ca5c8c32479a612 -C extra-filename=-0aec142281e1a83a --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-70ce24197ffe4549.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35172025-06-30T22:12:57.458Z Running `/home/build/.rustup/toolchains/1.87.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=1ff96dfb7608b1fa -C extra-filename=-34b460ca6efca3c5 --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-a4cc7e9ef57f8919.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35182025-06-30T22:12:57.458Z Compiling linear-map v1.2.0
35192025-06-30T22:12:57.458Z Running `/home/build/.rustup/toolchains/1.87.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=3930df8b34a96a2c -C extra-filename=-cb57b30596f14652 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35202025-06-30T22:12:57.458Z Compiling keccak v0.1.5
35212025-06-30T22:12:57.458Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/keccak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=ccebe61f8f59354c -C extra-filename=-6a010ae473e8d2d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35222025-06-30T22:12:57.458Z Compiling pem v3.0.5
35232025-06-30T22:12:57.458Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=59ad33127f39bd01 -C extra-filename=-42ce57e9649566aa --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-ef6e1aa9c68ab04f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35242025-06-30T22:12:57.458Z Compiling highway v1.3.0
35252025-06-30T22:12:57.458Z Running `/home/build/.rustup/toolchains/1.87.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=d6219a354634d0bf -C extra-filename=-5bd0bd296ec98b10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35262025-06-30T22:12:57.458Z Compiling typify-impl v0.2.0
35272025-06-30T22:12:57.458Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=464beb86752dfcb9 -C extra-filename=-e627cebac5802cdf --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-2607b1d525d6c62b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-94f49666e7fa7a04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35282025-06-30T22:12:57.458Z Compiling sha3 v0.10.8
35292025-06-30T22:12:57.458Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=f8599127e005e286 -C extra-filename=-7324de744de5e209 --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-3e9ff315175280c8.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-6a010ae473e8d2d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35302025-06-30T22:12:57.588Z Compiling headers-core v0.3.0
35312025-06-30T22:12:57.588Z Running `/home/build/.rustup/toolchains/1.87.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=738f6897fa7c29a4 -C extra-filename=-420c6e892324afd4 --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-f7d8e045d988126a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35322025-06-30T22:12:57.588Z Compiling resolv-conf v0.7.0
35332025-06-30T22:12:57.588Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=430791b22b960018 -C extra-filename=-95ffd6329ef77873 --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-f94637ae2ef43eef.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-e4b55fc4619dbc2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35342025-06-30T22:12:57.588Z Compiling headers v0.4.1
35352025-06-30T22:12:57.588Z Running `/home/build/.rustup/toolchains/1.87.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=d4f8250744f605aa -C extra-filename=-9a08b7b060fb9626 --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-ef6e1aa9c68ab04f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-420c6e892324afd4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-4a38a210df1c0db1.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-3da7535f9c3f5096.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1f873415a8bab1e6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35362025-06-30T22:12:57.588Z Compiling lzma-sys v0.1.20
35372025-06-30T22:12:57.588Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lzma-sys-0.1.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=4f5b9187addb25ff -C extra-filename=-21583340205e4125 --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-21583340205e4125 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3635e7ea4178d8e6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35382025-06-30T22:12:57.588Z Running `/home/build/.rustup/toolchains/1.87.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=8fb1fcb8f5d56b29 -C extra-filename=-270cc16e3867ff6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq`
35392025-06-30T22:12:57.588Z Compiling heck v0.3.3
35402025-06-30T22:12:57.588Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93ad698ca88f5a83 -C extra-filename=-f916c14d14cf15b6 --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-4b7365c9995f2f18.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35412025-06-30T22:12:57.588Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35422025-06-30T22:12:57.589Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/fae5334/crates/cpuid-profile-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7de73a44ae27c39f -C extra-filename=-daec99abb14c987d --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-0430a6889c233638.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-03adac4a94e542fc.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f60053941bf92db1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35432025-06-30T22:12:57.589Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-21583340205e4125/build-script-build`
35442025-06-30T22:12:57.589Z Compiling zone_cfg_derive v0.1.2
35452025-06-30T22:12:57.616Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone_cfg_derive-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f0f8c55614798d6 -C extra-filename=-20c84ec1960e86f6 --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-f916c14d14cf15b6.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-8bc057668587af4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35462025-06-30T22:12:57.616Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name lzma_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lzma-sys-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=e875751cc9905b24 -C extra-filename=-a17242d592867186 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma`
35472025-06-30T22:12:57.616Z Compiling yasna v0.5.2
35482025-06-30T22:12:57.616Z Running `/home/build/.rustup/toolchains/1.87.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=62479fbd7074e03e -C extra-filename=-e3d400856604e7a5 --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-3f30d236ac36dc33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35492025-06-30T22:12:57.616Z Compiling universal-hash v0.5.1
35502025-06-30T22:12:57.616Z Running `/home/build/.rustup/toolchains/1.87.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=f0d660f36a9537fa -C extra-filename=-17e13d5662448305 --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-ef421c864b54ec9e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35512025-06-30T22:12:57.616Z Compiling opaque-debug v0.3.1
35522025-06-30T22:12:57.616Z Running `/home/build/.rustup/toolchains/1.87.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=52052d8cb414bf5a -C extra-filename=-46aceb817fe63358 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35532025-06-30T22:12:57.616Z Compiling base64 v0.13.1
35542025-06-30T22:12:57.616Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=28f539f2be4d08b2 -C extra-filename=-95b202c88048e47a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35552025-06-30T22:12:57.616Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35562025-06-30T22:12:57.616Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/fae5334/crates/propolis-server-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0af62b6e26b5747 -C extra-filename=-63933345abf2de61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpuid_profile_config=/work/oxidecomputer/omicron/target/debug/deps/libcpuid_profile_config-daec99abb14c987d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-03adac4a94e542fc.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f60053941bf92db1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35572025-06-30T22:12:57.682Z Compiling ron v0.7.1
35582025-06-30T22:12:57.686Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("indexmap"))' -C metadata=999d8fd3634c42fb -C extra-filename=-130a8800de47e19b --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-95b202c88048e47a.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b3c8cd159185181c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35592025-06-30T22:12:57.914Z Compiling rcgen v0.12.1
35602025-06-30T22:12:57.960Z Running `/home/build/.rustup/toolchains/1.87.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=0bf6ce2668107360 -C extra-filename=-4e2ad82437d1a795 --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-42ce57e9649566aa.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-e3d400856604e7a5.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-973271a0c90a15bb/out`
35612025-06-30T22:12:58.027Z Compiling zone v0.1.8
35622025-06-30T22:12:58.030Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b721ae0ed3a5805 -C extra-filename=-85413a2bafc2fca8 --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-a31d6e3ea5bde33b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-20c84ec1960e86f6.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35632025-06-30T22:12:58.256Z Compiling progenitor-macro v0.10.0
35642025-06-30T22:12:58.301Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7cc29e15741f2345 -C extra-filename=-43609f30b6b138e2 --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-acd5143896865d4f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-174ea50515ab6779.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-ec11907e5f160e89.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35652025-06-30T22:12:58.302Z Compiling xz2 v0.1.7
35662025-06-30T22:12:58.304Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name xz2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xz2-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=a3b4333f16a2e34f -C extra-filename=-cf35d26cce1dfcfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lzma_sys=/work/oxidecomputer/omicron/target/debug/deps/liblzma_sys-a17242d592867186.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
35672025-06-30T22:12:58.444Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-939b684f44e2482c/build-script-main`
35682025-06-30T22:12:58.762Z Compiling humantime v2.2.0
35692025-06-30T22:12:58.765Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humantime-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c1ea4c563b6af79 -C extra-filename=-f997b592e7fbe84d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35702025-06-30T22:12:59.245Z Compiling subprocess v0.2.9
35712025-06-30T22:12:59.248Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9a9b719c4fda96d -C extra-filename=-375cf1e8b243b011 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35722025-06-30T22:12:59.399Z Compiling semver v0.1.20
35732025-06-30T22:12:59.403Z Running `/home/build/.rustup/toolchains/1.87.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=41232ca2a3c4e4d1 -C extra-filename=-fdd22efbb4e889a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35742025-06-30T22:12:59.634Z Compiling aead v0.5.2
35752025-06-30T22:12:59.638Z Running `/home/build/.rustup/toolchains/1.87.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=88e52114c882b33a -C extra-filename=-f81760d9507ace70 --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-ef421c864b54ec9e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-353e6090291573ff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35762025-06-30T22:12:59.912Z Compiling rustc_version v0.1.7
35772025-06-30T22:12:59.916Z Running `/home/build/.rustup/toolchains/1.87.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=508bc1d37d205bbd -C extra-filename=-a66d92402fa6bc5a --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-fdd22efbb4e889a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35782025-06-30T22:13:00.037Z Compiling poly1305 v0.8.0
35792025-06-30T22:13:00.037Z Running `/home/build/.rustup/toolchains/1.87.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=39bf6bf6f0895922 -C extra-filename=-c00d5aa89efa8320 --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-3be62df182f0471e.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-46aceb817fe63358.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-17e13d5662448305.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35802025-06-30T22:13:00.043Z Compiling chacha20 v0.9.1
35812025-06-30T22:13:00.046Z Running `/home/build/.rustup/toolchains/1.87.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=49c8d3009862511d -C extra-filename=-19d7fc9a6b4d5a30 --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-3a67e9cd8804fc68.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f31d3e05cb6ea3f7.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3be62df182f0471e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35822025-06-30T22:13:00.360Z Compiling newtype_derive v0.1.6
35832025-06-30T22:13:00.401Z Running `/home/build/.rustup/toolchains/1.87.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=5ef040a54da2f20f -C extra-filename=-5a920ded88e80a6a --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-5a920ded88e80a6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a66d92402fa6bc5a.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35842025-06-30T22:13:00.461Z Compiling thiserror-impl-no-std v2.0.2
35852025-06-30T22:13:00.464Z Running `/home/build/.rustup/toolchains/1.87.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=ec5a19db08cf2b15 -C extra-filename=-0d4d4facee2636e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35862025-06-30T22:13:00.534Z Compiling linked-hash-map v0.5.6
35872025-06-30T22:13:00.537Z Running `/home/build/.rustup/toolchains/1.87.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=0e3b2821571d6bd4 -C extra-filename=-06d2aaad4c7ba118 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35882025-06-30T22:13:00.812Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-5a920ded88e80a6a/build-script-build`
35892025-06-30T22:13:00.857Z Compiling chacha20poly1305 v0.10.1
35902025-06-30T22:13:00.859Z Running `/home/build/.rustup/toolchains/1.87.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=17c2a4debeecc6bf -C extra-filename=-12629c63d03535fd --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-f81760d9507ace70.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-19d7fc9a6b4d5a30.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f31d3e05cb6ea3f7.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-c00d5aa89efa8320.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35912025-06-30T22:13:00.975Z Running `/home/build/.rustup/toolchains/1.87.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=6edfbc597a2f9017 -C extra-filename=-3499e9a6283e85ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
35922025-06-30T22:13:00.978Z Compiling lru-cache v0.1.2
35932025-06-30T22:13:01.017Z Running `/home/build/.rustup/toolchains/1.87.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=ec34e4a8c8c7418f -C extra-filename=-bf4bdd26b9e83cb8 --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-06d2aaad4c7ba118.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35942025-06-30T22:13:01.102Z Compiling hickory-proto v0.24.4
35952025-06-30T22:13:01.105Z Running `/home/build/.rustup/toolchains/1.87.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=ff2c526edde3a960 -C extra-filename=-afd1baae191f367d --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-0995b155a32ebe73.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-af456b4b9ae7afb0.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-34d50781102c559f.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-cdc614a666589f73.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35962025-06-30T22:13:01.149Z Compiling steno v0.4.1
35972025-06-30T22:13:01.153Z Running `/home/build/.rustup/toolchains/1.87.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=afd4e3b9c43d7a6d -C extra-filename=-a948434e3b97b9e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-20179c07374f1a77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35982025-06-30T22:13:01.245Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
35992025-06-30T22:13:01.249Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/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=3af81c957001dcca -C extra-filename=-bbae77247e2d1050 --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-ef6e1aa9c68ab04f.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8735b6539ef5d243.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36002025-06-30T22:13:01.617Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
36012025-06-30T22:13:01.620Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/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=bd5741c3ae0df805 -C extra-filename=-405d6aec9d0c2759 --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-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36022025-06-30T22:13:02.274Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
36032025-06-30T22:13:02.277Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/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=dc7644de24537f47 -C extra-filename=-3c20b97d3f3714ed --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-bbae77247e2d1050.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-405d6aec9d0c2759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36042025-06-30T22:13:02.382Z Compiling moka v0.12.10
36052025-06-30T22:13:02.406Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(armv5te)' --check-cfg 'cfg(beta_clippy)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(moka_loom)' --check-cfg 'cfg(mips)' --check-cfg 'cfg(rustver)' --check-cfg 'cfg(skip_large_mem_tests)' --check-cfg 'cfg(trybuild)' --cfg 'feature="default"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-lock", "atomic64", "default", "event-listener", "future", "futures-util", "log", "logging", "once_cell", "quanta", "sync", "unstable-debug-counters"))' -C metadata=3cf3e7b89136f841 -C extra-filename=-75480fcd2402d5bf --out-dir /work/oxidecomputer/omicron/target/debug/build/moka-75480fcd2402d5bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36062025-06-30T22:13:02.788Z Running `/work/oxidecomputer/omicron/target/debug/build/moka-75480fcd2402d5bf/build-script-build`
36072025-06-30T22:13:02.853Z Compiling tagptr v0.2.0
36082025-06-30T22:13:02.856Z Running `/home/build/.rustup/toolchains/1.87.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=673c51a9a05bdde7 -C extra-filename=-40ec7b56387d5dbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36092025-06-30T22:13:03.164Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name moka --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(armv5te)' --check-cfg 'cfg(beta_clippy)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(moka_loom)' --check-cfg 'cfg(mips)' --check-cfg 'cfg(rustver)' --check-cfg 'cfg(skip_large_mem_tests)' --check-cfg 'cfg(trybuild)' --cfg 'feature="default"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-lock", "atomic64", "default", "event-listener", "future", "futures-util", "log", "logging", "once_cell", "quanta", "sync", "unstable-debug-counters"))' -C metadata=6ccffd871d6c1629 -C extra-filename=-e9dc74bdde4165ac --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-4874f00a18ba00e9.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2c96830fae84e44c.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e49e148379376081.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d60a101adc746ee4.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-221a139d58cdccf4.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --extern tagptr=/work/oxidecomputer/omicron/target/debug/deps/libtagptr-40ec7b56387d5dbf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36102025-06-30T22:13:03.343Z Compiling thiserror-no-std v2.0.2
36112025-06-30T22:13:03.346Z Running `/home/build/.rustup/toolchains/1.87.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=b5605dfcd783368d -C extra-filename=-3d843a2d03bd3fcb --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-0d4d4facee2636e3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36122025-06-30T22:13:03.537Z Compiling vsss-rs v3.3.4
36132025-06-30T22:13:03.540Z Running `/home/build/.rustup/toolchains/1.87.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=f3417c13381a75a5 -C extra-filename=-3e2c566235cdb9ba --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-ea40d9ab8b9757a5.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ce3ab926e6fc3d25.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-3d843a2d03bd3fcb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142025-06-30T22:13:04.894Z Compiling hickory-resolver v0.25.2
36152025-06-30T22:13:04.897Z Running `/home/build/.rustup/toolchains/1.87.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=871c367a9e419d8c -C extra-filename=-d6b875e84782b37d --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-3a67e9cd8804fc68.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-e9dc74bdde4165ac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d60a101adc746ee4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-95ffd6329ef77873.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36162025-06-30T22:13:06.836Z Compiling hickory-resolver v0.24.4
36172025-06-30T22:13:06.840Z Running `/home/build/.rustup/toolchains/1.87.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=a3e210d037b1ad67 -C extra-filename=-ea228e4c56193e7b --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-3a67e9cd8804fc68.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-afd1baae191f367d.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-bf4bdd26b9e83cb8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d60a101adc746ee4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-95ffd6329ef77873.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36182025-06-30T22:13:07.184Z Compiling slog-dtrace v0.3.0
36192025-06-30T22:13:07.187Z Running `/home/build/.rustup/toolchains/1.87.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=80762b9be287eb85 -C extra-filename=-f6915384e9e767a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-f6915384e9e767a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36202025-06-30T22:13:07.653Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-f6915384e9e767a8/build-script-build`
36212025-06-30T22:13:07.770Z Compiling display-error-chain v0.2.2
36222025-06-30T22:13:07.773Z Running `/home/build/.rustup/toolchains/1.87.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=88f1e5799e98a27a -C extra-filename=-7b855985f2fc6e77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36232025-06-30T22:13:07.869Z Running `/home/build/.rustup/toolchains/1.87.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=ada333f8fe6ba105 -C extra-filename=-36a7b5c57e5db967 --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-edf8629ceb4f4ea2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36242025-06-30T22:13:07.969Z Compiling typify-macro v0.2.0
36252025-06-30T22:13:07.972Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bffc5e5c479b4c89 -C extra-filename=-509e58b9f802cb3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-e627cebac5802cdf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36262025-06-30T22:13:08.028Z Compiling bytecount v0.6.8
36272025-06-30T22:13:08.031Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytecount-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=36e8c98c9211ceb5 -C extra-filename=-c85662301a44cee1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36282025-06-30T22:13:08.304Z Compiling gethostname v0.5.0
36292025-06-30T22:13:08.307Z Running `/home/build/.rustup/toolchains/1.87.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=5c0ed71471dc5b8c -C extra-filename=-5ba426e9b9390b29 --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-bc3ce9b532f509d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36302025-06-30T22:13:08.435Z Compiling nibble_vec v0.1.0
36312025-06-30T22:13:08.439Z Running `/home/build/.rustup/toolchains/1.87.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=b4c4a84c4ba6e655 -C extra-filename=-4a7a43b9cc126a69 --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-3b112245a8f41229.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36322025-06-30T22:13:08.544Z Compiling endian-type v0.1.2
36332025-06-30T22:13:08.548Z Running `/home/build/.rustup/toolchains/1.87.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=24a4c5ff9a75241c -C extra-filename=-99f88bebb2b8ff36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36342025-06-30T22:13:08.702Z Compiling libefi-sys v0.1.0
36352025-06-30T22:13:08.738Z Running `/home/build/.rustup/toolchains/1.87.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=ce7b12c7dc8e2f96 -C extra-filename=-d956188f7db3f438 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-d956188f7db3f438 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36362025-06-30T22:13:08.742Z Compiling bitfield-struct v0.6.2
36372025-06-30T22:13:08.745Z Running `/home/build/.rustup/toolchains/1.87.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=25735da995067edd -C extra-filename=-a783593e5aadaf63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36382025-06-30T22:13:08.827Z Compiling radix_trie v0.2.1
36392025-06-30T22:13:08.830Z Running `/home/build/.rustup/toolchains/1.87.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=4c48a988272597ae -C extra-filename=-0c618a23c04dfb13 --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-99f88bebb2b8ff36.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-4a7a43b9cc126a69.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36402025-06-30T22:13:09.100Z Compiling qorb v0.4.0
36412025-06-30T22:13:09.199Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/qorb-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="probes"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=ca15517deb609b7e -C extra-filename=-4231a92fa214dac7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-ea228e4c56193e7b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36422025-06-30T22:13:09.401Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-d956188f7db3f438/build-script-build`
36432025-06-30T22:13:09.444Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
36442025-06-30T22:13:09.444Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/1b66b89/crates/tofino/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=08cc69d2c78d17bc -C extra-filename=-d8f9cf4cf7c81e9f --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-d8f9cf4cf7c81e9f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36452025-06-30T22:13:09.499Z Compiling radium v0.7.0
36462025-06-30T22:13:09.502Z Running `/home/build/.rustup/toolchains/1.87.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=9153742f927c9b04 -C extra-filename=-cc1f818716b52ad6 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-cc1f818716b52ad6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36472025-06-30T22:13:10.008Z Compiling termtree v0.5.1
36482025-06-30T22:13:10.013Z Running `/home/build/.rustup/toolchains/1.87.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=3b2ba5deee90ed91 -C extra-filename=-9eee3fc41e327ae2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36492025-06-30T22:13:10.051Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-cc1f818716b52ad6/build-script-build`
36502025-06-30T22:13:10.116Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-d8f9cf4cf7c81e9f/build-script-build`
36512025-06-30T22:13:10.248Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36522025-06-30T22:13:10.252Z Running `/home/build/.rustup/toolchains/1.87.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=fce242a99c7b6c46 -C extra-filename=-e0afbf378e32c85a --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-a783593e5aadaf63.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36532025-06-30T22:13:10.324Z Running `/home/build/.rustup/toolchains/1.87.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=6858077d0a1af286 -C extra-filename=-3d8d4c7f254dc36e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
36542025-06-30T22:13:10.327Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
36552025-06-30T22:13:10.327Z Running `/home/build/.rustup/toolchains/1.87.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=bc6c2f0fadfe0345 -C extra-filename=-ebf7f590bdbdf21b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-873b6816285e4193.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36562025-06-30T22:13:10.738Z Compiling zerocopy-derive v0.6.6
36572025-06-30T22:13:10.741Z Running `/home/build/.rustup/toolchains/1.87.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=d98aab1b9c384802 -C extra-filename=-0f1e35611982c06c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36582025-06-30T22:13:11.017Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36592025-06-30T22:13:11.020Z Running `/home/build/.rustup/toolchains/1.87.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=b86b1866eaedd01a -C extra-filename=-ba019106d427ae4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36602025-06-30T22:13:11.059Z Compiling maybe-uninit v2.0.0
36612025-06-30T22:13:11.062Z Running `/home/build/.rustup/toolchains/1.87.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=5858d29d50744116 -C extra-filename=-39d689b9e58017a2 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-39d689b9e58017a2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622025-06-30T22:13:11.201Z Compiling termcolor v1.4.1
36632025-06-30T22:13:11.205Z Running `/home/build/.rustup/toolchains/1.87.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=fe9ac1cd07a0c3bc -C extra-filename=-8c17f2c565ffa54f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36642025-06-30T22:13:11.628Z Compiling tap v1.0.1
36652025-06-30T22:13:11.631Z Running `/home/build/.rustup/toolchains/1.87.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=fa1c0fab508c4113 -C extra-filename=-14b1cda4253fd90c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36662025-06-30T22:13:11.674Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-39d689b9e58017a2/build-script-build`
36672025-06-30T22:13:11.779Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36682025-06-30T22:13:11.782Z Running `/home/build/.rustup/toolchains/1.87.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=d32a606133a628e2 -C extra-filename=-7175f51c0ffc9994 --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-e0afbf378e32c85a.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-ba019106d427ae4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36692025-06-30T22:13:11.872Z Compiling wyz v0.5.1
36702025-06-30T22:13:11.875Z Running `/home/build/.rustup/toolchains/1.87.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=e61f76d464e5761b -C extra-filename=-4000134d049ecc80 --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-14b1cda4253fd90c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36712025-06-30T22:13:11.988Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/1b66b89/crates/tofino/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=03fcc3250c391795 -C extra-filename=-44f95d3faac25ae4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-ebf7f590bdbdf21b.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-a4c3fdc0c738972f/out -l static=pci`
36722025-06-30T22:13:12.031Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36732025-06-30T22:13:12.034Z Running `/home/build/.rustup/toolchains/1.87.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=c6e250ee10a973c7 -C extra-filename=-36b486c1e8b10b05 --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-cefab6d96bfc6445.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-3d8d4c7f254dc36e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36742025-06-30T22:13:12.341Z Compiling typify v0.2.0
36752025-06-30T22:13:12.344Z Running `/home/build/.rustup/toolchains/1.87.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=05b61a4c94aad5da -C extra-filename=-5b124eff1a086610 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
36762025-06-30T22:13:12.344Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=cf75de3a3896d679 -C extra-filename=-adcdd14c18db6332 --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-e627cebac5802cdf.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-509e58b9f802cb3c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36772025-06-30T22:13:12.448Z Compiling funty v2.0.0
36782025-06-30T22:13:12.466Z Running `/home/build/.rustup/toolchains/1.87.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=fa398eb6bf43f9cb -C extra-filename=-e52f4c70480942e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36792025-06-30T22:13:12.488Z Compiling packed_struct v0.10.1
36802025-06-30T22:13:12.539Z Running `/home/build/.rustup/toolchains/1.87.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=ba3996fdb42c7111 -C extra-filename=-38c4546013feafa3 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-38c4546013feafa3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36812025-06-30T22:13:12.565Z Compiling progenitor-impl v0.8.0
36822025-06-30T22:13:12.595Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=427fe8aa0d93675c -C extra-filename=-81fd0442f5551fbf --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-2607b1d525d6c62b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-adcdd14c18db6332.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-94f49666e7fa7a04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36832025-06-30T22:13:12.599Z Compiling crc-catalog v2.4.0
36842025-06-30T22:13:12.599Z Running `/home/build/.rustup/toolchains/1.87.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=8adef46fc7089373 -C extra-filename=-eefea60ae43b36e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36852025-06-30T22:13:12.663Z Compiling zerocopy v0.6.6
36862025-06-30T22:13:12.666Z Running `/home/build/.rustup/toolchains/1.87.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=02d7287dbb699db7 -C extra-filename=-51bdcb6b3228c60d --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-96dbc0c5a1d1c4b3.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-0f1e35611982c06c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36872025-06-30T22:13:12.741Z Running `/home/build/.rustup/toolchains/1.87.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=6c3e8fbb401d34f3 -C extra-filename=-731ebb8b8290ef7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
36882025-06-30T22:13:12.803Z Compiling crc v3.2.1
36892025-06-30T22:13:12.806Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4ba95b22dc4de6d -C extra-filename=-d55166ea0dc0b3b5 --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-eefea60ae43b36e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36902025-06-30T22:13:12.890Z Compiling packed_struct_codegen v0.10.1
36912025-06-30T22:13:12.893Z Running `/home/build/.rustup/toolchains/1.87.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=8b3940cdaa80c0a7 -C extra-filename=-dc003671af747756 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36922025-06-30T22:13:13.000Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-38c4546013feafa3/build-script-build`
36932025-06-30T22:13:13.061Z Compiling indexmap v1.9.3
36942025-06-30T22:13:13.064Z Running `/home/build/.rustup/toolchains/1.87.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=54e78a34771ebb75 -C extra-filename=-03e87aa25050c760 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-03e87aa25050c760 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-70b1be6a3a4fd896.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36952025-06-30T22:13:13.434Z Compiling bitvec v1.0.1
36962025-06-30T22:13:13.437Z Running `/home/build/.rustup/toolchains/1.87.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=26a8d853eff424b6 -C extra-filename=-46b43a997e88780f --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-e52f4c70480942e1.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-5b124eff1a086610.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-14b1cda4253fd90c.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-4000134d049ecc80.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36972025-06-30T22:13:13.491Z Compiling nodrop v0.1.14
36982025-06-30T22:13:13.494Z Running `/home/build/.rustup/toolchains/1.87.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=7f15cdc870a27518 -C extra-filename=-cee3944a9ea720e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36992025-06-30T22:13:13.534Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-03e87aa25050c760/build-script-build`
37002025-06-30T22:13:13.603Z Compiling smallvec v0.6.14
37012025-06-30T22:13:13.607Z Running `/home/build/.rustup/toolchains/1.87.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=f887671124367842 -C extra-filename=-f2949f4a426c43cb --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-731ebb8b8290ef7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37022025-06-30T22:13:13.629Z Compiling hashbrown v0.12.3
37032025-06-30T22:13:13.633Z Running `/home/build/.rustup/toolchains/1.87.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=056618c4a2cd42db -C extra-filename=-c512e4d5639ed8b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37042025-06-30T22:13:13.674Z Compiling array-init v0.0.4
37052025-06-30T22:13:13.678Z Running `/home/build/.rustup/toolchains/1.87.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=7bb36dddadadbd97 -C extra-filename=-a21cac9466cdb234 --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-cee3944a9ea720e2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37062025-06-30T22:13:13.953Z Compiling bitfield v0.14.0
37072025-06-30T22:13:14.005Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69535a1d8f2c322f -C extra-filename=-6bcc01bf76cf2dd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37082025-06-30T22:13:14.009Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
37092025-06-30T22:13:14.013Z Running `/home/build/.rustup/toolchains/1.87.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=a0c89915a5ebd832 -C extra-filename=-18ed04eae21c6285 --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-96dbc0c5a1d1c4b3.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-d55166ea0dc0b3b5.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51bdcb6b3228c60d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37102025-06-30T22:13:14.324Z Compiling env_logger v0.10.2
37112025-06-30T22:13:14.328Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex"))' -C metadata=84de4c97c08799a7 -C extra-filename=-53bcf8f6c8f80d44 --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-2089ab408943a190.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-8c17f2c565ffa54f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37122025-06-30T22:13:14.372Z Compiling ron v0.8.1
37132025-06-30T22:13:14.377Z Running `/home/build/.rustup/toolchains/1.87.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=868b8c100632a501 -C extra-filename=-36cc0736afd961b3 --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-6479324884e62b47.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-612ce2e304571f81.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-03adac4a94e542fc.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37142025-06-30T22:13:14.710Z Compiling serde-hex v0.1.0
37152025-06-30T22:13:14.715Z Running `/home/build/.rustup/toolchains/1.87.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=a7c4bb908cf52362 -C extra-filename=-6852b79fc763cb49 --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-a21cac9466cdb234.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f2949f4a426c43cb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37162025-06-30T22:13:17.029Z Running `/home/build/.rustup/toolchains/1.87.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=0fb68281bdec4819 -C extra-filename=-af9006e982354d37 --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-c512e4d5639ed8b2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
37172025-06-30T22:13:17.086Z Compiling hashbrown v0.13.2
37182025-06-30T22:13:17.086Z Running `/home/build/.rustup/toolchains/1.87.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=d583ad8b8203692c -C extra-filename=-5db67fc6ef533899 --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-ce41b31d84d6e3a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37192025-06-30T22:13:17.086Z Compiling async-recursion v1.1.1
37202025-06-30T22:13:17.086Z Running `/home/build/.rustup/toolchains/1.87.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=1dd256546473898f -C extra-filename=-952b2470db30a1c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37212025-06-30T22:13:17.086Z Compiling crc-any v2.5.0
37222025-06-30T22:13:17.086Z Running `/home/build/.rustup/toolchains/1.87.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=34ab38c5a9a29e3e -C extra-filename=-d4682e11e610e490 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37232025-06-30T22:13:17.086Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
37242025-06-30T22:13:17.086Z Running `/home/build/.rustup/toolchains/1.87.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=3ed63af61ade05a5 -C extra-filename=-d59fdcd3f66ba1c1 --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-36cc0736afd961b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-18ed04eae21c6285.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51bdcb6b3228c60d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37252025-06-30T22:13:17.086Z Compiling object v0.30.4
37262025-06-30T22:13:17.086Z Running `/home/build/.rustup/toolchains/1.87.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=c87586227e86ad24 -C extra-filename=-8adcefdfdc765bda --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-b602b9cac147849d.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5db67fc6ef533899.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af9006e982354d37.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37272025-06-30T22:13:17.086Z Compiling proc-macro-error-attr2 v2.0.0
37282025-06-30T22:13:17.086Z Running `/home/build/.rustup/toolchains/1.87.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=2a5927c2796b0468 -C extra-filename=-6fd63afb04ff169c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37292025-06-30T22:13:17.086Z Running `/home/build/.rustup/toolchains/1.87.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=b6eec8e69732a5c5 -C extra-filename=-cd54955655513819 --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-46b43a997e88780f.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-dc003671af747756.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37302025-06-30T22:13:17.086Z Compiling path-slash v0.1.5
37312025-06-30T22:13:17.086Z Running `/home/build/.rustup/toolchains/1.87.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=73ef44c1f8e46e3b -C extra-filename=-9964bbe6769a1191 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37322025-06-30T22:13:17.086Z Compiling xshell-macros v0.2.7
37332025-06-30T22:13:17.122Z Running `/home/build/.rustup/toolchains/1.87.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=5030522471ba6c99 -C extra-filename=-9a7b20fb5b757870 --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`
37342025-06-30T22:13:17.175Z Compiling maplit v1.0.2
37352025-06-30T22:13:17.178Z Running `/home/build/.rustup/toolchains/1.87.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=f6dfb2b915f80b5b -C extra-filename=-89deaa97e18e6f80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37362025-06-30T22:13:17.362Z Compiling papergrid v0.14.0
37372025-06-30T22:13:17.366Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=5c5897fa7120b06b -C extra-filename=-2d7806e5e96be6e1 --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-c85662301a44cee1.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6e0677348c2acdca.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3ab2545ffeee94ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37382025-06-30T22:13:17.523Z Compiling proc-macro-error2 v2.0.1
37392025-06-30T22:13:17.527Z Running `/home/build/.rustup/toolchains/1.87.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=9fb71ffe34ecb2a8 -C extra-filename=-7356725b5529e4e2 --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-6fd63afb04ff169c.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37402025-06-30T22:13:17.864Z Compiling xshell v0.2.7
37412025-06-30T22:13:17.867Z Running `/home/build/.rustup/toolchains/1.87.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=8e855c3eab6e7ad1 -C extra-filename=-80ba71216b06884a --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-9a7b20fb5b757870.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37422025-06-30T22:13:18.183Z Compiling tabled_derive v0.10.0
37432025-06-30T22:13:18.187Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bcb6a9c62a6b9f8a -C extra-filename=-3d49ddc47c792cd3 --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-2607b1d525d6c62b.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-7356725b5529e4e2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37442025-06-30T22:13:18.990Z Compiling num-derive v0.3.3
37452025-06-30T22:13:18.993Z Running `/home/build/.rustup/toolchains/1.87.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=9ca9afd95e1c0f76 -C extra-filename=-3e0ad7ed68cef218 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37462025-06-30T22:13:19.038Z Compiling progenitor-macro v0.8.0
37472025-06-30T22:13:19.042Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6800b93cbcc5fbb4 -C extra-filename=-6db1557695f733ba --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-acd5143896865d4f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-81fd0442f5551fbf.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-ec11907e5f160e89.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37482025-06-30T22:13:19.161Z Compiling fxhash v0.2.1
37492025-06-30T22:13:19.165Z Running `/home/build/.rustup/toolchains/1.87.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=cec109216b6bf39e -C extra-filename=-8ab7e378dfe579fa --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-96dbc0c5a1d1c4b3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37502025-06-30T22:13:19.429Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
37512025-06-30T22:13:19.432Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/f3cb309/messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=e753f9a4acc90fa0 -C extra-filename=-305ccb016a2e696a --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-612ce2e304571f81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-8bc72e878174872f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37522025-06-30T22:13:20.510Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
37532025-06-30T22:13:20.514Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/17d04af/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc0a501197be16c7 -C extra-filename=-1b172d727289bb83 --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-6bcc01bf76cf2dd5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-cd54955655513819.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37542025-06-30T22:13:20.988Z Compiling tabled v0.18.0
37552025-06-30T22:13:20.991Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
37562025-06-30T22:13:20.991Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=d41428027864a434 -C extra-filename=-fe9ab75b298bd25c --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-2d7806e5e96be6e1.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-3d49ddc47c792cd3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37572025-06-30T22:13:21.025Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/f3cb309/controller/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=5639144d6df84530 -C extra-filename=-76636314ce28e599 --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-76636314ce28e599 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37582025-06-30T22:13:21.283Z Compiling libscf-sys v1.1.0
37592025-06-30T22:13:21.287Z Running `/home/build/.rustup/toolchains/1.87.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=b27ec6e5b80774f6 -C extra-filename=-0bd9d6585efa1d9f --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-cefab6d96bfc6445.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-3e0ad7ed68cef218.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37602025-06-30T22:13:21.442Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-76636314ce28e599/build-script-build`
37612025-06-30T22:13:21.547Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37622025-06-30T22:13:21.551Z Running `/home/build/.rustup/toolchains/1.87.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=b8cf5fbcf16993f6 -C extra-filename=-e9f37a016911c5f8 --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-cefab6d96bfc6445.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-0bd9d6585efa1d9f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37632025-06-30T22:13:21.589Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
37642025-06-30T22:13:21.589Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/f3cb309/decode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=7c55c0bd0e081c84 -C extra-filename=-3b115acba504ee87 --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-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-305ccb016a2e696a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37652025-06-30T22:13:21.713Z Compiling vte_generate_state_changes v0.1.2
37662025-06-30T22:13:21.716Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vte_generate_state_changes-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2768edded4d40b33 -C extra-filename=-d21add4d4cfe2f76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37672025-06-30T22:13:22.321Z Compiling fd-lock v4.0.2
37682025-06-30T22:13:22.324Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fd-lock-4.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f10a25409f726fae -C extra-filename=-b2f102fc1f8f572f --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-3a67e9cd8804fc68.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37692025-06-30T22:13:22.414Z Compiling vte v0.11.1
37702025-06-30T22:13:22.454Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=baf1331e2794d04b -C extra-filename=-892303db002c3218 --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-41474b0312db0bc8.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-d21add4d4cfe2f76.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37712025-06-30T22:13:22.562Z Compiling crc8 v0.1.1
37722025-06-30T22:13:22.566Z Running `/home/build/.rustup/toolchains/1.87.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=1d4616d03e18552b -C extra-filename=-558c83f68861bcdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37732025-06-30T22:13:22.792Z Compiling const_format_proc_macros v0.2.34
37742025-06-30T22:13:22.837Z Running `/home/build/.rustup/toolchains/1.87.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=fbff86eefc0ff008 -C extra-filename=-2c9ed13e8f34e3b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-643e7692f89b35e0.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37752025-06-30T22:13:23.894Z Compiling strip-ansi-escapes v0.2.0
37762025-06-30T22:13:23.897Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strip-ansi-escapes-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d90b08e0f218c090 -C extra-filename=-9430bb4abc6c2481 --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-892303db002c3218.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37772025-06-30T22:13:24.268Z Compiling nu-ansi-term v0.50.1
37782025-06-30T22:13:24.271Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=989f6ac98f582e30 -C extra-filename=-10f817b41af51e93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37792025-06-30T22:13:24.345Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d)
37802025-06-30T22:13:24.400Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/681cb87/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=89dda281627901c6 -C extra-filename=-470e62d078521953 --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-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37812025-06-30T22:13:24.748Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/f3cb309/controller/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=3488114f498a2cea -C extra-filename=-d8fcbcadbbfd457b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-8bc72e878174872f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3b3b33ff78e5a886.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe9ab75b298bd25c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-3b115acba504ee87.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-305ccb016a2e696a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
37822025-06-30T22:13:24.883Z Compiling const_format v0.2.34
37832025-06-30T22:13:24.886Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format-0.2.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__debug", "__docsrs", "__inline_const_pat_tests", "__only_new_tests", "__test", "all", "assert", "assertc", "assertcp", "const_generics", "constant_time_as_str", "default", "derive", "fmt", "konst", "more_str_macros", "nightly_const_generics", "rust_1_51", "rust_1_64", "rust_1_83"))' -C metadata=41d831ad866fdc88 -C extra-filename=-97cbcd223e422a48 --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-2c9ed13e8f34e3b6.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37842025-06-30T22:13:24.930Z Compiling reedline v0.40.0
37852025-06-30T22:13:24.968Z Running `/home/build/.rustup/toolchains/1.87.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=faf74679853bbfd4 -C extra-filename=-cbd3c37deddf03d7 --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-edf8629ceb4f4ea2.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-b2f102fc1f8f572f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b4969537d543d468.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-10f817b41af51e93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-9430bb4abc6c2481.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-c231dc7251c14421.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4b7365c9995f2f18.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3ab2545ffeee94ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37862025-06-30T22:13:25.359Z Compiling half v1.8.3
37872025-06-30T22:13:25.362Z Running `/home/build/.rustup/toolchains/1.87.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=c2f57e2bb9ea0c11 -C extra-filename=-0455c21daa750513 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37882025-06-30T22:13:25.574Z Compiling papergrid v0.11.0
37892025-06-30T22:13:25.615Z Running `/home/build/.rustup/toolchains/1.87.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=c93d622930941509 -C extra-filename=-11b4e92eb0b61224 --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-c85662301a44cee1.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6e0677348c2acdca.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37902025-06-30T22:13:26.040Z Compiling serde_cbor v0.11.2
37912025-06-30T22:13:26.043Z Running `/home/build/.rustup/toolchains/1.87.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=55ef9e96bae66926 -C extra-filename=-374cd4b713341571 --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-0455c21daa750513.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37922025-06-30T22:13:27.225Z Compiling tabled_derive v0.7.0
37932025-06-30T22:13:27.229Z Running `/home/build/.rustup/toolchains/1.87.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=019341998a99db34 -C extra-filename=-9b7ccd36b30b13dd --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-0dba940a77aaad67.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-8bc057668587af4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37942025-06-30T22:13:27.379Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
37952025-06-30T22:13:27.382Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_ereport_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/0e1e055/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug-impls"))' -C metadata=d3f65ad9d1ca0dd8 -C extra-filename=-afbb5a030ded3cae --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-e3642f0d56e48e0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37962025-06-30T22:13:27.439Z Compiling nix v0.30.1
37972025-06-30T22:13:27.442Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=aff6123f1d4af090 -C extra-filename=-6194061e990516df --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-6194061e990516df -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-7a0fea6faf5fb92d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37982025-06-30T22:13:27.806Z Compiling kstat-rs v0.2.4
37992025-06-30T22:13:27.809Z Running `/home/build/.rustup/toolchains/1.87.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=ac021cb21778ecf1 -C extra-filename=-f577c68bd5feaa96 --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-cefab6d96bfc6445.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38002025-06-30T22:13:28.374Z Compiling diff v0.1.13
38012025-06-30T22:13:28.378Z Running `/home/build/.rustup/toolchains/1.87.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=61fa7b47c3a7a882 -C extra-filename=-793bcf22042e7d6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38022025-06-30T22:13:28.461Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-6194061e990516df/build-script-build`
38032025-06-30T22:13:28.525Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=7155364939d34d39 -C extra-filename=-5f71e5b6b3a7c292 --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-612ce2e304571f81.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-4253060af28d97b2.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"))'`
38042025-06-30T22:13:28.961Z Compiling globset v0.4.15
38052025-06-30T22:13:28.961Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=323af3b4dbf24ec4 -C extra-filename=-62b937a1ebdb0f78 --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-212bd90c4b2dd6c2.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-faf115b538446cf7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6523adb68efc81b9.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38062025-06-30T22:13:29.050Z Compiling dsl_auto_type v0.1.2
38072025-06-30T22:13:29.106Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dsl_auto_type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a39388b781e1e1b3 -C extra-filename=-712ba54477bdf05a --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-b1565e06c13e0d25.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38082025-06-30T22:13:29.496Z Compiling tabled v0.15.0
38092025-06-30T22:13:29.500Z Running `/home/build/.rustup/toolchains/1.87.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=e14fc8e6bc0b45a6 -C extra-filename=-f0a676c42b73a7d1 --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-11b4e92eb0b61224.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-9b7ccd36b30b13dd.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38102025-06-30T22:13:30.396Z Compiling phf_generator v0.11.2
38112025-06-30T22:13:30.400Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_generator-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=d1546e955b579d20 -C extra-filename=-9f3cde1e20df67c0 --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-63c6474b95c77984.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38122025-06-30T22:13:30.455Z Compiling diesel_table_macro_syntax v0.2.0
38132025-06-30T22:13:30.459Z Compiling scheduled-thread-pool v0.2.7
38142025-06-30T22:13:30.459Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_table_macro_syntax-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=618f653b238af5e3 -C extra-filename=-8f4f8fd7ef5816ed --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-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38152025-06-30T22:13:30.459Z Running `/home/build/.rustup/toolchains/1.87.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=8d4d4192e542a5a9 -C extra-filename=-fc7c9cc598ed66d2 --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-d60a101adc746ee4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38162025-06-30T22:13:30.654Z Compiling parking_lot_core v0.8.6
38172025-06-30T22:13:30.658Z Running `/home/build/.rustup/toolchains/1.87.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=bd2032eeaef5dcca -C extra-filename=-cd496c8683cd0561 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-cd496c8683cd0561 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38182025-06-30T22:13:30.867Z Compiling diesel_derives v2.2.3
38192025-06-30T22:13:30.912Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_derives-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=ce5552db33316dde -C extra-filename=-669c8b555038b3f8 --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-8f4f8fd7ef5816ed.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-712ba54477bdf05a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38202025-06-30T22:13:31.097Z Compiling r2d2 v0.8.10
38212025-06-30T22:13:31.157Z Running `/home/build/.rustup/toolchains/1.87.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=a2a0f6d5b91be50f -C extra-filename=-42d61c01434fb870 --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-1bb814cae28f6e1e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d60a101adc746ee4.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-fc7c9cc598ed66d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38222025-06-30T22:13:31.237Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-cd496c8683cd0561/build-script-build`
38232025-06-30T22:13:31.242Z Compiling phf_codegen v0.11.2
38242025-06-30T22:13:31.242Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_codegen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_codegen-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93af5f2758296c83 -C extra-filename=-6a2ac27b64b661da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_generator=/work/oxidecomputer/omicron/target/debug/deps/libphf_generator-9f3cde1e20df67c0.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-63c6474b95c77984.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38252025-06-30T22:13:31.297Z Compiling parse-zoneinfo v0.3.1
38262025-06-30T22:13:31.301Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_zoneinfo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-zoneinfo-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=22b5fd049fbc4c69 -C extra-filename=-611a3bdaf7cf0e26 --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-26b53ab2c5be6997.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38272025-06-30T22:13:31.494Z Compiling nanorand v0.7.0
38282025-06-30T22:13:31.505Z Running `/home/build/.rustup/toolchains/1.87.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=0045649b1726cdcf -C extra-filename=-cfa68367bab4066a --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-7507609290b17159.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38292025-06-30T22:13:31.537Z Compiling cfg_aliases v0.1.1
38302025-06-30T22:13:31.537Z Running `/home/build/.rustup/toolchains/1.87.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=3e0ce31f4809c8d8 -C extra-filename=-90fb96bc0c00c09a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38312025-06-30T22:13:31.705Z Compiling nix v0.28.0
38322025-06-30T22:13:31.708Z Running `/home/build/.rustup/toolchains/1.87.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=50e1cf53a7e6f0e3 -C extra-filename=-e619bbc47c28b8b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-e619bbc47c28b8b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-90fb96bc0c00c09a.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38332025-06-30T22:13:32.066Z Compiling chrono-tz-build v0.4.0
38342025-06-30T22:13:32.072Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-build-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("case-insensitive", "filter-by-regex", "phf_shared", "regex", "uncased"))' -C metadata=28924ccb3f599f77 -C extra-filename=-a664338eab44a4a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parse_zoneinfo=/work/oxidecomputer/omicron/target/debug/deps/libparse_zoneinfo-611a3bdaf7cf0e26.rmeta --extern phf_codegen=/work/oxidecomputer/omicron/target/debug/deps/libphf_codegen-6a2ac27b64b661da.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38352025-06-30T22:13:32.580Z Compiling flume v0.11.1
38362025-06-30T22:13:32.584Z Running `/home/build/.rustup/toolchains/1.87.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=bb7ae7c03d2e457a -C extra-filename=-75108fee6a48eda4 --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-a4cc7e9ef57f8919.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-cfa68367bab4066a.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-406ca8badcd23106.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38372025-06-30T22:13:32.644Z Running `/home/build/.rustup/toolchains/1.87.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=e6a860e97bfb2ea3 -C extra-filename=-99b621f9b661c0f8 --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-3a67e9cd8804fc68.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-83a866d91505235f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38382025-06-30T22:13:32.872Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
38392025-06-30T22:13:32.876Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/17d04af/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=c8f8d7951eb65781 -C extra-filename=-1095aa73cf7f3353 --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-96dbc0c5a1d1c4b3.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-807b0639457d6796.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-d4682e11e610e490.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-975ebc6c4312b724.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-53bcf8f6c8f80d44.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-1b172d727289bb83.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-cd54955655513819.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-d909e5bee2ee8acf.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-848ea02eff028b21.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-6852b79fc763cb49.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6d9084eefb049e89.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51bdcb6b3228c60d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38402025-06-30T22:13:33.240Z Compiling bcs v0.1.6
38412025-06-30T22:13:33.240Z Running `/home/build/.rustup/toolchains/1.87.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=57d3032ab4a75eee -C extra-filename=-414b4ff45220e293 --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-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38422025-06-30T22:13:33.280Z Compiling crunchy v0.2.2
38432025-06-30T22:13:33.283Z Compiling chrono-tz v0.10.3
38442025-06-30T22:13:33.283Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=e0f0fd67bd501c40 -C extra-filename=-e88505c2230c24e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-e88505c2230c24e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38452025-06-30T22:13:33.325Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=e148cefc39da7aa2 -C extra-filename=-231f5d77885c4173 --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-231f5d77885c4173 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono_tz_build=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz_build-a664338eab44a4a9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38462025-06-30T22:13:33.873Z Compiling parking_lot v0.11.2
38472025-06-30T22:13:33.877Z Running `/home/build/.rustup/toolchains/1.87.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=ce4e8b6d0d6ff913 -C extra-filename=-1c36690a027bd2f5 --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-83a866d91505235f.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-4d444e8c5d73485c.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-99b621f9b661c0f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38482025-06-30T22:13:33.915Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-e88505c2230c24e2/build-script-build`
38492025-06-30T22:13:33.977Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-e619bbc47c28b8b9/build-script-build`
38502025-06-30T22:13:34.040Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
38512025-06-30T22:13:34.045Z Running `/home/build/.rustup/toolchains/1.87.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=204d31f58390280f -C extra-filename=-df50c5e1f0177e33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38522025-06-30T22:13:34.179Z Compiling prefix-trie v0.7.0
38532025-06-30T22:13:34.184Z Running `/home/build/.rustup/toolchains/1.87.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=b1a1c687b82f05f6 -C extra-filename=-7b8a8f4ed8a177e3 --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-bb8b455598dc1605.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38542025-06-30T22:13:34.682Z Compiling tiny-keccak v2.0.2
38552025-06-30T22:13:34.686Z Running `/home/build/.rustup/toolchains/1.87.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=0a048b1f27fa3208 -C extra-filename=-dd167436aec64f7f --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-dd167436aec64f7f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38562025-06-30T22:13:35.015Z Compiling hickory-server v0.25.2
38572025-06-30T22:13:35.034Z Running `/home/build/.rustup/toolchains/1.87.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=ae74e2e1c078e0c9 -C extra-filename=-58cdded7cf30a473 --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-0995b155a32ebe73.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-af456b4b9ae7afb0.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-7b8a8f4ed8a177e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38582025-06-30T22:13:35.057Z Compiling sled v0.34.7
38592025-06-30T22:13:35.084Z Running `/home/build/.rustup/toolchains/1.87.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=8850b8db2ad273a4 -C extra-filename=-a9bc649f02c5996a --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-b602b9cac147849d.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2c96830fae84e44c.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e49e148379376081.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-8ab7e378dfe579fa.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-1c36690a027bd2f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38602025-06-30T22:13:35.098Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-dd167436aec64f7f/build-script-build`
38612025-06-30T22:13:35.161Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-231f5d77885c4173/build-script-build`
38622025-06-30T22:13:35.976Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
38632025-06-30T22:13:35.980Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/cec2560/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5969a2ca8fe429b5 -C extra-filename=-dc70f34863a6f146 --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-3e9ff315175280c8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-1b172d727289bb83.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-1095aa73cf7f3353.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-8adcefdfdc765bda.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-9964bbe6769a1191.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-848ea02eff028b21.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-18ed04eae21c6285.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-d59fdcd3f66ba1c1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f60053941bf92db1.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6d9084eefb049e89.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51bdcb6b3228c60d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6af2d8bdb1462b.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-75e03870e166bfa7/out/lib`
38642025-06-30T22:13:36.328Z Running `/home/build/.rustup/toolchains/1.87.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=e6bf5e427b6d89f9 -C extra-filename=-5e7d6a5f1560fa34 --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-612ce2e304571f81.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
38652025-06-30T22:13:36.880Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=363d3d65a6f7454b -C extra-filename=-4af7557e442fe21d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38662025-06-30T22:13:37.046Z Compiling hickory-client v0.25.2
38672025-06-30T22:13:37.051Z Running `/home/build/.rustup/toolchains/1.87.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=53e5e576f129250f -C extra-filename=-e537bc5e005cc85b --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-3a67e9cd8804fc68.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-0c618a23c04dfb13.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38682025-06-30T22:13:37.741Z Compiling peg-macros v0.8.5
38692025-06-30T22:13:37.745Z Running `/home/build/.rustup/toolchains/1.87.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=dbf8b26c6d5b72d6 -C extra-filename=-d9db9ea13a16192c --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-b6be0333af93ab88.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38702025-06-30T22:13:39.355Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38712025-06-30T22:13:39.358Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 oximeter/db/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=500ec23f9aba92c3 -C extra-filename=-8e8946774aedde14 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-8e8946774aedde14 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38722025-06-30T22:13:39.476Z Compiling sqlparser_derive v0.2.2
38732025-06-30T22:13:39.480Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser_derive-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34278927cfd6f8ab -C extra-filename=-adccc07b4f38c164 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38742025-06-30T22:13:39.750Z Compiling bit-vec v0.6.3
38752025-06-30T22:13:39.810Z Running `/home/build/.rustup/toolchains/1.87.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=3607f567a5bcdce5 -C extra-filename=-4415e939e9666dc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38762025-06-30T22:13:40.226Z Compiling unicode_categories v0.1.1
38772025-06-30T22:13:40.230Z Running `/home/build/.rustup/toolchains/1.87.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=918dbca21ddbcfe7 -C extra-filename=-603c521a480b09cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38782025-06-30T22:13:40.563Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-8e8946774aedde14/build-script-build`
38792025-06-30T22:13:40.572Z Compiling sqlformat v0.3.5
38802025-06-30T22:13:40.572Z Running `/home/build/.rustup/toolchains/1.87.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=7aec26cd8d7831e3 -C extra-filename=-f747656fa0bcde03 --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-603c521a480b09cd.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ad0a9d44eab449a4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38812025-06-30T22:13:40.648Z Compiling bit-set v0.5.3
38822025-06-30T22:13:40.652Z Running `/home/build/.rustup/toolchains/1.87.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=531d7e7e5aeefe85 -C extra-filename=-d14630fc382cc0f6 --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-4415e939e9666dc4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38832025-06-30T22:13:40.722Z Compiling sqlparser v0.45.0
38842025-06-30T22:13:40.726Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "json_example", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=078e3957bb74c623 -C extra-filename=-684b65cd40f0afc9 --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-1bb814cae28f6e1e.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-adccc07b4f38c164.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38852025-06-30T22:13:40.996Z Compiling rustyline v14.0.0
38862025-06-30T22:13:40.999Z Running `/home/build/.rustup/toolchains/1.87.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=92b24da23a47065d -C extra-filename=-ce101b571f0ea8b4 --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-612ce2e304571f81.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-b2f102fc1f8f572f.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-9134bb1cbbb6aa73.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5e7d6a5f1560fa34.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-0c618a23c04dfb13.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4b7365c9995f2f18.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-41474b0312db0bc8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38872025-06-30T22:13:41.222Z Compiling peg v0.8.5
38882025-06-30T22:13:41.234Z Running `/home/build/.rustup/toolchains/1.87.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=5cb6fb18d093f80b -C extra-filename=-6e35b7e91b020491 --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-d9db9ea13a16192c.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-b6be0333af93ab88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38892025-06-30T22:13:41.428Z Running `/home/build/.rustup/toolchains/1.87.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=2a6490f23f79c596 -C extra-filename=-3e8c469dbc770219 --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-4af7557e442fe21d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38902025-06-30T22:13:41.943Z Compiling diesel v2.2.11
38912025-06-30T22:13:41.947Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.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 --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=3b2d21a4a0f3fd86 -C extra-filename=-63a0384016e95522 --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-612ce2e304571f81.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-669c8b555038b3f8.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1ede4a1959157936.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-42d61c01434fb870.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38922025-06-30T22:13:42.152Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=752caed972358156 -C extra-filename=-fcc5c253f7baaea5 --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-edf8629ceb4f4ea2.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-d3105508a84126c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38932025-06-30T22:13:42.990Z Compiling ascii-canvas v3.0.0
38942025-06-30T22:13:42.993Z Running `/home/build/.rustup/toolchains/1.87.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=6cd3d70d1b165ea6 -C extra-filename=-d6687b5efdc6b0c6 --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-aa9a1b69536c32b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38952025-06-30T22:13:43.521Z Compiling ena v0.14.3
38962025-06-30T22:13:43.525Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ena-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=e45701b8dc03a322 -C extra-filename=-c28ebeb6fa5b7363 --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-1bb814cae28f6e1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38972025-06-30T22:13:43.975Z Compiling regex-syntax v0.6.29
38982025-06-30T22:13:43.979Z Running `/home/build/.rustup/toolchains/1.87.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=8a1f1298f55517d3 -C extra-filename=-2a571b4dd52df0ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38992025-06-30T22:13:44.236Z Compiling bindgen v0.71.1
39002025-06-30T22:13:44.240Z Running `/home/build/.rustup/toolchains/1.87.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=c4a3f9fcfd3007ca -C extra-filename=-6dd7ad88fc5d7ffe --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-6dd7ad88fc5d7ffe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39012025-06-30T22:13:44.684Z Compiling derive_builder_core v0.20.2
39022025-06-30T22:13:44.688Z Running `/home/build/.rustup/toolchains/1.87.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=593ebbe2710514b0 -C extra-filename=-4b15070c19077aad --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-b1565e06c13e0d25.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39032025-06-30T22:13:45.257Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-6dd7ad88fc5d7ffe/build-script-build`
39042025-06-30T22:13:45.359Z Running `/home/build/.rustup/toolchains/1.87.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=f3c09d638f8f9ed2 -C extra-filename=-ae0c4be867a37c8e --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-612ce2e304571f81.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-dcf08c78d81e58d9.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-3283956f89e6ed5b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b4969537d543d468.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-821ca613971b037b.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-97d25d72ed3d09ed.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39052025-06-30T22:13:46.764Z Compiling libxml v0.3.3
39062025-06-30T22:13:46.768Z Running `/home/build/.rustup/toolchains/1.87.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=b764c28ff061290e -C extra-filename=-5dd640758b7eaee4 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-5dd640758b7eaee4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3635e7ea4178d8e6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39072025-06-30T22:13:47.248Z Compiling assert_matches v1.5.0
39082025-06-30T22:13:47.251Z Running `/home/build/.rustup/toolchains/1.87.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=8d9b75c5b2e054ea -C extra-filename=-7ba6a39e7b86ce7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39092025-06-30T22:13:47.412Z Compiling lalrpop v0.19.12
39102025-06-30T22:13:47.416Z Running `/home/build/.rustup/toolchains/1.87.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=dcbc332226747975 -C extra-filename=-2ec72dd599364159 --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-d6687b5efdc6b0c6.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-d14630fc382cc0f6.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-793bcf22042e7d6c.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-c28ebeb6fa5b7363.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-2089ab408943a190.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a31d6e3ea5bde33b.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a17f495745437ac9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-20179c07374f1a77.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-2a571b4dd52df0ca.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a93b2b0d16191f46.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-aa9a1b69536c32b5.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-3e8c469dbc770219.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-643e7692f89b35e0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39112025-06-30T22:13:49.169Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-5dd640758b7eaee4/build-script-build`
39122025-06-30T22:13:49.241Z Compiling derive_builder_macro v0.20.2
39132025-06-30T22:13:49.244Z Running `/home/build/.rustup/toolchains/1.87.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=6425306557c791ac -C extra-filename=-db90b14c8aa31ac0 --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-4b15070c19077aad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39142025-06-30T22:13:50.321Z Compiling strum_macros v0.24.3
39152025-06-30T22:13:50.325Z Running `/home/build/.rustup/toolchains/1.87.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=b00f7884c622ac06 -C extra-filename=-02bc2f50f4df49be --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-0dba940a77aaad67.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-eafbd3de287a97a8.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39162025-06-30T22:13:53.723Z Compiling indoc v1.0.9
39172025-06-30T22:13:53.730Z Running `/home/build/.rustup/toolchains/1.87.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=6016c1e82b92f62f -C extra-filename=-41ed1515c5dcdd66 --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`
39182025-06-30T22:13:54.677Z Compiling derive_builder v0.20.2
39192025-06-30T22:13:54.696Z Running `/home/build/.rustup/toolchains/1.87.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=9b089549ed7834b8 -C extra-filename=-4bb9c855f7a0a798 --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-db90b14c8aa31ac0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39202025-06-30T22:13:55.082Z Running `/home/build/.rustup/toolchains/1.87.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=7e7116377b1ee5d7 -C extra-filename=-90ea3f523be66355 --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-cefab6d96bfc6445.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`
39212025-06-30T22:13:55.151Z Compiling predicates-tree v1.0.12
39222025-06-30T22:13:55.156Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-tree-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a538709fb748433 -C extra-filename=-4a68f4455c760bd6 --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-ee29e49cd7f824fa.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-9eee3fc41e327ae2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39232025-06-30T22:13:55.472Z Compiling primeorder v0.13.6
39242025-06-30T22:13:55.476Z Running `/home/build/.rustup/toolchains/1.87.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=2cdff39708a3428e -C extra-filename=-c78e28b3d0749166 --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-129d40956b1fd62e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39252025-06-30T22:13:55.638Z Compiling quick-xml v0.37.2
39262025-06-30T22:13:55.643Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-xml-0.37.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "async-tokio", "default", "document-features", "encoding", "encoding_rs", "escape-html", "overlapped-lists", "serde", "serde-types", "serialize", "tokio"))' -C metadata=833202819bb2b098 -C extra-filename=-858072c6e661a7ee --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-d7b06f039966c35c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39272025-06-30T22:13:56.061Z Compiling impl-trait-for-tuples v0.2.2
39282025-06-30T22:13:56.066Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d489052ecb7fee1c -C extra-filename=-48aebb6a4847b9c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39292025-06-30T22:13:56.776Z Compiling oso-derive v0.27.3
39302025-06-30T22:13:56.780Z Running `/home/build/.rustup/toolchains/1.87.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=93f7f8fcf123af41 -C extra-filename=-f3dbe17e62f7d0f9 --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-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39312025-06-30T22:13:57.355Z Compiling unicase v2.7.0
39322025-06-30T22:13:57.373Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=244d350dfbcb1e97 -C extra-filename=-6ef9e5184c7eb27c --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-6ef9e5184c7eb27c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39332025-06-30T22:13:57.795Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-6ef9e5184c7eb27c/build-script-build`
39342025-06-30T22:13:57.924Z Compiling signal-hook-tokio v0.3.1
39352025-06-30T22:13:58.024Z Running `/home/build/.rustup/toolchains/1.87.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=0160b35a0cea632f -C extra-filename=-abfb947db00204f2 --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-a4cc7e9ef57f8919.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-28eb7c9de9519ab1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39362025-06-30T22:13:58.036Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=447e33a8bfb708bf -C extra-filename=-d9fce1e39067423d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
39372025-06-30T22:13:58.182Z Compiling salty v0.3.0
39382025-06-30T22:13:58.186Z Running `/home/build/.rustup/toolchains/1.87.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=c02d26e238e9bd7c -C extra-filename=-ce16e6e2fe074db7 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-ce16e6e2fe074db7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39392025-06-30T22:13:58.487Z Compiling mime_guess v2.0.5
39402025-06-30T22:13:58.491Z Running `/home/build/.rustup/toolchains/1.87.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=9f533bf855401beb -C extra-filename=-90aceda1587adc81 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-90aceda1587adc81 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d9fce1e39067423d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39412025-06-30T22:13:58.704Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-ce16e6e2fe074db7/build-script-build`
39422025-06-30T22:13:58.768Z Compiling p384 v0.13.0
39432025-06-30T22:13:58.780Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p384-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha384"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "hex-literal", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha384", "std", "test-vectors", "voprf"))' -C metadata=cff61a5696dacdc0 -C extra-filename=-448d5f27f4febefe --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-d64721bdf3087236.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-c78e28b3d0749166.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39442025-06-30T22:13:58.855Z Compiling ignore v0.4.23
39452025-06-30T22:13:58.860Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ignore --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("simd-accel"))' -C metadata=69a47c8dc0cf4aac -C extra-filename=-53cd5aa8552248a0 --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-d51a624e99256e72.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-62b937a1ebdb0f78.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6523adb68efc81b9.rmeta --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-d97d4583eee1f953.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39462025-06-30T22:13:59.723Z Compiling tungstenite v0.23.0
39472025-06-30T22:13:59.728Z Running `/home/build/.rustup/toolchains/1.87.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=509b360d97d2f956 -C extra-filename=-933ae12a693d8fa4 --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-96dbc0c5a1d1c4b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-05a99ada30406413.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1f873415a8bab1e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-d093d506fee1cb95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39482025-06-30T22:14:00.282Z Compiling pin-project-internal v1.1.6
39492025-06-30T22:14:00.294Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=24d2fe3e8d9e436b -C extra-filename=-a140131eec5f092d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39502025-06-30T22:14:01.783Z Compiling diesel-dtrace v0.4.2
39512025-06-30T22:14:01.787Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-dtrace-0.4.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b3a1b61d940ebbcd -C extra-filename=-eb6d1e3aeef43111 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-eb6d1e3aeef43111 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39522025-06-30T22:14:01.869Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
39532025-06-30T22:14:01.874Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/0e1e055/gateway-sp-comms/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f1528c550dec55ba -C extra-filename=-2d6a013f220637d3 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-2d6a013f220637d3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39542025-06-30T22:14:02.222Z Compiling void v1.0.2
39552025-06-30T22:14:02.226Z Running `/home/build/.rustup/toolchains/1.87.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=67360a792f025bd8 -C extra-filename=-60eccb8790454a2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39562025-06-30T22:14:02.308Z Compiling http-range v0.1.5
39572025-06-30T22:14:02.317Z Running `/home/build/.rustup/toolchains/1.87.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=eca3d24df6e1d937 -C extra-filename=-d21ed31ef5ee0869 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39582025-06-30T22:14:02.460Z Compiling lzss v0.8.2
39592025-06-30T22:14:02.464Z Running `/home/build/.rustup/toolchains/1.87.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=e91e256074bcac44 -C extra-filename=-e9d0589def425203 --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-60eccb8790454a2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39602025-06-30T22:14:02.715Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-2d6a013f220637d3/build-script-build`
39612025-06-30T22:14:02.785Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-eb6d1e3aeef43111/build-script-build`
39622025-06-30T22:14:02.876Z Compiling tokio-tungstenite v0.23.1
39632025-06-30T22:14:02.888Z Running `/home/build/.rustup/toolchains/1.87.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=2e58f83ba261b1fe -C extra-filename=-462e3136f0c7d964 --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-056371f35296dee7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-933ae12a693d8fa4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39642025-06-30T22:14:02.923Z Compiling globwalk v0.9.1
39652025-06-30T22:14:02.928Z Running `/home/build/.rustup/toolchains/1.87.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=af4309e90bb94e54 -C extra-filename=-1d47c3c0ac369f09 --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-612ce2e304571f81.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-53cd5aa8552248a0.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39662025-06-30T22:14:02.950Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-90aceda1587adc81/build-script-build`
39672025-06-30T22:14:03.026Z Running `/home/build/.rustup/toolchains/1.87.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=6c33610af50b615c -C extra-filename=-931acc2013ba1bd5 --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-437961f5488645c5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
39682025-06-30T22:14:03.209Z Compiling pin-project v1.1.6
39692025-06-30T22:14:03.213Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c199b8f680fca9f -C extra-filename=-b272b6c6e07d6075 --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-a140131eec5f092d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39702025-06-30T22:14:03.437Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
39712025-06-30T22:14:03.477Z Running `/home/build/.rustup/toolchains/1.87.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=1e58555087860efc -C extra-filename=-31fb5a2cf924afd0 --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-96dbc0c5a1d1c4b3.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-d55166ea0dc0b3b5.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51bdcb6b3228c60d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39722025-06-30T22:14:03.482Z Compiling nix v0.27.1
39732025-06-30T22:14:03.482Z Compiling bb8 v0.8.5
39742025-06-30T22:14:03.482Z Running `/home/build/.rustup/toolchains/1.87.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=c31871da73a208bc -C extra-filename=-db7c1fd3d64e9710 --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-612ce2e304571f81.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-4253060af28d97b2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39752025-06-30T22:14:03.517Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bb8-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=553eee0229bc10ad -C extra-filename=-d359aa9141aee61d --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-0995b155a32ebe73.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d60a101adc746ee4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39762025-06-30T22:14:03.793Z Compiling serde_bytes v0.11.17
39772025-06-30T22:14:03.797Z Running `/home/build/.rustup/toolchains/1.87.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.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=3558e6f8252ab84f -C extra-filename=-9ffaf0323a4e2cd5 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39782025-06-30T22:14:04.093Z Compiling atty v0.2.14
39792025-06-30T22:14:04.274Z Running `/home/build/.rustup/toolchains/1.87.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=a115c21b1f0718f8 -C extra-filename=-dcb9c65889f37924 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39802025-06-30T22:14:04.592Z Compiling env_filter v0.1.2
39812025-06-30T22:14:04.592Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_filter-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=a26c910958ef5626 -C extra-filename=-8e31b236f253a098 --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-1bb814cae28f6e1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39822025-06-30T22:14:04.592Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
39832025-06-30T22:14:04.592Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/3cc953c/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="getrandom"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "std", "thiserror"))' -C metadata=745f175dc6ed006e -C extra-filename=-dcc17ac0f537aec9 --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-7507609290b17159.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-8bc72e878174872f.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-931acc2013ba1bd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39842025-06-30T22:14:04.875Z Compiling camino-tempfile-ext v0.3.1
39852025-06-30T22:14:04.875Z Running `/home/build/.rustup/toolchains/1.87.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.1/src/lib.rs --error-format=json --json=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=775c29da3c505a09 -C extra-filename=-b39b30c89250fb37 --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-473990d64b50713f.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b0351b73701e7482.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-1d47c3c0ac369f09.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-72ad14aa7b4c9ad8.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-ee29e49cd7f824fa.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-4a68f4455c760bd6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39862025-06-30T22:14:04.993Z Compiling env_logger v0.11.5
39872025-06-30T22:14:04.993Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.11.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=64ccc6fc4f1dd4d9 -C extra-filename=-9fdf0a84956e8e24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-8e31b236f253a098.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39882025-06-30T22:14:05.000Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/0e1e055/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=f2d123b9d0a02d5f -C extra-filename=-1d75bcb326ade2db --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-0995b155a32ebe73.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5214dd74a1ef2464.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-8ab7e378dfe579fa.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-afbb5a030ded3cae.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-8bc72e878174872f.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-bf4bdd26b9e83cb8.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-e9d0589def425203.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-db7c1fd3d64e9710.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-566e422edd100f56.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-9ffaf0323a4e2cd5.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-374cd4b713341571.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a93b2b0d16191f46.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-31fb5a2cf924afd0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6af2d8bdb1462b.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-75e03870e166bfa7/out/lib`
39892025-06-30T22:14:05.137Z Running `/home/build/.rustup/toolchains/1.87.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=2d84b1e23f223507 -C extra-filename=-068ef9b0ea09159d --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-3da7535f9c3f5096.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d9fce1e39067423d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39902025-06-30T22:14:05.263Z Compiling snafu-derive v0.8.5
39912025-06-30T22:14:05.267Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-derive-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=012a9ede60ffe301 -C extra-filename=-46b77a184aa2583e --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-2607b1d525d6c62b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39922025-06-30T22:14:05.495Z Compiling fs-err v2.11.0
39932025-06-30T22:14:05.501Z Running `/home/build/.rustup/toolchains/1.87.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=7ec6b303572197f9 -C extra-filename=-13fca7eaec73570d --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-13fca7eaec73570d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-70b1be6a3a4fd896.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39942025-06-30T22:14:05.960Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
39952025-06-30T22:14:05.965Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/6d31fa6/tls/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=590059679f52d9c5 -C extra-filename=-a337a7090e0ba292 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-a337a7090e0ba292 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39962025-06-30T22:14:06.164Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-13fca7eaec73570d/build-script-build`
39972025-06-30T22:14:06.365Z Compiling hyper-staticfile v0.10.1
39982025-06-30T22:14:06.393Z Running `/home/build/.rustup/toolchains/1.87.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=d95882104b99dfa0 -C extra-filename=-dc553688a6ef181b --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-056371f35296dee7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-4a38a210df1c0db1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-068ef9b0ea09159d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39992025-06-30T22:14:06.461Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-a337a7090e0ba292/build-script-build`
40002025-06-30T22:14:06.471Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
40012025-06-30T22:14:06.471Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/3cc953c/verifier/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f70e631de806bc34 -C extra-filename=-b098ad7483a58c3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-dcc17ac0f537aec9.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-807b0639457d6796.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-c755548413afb770.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-9fdf0a84956e8e24.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-448d5f27f4febefe.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-d909e5bee2ee8acf.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6d9084eefb049e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40022025-06-30T22:14:07.364Z Compiling olpc-cjson v0.1.4
40032025-06-30T22:14:07.414Z Running `/home/build/.rustup/toolchains/1.87.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=ad268e63810ce1d7 -C extra-filename=-bef6c33d33ecb758 --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-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-db3fdd5ad959e3f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40042025-06-30T22:14:07.494Z Compiling serde_plain v1.0.2
40052025-06-30T22:14:07.500Z Running `/home/build/.rustup/toolchains/1.87.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=b693677dc0b7a8ed -C extra-filename=-d3acb497803444c9 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40062025-06-30T22:14:07.672Z Compiling secrecy v0.8.0
40072025-06-30T22:14:07.690Z Running `/home/build/.rustup/toolchains/1.87.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=d8c97610595fe866 -C extra-filename=-8ac25521d75f80cc --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-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40082025-06-30T22:14:07.912Z Compiling typed-path v0.9.3
40092025-06-30T22:14:07.917Z Running `/home/build/.rustup/toolchains/1.87.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=bb10f397a8ef63af -C extra-filename=-9753707502760a35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40102025-06-30T22:14:07.972Z Running `/home/build/.rustup/toolchains/1.87.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=ee8acb1f5d70ad6f -C extra-filename=-eda6892ece357c68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
40112025-06-30T22:14:08.553Z Compiling parse-size v1.1.0
40122025-06-30T22:14:08.558Z Running `/home/build/.rustup/toolchains/1.87.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=789d914af33683f6 -C extra-filename=-505caf4cef9c5e21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40132025-06-30T22:14:08.867Z Compiling rand_seeder v0.3.0
40142025-06-30T22:14:08.920Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_seeder-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c5e5ce649ecba7b -C extra-filename=-87f476b0f04bc669 --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-d309a4dac0f77c6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40152025-06-30T22:14:09.250Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
40162025-06-30T22:14:09.255Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=fbaf6fdfadb403da -C extra-filename=-c153bfde9a1f353c --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-612ce2e304571f81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-8bc72e878174872f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40172025-06-30T22:14:10.191Z Compiling snafu v0.8.5
40182025-06-30T22:14:10.195Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "backtraces-impl-backtrace-crate", "default", "futures", "futures-core-crate", "futures-crate", "guide", "internal-dev-dependencies", "pin-project", "rust_1_61", "rust_1_65", "rust_1_81", "std", "unstable-core-error", "unstable-provider-api", "unstable-try-trait"))' -C metadata=c74773936be40e27 -C extra-filename=-00c60c1bf3080728 --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-a4cc7e9ef57f8919.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-b272b6c6e07d6075.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-46b77a184aa2583e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40192025-06-30T22:14:10.935Z Compiling csv-core v0.1.11
40202025-06-30T22:14:10.947Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=9ea861836e398175 -C extra-filename=-c92d10d30b6072e7 --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-d7b06f039966c35c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40212025-06-30T22:14:10.975Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
40222025-06-30T22:14:10.979Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/controller/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=bbf692251e87e6a6 -C extra-filename=-8d72ffae13d054ce --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-8d72ffae13d054ce -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40232025-06-30T22:14:11.398Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-8d72ffae13d054ce/build-script-build`
40242025-06-30T22:14:11.452Z Compiling csv v1.3.1
40252025-06-30T22:14:11.456Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=010601724b74c13f -C extra-filename=-5c6a4f36ae0c8939 --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-c92d10d30b6072e7.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1ede4a1959157936.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d42842baf7c23fba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40262025-06-30T22:14:11.514Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
40272025-06-30T22:14:11.518Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/decode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=74dd3abec2924672 -C extra-filename=-5b44296d3089392f --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-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-c153bfde9a1f353c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40282025-06-30T22:14:11.594Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
40292025-06-30T22:14:11.598Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-d70c5ef8a437b633/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a44d97537c975db6 -C extra-filename=-89af6b1247792fbd --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-0dba940a77aaad67.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40302025-06-30T22:14:12.676Z Compiling typeid v1.0.3
40312025-06-30T22:14:12.679Z Running `/home/build/.rustup/toolchains/1.87.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=8bccbc35e85858a2 -C extra-filename=-7dabbcb355f1b6a1 --out-dir /work/oxidecomputer/omicron/target/debug/build/typeid-7dabbcb355f1b6a1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40322025-06-30T22:14:12.984Z Compiling yansi v1.0.1
40332025-06-30T22:14:13.031Z Running `/home/build/.rustup/toolchains/1.87.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=09b31f4249ad7e02 -C extra-filename=-7e0f21232a21686a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40342025-06-30T22:14:13.289Z Compiling castaway v0.2.3
40352025-06-30T22:14:13.307Z Running `/work/oxidecomputer/omicron/target/debug/build/typeid-7dabbcb355f1b6a1/build-script-build`
40362025-06-30T22:14:13.307Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/castaway-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e0ea09ffa680e22e -C extra-filename=-59ee21dae76fe8c5 --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-eafbd3de287a97a8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40372025-06-30T22:14:13.398Z Running `/home/build/.rustup/toolchains/1.87.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=518051e4bc8fefa7 -C extra-filename=-5f18cead797dfd1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
40382025-06-30T22:14:13.542Z Compiling pretty_assertions v1.4.1
40392025-06-30T22:14:13.547Z Running `/home/build/.rustup/toolchains/1.87.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=49abccac109d8722 -C extra-filename=-c39172c7689e0ce3 --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-793bcf22042e7d6c.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-7e0f21232a21686a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40402025-06-30T22:14:13.615Z Compiling indoc v2.0.6
40412025-06-30T22:14:13.619Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-2.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b8ddc589f6cebf35 -C extra-filename=-2b58a22a9b16359f --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`
40422025-06-30T22:14:13.663Z Compiling erased-serde v0.4.6
40432025-06-30T22:14:13.717Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=0a9be10975ea8dcb -C extra-filename=-74588801c4511fca --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-0430a6889c233638.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-5f18cead797dfd1a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40442025-06-30T22:14:14.117Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/controller/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=7683e03ceb5cc043 -C extra-filename=-aca647d456329d28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-8bc72e878174872f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3b3b33ff78e5a886.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe9ab75b298bd25c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-5b44296d3089392f.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-c153bfde9a1f353c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
40452025-06-30T22:14:14.614Z Compiling compact_str v0.8.0
40462025-06-30T22:14:14.620Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compact_str-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "bytes", "default", "diesel", "markup", "proptest", "quickcheck", "rkyv", "serde", "smallvec", "sqlx", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "std"))' -C metadata=d86a22664d22c51e -C extra-filename=-42d90dcc5149d2a4 --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-59ee21dae76fe8c5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1ede4a1959157936.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-eafbd3de287a97a8.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d42842baf7c23fba.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40472025-06-30T22:14:14.801Z Compiling unicode-truncate v1.1.0
40482025-06-30T22:14:14.806Z Running `/home/build/.rustup/toolchains/1.87.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=adb36ebd15fe56f3 -C extra-filename=-bbe6a136fefe7aa5 --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-b4969537d543d468.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4b7365c9995f2f18.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40492025-06-30T22:14:15.107Z Compiling instability v0.3.2
40502025-06-30T22:14:15.111Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e599d5fa2d6a220 -C extra-filename=-33d00256d0486b33 --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-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40512025-06-30T22:14:15.271Z Compiling lru v0.12.5
40522025-06-30T22:14:15.275Z Running `/home/build/.rustup/toolchains/1.87.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=7aadb4cade9cdde4 -C extra-filename=-59bdf10a814e481b --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-ee2ff769a8771c26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40532025-06-30T22:14:15.686Z Compiling async-bb8-diesel v0.2.1
40542025-06-30T22:14:15.689Z Running `/home/build/.rustup/toolchains/1.87.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=d5bf0cd23c660ae3 -C extra-filename=-1d1c4d17796fbab7 --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-0995b155a32ebe73.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-d359aa9141aee61d.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
40552025-06-30T22:14:15.978Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-dtrace-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3627d0ff3e0659f6 -C extra-filename=-7099a3b255142e9d --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-63a0384016e95522.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
40562025-06-30T22:14:18.240Z Compiling ordered-float v2.10.1
40572025-06-30T22:14:18.351Z Running `/home/build/.rustup/toolchains/1.87.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=a6ff175e67282ada -C extra-filename=-c76402c9d6dee4ab --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-b32efd26b54b6d26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40582025-06-30T22:14:18.351Z Compiling is_ci v1.2.0
40592025-06-30T22:14:18.351Z Running `/home/build/.rustup/toolchains/1.87.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=ea692eee1a4f4917 -C extra-filename=-2d4d2eb8fd37ff35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40602025-06-30T22:14:18.351Z Compiling cassowary v0.3.0
40612025-06-30T22:14:18.351Z Running `/home/build/.rustup/toolchains/1.87.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=d2f3aadd572cfd37 -C extra-filename=-aa8c214661222f02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40622025-06-30T22:14:18.351Z Compiling unicode-linebreak v0.1.5
40632025-06-30T22:14:18.351Z Running `/home/build/.rustup/toolchains/1.87.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=a038176b86ae394e -C extra-filename=-8e74e2c94add4410 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40642025-06-30T22:14:18.352Z Compiling smawk v0.3.2
40652025-06-30T22:14:18.352Z Running `/home/build/.rustup/toolchains/1.87.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=6bb97bf76a454615 -C extra-filename=-71e373ba4554a52c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40662025-06-30T22:14:18.352Z Compiling serde-value v0.7.0
40672025-06-30T22:14:18.352Z Running `/home/build/.rustup/toolchains/1.87.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=183d42e3a9d1edfe -C extra-filename=-ce6ed6b7e6d6ad62 --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-c76402c9d6dee4ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40682025-06-30T22:14:18.352Z Compiling ratatui v0.29.0
40692025-06-30T22:14:18.352Z Running `/home/build/.rustup/toolchains/1.87.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=a5fc414f6c93873b -C extra-filename=-86adc53cbf672e7b --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-612ce2e304571f81.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-aa8c214661222f02.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-42d90dcc5149d2a4.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-2b58a22a9b16359f.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-33d00256d0486b33.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b4969537d543d468.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-59bdf10a814e481b.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4b7365c9995f2f18.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-bbe6a136fefe7aa5.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3ab2545ffeee94ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40702025-06-30T22:14:18.352Z Compiling textwrap v0.16.2
40712025-06-30T22:14:18.352Z Running `/home/build/.rustup/toolchains/1.87.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=cb655ab30a8d3d57 -C extra-filename=-ab4cf66f68d58ce7 --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-71e373ba4554a52c.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-7560acd18ac12719.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-8e74e2c94add4410.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3ab2545ffeee94ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40722025-06-30T22:14:18.352Z Compiling supports-color v3.0.2
40732025-06-30T22:14:18.352Z Running `/home/build/.rustup/toolchains/1.87.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=e69ff7b74ecdf1ad -C extra-filename=-043f40495b4149fe --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-2d4d2eb8fd37ff35.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40742025-06-30T22:14:18.352Z Compiling serde-untagged v0.1.7
40752025-06-30T22:14:18.352Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_untagged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-untagged-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=409f9666a15bb906 -C extra-filename=-37bdae6464535e1f --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-74588801c4511fca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-5f18cead797dfd1a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40762025-06-30T22:14:18.352Z Compiling cargo-platform v0.2.0
40772025-06-30T22:14:18.352Z Running `/home/build/.rustup/toolchains/1.87.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=04e371ef4219311e -C extra-filename=-50144fe2fa8a5653 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40782025-06-30T22:14:18.352Z Compiling libz-sys v1.1.20
40792025-06-30T22:14:18.352Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=1ba6f00da22ae13c -C extra-filename=-75b0d6cb4566febf --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-75b0d6cb4566febf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3635e7ea4178d8e6.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-26e9635c4b9744fe.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40802025-06-30T22:14:18.352Z Compiling cargo-util-schemas v0.2.0
40812025-06-30T22:14:18.352Z Running `/home/build/.rustup/toolchains/1.87.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.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::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=f506e5f5dbe11a01 -C extra-filename=-c233bd7f28322f75 --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-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_untagged=/work/oxidecomputer/omicron/target/debug/deps/libserde_untagged-37bdae6464535e1f.rmeta --extern serde_value=/work/oxidecomputer/omicron/target/debug/deps/libserde_value-ce6ed6b7e6d6ad62.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-643e7692f89b35e0.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40822025-06-30T22:14:18.352Z Compiling concurrent-queue v2.5.0
40832025-06-30T22:14:18.352Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=783379d966dad15d -C extra-filename=-187eeaf7fdc939b9 --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-e49e148379376081.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40842025-06-30T22:14:18.389Z Compiling parking v2.2.1
40852025-06-30T22:14:18.389Z Running `/home/build/.rustup/toolchains/1.87.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=5744a789596b1dc9 -C extra-filename=-555308cccdae776a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40862025-06-30T22:14:18.574Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-75b0d6cb4566febf/build-script-build`
40872025-06-30T22:14:18.617Z Compiling libgit2-sys v0.17.0+1.8.1
40882025-06-30T22:14:18.624Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.17.0+1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=d4e40bbd813a5f4b -C extra-filename=-1d4a51e27cac7147 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-1d4a51e27cac7147 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3635e7ea4178d8e6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40892025-06-30T22:14:18.664Z Compiling shell-words v1.1.0
40902025-06-30T22:14:18.668Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d3daf4465727b970 -C extra-filename=-cd6a4eb242a400a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40912025-06-30T22:14:18.732Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=b0d17bd1d22caa43 -C extra-filename=-8488d67d3d353b31 --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-cefab6d96bfc6445.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`
40922025-06-30T22:14:18.969Z Compiling event-listener v5.3.1
40932025-06-30T22:14:18.974Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=e70248a22f9a51d1 -C extra-filename=-d5d2e44f215fded0 --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-187eeaf7fdc939b9.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-555308cccdae776a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40942025-06-30T22:14:19.006Z Compiling vergen v8.3.2
40952025-06-30T22:14:19.010Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-8.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=b61b1bf7669fdb5b -C extra-filename=-781af307446b6046 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-781af307446b6046 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-eafbd3de287a97a8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40962025-06-30T22:14:19.427Z Compiling event-listener-strategy v0.5.2
40972025-06-30T22:14:19.431Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=baf738f30892470f -C extra-filename=-9487bc6a5cfa2cbd --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-d5d2e44f215fded0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40982025-06-30T22:14:19.512Z Compiling cargo-platform v0.1.8
40992025-06-30T22:14:19.549Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4e284ba789407832 -C extra-filename=-1ed7a45db8dcb55e --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41002025-06-30T22:14:19.553Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-1d4a51e27cac7147/build-script-build`
41012025-06-30T22:14:19.706Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-781af307446b6046/build-script-build`
41022025-06-30T22:14:19.770Z Compiling futures-lite v2.3.0
41032025-06-30T22:14:19.775Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="parking"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=6258202b4fed0a87 -C extra-filename=-885a973a7236bec6 --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-98e626b7c7994cfc.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-555308cccdae776a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41042025-06-30T22:14:20.077Z Compiling cargo_metadata v0.18.1
41052025-06-30T22:14:20.081Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=b988728dfdbe8412 -C extra-filename=-11b66644a8082d17 --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-4f270b9dc7dca48d.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-1ed7a45db8dcb55e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41062025-06-30T22:14:20.909Z Compiling cargo_metadata v0.20.0
41072025-06-30T22:14:20.914Z Running `/home/build/.rustup/toolchains/1.87.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.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=374d659271dd6318 -C extra-filename=-f495a0cb189bfece --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-4f270b9dc7dca48d.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-50144fe2fa8a5653.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-c233bd7f28322f75.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41082025-06-30T22:14:21.415Z Compiling petname v2.0.2
41092025-06-30T22:14:21.426Z Running `/home/build/.rustup/toolchains/1.87.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=aa05bda0d16dadd4 -C extra-filename=-b4913a2b09a08266 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-b4913a2b09a08266 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41102025-06-30T22:14:22.545Z Compiling rtoolbox v0.0.2
41112025-06-30T22:14:22.594Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rtoolbox-0.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=f0f3e1d092bb5ae9 -C extra-filename=-c06ec5d2fa4d731e --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41122025-06-30T22:14:22.963Z Compiling rustls v0.21.12
41132025-06-30T22:14:22.990Z Running `/home/build/.rustup/toolchains/1.87.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=c84ae7c0d7395641 -C extra-filename=-9221acb99939c93f --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-9221acb99939c93f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41142025-06-30T22:14:23.135Z Compiling hex-literal v0.4.1
41152025-06-30T22:14:23.159Z Running `/home/build/.rustup/toolchains/1.87.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=6aea26106cd1ee07 -C extra-filename=-08d488d3cba7dbcd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41162025-06-30T22:14:23.330Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-9221acb99939c93f/build-script-build`
41172025-06-30T22:14:23.368Z Compiling rpassword v7.4.0
41182025-06-30T22:14:23.395Z Running `/home/build/.rustup/toolchains/1.87.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=161e4eeb587bbefc -C extra-filename=-07d2f03d40072207 --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-cefab6d96bfc6445.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-c06ec5d2fa4d731e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41192025-06-30T22:14:23.407Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-b4913a2b09a08266/build-script-build`
41202025-06-30T22:14:23.437Z Compiling tui-tree-widget v0.23.1
41212025-06-30T22:14:23.447Z Running `/home/build/.rustup/toolchains/1.87.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=1f3b2b665618b21f -C extra-filename=-1b77d5babba41bb1 --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-86adc53cbf672e7b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3ab2545ffeee94ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41222025-06-30T22:14:23.674Z Compiling rustls-webpki v0.101.7
41232025-06-30T22:14:23.687Z Running `/home/build/.rustup/toolchains/1.87.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=8503f738e6fbd94e -C extra-filename=-de9d6513783bc4ef --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-185aae11fe3a51e7.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9ea0b2710c8f355f.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-973271a0c90a15bb/out`
41242025-06-30T22:14:23.731Z Compiling sct v0.7.1
41252025-06-30T22:14:23.742Z Running `/home/build/.rustup/toolchains/1.87.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=a5804be263715de4 -C extra-filename=-cdbb9d3a059fbed2 --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-185aae11fe3a51e7.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9ea0b2710c8f355f.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-973271a0c90a15bb/out`
41262025-06-30T22:14:23.820Z Running `/home/build/.rustup/toolchains/1.87.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=b85c3520f6fbdec7 -C extra-filename=-edc7d2bb26d9dce2 --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-82a628d4163605a2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41272025-06-30T22:14:24.072Z Compiling async-lock v3.4.0
41282025-06-30T22:14:24.124Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=2a8f1f3d2b4292af -C extra-filename=-388e6a9d0e57a6f9 --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-d5d2e44f215fded0.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-9487bc6a5cfa2cbd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41292025-06-30T22:14:24.264Z Compiling polyval v0.6.2
41302025-06-30T22:14:24.317Z Running `/home/build/.rustup/toolchains/1.87.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=26d01eacf54af05d -C extra-filename=-45a6d635e1fd6cd0 --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-3a67e9cd8804fc68.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3be62df182f0471e.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-46aceb817fe63358.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-17e13d5662448305.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41312025-06-30T22:14:24.733Z Running `/home/build/.rustup/toolchains/1.87.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=263c5bf679690e91 -C extra-filename=-a6d838fc62732a0e --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-1bb814cae28f6e1e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-de9d6513783bc4ef.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-cdbb9d3a059fbed2.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-973271a0c90a15bb/out`
41322025-06-30T22:14:25.294Z Compiling polling v3.7.3
41332025-06-30T22:14:25.340Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ce35d61b62f4074 -C extra-filename=-182f5cd6f8f54388 --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-3a67e9cd8804fc68.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41342025-06-30T22:14:25.350Z Compiling sync-ptr v0.1.4
41352025-06-30T22:14:25.350Z Running `/home/build/.rustup/toolchains/1.87.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=e91215025c8f73f5 -C extra-filename=-ba5aee3d0c00d402 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41362025-06-30T22:14:25.614Z Compiling ghash v0.5.1
41372025-06-30T22:14:25.654Z Running `/home/build/.rustup/toolchains/1.87.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=4aa5031f346d6613 -C extra-filename=-4e562c90f052475e --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-46aceb817fe63358.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-45a6d635e1fd6cd0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41382025-06-30T22:14:25.858Z Compiling async-io v2.3.4
41392025-06-30T22:14:25.871Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1528de272d825f4 -C extra-filename=-d64fe2b86e83d568 --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-388e6a9d0e57a6f9.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-187eeaf7fdc939b9.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-885a973a7236bec6.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-555308cccdae776a.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-182f5cd6f8f54388.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0314e42345bf8898.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41402025-06-30T22:14:25.900Z Compiling rustls-pemfile v1.0.4
41412025-06-30T22:14:25.910Z Running `/home/build/.rustup/toolchains/1.87.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=94ea2d6db982d9a0 -C extra-filename=-006659a85512cfb2 --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-6479324884e62b47.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41422025-06-30T22:14:26.026Z Compiling ctr v0.9.2
41432025-06-30T22:14:26.037Z Running `/home/build/.rustup/toolchains/1.87.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=72fa3a577cd6c2a6 -C extra-filename=-d84f5e03080c8f21 --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-f31d3e05cb6ea3f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41442025-06-30T22:14:26.399Z Compiling twox-hash v2.1.0
41452025-06-30T22:14:26.796Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/twox-hash-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(_internal_xxhash3_force_scalar)' --check-cfg 'cfg(_internal_xxhash3_force_neon)' --check-cfg 'cfg(_internal_xxhash3_force_sse2)' --check-cfg 'cfg(_internal_xxhash3_force_avx2)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="random"' --cfg 'feature="std"' --cfg 'feature="xxhash32"' --cfg 'feature="xxhash3_128"' --cfg 'feature="xxhash3_64"' --cfg 'feature="xxhash64"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "random", "serialize", "std", "xxhash32", "xxhash3_128", "xxhash3_64", "xxhash64"))' -C metadata=027dbb8e4f5237a8 -C extra-filename=-459d8166863e9d8f --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-72a99f773c52d59d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41462025-06-30T22:14:26.796Z Compiling target-lexicon v0.13.2
41472025-06-30T22:14:26.796Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.13.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=4bb622eea09e8123 -C extra-filename=-16c4cb10dc9dd090 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-16c4cb10dc9dd090 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41482025-06-30T22:14:27.239Z Compiling async-task v4.7.1
41492025-06-30T22:14:27.249Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name async_task --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=8d8d3fd131510481 -C extra-filename=-d5268b2e9793dd7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41502025-06-30T22:14:27.579Z Compiling plotters-backend v0.3.7
41512025-06-30T22:14:27.592Z Running `/home/build/.rustup/toolchains/1.87.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=51534314e8745f63 -C extra-filename=-ba94dbdc60fd1234 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41522025-06-30T22:14:27.763Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-16c4cb10dc9dd090/build-script-build`
41532025-06-30T22:14:27.867Z Compiling aes-gcm v0.10.3
41542025-06-30T22:14:27.875Z Running `/home/build/.rustup/toolchains/1.87.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=d47cbbb05f5e6717 -C extra-filename=-440c495ac95b7120 --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-f81760d9507ace70.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-55fdd9699131206a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f31d3e05cb6ea3f7.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d84f5e03080c8f21.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-4e562c90f052475e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41552025-06-30T22:14:27.909Z Compiling async-channel v2.3.1
41562025-06-30T22:14:27.926Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f3694775bea3aa01 -C extra-filename=-ee13bfc896415b1e --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-187eeaf7fdc939b9.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-9487bc6a5cfa2cbd.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41572025-06-30T22:14:31.867Z Compiling plotters-svg v0.3.7
41582025-06-30T22:14:32.018Z Running `/home/build/.rustup/toolchains/1.87.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=5b8ca6496467f7d7 -C extra-filename=-a98bd41ed1442263 --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-ba94dbdc60fd1234.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41592025-06-30T22:14:32.018Z Compiling piper v0.2.4
41602025-06-30T22:14:32.018Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name piper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/piper-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures-io", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=48659ce738070b91 -C extra-filename=-8f0631d15a086ab9 --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-fedd5a66ca51a142.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-98e626b7c7994cfc.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41612025-06-30T22:14:32.018Z Compiling fatfs v0.3.6
41622025-06-30T22:14:32.018Z Running `/home/build/.rustup/toolchains/1.87.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=0e44d8d8a66d3708 -C extra-filename=-ca2a96f4d5adc91d --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-b3c8cd159185181c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41632025-06-30T22:14:32.018Z Compiling tokio-rustls v0.24.1
41642025-06-30T22:14:32.018Z Running `/home/build/.rustup/toolchains/1.87.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=14c752cf543755bd -C extra-filename=-3bed9ad62b7b22c7 --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-a6d838fc62732a0e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.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-973271a0c90a15bb/out`
41652025-06-30T22:14:32.018Z Compiling ssh-encoding v0.2.0
41662025-06-30T22:14:32.018Z Running `/home/build/.rustup/toolchains/1.87.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=a6d6113bce12a585 -C extra-filename=-7714c03aeba88d40 --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-78e38759e3b6da1b.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-d909e5bee2ee8acf.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41672025-06-30T22:14:32.018Z Compiling blowfish v0.9.1
41682025-06-30T22:14:32.018Z Running `/home/build/.rustup/toolchains/1.87.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=5150b085480835e9 -C extra-filename=-51b7456591fcf8aa --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-96dbc0c5a1d1c4b3.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f31d3e05cb6ea3f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41692025-06-30T22:14:32.018Z Compiling constant_time_eq v0.3.1
41702025-06-30T22:14:32.018Z Running `/home/build/.rustup/toolchains/1.87.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=bea72ce093bb1a3a -C extra-filename=-3478a2e01a411a89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41712025-06-30T22:14:32.018Z Compiling cast v0.3.0
41722025-06-30T22:14:32.018Z Running `/home/build/.rustup/toolchains/1.87.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=9db58248c85632ae -C extra-filename=-06ec236c14a2b242 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41732025-06-30T22:14:32.018Z Compiling arrayref v0.3.9
41742025-06-30T22:14:32.018Z Running `/home/build/.rustup/toolchains/1.87.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=bd806ee2b746989c -C extra-filename=-e2d0e0a9688f89ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41752025-06-30T22:14:32.018Z Compiling guppy-workspace-hack v0.1.0
41762025-06-30T22:14:32.018Z Running `/home/build/.rustup/toolchains/1.87.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=af67bacc572f4d1d -C extra-filename=-34090ecfd1140803 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-34090ecfd1140803 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41772025-06-30T22:14:32.018Z Compiling arrayvec v0.7.6
41782025-06-30T22:14:32.018Z Running `/home/build/.rustup/toolchains/1.87.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=78d1bfbc7ca8581d -C extra-filename=-4dfb2a5e270d285d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41792025-06-30T22:14:32.018Z Compiling criterion-plot v0.5.0
41802025-06-30T22:14:32.018Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=92a1802c4e6c2dd6 -C extra-filename=-112aef5f0d58e0c2 --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-06ec236c14a2b242.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a31d6e3ea5bde33b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41812025-06-30T22:14:32.053Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-34090ecfd1140803/build-script-build`
41822025-06-30T22:14:32.053Z Compiling bcrypt-pbkdf v0.10.0
41832025-06-30T22:14:32.053Z Running `/home/build/.rustup/toolchains/1.87.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=872cd66c0662c2f5 -C extra-filename=-5b0131bf01e3e6fd --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-51b7456591fcf8aa.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-00544ebe64b3cccc.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41842025-06-30T22:14:32.053Z Compiling ssh-cipher v0.2.0
41852025-06-30T22:14:32.053Z Running `/home/build/.rustup/toolchains/1.87.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=8fd53f4fd5676b66 -C extra-filename=-689a1496bddfbf16 --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-55fdd9699131206a.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-440c495ac95b7120.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-f998252f1b17c00b.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-19d7fc9a6b4d5a30.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f31d3e05cb6ea3f7.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d84f5e03080c8f21.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-c00d5aa89efa8320.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-7714c03aeba88d40.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41862025-06-30T22:14:32.053Z Compiling blocking v1.6.1
41872025-06-30T22:14:32.053Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name blocking --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blocking-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=a73b65715bd94cb3 -C extra-filename=-75675992c5b36896 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-ee13bfc896415b1e.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-d5268b2e9793dd7f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-885a973a7236bec6.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-8f0631d15a086ab9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41882025-06-30T22:14:32.053Z Compiling plotters v0.3.7
41892025-06-30T22:14:32.053Z Running `/home/build/.rustup/toolchains/1.87.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=9fcd48471dc160f2 -C extra-filename=-8aaf8f0917a9b7d1 --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-b32efd26b54b6d26.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-ba94dbdc60fd1234.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-a98bd41ed1442263.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41902025-06-30T22:14:32.053Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=efb050552440ac43 -C extra-filename=-8c485519efe5c091 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"'`
41912025-06-30T22:14:32.053Z Compiling async-executor v1.13.1
41922025-06-30T22:14:32.053Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name async_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=e1e1187fc069bb37 -C extra-filename=-1f25ffc7e3c4e7c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-d5268b2e9793dd7f.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-187eeaf7fdc939b9.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-98e626b7c7994cfc.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-885a973a7236bec6.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0314e42345bf8898.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41932025-06-30T22:14:32.053Z Compiling async-signal v0.2.10
41942025-06-30T22:14:32.053Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name async_signal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-signal-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=00259fcd3e613a13 -C extra-filename=-3e0546fcb132d1c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-d64fe2b86e83d568.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-5b018c3601033e26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41952025-06-30T22:14:32.076Z Compiling password-hash v0.4.2
41962025-06-30T22:14:32.082Z Running `/home/build/.rustup/toolchains/1.87.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=1c9d86d525d11cea -C extra-filename=-3d7591df437e3cf9 --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-78e38759e3b6da1b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41972025-06-30T22:14:32.164Z Compiling tinytemplate v1.2.1
41982025-06-30T22:14:32.168Z Running `/home/build/.rustup/toolchains/1.87.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=9d867bc2ec04c9a1 -C extra-filename=-72f49e50882eb421 --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-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41992025-06-30T22:14:32.332Z Compiling target-spec v3.4.2
42002025-06-30T22:14:32.336Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.4.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=8f1f65f81c828e02 -C extra-filename=-7a25e3c823c33ae1 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-7a25e3c823c33ae1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42012025-06-30T22:14:32.883Z Compiling futures-timer v3.0.3
42022025-06-30T22:14:32.886Z Running `/home/build/.rustup/toolchains/1.87.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=dbf433ac861f5c52 -C extra-filename=-ae4a58d11789a9dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42032025-06-30T22:14:32.932Z Compiling anes v0.1.6
42042025-06-30T22:14:32.936Z Running `/home/build/.rustup/toolchains/1.87.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=6cdd6101644565f8 -C extra-filename=-0575b8dfe653323a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42052025-06-30T22:14:33.048Z Compiling event-listener v2.5.3
42062025-06-30T22:14:33.051Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-2.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a1385afd3fb6f22e -C extra-filename=-f908f5bdf03cc380 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42072025-06-30T22:14:33.116Z Compiling oorandom v11.1.4
42082025-06-30T22:14:33.121Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oorandom-11.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce3c5954ac60db38 -C extra-filename=-81f988c4f95ce0f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42092025-06-30T22:14:33.380Z Compiling criterion v0.6.0
42102025-06-30T22:14:33.384Z Compiling async-channel v1.9.0
42112025-06-30T22:14:33.384Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-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="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=9621fc0dee6214cc -C extra-filename=-efe032c439df8d1d --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-0575b8dfe653323a.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-06ec236c14a2b242.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-112aef5f0d58e0c2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b4969537d543d468.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-81f988c4f95ce0f4.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-8aaf8f0917a9b7d1.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-72f49e50882eb421.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42122025-06-30T22:14:33.384Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f93ffe7f765468a2 -C extra-filename=-39f7f32c47f70f6a --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-187eeaf7fdc939b9.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-f908f5bdf03cc380.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42132025-06-30T22:14:33.502Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-7a25e3c823c33ae1/build-script-build`
42142025-06-30T22:14:33.526Z Compiling pbkdf2 v0.11.0
42152025-06-30T22:14:33.529Z Running `/home/build/.rustup/toolchains/1.87.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=5212bab23cc32c22 -C extra-filename=-2afe0bc777f08545 --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-3e9ff315175280c8.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-3d7591df437e3cf9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42162025-06-30T22:14:33.566Z Compiling async-global-executor v2.4.1
42172025-06-30T22:14:33.570Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name async_global_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-io"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-io", "default", "tokio", "tokio-crate", "tokio02", "tokio02-crate", "tokio03", "tokio03-crate"))' -C metadata=eb35f9a73ed497bb -C extra-filename=-a942f3e3525a0cd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-ee13bfc896415b1e.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-1f25ffc7e3c4e7c1.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-d64fe2b86e83d568.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-388e6a9d0e57a6f9.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-75675992c5b36896.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-885a973a7236bec6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42182025-06-30T22:14:33.698Z Compiling async-process v2.3.0
42192025-06-30T22:14:33.702Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name async_process --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-process-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(async_process_force_signal_backend)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f1aa584799df1527 -C extra-filename=-2327e994f5987a4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-d64fe2b86e83d568.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-388e6a9d0e57a6f9.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-3e0546fcb132d1c5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-d5d2e44f215fded0.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-885a973a7236bec6.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42202025-06-30T22:14:33.910Z Compiling cfg-expr v0.18.0
42212025-06-30T22:14:33.913Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-expr-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=e01bf8b9ac0eb53e -C extra-filename=-146aa172596edcb9 --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-3b112245a8f41229.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-8c485519efe5c091.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42222025-06-30T22:14:34.920Z Compiling ssh-key v0.6.6
42232025-06-30T22:14:34.923Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-key-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="ecdsa"' --cfg 'feature="ed25519"' --cfg 'feature="encryption"' --cfg 'feature="rand_core"' --cfg 'feature="rsa"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "rand_core", "rsa", "serde", "std", "tdes"))' -C metadata=68fe9b4474c1bcd8 -C extra-filename=-fc5e13367cae9beb --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-5b0131bf01e3e6fd.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-c755548413afb770.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-33b5304ed311b179.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-848ea02eff028b21.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-942cccd02e4c80ca.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-76fb303c9aa40aa5.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-689a1496bddfbf16.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-7714c03aeba88d40.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42242025-06-30T22:14:34.934Z Running `/home/build/.rustup/toolchains/1.87.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=d4dfd4d02d997f36 -C extra-filename=-dc1ffcf45921a40e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42252025-06-30T22:14:35.095Z Compiling p521 v0.13.3
42262025-06-30T22:14:35.098Z Running `/home/build/.rustup/toolchains/1.87.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=77ef3dd2a72aaf25 -C extra-filename=-dad84d78bab30b40 --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-51d372fa91d20d85.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-d64721bdf3087236.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-c78e28b3d0749166.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42272025-06-30T22:14:35.136Z Compiling p256 v0.13.2
42282025-06-30T22:14:35.139Z Running `/home/build/.rustup/toolchains/1.87.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=9f29d4701768aea2 -C extra-filename=-81036fcf9781d293 --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-d64721bdf3087236.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-c78e28b3d0749166.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42292025-06-30T22:14:35.945Z Compiling async-attributes v1.1.2
42302025-06-30T22:14:35.948Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name async_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-attributes-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed17c017138e3357 -C extra-filename=-cf51b905438227a0 --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-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42312025-06-30T22:14:36.933Z Compiling blake3 v1.5.4
42322025-06-30T22:14:36.937Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.5.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=17cb8838d87d6107 -C extra-filename=-558641da5eb2c858 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-558641da5eb2c858 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42332025-06-30T22:14:37.220Z Compiling russh-cryptovec v0.7.3
42342025-06-30T22:14:37.224Z Running `/home/build/.rustup/toolchains/1.87.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=10229c2772851c0d -C extra-filename=-ffc17ae1eef62e55 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42352025-06-30T22:14:37.597Z Compiling kv-log-macro v1.0.7
42362025-06-30T22:14:37.601Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name kv_log_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kv-log-macro-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6be9e6fa43451f28 -C extra-filename=-a978ee05eb109df6 --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-1bb814cae28f6e1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42372025-06-30T22:14:37.659Z Compiling md5 v0.7.0
42382025-06-30T22:14:37.662Z Running `/home/build/.rustup/toolchains/1.87.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=0618591312966d87 -C extra-filename=-11c972edd063539f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42392025-06-30T22:14:37.855Z Compiling async-std v1.13.0
42402025-06-30T22:14:37.858Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name async_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-attributes"' --cfg 'feature="async-channel"' --cfg 'feature="async-global-executor"' --cfg 'feature="async-io"' --cfg 'feature="async-lock"' --cfg 'feature="async-process"' --cfg 'feature="attributes"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-core"' --cfg 'feature="futures-io"' --cfg 'feature="futures-lite"' --cfg 'feature="gloo-timers"' --cfg 'feature="kv-log-macro"' --cfg 'feature="log"' --cfg 'feature="memchr"' --cfg 'feature="once_cell"' --cfg 'feature="pin-project-lite"' --cfg 'feature="pin-utils"' --cfg 'feature="slab"' --cfg 'feature="std"' --cfg 'feature="unstable"' --cfg 'feature="wasm-bindgen-futures"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-attributes", "async-channel", "async-global-executor", "async-io", "async-lock", "async-process", "attributes", "crossbeam-utils", "default", "docs", "futures-channel", "futures-core", "futures-io", "futures-lite", "gloo-timers", "io_safety", "kv-log-macro", "log", "memchr", "once_cell", "pin-project-lite", "pin-utils", "slab", "std", "surf", "tokio02", "tokio03", "tokio1", "unstable", "wasm-bindgen-futures"))' -C metadata=6c2170967dcfbafb -C extra-filename=-03e32b8ba347737b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_attributes=/work/oxidecomputer/omicron/target/debug/deps/libasync_attributes-cf51b905438227a0.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-39f7f32c47f70f6a.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-a942f3e3525a0cd9.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-d64fe2b86e83d568.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-388e6a9d0e57a6f9.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-2327e994f5987a4d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e49e148379376081.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-885a973a7236bec6.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-a978ee05eb109df6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-b05842547971d991.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0314e42345bf8898.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42412025-06-30T22:14:38.171Z Compiling russh-keys v0.45.0
42422025-06-30T22:14:38.175Z Running `/home/build/.rustup/toolchains/1.87.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=196dbe2893fbfa5c -C extra-filename=-6f9a4ca8cf8b25ae --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-55fdd9699131206a.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-5b0131bf01e3e6fd.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-296b2c57eb0733aa.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-f998252f1b17c00b.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d84f5e03080c8f21.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-975ebc6c4312b724.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-d64721bdf3087236.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-c755548413afb770.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-9134bb1cbbb6aa73.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-76e46987a5cb127a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-11c972edd063539f.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-81036fcf9781d293.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-448d5f27f4febefe.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-dad84d78bab30b40.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-2afe0bc777f08545.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-72d4004203d466c8.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-086189c37a868443.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d1942fe7a0f875a4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-848ea02eff028b21.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-ffc17ae1eef62e55.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-942cccd02e4c80ca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1f873415a8bab1e6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-05a519be33bc11fe.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-7714c03aeba88d40.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-fc5e13367cae9beb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-0dafc8d380e544f8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42432025-06-30T22:14:38.792Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-558641da5eb2c858/build-script-build`
42442025-06-30T22:14:39.457Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=b4fe8bf0658b710b -C extra-filename=-c1831b0126a307b9 --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-146aa172596edcb9.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-dc1ffcf45921a40e.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-8c485519efe5c091.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42452025-06-30T22:14:40.347Z Compiling petgraph v0.7.1
42462025-06-30T22:14:40.351Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=874774d8a08e50dd -C extra-filename=-9fe66d1c46e2a898 --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-657e3258fcf4ceb9.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42472025-06-30T22:14:41.472Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-6b27ff1dff026fa9/build-script-build`
42482025-06-30T22:14:41.542Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=c7fc9c6df41bfea9 -C extra-filename=-06ca4073abd2ea23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.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-f308cd72fa53b00a/out/build/artifacts -l static=aws_lc_0_26_0_crypto -l static=aws_lc_0_26_0_rust_wrapper --cfg use_bindgen_generated`
42492025-06-30T22:14:41.677Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-c10125c8907407c0/build-script-build`
42502025-06-30T22:14:41.704Z Compiling pathdiff v0.2.3
42512025-06-30T22:14:41.764Z Running `/home/build/.rustup/toolchains/1.87.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=7e3d95f10c716d7d -C extra-filename=-16af63cac94c1744 --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-4f270b9dc7dca48d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42522025-06-30T22:14:41.940Z Compiling num-bigint v0.4.6
42532025-06-30T22:14:41.944Z Running `/home/build/.rustup/toolchains/1.87.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=f650f918ffc2b2eb -C extra-filename=-7be2ddcc08074690 --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-b090a894ab46e778.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42542025-06-30T22:14:43.250Z Compiling des v0.8.1
42552025-06-30T22:14:43.254Z Running `/home/build/.rustup/toolchains/1.87.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=2f10a0db4c727db8 -C extra-filename=-c15a96d361fadef4 --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-f31d3e05cb6ea3f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42562025-06-30T22:14:43.641Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
42572025-06-30T22:14:43.645Z Running `/home/build/.rustup/toolchains/1.87.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=0985e06544037af1 -C extra-filename=-9bba31c6e05d917e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42582025-06-30T22:14:43.757Z Compiling memmap2 v0.9.5
42592025-06-30T22:14:43.760Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=bb42493e21e841d8 -C extra-filename=-d73f581ad6934735 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42602025-06-30T22:14:44.110Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=183118c3630924d9 -C extra-filename=-6abecefb8b67713a --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-06ca4073abd2ea23.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-ea5d24529940ac78.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.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-f308cd72fa53b00a/out/build/artifacts --check-cfg 'cfg(disable_slow_tests)'`
42612025-06-30T22:14:44.176Z Compiling nested v0.1.1
42622025-06-30T22:14:44.180Z Running `/home/build/.rustup/toolchains/1.87.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=bf977d94591a88f5 -C extra-filename=-8aa329e5d0663ec4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42632025-06-30T22:14:44.220Z Compiling doc-comment v0.3.3
42642025-06-30T22:14:44.223Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=d3107b17c8b082d3 -C extra-filename=-b8abde3cb2e197f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-b8abde3cb2e197f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42652025-06-30T22:14:44.508Z Compiling escape8259 v0.5.3
42662025-06-30T22:14:44.512Z Running `/home/build/.rustup/toolchains/1.87.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=82555cc926062f9e -C extra-filename=-0ada0860f3439910 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42672025-06-30T22:14:44.550Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
42682025-06-30T22:14:44.553Z Running `/home/build/.rustup/toolchains/1.87.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=eae56bd176f3c7ce -C extra-filename=-71ff1e13e9e856f8 --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-9bba31c6e05d917e.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-afd1baae191f367d.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42692025-06-30T22:14:44.853Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-b8abde3cb2e197f0/build-script-build`
42702025-06-30T22:14:44.894Z Compiling russh v0.45.0
42712025-06-30T22:14:44.898Z Running `/home/build/.rustup/toolchains/1.87.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=f357e9dc8bf48278 -C extra-filename=-6763d881cf1e0b03 --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-55fdd9699131206a.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-440c495ac95b7120.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-612ce2e304571f81.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-f998252f1b17c00b.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-19d7fc9a6b4d5a30.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d84f5e03080c8f21.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-ea40d9ab8b9757a5.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-c15a96d361fadef4.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-353e6090291573ff.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08d488d3cba7dbcd.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-7be2ddcc08074690.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-81036fcf9781d293.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-448d5f27f4febefe.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-dad84d78bab30b40.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-c00d5aa89efa8320.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-ffc17ae1eef62e55.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6f9a4ca8cf8b25ae.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1f873415a8bab1e6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-7714c03aeba88d40.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-fc5e13367cae9beb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42722025-06-30T22:14:45.031Z Compiling libtest-mimic v0.8.1
42732025-06-30T22:14:45.036Z Running `/home/build/.rustup/toolchains/1.87.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=f52af8f9b48a0731 -C extra-filename=-3e0bcd3421ffc4b1 --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-473990d64b50713f.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b0351b73701e7482.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-0ada0860f3439910.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42742025-06-30T22:14:46.863Z Compiling rustls-webpki v0.102.8
42752025-06-30T22:14:46.867Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=0b1f8307cf5e5d3d -C extra-filename=-b6ed5c9162737056 --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-6abecefb8b67713a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a20c5b88c8aa431e.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9ea0b2710c8f355f.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out`
42762025-06-30T22:14:46.947Z Compiling guppy v0.17.19
42772025-06-30T22:14:46.950Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-0.17.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 --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=77867e8a6c3911a4 -C extra-filename=-ac47e23a47e47000 --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-ce41b31d84d6e3a9.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-c233bd7f28322f75.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-657e3258fcf4ceb9.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-dc1ffcf45921a40e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-8aa329e5d0663ec4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-16af63cac94c1744.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9fe66d1c46e2a898.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-c1831b0126a307b9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42782025-06-30T22:14:47.451Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=a6ba2c386fc74797 -C extra-filename=-c2e8e3c9cbc1192a --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-e2d0e0a9688f89ca.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-4dfb2a5e270d285d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-3478a2e01a411a89.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-d73f581ad6934735.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-c2fadd8a76389f6d.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-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/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()))'`
42792025-06-30T22:14:48.564Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=83752908391fd4a3 -C extra-filename=-e70065b2fca30e15 --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-6abecefb8b67713a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a20c5b88c8aa431e.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b6ed5c9162737056.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
42802025-06-30T22:14:48.657Z Running `/home/build/.rustup/toolchains/1.87.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=b316d5cae3c337c8 -C extra-filename=-4c59568842895df5 --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-1bb814cae28f6e1e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a20c5b88c8aa431e.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b6ed5c9162737056.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts`
42812025-06-30T22:14:51.699Z Compiling async-object-pool v0.1.5
42822025-06-30T22:14:51.702Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-object-pool-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=996b58d2d8e66d60 -C extra-filename=-81047e9d8deebce7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-03e32b8ba347737b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42832025-06-30T22:14:51.751Z Compiling fancy-regex v0.14.0
42842025-06-30T22:14:51.754Z Running `/home/build/.rustup/toolchains/1.87.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=6f1588551c5681ab -C extra-filename=-c23b8ab5d3431cb6 --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-82ae2ff99b341299.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6523adb68efc81b9.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42852025-06-30T22:14:51.927Z Compiling rstest_macros v0.25.0
42862025-06-30T22:14:51.931Z Running `/home/build/.rustup/toolchains/1.87.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=15e874da6ceecb3c -C extra-filename=-888b57fc7d205e2e --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-888b57fc7d205e2e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-44b9cba06af0b51e.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42872025-06-30T22:14:54.403Z Compiling assert-json-diff v2.0.2
42882025-06-30T22:14:54.489Z Running `/home/build/.rustup/toolchains/1.87.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=c42942406f9179e8 -C extra-filename=-83b36f86bae8db31 --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-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42892025-06-30T22:14:54.489Z Compiling tokio-rustls v0.25.0
42902025-06-30T22:14:54.490Z Running `/home/build/.rustup/toolchains/1.87.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=5f6d667c46fc1fa9 -C extra-filename=-e95616a73efc6d63 --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-4c59568842895df5.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a20c5b88c8aa431e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts`
42912025-06-30T22:14:54.490Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
42922025-06-30T22:14:54.490Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-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 '--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=8fd7951d764a6af6 -C extra-filename=-f9054557649cbb01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-92e945d5f5e30583.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-f75ea7d90b779fd9.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-ad59467a09ca041e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-d09809bfc2d5bdca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-59a59a87f1844024.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-e3c74751c1f56b3b.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-53aafce35083fc8f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9aa091ab62ef587d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-c2beecfd9cdccaf4.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1f873415a8bab1e6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-abdd979b084cafc5.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-fc0cb05dfb468bed.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-e95616a73efc6d63.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-3de9fca2e5ae5a6b.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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts`
42932025-06-30T22:14:54.490Z Running `/home/build/.rustup/toolchains/1.87.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=fd86a12e448b42f5 -C extra-filename=-7ef9e523f137f2c4 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42942025-06-30T22:14:54.490Z Compiling serde_regex v1.1.0
42952025-06-30T22:14:54.490Z Running `/home/build/.rustup/toolchains/1.87.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=fbcb142b8c7447b4 -C extra-filename=-112e053fed5a3b6f --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-26b53ab2c5be6997.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42962025-06-30T22:14:54.490Z Compiling path-tree v0.8.1
42972025-06-30T22:14:54.490Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name path_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/path-tree-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=873f59cd02808de2 -C extra-filename=-d3880de850041d0e --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-3b112245a8f41229.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42982025-06-30T22:14:54.490Z Compiling assert_cmd v2.0.17
42992025-06-30T22:14:54.490Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=57c12710ebbd3e5e -C extra-filename=-76c6b97f9adfe5f3 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-76c6b97f9adfe5f3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43002025-06-30T22:14:54.831Z Compiling topological-sort v0.2.2
43012025-06-30T22:14:54.835Z Running `/home/build/.rustup/toolchains/1.87.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=a5ad9d6950e20c3f -C extra-filename=-93a21d543800dfb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43022025-06-30T22:14:54.868Z Compiling internet-checksum v0.2.1
43032025-06-30T22:14:54.871Z Running `/home/build/.rustup/toolchains/1.87.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=fab952d747ed8a90 -C extra-filename=-6c1f97feedf677b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43042025-06-30T22:14:55.128Z Compiling stringmetrics v2.2.2
43052025-06-30T22:14:55.170Z Running `/home/build/.rustup/toolchains/1.87.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=f73cbf8412b05adf -C extra-filename=-99ce49da95185134 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43062025-06-30T22:14:55.174Z Compiling target-triple v0.1.3
43072025-06-30T22:14:55.174Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-0.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96c6dd70685004e4 -C extra-filename=-2be84745219e4d2d --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-2be84745219e4d2d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43082025-06-30T22:14:55.468Z Compiling tokio-rustls v0.26.0
43092025-06-30T22:14:55.471Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=998befe87e972ae5 -C extra-filename=-9f0c21b5edc822a6 --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-e70065b2fca30e15.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a20c5b88c8aa431e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out`
43102025-06-30T22:14:55.821Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-2be84745219e4d2d/build-script-build`
43112025-06-30T22:14:55.892Z Compiling httpmock v0.8.0-alpha.1
43122025-06-30T22:14:55.895Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpmock-0.8.0-alpha.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="headers"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "color", "colored", "cookies", "default", "env_logger", "experimental", "headers", "http2", "https", "hyper-rustls", "proxy", "rcgen", "record", "remote", "remote-https", "rustls", "rustls-pemfile", "serde_yaml", "standalone", "tls-detect", "tokio-rustls"))' -C metadata=018608910cecf12f -C extra-filename=-a9e2cfcc6272f261 --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-83b36f86bae8db31.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-81047e9d8deebce7.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-03e32b8ba347737b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e49e148379376081.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-ad59467a09ca041e.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-ae4a58d11789a9dd.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-59a59a87f1844024.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-d3880de850041d0e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-112e053fed5a3b6f.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-99ce49da95185134.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-3e5916a2e3756817.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43132025-06-30T22:14:55.998Z Compiling hyper-rustls v0.27.7
43142025-06-30T22:14:56.002Z Running `/home/build/.rustup/toolchains/1.87.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=c2d723d4b6cafbec -C extra-filename=-89a89bd82e8d4050 --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-f7d8e045d988126a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-59a59a87f1844024.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e70065b2fca30e15.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-3b2712159c6a2f0a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a20c5b88c8aa431e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f0c21b5edc822a6.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-28726dda7401c611.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-8ab760ed4396f3df.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out`
43152025-06-30T22:14:56.752Z Compiling reqwest v0.12.20
43162025-06-30T22:14:56.756Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "system-proxy", "trust-dns", "zstd"))' -C metadata=97b6b923b97612ff -C extra-filename=-e05c5f76a68f41a2 --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-ef6e1aa9c68ab04f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-109203af12b2b6af.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-0ed5622e321211e4.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-5abce881347377af.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-94110eabed412358.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-881d7f8af9b220f6.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-59a59a87f1844024.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-3da7535f9c3f5096.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-fd815ee3e6f6d147.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e70065b2fca30e15.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a20c5b88c8aa431e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-75de4f262a28760b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-8ae23bdd00bb6a07.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f0c21b5edc822a6.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-9f27ff00511e66a6.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-d83354642adc80cd.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-28726dda7401c611.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-8ab760ed4396f3df.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64`
43172025-06-30T22:14:57.179Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/6d31fa6/tls/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5b0f6077cba9458 -C extra-filename=-07cc63e0f41c8fd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-dcc17ac0f537aec9.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-b098ad7483a58c3d.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-c755548413afb770.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-c2e26a7fc12c5175.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-d909e5bee2ee8acf.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e70065b2fca30e15.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-8ac25521d75f80cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f0c21b5edc822a6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6d9084eefb049e89.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.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/ -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out`
43182025-06-30T22:14:59.311Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-76c6b97f9adfe5f3/build-script-build`
43192025-06-30T22:14:59.380Z Compiling datatest-stable v0.3.2
43202025-06-30T22:14:59.385Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/datatest-stable-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("include-dir"))' -C metadata=f59e74e87a935b97 -C extra-filename=-5a7a56f126a0670c --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-4f270b9dc7dca48d.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-c23b8ab5d3431cb6.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-3e0bcd3421ffc4b1.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43212025-06-30T22:15:00.033Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-888b57fc7d205e2e/build-script-build`
43222025-06-30T22:15:00.206Z Compiling progenitor-client v0.10.0
43232025-06-30T22:15:00.210Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=831966b13c61cf53 -C extra-filename=-12a5166a9052f900 --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-ee2129fa6db1368d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64`
43242025-06-30T22:15:00.877Z Compiling progenitor-client v0.9.1
43252025-06-30T22:15:00.881Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=773b49fef3b5bc22 -C extra-filename=-12dc860b3731bfb7 --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-ee2129fa6db1368d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64`
43262025-06-30T22:15:01.236Z Compiling progenitor v0.10.0
43272025-06-30T22:15:01.240Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=356151ad5a3d2594 -C extra-filename=-5f14f92b8f82f7fc --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-12a5166a9052f900.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-174ea50515ab6779.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-43609f30b6b138e2.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64`
43282025-06-30T22:15:01.467Z Compiling progenitor v0.9.1
43292025-06-30T22:15:01.470Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=b7004c90880e9b9d -C extra-filename=-484069d823752b89 --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-12dc860b3731bfb7.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-b8f93ce623584d60.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-10ad4c874d237b4f.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64`
43302025-06-30T22:15:01.546Z Compiling progenitor-client v0.8.0
43312025-06-30T22:15:01.549Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e35a27673e1a512 -C extra-filename=-91e1601f75257c4b --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-ee2129fa6db1368d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64`
43322025-06-30T22:15:01.773Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54)
43332025-06-30T22:15:01.777Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/760b4b5/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=2df62e8c1151b4c4 -C extra-filename=-81ad0a67624a4c96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-484069d823752b89.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64`
43342025-06-30T22:15:02.112Z Compiling progenitor v0.8.0
43352025-06-30T22:15:02.116Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a59d0241635684a -C extra-filename=-06dcc3ce502be4d7 --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-91e1601f75257c4b.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-81fd0442f5551fbf.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-6db1557695f733ba.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64`
43362025-06-30T22:15:02.406Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
43372025-06-30T22:15:02.409Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/fae5334/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "falcon"))' -C metadata=fad9a497deef2376 -C extra-filename=-b509d6697336dbc9 --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-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6479324884e62b47.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-06dcc3ce502be4d7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e6305e8dca81f1ff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64`
43382025-06-30T22:15:02.591Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
43392025-06-30T22:15:02.642Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/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=b6cacc3dc9cfb0d5 -C extra-filename=-b2122646d9c78f8f --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-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6479324884e62b47.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-bbae77247e2d1050.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e6305e8dca81f1ff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64`
43402025-06-30T22:15:06.973Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
43412025-06-30T22:15:06.979Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fcc82243c542c3d5 -C extra-filename=-f66fb8baaf448a8a --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-f66fb8baaf448a8a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-ce41b31d84d6e3a9.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-212bd90c4b2dd6c2.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-6abecefb8b67713a.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-51d372fa91d20d85.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-78e38759e3b6da1b.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b3c8cd159185181c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-612ce2e304571f81.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-faf115b538446cf7.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f31d3e05cb6ea3f7.rlib --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-3283956f89e6ed5b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-5635dba39bf9bf7b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-379a38323fc33607.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2c96830fae84e44c.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e49e148379376081.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ef421c864b54ec9e.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-ea40d9ab8b9757a5.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-2ecaa8b38dcf8faa.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-d64721bdf3087236.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-c755548413afb770.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-72fa9a7c58f40979.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-2258aab87697adbb.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-ad59467a09ca041e.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-340d4db1586c85dd.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-353e6090291573ff.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7507609290b17159.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd0dad88f56f0ea8.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-f1db6b1fa8fda49d.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ee2ff769a8771c26.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-59a59a87f1844024.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-34d50781102c559f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-76e46987a5cb127a.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a31d6e3ea5bde33b.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb1901253e0db9df.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a17f495745437ac9.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8b31b87f3240ff35.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0198d0379ddd5e72.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3b3b33ff78e5a886.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-33b5304ed311b179.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-987dcd08b67cb2a8.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-b6be0333af93ab88.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-d909e5bee2ee8acf.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-20179c07374f1a77.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-d3105508a84126c2.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-63c6474b95c77984.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d1942fe7a0f875a4.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-221a139d58cdccf4.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-47774841ed96ca61.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-e68eb56a87261b4f.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-72ad14aa7b4c9ad8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ff6ed72e3b7d50b0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6523adb68efc81b9.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-848ea02eff028b21.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-821ca613971b037b.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e70065b2fca30e15.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b6ed5c9162737056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9aa091ab62ef587d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1f873415a8bab1e6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-406ca8badcd23106.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a93b2b0d16191f46.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-31f21f99f9ca54c8.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f0c21b5edc822a6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f60053941bf92db1.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2310c9a53b7cd6d1.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-904e4ec3fcbed7e7.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-643e7692f89b35e0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-25caf115c2801f29.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ad0a9d44eab449a4.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6d9084eefb049e89.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3ddec34f40a666cf.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6af2d8bdb1462b.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43422025-06-30T22:15:07.441Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-f66fb8baaf448a8a/build-script-build`
43432025-06-30T22:15:07.516Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2021 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0d883e202dd0103 -C extra-filename=-d329a378030b478a --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-ce41b31d84d6e3a9.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-212bd90c4b2dd6c2.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-6abecefb8b67713a.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-51d372fa91d20d85.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-78e38759e3b6da1b.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b3c8cd159185181c.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-612ce2e304571f81.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-faf115b538446cf7.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f31d3e05cb6ea3f7.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-5635dba39bf9bf7b.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-379a38323fc33607.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2c96830fae84e44c.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e49e148379376081.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ef421c864b54ec9e.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-ea40d9ab8b9757a5.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-2ecaa8b38dcf8faa.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-d64721bdf3087236.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-c755548413afb770.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-72fa9a7c58f40979.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-2258aab87697adbb.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-ad59467a09ca041e.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-340d4db1586c85dd.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-353e6090291573ff.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7507609290b17159.rmeta --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd0dad88f56f0ea8.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-f1db6b1fa8fda49d.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ee2ff769a8771c26.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-59a59a87f1844024.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-34d50781102c559f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-76e46987a5cb127a.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a31d6e3ea5bde33b.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb1901253e0db9df.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a17f495745437ac9.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8b31b87f3240ff35.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0198d0379ddd5e72.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3b3b33ff78e5a886.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-33b5304ed311b179.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-987dcd08b67cb2a8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-b6be0333af93ab88.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-d909e5bee2ee8acf.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-20179c07374f1a77.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-d3105508a84126c2.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-63c6474b95c77984.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d1942fe7a0f875a4.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-221a139d58cdccf4.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-47774841ed96ca61.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-e68eb56a87261b4f.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-72ad14aa7b4c9ad8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ff6ed72e3b7d50b0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6523adb68efc81b9.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-848ea02eff028b21.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-821ca613971b037b.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e70065b2fca30e15.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b6ed5c9162737056.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9aa091ab62ef587d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1f873415a8bab1e6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-406ca8badcd23106.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a93b2b0d16191f46.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f0c21b5edc822a6.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f60053941bf92db1.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2310c9a53b7cd6d1.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-904e4ec3fcbed7e7.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-643e7692f89b35e0.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-25caf115c2801f29.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ad0a9d44eab449a4.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6d9084eefb049e89.rmeta --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3ddec34f40a666cf.rmeta --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6af2d8bdb1462b.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43442025-06-30T22:15:07.705Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
43452025-06-30T22:15:07.709Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=093a013eb0cd2d82 -C extra-filename=-de6ab9c7dbb44e65 --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-d329a378030b478a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43462025-06-30T22:15:08.089Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
43472025-06-30T22:15:08.092Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name id_map --edition=2021 id-map/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43cd944bcebef4ba -C extra-filename=-36e08dc1817ff537 --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-72f56b93b42caad5.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43482025-06-30T22:15:08.530Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
43492025-06-30T22:15:08.534Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e4482a9208e74ca7 -C extra-filename=-8244b0e76e42a5db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ab065754353384b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-996d59c4e5a5e5b6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43502025-06-30T22:15:08.726Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
43512025-06-30T22:15:08.729Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=b721870e69d814d7 -C extra-filename=-84b69cb1d9409957 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-de6ab9c7dbb44e65.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5214dd74a1ef2464.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-010866bfd49291f8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43522025-06-30T22:15:08.860Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
43532025-06-30T22:15:08.863Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9e04946a20c9f93 -C extra-filename=-9c9147f64aa06683 --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-d329a378030b478a.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43542025-06-30T22:15:09.202Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
43552025-06-30T22:15:09.206Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe055efb4904de7c -C extra-filename=-4623c984fea7cca4 --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-e139f1343979802c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43562025-06-30T22:15:09.250Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
43572025-06-30T22:15:09.296Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5db466d33bb05a4f -C extra-filename=-3ac32ec69a43aedf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-0aec142281e1a83a.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-cb57b30596f14652.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43582025-06-30T22:15:09.762Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43592025-06-30T22:15:09.765Z Running `/home/build/.rustup/toolchains/1.87.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=43cbb716f6bed3e6 -C extra-filename=-6d00df43ac584657 --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-f9054557649cbb01.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43602025-06-30T22:15:09.815Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=8304571f844d030f -C extra-filename=-4f1f386314e1d0fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-de6ab9c7dbb44e65.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5214dd74a1ef2464.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-010866bfd49291f8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43612025-06-30T22:15:10.760Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
43622025-06-30T22:15:10.763Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-45d28c3107cfa8a3/f3fe054/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fff120f535f59a4c -C extra-filename=-5c766a6d348e1049 --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-b0351b73701e7482.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-12dfa3f23ab03f30.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b509d6697336dbc9.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-63933345abf2de61.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-130a8800de47e19b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-3e5916a2e3756817.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e6305e8dca81f1ff.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f60053941bf92db1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-cf35d26cce1dfcfe.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-85413a2bafc2fca8.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
43632025-06-30T22:15:12.155Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
43642025-06-30T22:15:12.159Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=caae4034391c434b -C extra-filename=-1610afcde392e85b --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-1610afcde392e85b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43652025-06-30T22:15:12.406Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43662025-06-30T22:15:12.411Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=28ec543b82caab1d -C extra-filename=-3ef4a040546ae31f --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-d329a378030b478a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43672025-06-30T22:15:12.575Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-1610afcde392e85b/build-script-build`
43682025-06-30T22:15:12.643Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
43692025-06-30T22:15:12.647Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=821e0b13372a436a -C extra-filename=-ae1c79b0610b5d0c --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-d329a378030b478a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43702025-06-30T22:15:12.953Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
43712025-06-30T22:15:12.957Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0f0f17ddb50e1966 -C extra-filename=-a11ba0e0b16cd8c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43722025-06-30T22:15:13.494Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
43732025-06-30T22:15:13.498Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2021 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3603926c6d474ac -C extra-filename=-0c92c9442940c946 --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-d329a378030b478a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43742025-06-30T22:15:13.634Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43752025-06-30T22:15:13.689Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cbb4dd2f79f126b2 -C extra-filename=-f4f624c01a5a54e0 --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-d329a378030b478a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43762025-06-30T22:15:13.767Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43772025-06-30T22:15:13.771Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cce5fee712714c43 -C extra-filename=-aaea255c0b8d5e87 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-aaea255c0b8d5e87 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43782025-06-30T22:15:13.872Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43792025-06-30T22:15:13.875Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2021 nexus/db-schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a20cebb08966e7c -C extra-filename=-f3a231470198e06a --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-63a0384016e95522.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43802025-06-30T22:15:13.918Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43812025-06-30T22:15:13.921Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=866951ce9d570f6d -C extra-filename=-b70629b9d363b9ac --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-2607b1d525d6c62b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f4f624c01a5a54e0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43822025-06-30T22:15:14.170Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-aaea255c0b8d5e87/build-script-build`
43832025-06-30T22:15:14.237Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54)
43842025-06-30T22:15:14.241Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/760b4b5/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=262e127abe691345 -C extra-filename=-8804ad2a31b94b33 --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-6f46b1ad79447fc8.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-484069d823752b89.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64`
43852025-06-30T22:15:15.786Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43862025-06-30T22:15:15.790Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-fixed-data/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c5ba69dabc0f1af -C extra-filename=-499b10b5ae89c678 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-499b10b5ae89c678 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43872025-06-30T22:15:16.217Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
43882025-06-30T22:15:16.221Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2021 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f21ac821a15409e8 -C extra-filename=-890eaa5882507c8e --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-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43892025-06-30T22:15:16.290Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-499b10b5ae89c678/build-script-build`
43902025-06-30T22:15:16.355Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43912025-06-30T22:15:16.359Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2021 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fcaecbf4faac5d3d -C extra-filename=-6d12ef89ac8f431c --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-f9054557649cbb01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43922025-06-30T22:15:17.054Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43932025-06-30T22:15:17.057Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/auth/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fcfa0b6f36b2f622 -C extra-filename=-75a856940aff4dbb --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-75a856940aff4dbb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43942025-06-30T22:15:17.134Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43952025-06-30T22:15:17.137Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=72b9a4c6bd39686c -C extra-filename=-62cd9911aa89bca8 --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-2607b1d525d6c62b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f4f624c01a5a54e0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43962025-06-30T22:15:17.458Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-75a856940aff4dbb/build-script-build`
43972025-06-30T22:15:17.526Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
43982025-06-30T22:15:17.532Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=435fef9d63365ad7 -C extra-filename=-80d9c199ba5e0a84 --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-edf8629ceb4f4ea2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43992025-06-30T22:15:17.673Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44002025-06-30T22:15:17.677Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-lookup/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd3afd6a9bdbf907 -C extra-filename=-b2c39fbf39505dfb --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-b2c39fbf39505dfb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44012025-06-30T22:15:18.085Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-b2c39fbf39505dfb/build-script-build`
44022025-06-30T22:15:18.151Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44032025-06-30T22:15:18.210Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=696759f7867315e6 -C extra-filename=-e9011bd77d9430b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-e9011bd77d9430b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44042025-06-30T22:15:18.552Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
44052025-06-30T22:15:18.557Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/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=8657dfcb09f3ba8e -C extra-filename=-f06e739970af8260 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8735b6539ef5d243.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64`
44062025-06-30T22:15:18.848Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-e9011bd77d9430b4/build-script-build`
44072025-06-30T22:15:18.914Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
44082025-06-30T22:15:18.918Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2021 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4de17454cd55bf1 -C extra-filename=-fd413b5d386c7e83 --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-ee2129fa6db1368d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44092025-06-30T22:15:19.015Z Compiling samael v0.0.19
44102025-06-30T22:15:19.019Z Running `/home/build/.rustup/toolchains/1.87.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=1ab754100c154086 -C extra-filename=-31fe99fe424b2933 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-31fe99fe424b2933 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-ae0c4be867a37c8e.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3635e7ea4178d8e6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44112025-06-30T22:15:19.278Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
44122025-06-30T22:15:19.282Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/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=7ab91de85a511b3d -C extra-filename=-772ecac758e096fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-dcb9c65889f37924.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6479324884e62b47.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-405d6aec9d0c2759.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-abdd979b084cafc5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e6305e8dca81f1ff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64`
44132025-06-30T22:15:19.606Z Compiling tough v0.20.0
44142025-06-30T22:15:19.610Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tough-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fips", "http", "integ", "reqwest"))' -C metadata=8462abbf9d8d9409 -C extra-filename=-7d3f7004a2ec942d --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-952b2470db30a1c2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-6abecefb8b67713a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-9971a79910adfacb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-62b937a1ebdb0f78.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-bef6c33d33ecb758.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e70065b2fca30e15.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-d3acb497803444c9.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-00c60c1bf3080728.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-9753707502760a35.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-ea5d24529940ac78.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64`
44152025-06-30T22:15:20.192Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
44162025-06-30T22:15:20.196Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6739ff11f4d2905a -C extra-filename=-3da55ef5c00c9da0 --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-863717e309b7a9bc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-87f476b0f04bc669.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44172025-06-30T22:15:20.510Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44182025-06-30T22:15:20.514Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 cockroach-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6eb9949d8d00ebee -C extra-filename=-1b02f54cb69ebdd4 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-1b02f54cb69ebdd4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44192025-06-30T22:15:20.951Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=9efb300659967d16 -C extra-filename=-b71279594452f743 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-99a21674f504239c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-7bff3febc5f6c73e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-44a25530587d4980.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c9d9cc016dcc99c9.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8244b0e76e42a5db.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-dc763c9e4cf3753b.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out --check-cfg 'cfg(svcadm_autoclear)'`
44202025-06-30T22:15:21.438Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
44212025-06-30T22:15:21.442Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=398a93296951665f -C extra-filename=-482dcce6b164edb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44222025-06-30T22:15:24.993Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44232025-06-30T22:15:24.998Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=522cc5879d4e5672 -C extra-filename=-2858ce7fca430d76 --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-9a1e7e99ca25fd00.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-c2e26a7fc12c5175.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44242025-06-30T22:15:25.863Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44252025-06-30T22:15:25.867Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=885bdc9480ecfd83 -C extra-filename=-16f1389e7fd53a94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44262025-06-30T22:15:26.255Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44272025-06-30T22:15:26.259Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2bf2c8aa18f22180 -C extra-filename=-483eca42e82a785f --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-ee2129fa6db1368d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c88984b8dab35587.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44282025-06-30T22:15:26.765Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
44292025-06-30T22:15:26.776Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0025fcc01841145 -C extra-filename=-fe64e3457ce1c0bb --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-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44302025-06-30T22:15:26.976Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44312025-06-30T22:15:26.980Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8cf557566567f508 -C extra-filename=-f2181b84702a7526 --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-72f56b93b42caad5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2858ce7fca430d76.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44322025-06-30T22:15:28.554Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44332025-06-30T22:15:28.558Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc75ea19be2dbac8 -C extra-filename=-080b0af0166715ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44342025-06-30T22:15:29.317Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
44352025-06-30T22:15:29.322Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=733df31885644e1f -C extra-filename=-0eb15a04d09586e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44362025-06-30T22:15:30.981Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44372025-06-30T22:15:30.985Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3fbe5173a992cbe8 -C extra-filename=-d05f91da223a6328 --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-ef6e1aa9c68ab04f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
44382025-06-30T22:15:31.469Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44392025-06-30T22:15:31.473Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed81696301e69498 -C extra-filename=-3ea14fdbc3dc8e1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5bd0bd296ec98b10.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44402025-06-30T22:15:32.803Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44412025-06-30T22:15:32.807Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=cdd0c15a50c019d3 -C extra-filename=-4b1990d917192bef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-f1ad58118408312d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-5c766a6d348e1049.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44422025-06-30T22:15:32.874Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c78de700f2aea0b5 -C extra-filename=-3d3d23dec40bec62 --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-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12629c63d03535fd.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-3e2c566235cdb9ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64`
44432025-06-30T22:15:33.268Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b8ad04f514f01dd -C extra-filename=-a40dda17295f5ad9 --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-ee2129fa6db1368d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c88984b8dab35587.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f1f386314e1d0fe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44442025-06-30T22:15:35.476Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44452025-06-30T22:15:35.481Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2325e388a1f31bab -C extra-filename=-0b0f7d6eadcf208d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44462025-06-30T22:15:35.736Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44472025-06-30T22:15:35.740Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97908da13c7e8f5e -C extra-filename=-cfc2c71b5721dbd8 --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-90590cfc90a413fc.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44482025-06-30T22:15:36.698Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44492025-06-30T22:15:36.703Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3119155b947db06f -C extra-filename=-2c8e96d180d08afa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-de6ab9c7dbb44e65.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
44502025-06-30T22:15:37.460Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44512025-06-30T22:15:37.464Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e904cbdb4e57e2ac -C extra-filename=-016eadc048f91be8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64`
44522025-06-30T22:15:38.985Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2bab57d096b78b74 -C extra-filename=-cf55631a2ef5aafb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a40dda17295f5ad9.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44532025-06-30T22:15:39.766Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44542025-06-30T22:15:39.770Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=12fdb6e34846d713 -C extra-filename=-1f772e920937f1f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-ebf7f590bdbdf21b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-36b486c1e8b10b05.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-7175f51c0ffc9994.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
44552025-06-30T22:15:40.232Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
44562025-06-30T22:15:40.237Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=55a4b98dbeb0aad6 -C extra-filename=-47f8ba3fc8bc4ec6 --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-ee2129fa6db1368d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c88984b8dab35587.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f1f386314e1d0fe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44572025-06-30T22:15:42.470Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44582025-06-30T22:15:42.473Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ecdf6fcdad9b754a -C extra-filename=-e0c14a633803c5cf --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-d329a378030b478a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-cf55631a2ef5aafb.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a40dda17295f5ad9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44592025-06-30T22:15:43.178Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44602025-06-30T22:15:43.182Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b36494788a17efc4 -C extra-filename=-0cba5ad02c87ce20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64`
44612025-06-30T22:15:47.131Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44622025-06-30T22:15:47.136Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b3e99f5efae0d32 -C extra-filename=-49ae992d0c47865d --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-0995b155a32ebe73.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44632025-06-30T22:15:48.111Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
44642025-06-30T22:15:48.115Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=105ad28b2f030fe5 -C extra-filename=-5fce5267e3b361c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-47f8ba3fc8bc4ec6.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44652025-06-30T22:15:51.120Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44662025-06-30T22:15:51.124Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c465bd355b9858d -C extra-filename=-0f4e318a80433dd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ef4a040546ae31f.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-0b0f7d6eadcf208d.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-e0c14a633803c5cf.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44672025-06-30T22:15:51.418Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eef776db2596d6f1 -C extra-filename=-0e7f97644d6e7999 --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-ee2129fa6db1368d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c88984b8dab35587.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44682025-06-30T22:15:51.464Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
44692025-06-30T22:15:51.468Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23acf3924394504f -C extra-filename=-3b4a87b26751e853 --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-d329a378030b478a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-5fce5267e3b361c1.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-47f8ba3fc8bc4ec6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44702025-06-30T22:15:51.631Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44712025-06-30T22:15:51.634Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=42482daf8653825f -C extra-filename=-d14c26de00267fc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-80ba71216b06884a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
44722025-06-30T22:15:52.569Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44732025-06-30T22:15:52.573Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c40ee5b8a2837768 -C extra-filename=-766412797161c7bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44742025-06-30T22:15:54.124Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
44752025-06-30T22:15:54.127Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=d9c880d26ac1850d -C extra-filename=-affa07f1fe3725f4 --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-3a67e9cd8804fc68.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-f577c68bd5feaa96.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44762025-06-30T22:15:54.439Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
44772025-06-30T22:15:54.451Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c96ad84941576c40 -C extra-filename=-12e61130e679340d --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-edf8629ceb4f4ea2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44782025-06-30T22:15:55.711Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=55b80db8ec6c328b -C extra-filename=-ac08f3e0064fdbd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0e7f97644d6e7999.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44792025-06-30T22:15:55.998Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
44802025-06-30T22:15:56.040Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd5a962eb110fede -C extra-filename=-7aa26c0c420705e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-afbb5a030ded3cae.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5f71e5b6b3a7c292.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-374cd4b713341571.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44812025-06-30T22:15:58.007Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
44822025-06-30T22:15:58.011Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0642c0f34c86512b -C extra-filename=-40fc2e44375933e4 --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-7b855985f2fc6e77.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-f9d6d1e055588901.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-5d1f69bb666610fc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44832025-06-30T22:15:58.947Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44842025-06-30T22:15:58.954Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d92962b826a6bc9e -C extra-filename=-a49a954467e40bd4 --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-edf8629ceb4f4ea2.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44852025-06-30T22:15:59.216Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
44862025-06-30T22:15:59.223Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2021 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5de57b64a33a917e -C extra-filename=-3d9ac8df282ce77a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8244b0e76e42a5db.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44872025-06-30T22:15:59.476Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=ad88279e1fcbe032 -C extra-filename=-54dc754451a6f630 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-952b2470db30a1c2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-414b4ff45220e293.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-fcc5c253f7baaea5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-97cbcd223e422a48.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5bd0bd296ec98b10.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-015002e6c87ba800.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6e35b7e91b020491.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-ce101b571f0ea8b4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f747656fa0bcde03.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-684b65cd40f0afc9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-9eee3fc41e327ae2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44882025-06-30T22:15:59.586Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
44892025-06-30T22:15:59.610Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=675bdecc8a71ac72 -C extra-filename=-d69472432071b847 --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-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44902025-06-30T22:15:59.872Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
44912025-06-30T22:15:59.876Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d82b3bf425cfb2c4 -C extra-filename=-e4a8f2d89c083782 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ae1c79b0610b5d0c.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ac08f3e0064fdbd1.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-3b4a87b26751e853.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0e7f97644d6e7999.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44922025-06-30T22:16:00.116Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
44932025-06-30T22:16:00.120Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d0f765ef6cc60cb -C extra-filename=-7c6f48a3cddcb896 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44942025-06-30T22:16:00.433Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
44952025-06-30T22:16:00.452Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2021 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=734ced556f9cdedd -C extra-filename=-72e5ad8f9fa587e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e4a8f2d89c083782.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-abdd979b084cafc5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e9f37a016911c5f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44962025-06-30T22:16:01.178Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
44972025-06-30T22:16:01.183Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1105c75de37276e5 -C extra-filename=-6277bcb465498b42 --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-edf8629ceb4f4ea2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
44982025-06-30T22:16:01.334Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
44992025-06-30T22:16:01.344Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=36bdeb4bd3922168 -C extra-filename=-8a7368a09c31f60d --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-4f270b9dc7dca48d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3d9ac8df282ce77a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45002025-06-30T22:16:03.783Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
45012025-06-30T22:16:03.788Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "tofino_asic"))' -C metadata=d50b1e2e4c660e18 -C extra-filename=-5c9ee4e9ffc7488f --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-0995b155a32ebe73.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-72e5ad8f9fa587e6.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-558c83f68861bcdc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-484069d823752b89.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-d8fcbcadbbfd457b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45022025-06-30T22:16:04.413Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45032025-06-30T22:16:04.416Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fde7dc53cf8eaaa7 -C extra-filename=-3f2b3bbabe6ddd40 --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-6cdb18cfaf521a4b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45042025-06-30T22:16:04.685Z Compiling polar-core v0.27.3
45052025-06-30T22:16:04.689Z Running `/home/build/.rustup/toolchains/1.87.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=97f1f5544162389f -C extra-filename=-b36afc823d5c460e --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-b36afc823d5c460e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-2ec72dd599364159.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-03adac4a94e542fc.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45062025-06-30T22:16:05.705Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=89170e4af052f8ae -C extra-filename=-c49624b5db50b6ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b70629b9d363b9ac.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3f2b3bbabe6ddd40.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-40fc2e44375933e4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45072025-06-30T22:16:05.785Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45082025-06-30T22:16:05.790Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9adaace2d3811652 -C extra-filename=-a232bb6fae14e71c --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-8804ad2a31b94b33.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45092025-06-30T22:16:05.913Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-31fe99fe424b2933/build-script-bindings`
45102025-06-30T22:16:06.421Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-b36afc823d5c460e/build-script-build`
45112025-06-30T22:16:06.774Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
45122025-06-30T22:16:06.778Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2021 sled-agent/config-reconciler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=af8a5eb67f2b8afb -C extra-filename=-d599089a7172407f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
45132025-06-30T22:16:07.901Z Running `/home/build/.rustup/toolchains/1.87.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=538a090bd33d399c -C extra-filename=-05fbc0c18b2f03c0 --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-ef6e1aa9c68ab04f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-4bb9c855f7a0a798.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-90ea3f523be66355.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-4326dd177030920d.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-5d1f69bb666610fc.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-858072c6e661a7ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xmlsec1 -l xml2 -l ssl -l crypto -l xmlsec1 -l ltdl -l xslt -l xml2 -l z -l lzma -l m -l socket -l nsl -l m -l xml2 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg xmlsec_dynamic --check-cfg 'cfg(xmlsec_dynamic)' --check-cfg 'cfg(xmlsec_static)'`
45142025-06-30T22:16:08.229Z Running `/home/build/.rustup/toolchains/1.87.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=a4cd921db32c27b9 -C extra-filename=-cb3e4b67ceb67bf1 --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-41ed1515c5dcdd66.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a17f495745437ac9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-02bc2f50f4df49be.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45152025-06-30T22:16:12.944Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
45162025-06-30T22:16:12.948Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4eab79844ced0eff -C extra-filename=-7aad44eb7032c853 --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-f9054557649cbb01.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
45172025-06-30T22:16:15.593Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
45182025-06-30T22:16:15.597Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6bd75c43edd3dac9 -C extra-filename=-0cc88e28765ab17c --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-edf8629ceb4f4ea2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
45192025-06-30T22:16:18.800Z Compiling oso v0.27.3
45202025-06-30T22:16:18.804Z Running `/home/build/.rustup/toolchains/1.87.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=44462cc9ba36dd77 -C extra-filename=-d9938fd7365ced27 --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-48aebb6a4847b9c2.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-f3dbe17e62f7d0f9.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-cb3e4b67ceb67bf1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45212025-06-30T22:16:19.629Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
45222025-06-30T22:16:19.632Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_zone_images --edition=2021 sled-agent/zone-images/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=10270454b1aced5b -C extra-filename=-973017a9c286f392 --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-4f270b9dc7dca48d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
45232025-06-30T22:16:20.146Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
45242025-06-30T22:16:20.150Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=810c27cc1a32d798 -C extra-filename=-32e54d84eb7c68e2 --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-f9054557649cbb01.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45252025-06-30T22:16:20.663Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
45262025-06-30T22:16:20.663Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75f2148e308b10c8 -C extra-filename=-0faabaf2c9bf488a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7aad44eb7032c853.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1d75bcb326ade2db.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2858ce7fca430d76.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-28eb7c9de9519ab1.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-462e3136f0c7d964.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
45272025-06-30T22:16:22.102Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
45282025-06-30T22:16:22.106Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=904761d2143ef46f -C extra-filename=-0ff35b4c7db55537 --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-edf8629ceb4f4ea2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45292025-06-30T22:16:22.561Z Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
45302025-06-30T22:16:22.565Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_zone_images_examples --edition=2021 sled-agent/zone-images-examples/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82b47a10a24cd10e -C extra-filename=-a82f51dbecd00c3a --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-4f270b9dc7dca48d.rmeta --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-b39b30c89250fb37.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
45312025-06-30T22:16:22.794Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d)
45322025-06-30T22:16:22.798Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/681cb87/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=2cbf674eb29ffd61 -C extra-filename=-b30f15b0d04081be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-6abecefb8b67713a.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-eda6892ece357c68.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b4969537d543d468.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-505caf4cef9c5e21.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-c2beecfd9cdccaf4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45332025-06-30T22:16:22.974Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45342025-06-30T22:16:22.978Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=22506ea3ec8a1ac6 -C extra-filename=-10814b9d47415291 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-32e54d84eb7c68e2.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-44a25530587d4980.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-772ecac758e096fd.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rmeta --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-973017a9c286f392.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3d9ac8df282ce77a.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07cc63e0f41c8fd0.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
45352025-06-30T22:16:23.695Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45362025-06-30T22:16:23.700Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2021 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f384aeac582dd3f3 -C extra-filename=-6cd6d83b68b7cefc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
45372025-06-30T22:16:24.500Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
45382025-06-30T22:16:24.503Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee89cbaea9868877 -C extra-filename=-b52a750bde10378b --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-edf8629ceb4f4ea2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45392025-06-30T22:16:24.975Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
45402025-06-30T22:16:24.980Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=61688c29d6ee9978 -C extra-filename=-820e8d871f309f2e --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-edf8629ceb4f4ea2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45412025-06-30T22:16:27.104Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
45422025-06-30T22:16:27.108Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=64a5c40317980605 -C extra-filename=-7b63e4be5b6320b8 --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-edf8629ceb4f4ea2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45432025-06-30T22:16:27.318Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45442025-06-30T22:16:27.322Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e1f0d3a3e9c1fc29 -C extra-filename=-58bc14e822050e87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b52a750bde10378b.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rmeta --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-a82f51dbecd00c3a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3da55ef5c00c9da0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
45452025-06-30T22:16:27.635Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45462025-06-30T22:16:27.639Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=77324c58233dc2ff -C extra-filename=-61e30a0cccc17729 --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-4f270b9dc7dca48d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0faabaf2c9bf488a.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45472025-06-30T22:16:29.874Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45482025-06-30T22:16:29.891Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e245a21ee702332 -C extra-filename=-3f74f0abea83e621 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45492025-06-30T22:16:30.483Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45502025-06-30T22:16:30.488Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6dcdf2bfee5cca7a -C extra-filename=-c5f6525f02c85d6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3da55ef5c00c9da0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
45512025-06-30T22:16:30.663Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45522025-06-30T22:16:30.667Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=87cd5a62cf8447ba -C extra-filename=-5a8ddaaeecd55878 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
45532025-06-30T22:16:31.630Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
45542025-06-30T22:16:31.638Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=67d97eaebdeaf1d0 -C extra-filename=-b9999fef7d524659 --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-edf8629ceb4f4ea2.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5c6a4f36ae0c8939.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45552025-06-30T22:16:33.146Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45562025-06-30T22:16:33.149Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b32c761a7e38026c -C extra-filename=-63fcc38ca2e742af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-7b63e4be5b6320b8.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
45572025-06-30T22:16:33.192Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
45582025-06-30T22:16:33.195Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a97c80bf42e35932 -C extra-filename=-d800d1b246a7e1c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b9999fef7d524659.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45592025-06-30T22:16:34.747Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45602025-06-30T22:16:34.751Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f90464e3e0972a9 -C extra-filename=-82714634aec3490d --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-0995b155a32ebe73.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
45612025-06-30T22:16:35.428Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-1b02f54cb69ebdd4/build-script-build`
45622025-06-30T22:16:35.494Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a56ac2e3c1b6598 -C extra-filename=-f1a7bc8aedb37dd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-d800d1b246a7e1c2.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b9999fef7d524659.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5c6a4f36ae0c8939.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45632025-06-30T22:16:36.092Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45642025-06-30T22:16:36.096Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2021 nexus/mgs-updates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=286bc8cb40e2b93f -C extra-filename=-753d3c11da343843 --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-edf8629ceb4f4ea2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
45652025-06-30T22:16:40.137Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45662025-06-30T22:16:40.142Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e0d5a04ed97a8e0 -C extra-filename=-2a08b715cfcd1209 --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-edf8629ceb4f4ea2.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45672025-06-30T22:16:40.784Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.17.0+1.8.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=7e6d2dbc39ac6bca -C extra-filename=-9d6a79c134394d48 --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-cefab6d96bfc6445.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-8488d67d3d353b31.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-ad71cbb2d965d148/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
45682025-06-30T22:16:41.307Z Compiling git2 v0.19.0
45692025-06-30T22:16:41.311Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "ssh_key_from_memory", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=a3163351c801f122 -C extra-filename=-e8161ab2d322d264 --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-612ce2e304571f81.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-9d6a79c134394d48.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.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-ad71cbb2d965d148/out/build -L native=/usr/lib/amd64`
45702025-06-30T22:16:41.427Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45712025-06-30T22:16:41.431Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/saga-recovery/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a0c05161c6b177b -C extra-filename=-0494292e11d7fbe9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-0494292e11d7fbe9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45722025-06-30T22:16:41.856Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-0494292e11d7fbe9/build-script-build`
45732025-06-30T22:16:41.924Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
45742025-06-30T22:16:41.928Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa292c2798d0654e -C extra-filename=-7956cfa0869d8c87 --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-f9054557649cbb01.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
45752025-06-30T22:16:42.010Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
45762025-06-30T22:16:42.014Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f2759db164da948 -C extra-filename=-f9c8c86e8b56cb48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
45772025-06-30T22:16:46.445Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
45782025-06-30T22:16:46.449Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f64e647c1270c9d -C extra-filename=-57ee77431005e571 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45792025-06-30T22:16:48.296Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-8.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=5d67e0486b6eae74 -C extra-filename=-8b23ad128ff1c796 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-11b66644a8082d17.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-e8161ab2d322d264.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-44b9cba06af0b51e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.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-ad71cbb2d965d148/out/build -L native=/usr/lib/amd64 --cfg stable --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
45802025-06-30T22:16:49.856Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45812025-06-30T22:16:49.860Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/rendezvous/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7107537342c1f4f -C extra-filename=-c225cb29054bb752 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-c225cb29054bb752 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45822025-06-30T22:16:49.921Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45832025-06-30T22:16:49.924Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/metrics-producer-gc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e18554e027e33bc -C extra-filename=-71ec489efc73e515 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-71ec489efc73e515 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45842025-06-30T22:16:50.266Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45852025-06-30T22:16:50.270Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c1f1e5aba11eada -C extra-filename=-30003c2cfe593593 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-30003c2cfe593593 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45862025-06-30T22:16:50.345Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-71ec489efc73e515/build-script-build`
45872025-06-30T22:16:50.377Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-c225cb29054bb752/build-script-build`
45882025-06-30T22:16:50.437Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
45892025-06-30T22:16:50.477Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/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=3dc36fc0892a970c -C extra-filename=-2e8b980e981f376a --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-2e8b980e981f376a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-8b23ad128ff1c796.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-ad71cbb2d965d148/out/build -L native=/usr/lib/amd64`
45902025-06-30T22:16:50.481Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
45912025-06-30T22:16:50.481Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2021 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f76e903dad917852 -C extra-filename=-c9931c5ab8806eaf --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-edf8629ceb4f4ea2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45922025-06-30T22:16:50.667Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-30003c2cfe593593/build-script-build`
45932025-06-30T22:16:50.737Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45942025-06-30T22:16:50.740Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6e195d55d43d355d -C extra-filename=-233d5f13de19571d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-07d2f03d40072207.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1b77d5babba41bb1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2a08b715cfcd1209.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
45952025-06-30T22:16:51.588Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
45962025-06-30T22:16:51.596Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2134f9c11e26a6f4 -C extra-filename=-650e9578005bc8c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-abdd979b084cafc5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45972025-06-30T22:16:52.589Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-2e8b980e981f376a/build-script-build`
45982025-06-30T22:16:53.139Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45992025-06-30T22:16:53.143Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/reconfigurator-cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ceb84f8b3a59ee33 -C extra-filename=-9e4b3702bfbf64ef --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-9e4b3702bfbf64ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46002025-06-30T22:16:53.293Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46012025-06-30T22:16:53.297Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f9b3f5740075e9b -C extra-filename=-de9eb8140fbf4dd8 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-de9eb8140fbf4dd8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46022025-06-30T22:16:53.565Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
46032025-06-30T22:16:53.569Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2021 dev-tools/repl-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81a86aadebd4eac8 -C extra-filename=-fd7ecf9daf693bd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46042025-06-30T22:16:53.748Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-de9eb8140fbf4dd8/build-script-build`
46052025-06-30T22:16:53.787Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-9e4b3702bfbf64ef/build-script-build`
46062025-06-30T22:16:53.851Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
46072025-06-30T22:16:53.865Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_client --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/lldpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c2edab62203d1dff -C extra-filename=-cb299d2f0eb99bb9 --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-edf8629ceb4f4ea2.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-650e9578005bc8c1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-484069d823752b89.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-010866bfd49291f8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46082025-06-30T22:16:53.893Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46092025-06-30T22:16:53.897Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2021 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d5239fa43b342b3 -C extra-filename=-18f462546fb16707 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-edc7d2bb26d9dce2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-ba5aee3d0c00d402.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3da55ef5c00c9da0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
46102025-06-30T22:16:54.076Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
46112025-06-30T22:16:54.080Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=029c6e18e12dfe98 -C extra-filename=-e37019f77f74da6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ef4a040546ae31f.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46122025-06-30T22:16:54.302Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/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=b6582aa85c377e53 -C extra-filename=-b6197df7a0d6acaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-dcb9c65889f37924.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8735b6539ef5d243.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3b3b33ff78e5a886.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-006659a85512cfb2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-abdd979b084cafc5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-3bed9ad62b7b22c7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-459d8166863e9d8f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts`
46132025-06-30T22:16:55.978Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
46142025-06-30T22:16:55.982Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2021 nexus/background-task-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=27c2551d76ef2449 -C extra-filename=-d51c4b1c00d4799b --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-d329a378030b478a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46152025-06-30T22:16:56.330Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
46162025-06-30T22:16:56.334Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/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=cae67bfe80f9a215 -C extra-filename=-ec47757df2f3e660 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8735b6539ef5d243.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64`
46172025-06-30T22:16:56.836Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46182025-06-30T22:16:56.840Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a0f10b545de4e70 -C extra-filename=-096e6feb7cfe26d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
46192025-06-30T22:16:57.339Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d)
46202025-06-30T22:16:57.343Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/681cb87/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=e4074348375e218f -C extra-filename=-7c7ad1bab92c1ed3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-379a38323fc33607.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46212025-06-30T22:16:57.440Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46222025-06-30T22:16:57.449Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0833349209499010 -C extra-filename=-836bcb07320eacbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46232025-06-30T22:16:58.920Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9c2ab5fe085eff5 -C extra-filename=-a758da05efed7fae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-18f462546fb16707.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-fd7ecf9daf693bd7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
46242025-06-30T22:16:59.136Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
46252025-06-30T22:16:59.142Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be7b29e490380497 -C extra-filename=-a23024ff10ce3873 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-57ee77431005e571.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46262025-06-30T22:16:59.948Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c2e804e7ed4b5424 -C extra-filename=-0685597ec8dcf398 --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-c49624b5db50b6ba.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
46272025-06-30T22:17:01.048Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46282025-06-30T22:17:01.052Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=576543f98198b64e -C extra-filename=-496f7fc11a3ad307 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46292025-06-30T22:17:01.450Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c1da030970c61a9 -C extra-filename=-a53643444531e780 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-62cd9911aa89bca8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-0685597ec8dcf398.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d9938fd7365ced27.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46302025-06-30T22:17:06.822Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
46312025-06-30T22:17:06.826Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2021 nexus/db-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6055a5fa661f4ac8 -C extra-filename=-8b29f993ef945bfe --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-63a0384016e95522.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46322025-06-30T22:17:08.234Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2021 nexus/db-lookup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c077fe2d46463fbd -C extra-filename=-25a371b293367b39 --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-1d1c4d17796fbab7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b70629b9d363b9ac.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7099a3b255142e9d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8b29f993ef945bfe.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46332025-06-30T22:17:11.023Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46342025-06-30T22:17:11.028Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d02c6e2190f711d -C extra-filename=-fa500c06cf48bd48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46352025-06-30T22:17:15.931Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
46362025-06-30T22:17:15.935Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2021 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0b56acef4e8e903 -C extra-filename=-c0622698ecce47a9 --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-4f270b9dc7dca48d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46372025-06-30T22:17:16.686Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=bc13f34bd8f07654 -C extra-filename=-f0f9e583990eb132 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-97cbcd223e422a48.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b70629b9d363b9ac.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7099a3b255142e9d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8b29f993ef945bfe.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-0685597ec8dcf398.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46382025-06-30T22:17:16.719Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
46392025-06-30T22:17:16.731Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d660d19abb583645 -C extra-filename=-8d5ef3ef0800e5d2 --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-d329a378030b478a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46402025-06-30T22:17:17.649Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46412025-06-30T22:17:17.663Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=109da42ad7613e82 -C extra-filename=-d1eb42071313cf87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-fa500c06cf48bd48.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2858ce7fca430d76.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
46422025-06-30T22:17:18.143Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
46432025-06-30T22:17:18.149Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=55b570d1cb5ccd23 -C extra-filename=-8e5193a7f1a1af3d --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-cefab6d96bfc6445.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46442025-06-30T22:17:18.944Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
46452025-06-30T22:17:18.949Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af662ac91206ab14 -C extra-filename=-1dc4a88f151202ad --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-1dc4a88f151202ad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46462025-06-30T22:17:19.383Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
46472025-06-30T22:17:19.387Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/db-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6dd2f76ad40b6c4 -C extra-filename=-4ec9b3ebe31fe9e8 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-4ec9b3ebe31fe9e8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46482025-06-30T22:17:19.791Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46492025-06-30T22:17:19.796Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/cli-integration-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b58f6d9d6ac651b -C extra-filename=-1f436aaee8f048a6 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-1f436aaee8f048a6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46502025-06-30T22:17:19.832Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
46512025-06-30T22:17:19.839Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f4ded831b77cba0 -C extra-filename=-37fd96a000ab27fb --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-37fd96a000ab27fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46522025-06-30T22:17:20.214Z Compiling omicron-zone-package v0.12.2
46532025-06-30T22:17:20.221Z Running `/home/build/.rustup/toolchains/1.87.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=9da2659763a47b85 -C extra-filename=-89fa3850877291a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-c2e8e3c9cbc1192a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-f1ad58118408312d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-03adac4a94e542fc.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f60053941bf92db1.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-93a21d543800dfb3.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.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-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64`
46542025-06-30T22:17:20.259Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=093cc894c4bc7520 -C extra-filename=-2fba80cc10da6003 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46552025-06-30T22:17:20.436Z Compiling proc-macro-crate v3.2.0
46562025-06-30T22:17:20.476Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=790eb3e3c52079e6 -C extra-filename=-6a55f4b1362be1ed --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-c57beeb5a5e41524.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46572025-06-30T22:17:21.785Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46582025-06-30T22:17:21.800Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2021 dev-tools/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd7262861dee47e6 -C extra-filename=-99fa2c98dcf1c79c --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`
46592025-06-30T22:17:22.187Z Compiling relative-path v1.9.3
46602025-06-30T22:17:22.194Z Running `/home/build/.rustup/toolchains/1.87.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=86a8f3abcf950091 -C extra-filename=-c6979cf4cd2e6fc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46612025-06-30T22:17:22.883Z Running `/home/build/.rustup/toolchains/1.87.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=171dbcd713bbe304 -C extra-filename=-8606ec308b91e5d4 --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-3a67e9cd8804fc68.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-6a55f4b1362be1ed.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-c6979cf4cd2e6fc4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-94f49666e7fa7a04.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46622025-06-30T22:17:22.927Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=0f86d6c2011bb5b1 -C extra-filename=-ec767dee9535a4a0 --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-b0351b73701e7482.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-faf115b538446cf7.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-2fba80cc10da6003.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-72ad14aa7b4c9ad8.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-ee29e49cd7f824fa.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-4a68f4455c760bd6.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-0263793d76c3ba86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46632025-06-30T22:17:24.123Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-37fd96a000ab27fb/build-script-build`
46642025-06-30T22:17:24.188Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-1f436aaee8f048a6/build-script-build`
46652025-06-30T22:17:24.252Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-4ec9b3ebe31fe9e8/build-script-build`
46662025-06-30T22:17:24.369Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-1dc4a88f151202ad/build-script-build`
46672025-06-30T22:17:24.381Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46682025-06-30T22:17:24.389Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ea2b8358cdaf781 -C extra-filename=-3291b7bcaa82acdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-836bcb07320eacbb.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-40fc2e44375933e4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-096e6feb7cfe26d1.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2a08b715cfcd1209.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
46692025-06-30T22:17:25.846Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46702025-06-30T22:17:25.850Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2021 trust-quorum/gfss/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cde89ddbd8ea46dd -C extra-filename=-54b19de0db01be94 --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-3e9ff315175280c8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern rand09=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46712025-06-30T22:17:27.574Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
46722025-06-30T22:17:27.577Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6db7fcf248887e7 -C extra-filename=-cea6d5550762a4a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46732025-06-30T22:17:28.095Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d37579c51e9732c1 -C extra-filename=-b1f3b5593660e7e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"))'`
46742025-06-30T22:17:28.297Z Compiling support-bundle-viewer v0.1.2
46752025-06-30T22:17:28.345Z Running `/home/build/.rustup/toolchains/1.87.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=77df07aa4a401b7f -C extra-filename=-efadbc4ce2b20ea6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46762025-06-30T22:17:29.532Z Compiling multimap v0.10.1
46772025-06-30T22:17:29.536Z Running `/home/build/.rustup/toolchains/1.87.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=97c5fe1c765938e9 -C extra-filename=-dcfcaf089e3ac52c --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46782025-06-30T22:17:29.936Z Compiling uzers v0.12.1
46792025-06-30T22:17:29.940Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uzers-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cache"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cache", "default", "log", "logging", "mock", "test-integration"))' -C metadata=c85172b11f520cfc -C extra-filename=-8bad8f3cc7ccfd76 --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-cefab6d96bfc6445.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46802025-06-30T22:17:31.126Z Compiling trybuild v1.0.105
46812025-06-30T22:17:31.130Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.105/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=a014aee225b780e8 -C extra-filename=-a3a9a146dfdf743a --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-38c5db4ab82d3093.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-03adac4a94e542fc.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-b1f3b5593660e7e1.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-8c17f2c565ffa54f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46822025-06-30T22:17:32.293Z Compiling rstest v0.25.0
46832025-06-30T22:17:32.343Z Running `/home/build/.rustup/toolchains/1.87.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=7b27a8b7a7ea9268 -C extra-filename=-b6e4b3864d84f85f --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-ae4a58d11789a9dd.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-8606ec308b91e5d4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46842025-06-30T22:17:32.627Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46852025-06-30T22:17:32.631Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40d56edd8e91cd14 -C extra-filename=-d8bc6ed2ab8488ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-233d5f13de19571d.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
46862025-06-30T22:17:34.308Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
46872025-06-30T22:17:34.312Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 live-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cefe9deaebbef57c -C extra-filename=-0c413452e4913aa5 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-0c413452e4913aa5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46882025-06-30T22:17:34.749Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
46892025-06-30T22:17:34.752Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/reconfigurator-exec-unsafe/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=99df2f2bd25dd7b5 -C extra-filename=-3e0a7e1d5f27fee8 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-3e0a7e1d5f27fee8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46902025-06-30T22:17:35.188Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
46912025-06-30T22:17:35.192Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/ch-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d549c18282ecae79 -C extra-filename=-a88415f44e4e13ae --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-a88415f44e4e13ae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46922025-06-30T22:17:35.620Z Compiling blake2b_simd v1.0.2
46932025-06-30T22:17:35.624Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2b_simd-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uninline_portable"))' -C metadata=5f22bbff7dbeaadf -C extra-filename=-eb0c9af80a8bcd16 --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-e2d0e0a9688f89ca.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-4dfb2a5e270d285d.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-3478a2e01a411a89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46942025-06-30T22:17:37.120Z Compiling partial-io v0.5.4
46952025-06-30T22:17:37.124Z Running `/home/build/.rustup/toolchains/1.87.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=613750b23fe8b435 -C extra-filename=-3372c46ddd282e96 --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-90590cfc90a413fc.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-b272b6c6e07d6075.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46962025-06-30T22:17:37.678Z Compiling httptest v0.16.3
46972025-06-30T22:17:37.681Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httptest-0.16.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e4f96e4a7df909e4 -C extra-filename=-3496fbe10c1d0394 --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-faf115b538446cf7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-4874f00a18ba00e9.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-ad59467a09ca041e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-59a59a87f1844024.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46982025-06-30T22:17:40.490Z Compiling rand_distr v0.4.3
46992025-06-30T22:17:40.493Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "serde1", "std", "std_math"))' -C metadata=db6f9f85f3303d7e -C extra-filename=-8b871cc6b0764b64 --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-b32efd26b54b6d26.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47002025-06-30T22:17:41.503Z Compiling approx v0.5.1
47012025-06-30T22:17:41.552Z Running `/home/build/.rustup/toolchains/1.87.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=a9f2346b7054dc9f -C extra-filename=-4fdd4e3927eaf215 --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-b32efd26b54b6d26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47022025-06-30T22:17:41.840Z Compiling rust-argon2 v2.1.0
47032025-06-30T22:17:41.844Z Running `/home/build/.rustup/toolchains/1.87.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=046c5cde7c7d13a0 -C extra-filename=-76724db97869ce18 --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-6479324884e62b47.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-eb0c9af80a8bcd16.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-3478a2e01a411a89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47042025-06-30T22:17:42.376Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-a88415f44e4e13ae/build-script-build`
47052025-06-30T22:17:42.443Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-3e0a7e1d5f27fee8/build-script-build`
47062025-06-30T22:17:42.509Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-0c413452e4913aa5/build-script-build`
47072025-06-30T22:17:42.573Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47082025-06-30T22:17:42.624Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=51586bec3b3222be -C extra-filename=-e3e6ece434d142fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-8bad8f3cc7ccfd76.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47092025-06-30T22:17:43.306Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47102025-06-30T22:17:43.310Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2021 trust-quorum/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c56ba38cf31f19c9 -C extra-filename=-e9ccc745ab62ee85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-414b4ff45220e293.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12629c63d03535fd.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-54b19de0db01be94.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47112025-06-30T22:17:43.491Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47122025-06-30T22:17:43.495Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb874d514eed1b46 -C extra-filename=-fb429347234dacbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-99fa2c98dcf1c79c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-89fa3850877291a0.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-abdd979b084cafc5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
47132025-06-30T22:17:43.791Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
47142025-06-30T22:17:43.794Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=117a6d115ff8e28d -C extra-filename=-85373c37faffd6ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-32e54d84eb7c68e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-57ee77431005e571.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-d800d1b246a7e1c2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7aad44eb7032c853.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-836bcb07320eacbb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-f9c8c86e8b56cb48.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7956cfa0869d8c87.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-7b63e4be5b6320b8.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-096e6feb7cfe26d1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
47152025-06-30T22:17:46.860Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47162025-06-30T22:17:46.865Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f89552f1623aeecc -C extra-filename=-b6858b247a7be4bf --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-b0351b73701e7482.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-71ff1e13e9e856f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-6c1f97feedf677b9.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-7ef9e523f137f2c4.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-6763d881cf1e0b03.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6f9a4ca8cf8b25ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47172025-06-30T22:17:48.759Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
47182025-06-30T22:17:48.763Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73cfc5ec28524cb3 -C extra-filename=-f5a9a76590a02ab2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
47192025-06-30T22:17:48.911Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
47202025-06-30T22:17:48.914Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a048884af5343af8 -C extra-filename=-56fab96baf2f15b4 --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-d329a378030b478a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
47212025-06-30T22:17:49.364Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
47222025-06-30T22:17:49.368Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2021 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d9a6ed7a2e92fb6 -C extra-filename=-99dbb0b02a0740b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
47232025-06-30T22:17:49.904Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
47242025-06-30T22:17:49.910Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=08b87a8a97bd7b12 -C extra-filename=-2ad6a4cf809e235b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
47252025-06-30T22:17:50.196Z Compiling cargo_toml v0.21.0
47262025-06-30T22:17:50.229Z Running `/home/build/.rustup/toolchains/1.87.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=5c7f0cf5df22d19f -C extra-filename=-46ca977a0a137180 --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-0430a6889c233638.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47272025-06-30T22:17:50.444Z Compiling termios v0.3.3
47282025-06-30T22:17:50.448Z Running `/home/build/.rustup/toolchains/1.87.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=76dad86274fc48ba -C extra-filename=-6b2e3a51641dfa35 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47292025-06-30T22:17:50.810Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47302025-06-30T22:17:50.852Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a8c49b22cccc99e -C extra-filename=-a1c1da3233204198 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-6b2e3a51641dfa35.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-462e3136f0c7d964.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
47312025-06-30T22:17:51.631Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=539137122bd3621e -C extra-filename=-74235d5c5aab60c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-2ad6a4cf809e235b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
47322025-06-30T22:17:52.502Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/src/bin/clickana.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=479dff821d7ad30a -C extra-filename=-8ece43d7aade0646 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-f5a9a76590a02ab2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
47332025-06-30T22:17:54.858Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
47342025-06-30T22:17:54.862Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2021 dev-tools/releng/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a54e3d611a36a07 -C extra-filename=-e3277cd3e772d251 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-99dbb0b02a0740b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-89fa3850877291a0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out`
47352025-06-30T22:17:55.698Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7c0735229cb6b74 -C extra-filename=-0a1d2a5a721b7847 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-99fa2c98dcf1c79c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-fb429347234dacbe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-89fa3850877291a0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-abdd979b084cafc5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
47362025-06-30T22:17:56.525Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/bin/openapi-manager/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=887e5af16c077ee3 -C extra-filename=-776ecc20a6911e99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-32e54d84eb7c68e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-57ee77431005e571.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-d800d1b246a7e1c2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7aad44eb7032c853.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-836bcb07320eacbb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-f9c8c86e8b56cb48.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7956cfa0869d8c87.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-85373c37faffd6ca.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-7b63e4be5b6320b8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-096e6feb7cfe26d1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
47372025-06-30T22:17:57.348Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
47382025-06-30T22:17:57.390Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8b2841a151bb60c -C extra-filename=-c7e21c3224200fb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-46ca977a0a137180.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-99fa2c98dcf1c79c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47392025-06-30T22:17:58.582Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2021 nexus/db-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=64d455c979238064 -C extra-filename=-465afa31363da644 --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-63a0384016e95522.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47402025-06-30T22:17:58.930Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c11ce535a62c054 -C extra-filename=-a3b31be8b202aa1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-62cd9911aa89bca8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-0685597ec8dcf398.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d9938fd7365ced27.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47412025-06-30T22:17:59.820Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name coordinator --edition=2021 trust-quorum/tests/coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cf64b054aac5fa34 -C extra-filename=-8e6262677e4e84a0 --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-7ba6a39e7b86ce7d.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-414b4ff45220e293.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12629c63d03535fd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-54b19de0db01be94.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-e9ccc745ab62ee85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47422025-06-30T22:18:01.368Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/bin/zone-setup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a82f8203bfa2b52f -C extra-filename=-f3e73f133d16e487 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-8bad8f3cc7ccfd76.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-e3e6ece434d142fc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47432025-06-30T22:18:01.413Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=626c36204c59c9fd -C extra-filename=-4ceda828b54a4a20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-e139f1343979802c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-76724db97869ce18.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
47442025-06-30T22:18:02.939Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4db71c80313c2bf0 -C extra-filename=-0aade0c8c1feef61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-233d5f13de19571d.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-d8bc6ed2ab8488ae.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
47452025-06-30T22:18:03.195Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a09bde7edbac1173 -C extra-filename=-0646b8ff185c45cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-d1eb42071313cf87.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-836bcb07320eacbb.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-fa500c06cf48bd48.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-40fc2e44375933e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-973017a9c286f392.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-a82f51dbecd00c3a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-233d5f13de19571d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-3291b7bcaa82acdc.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-096e6feb7cfe26d1.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2a08b715cfcd1209.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47462025-06-30T22:18:04.193Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ff6a18eb08956885 -C extra-filename=-7208a1c0319502f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-836bcb07320eacbb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-40fc2e44375933e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-3291b7bcaa82acdc.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-096e6feb7cfe26d1.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2a08b715cfcd1209.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
47472025-06-30T22:18:05.405Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=42d9cb1080156393 -C extra-filename=-7541b72eb12467b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-d1eb42071313cf87.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-836bcb07320eacbb.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-fa500c06cf48bd48.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-40fc2e44375933e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-973017a9c286f392.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-a82f51dbecd00c3a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-233d5f13de19571d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-3291b7bcaa82acdc.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-096e6feb7cfe26d1.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2a08b715cfcd1209.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47482025-06-30T22:18:06.250Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aaade0875f089a4c -C extra-filename=-ec31d8ed7c539593 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-233d5f13de19571d.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-d8bc6ed2ab8488ae.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
47492025-06-30T22:18:08.887Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47502025-06-30T22:18:08.929Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=7081a19c3f682bcc -C extra-filename=-feb292d4de557e6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-82714634aec3490d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-f1a7bc8aedb37dd5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-63fcc38ca2e742af.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
47512025-06-30T22:18:11.188Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47522025-06-30T22:18:11.192Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db6f7e9d7603a67b -C extra-filename=-167790543b152142 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47532025-06-30T22:18:11.325Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47542025-06-30T22:18:11.328Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1f8096c63f0f0ab -C extra-filename=-65e273faea63954f --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-90590cfc90a413fc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47552025-06-30T22:18:11.923Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d07a70d701ea68be -C extra-filename=-6bbe85e624072b6e --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-edf8629ceb4f4ea2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47562025-06-30T22:18:13.266Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c46573d8ca1c301 -C extra-filename=-9f743f839125d775 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b52a750bde10378b.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c9931c5ab8806eaf.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-65e273faea63954f.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47572025-06-30T22:18:13.491Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=46347ac6e4ca3a66 -C extra-filename=-7c4401ddf17c5985 --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-edf8629ceb4f4ea2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47582025-06-30T22:18:14.569Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2021 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cbcd012813608ca4 -C extra-filename=-305e37b3e0e16f7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47592025-06-30T22:18:15.183Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=349dde72dc6d0009 -C extra-filename=-8df1aeacce194d7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-32e54d84eb7c68e2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ac47e23a47e47000.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08d488d3cba7dbcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-44a25530587d4980.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-772ecac758e096fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-973017a9c286f392.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3d9ac8df282ce77a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07cc63e0f41c8fd0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47602025-06-30T22:18:15.613Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2021 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5f9e54cb03b097c -C extra-filename=-52e454942fff9326 --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-b0351b73701e7482.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-71ff1e13e9e856f8.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-b6858b247a7be4bf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-6c1f97feedf677b9.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-7ef9e523f137f2c4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-6763d881cf1e0b03.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6f9a4ca8cf8b25ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47612025-06-30T22:18:17.517Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=2120a855d8ddc71f -C extra-filename=-e32ddd01cc25ba40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-32e54d84eb7c68e2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-44a25530587d4980.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-772ecac758e096fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-973017a9c286f392.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3d9ac8df282ce77a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07cc63e0f41c8fd0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
47622025-06-30T22:18:17.824Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2246869b0a28f65e -C extra-filename=-084ed216704498ae --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-90590cfc90a413fc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47632025-06-30T22:18:18.179Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2021 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01cba019df1c174b -C extra-filename=-e99b0c2f304b6e81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47642025-06-30T22:18:18.465Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_add_remove --edition=2021 live-tests/tests/test_nexus_add_remove.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab05a5ee55d35e7f -C extra-filename=-4526809717f1eb2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-56fab96baf2f15b4.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
47652025-06-30T22:18:21.085Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d5df3e8cc5c0487 -C extra-filename=-432edd259989e2cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b52a750bde10378b.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c9931c5ab8806eaf.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-b6197df7a0d6acaf.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ec47757df2f3e660.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ca2a96f4d5adc91d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-cb299d2f0eb99bb9.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d51c4b1c00d4799b.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3f2b3bbabe6ddd40.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-f9c8c86e8b56cb48.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7956cfa0869d8c87.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-7c4401ddf17c5985.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-65e273faea63954f.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9f743f839125d775.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-305e37b3e0e16f7c.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6bbe85e624072b6e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-82714634aec3490d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-53aafce35083fc8f.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
47662025-06-30T22:18:24.859Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2021 cockroach-admin/src/bin/cockroach-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a09cefd18471472 -C extra-filename=-4a454d05191f8116 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-d800d1b246a7e1c2.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b9999fef7d524659.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5c6a4f36ae0c8939.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-f1a7bc8aedb37dd5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
47672025-06-30T22:18:27.228Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=064bd04ad47969d9 -C extra-filename=-0154539325340987 --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-edf8629ceb4f4ea2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
47682025-06-30T22:18:31.452Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9320c8bbc2eb71c8 -C extra-filename=-40984ccad9a946ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47692025-06-30T22:18:34.769Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5a826a60e1d69ee -C extra-filename=-f4ddbf03e69b74e6 --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-1d1c4d17796fbab7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3496fbe10c1d0394.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
47702025-06-30T22:18:38.237Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_exec_unsafe --edition=2021 dev-tools/reconfigurator-exec-unsafe/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f63dabfd91f081f -C extra-filename=-12a167385b5d51b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9f743f839125d775.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47712025-06-30T22:18:39.282Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=ba041042e5a0cf52 -C extra-filename=-79a65d8a3aeb5fe8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-97cbcd223e422a48.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b70629b9d363b9ac.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7099a3b255142e9d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8b29f993ef945bfe.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-0685597ec8dcf398.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d9938fd7365ced27.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-72ad14aa7b4c9ad8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-aa9a1b69536c32b5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
47722025-06-30T22:18:41.909Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=70553e4f401f1578 -C extra-filename=-814a97fcab37ac2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5c6a4f36ae0c8939.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-9971a79910adfacb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-dcfcaf089e3ac52c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8b29f993ef945bfe.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6bbe85e624072b6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-efadbc4ce2b20ea6.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
47732025-06-30T22:18:46.105Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2021 nexus/db-lookup/tests/integration/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43e005871260e83d -C extra-filename=-e1dbc752bcf8a7be --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-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b70629b9d363b9ac.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7099a3b255142e9d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8b29f993ef945bfe.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47742025-06-30T22:19:01.489Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2021 nexus/db-lookup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8395957846c3dd54 -C extra-filename=-ad7152118c870997 --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-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b70629b9d363b9ac.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7099a3b255142e9d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8b29f993ef945bfe.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47752025-06-30T22:19:05.171Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=3e59d5e77986f607 -C extra-filename=-96c41aca1abb3421 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-82714634aec3490d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-f1a7bc8aedb37dd5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-63fcc38ca2e742af.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
47762025-06-30T22:19:10.415Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb55b1a69042eae4 -C extra-filename=-2e0e733b38f2122a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-d800d1b246a7e1c2.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b9999fef7d524659.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5c6a4f36ae0c8939.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
47772025-06-30T22:19:11.820Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=dd0a8b4020299cd7 -C extra-filename=-3aa7c408a89e9d3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-32e54d84eb7c68e2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ac47e23a47e47000.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08d488d3cba7dbcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-44a25530587d4980.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-772ecac758e096fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-973017a9c286f392.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3d9ac8df282ce77a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07cc63e0f41c8fd0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47782025-06-30T22:19:15.070Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=68da3c088c3f07a6 -C extra-filename=-80c7d957a8706b57 --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-b0351b73701e7482.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-71ff1e13e9e856f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-6c1f97feedf677b9.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-7ef9e523f137f2c4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-6763d881cf1e0b03.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6f9a4ca8cf8b25ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47792025-06-30T22:19:17.059Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=afb30c7fc13d02d6 -C extra-filename=-458ae7fdbc1538d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-32e54d84eb7c68e2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-44a25530587d4980.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-772ecac758e096fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-973017a9c286f392.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3d9ac8df282ce77a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07cc63e0f41c8fd0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
47802025-06-30T22:19:17.560Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=1f8e9d1b638e68d0 -C extra-filename=-cc32655c1ed5b3c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-32e54d84eb7c68e2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-44a25530587d4980.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-772ecac758e096fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-973017a9c286f392.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3d9ac8df282ce77a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07cc63e0f41c8fd0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
47812025-06-30T22:19:26.430Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2021 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=373ee4cf514e7e80 -C extra-filename=-ef3e90a66830700c --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-b0351b73701e7482.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-71ff1e13e9e856f8.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-b6858b247a7be4bf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-6c1f97feedf677b9.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-7ef9e523f137f2c4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-6763d881cf1e0b03.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6f9a4ca8cf8b25ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47822025-06-30T22:19:29.081Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=a23ee62f4e6f1819 -C extra-filename=-97b92a678c11a727 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-32e54d84eb7c68e2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ac47e23a47e47000.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08d488d3cba7dbcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-44a25530587d4980.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-772ecac758e096fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-973017a9c286f392.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3d9ac8df282ce77a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07cc63e0f41c8fd0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47832025-06-30T22:19:32.180Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=27fe8be1371a65d5 -C extra-filename=-23e595c06f9f71a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b52a750bde10378b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-a82f51dbecd00c3a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3da55ef5c00c9da0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
47842025-06-30T22:19:41.769Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2021 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a18cf27c1b19aed -C extra-filename=-71701705a356b700 --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-b0351b73701e7482.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-71ff1e13e9e856f8.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-b6858b247a7be4bf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-6c1f97feedf677b9.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-7ef9e523f137f2c4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-6763d881cf1e0b03.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6f9a4ca8cf8b25ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47852025-06-30T22:19:44.904Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=90689e2fcfed7c71 -C extra-filename=-176c7aa01733316d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-32e54d84eb7c68e2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ac47e23a47e47000.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08d488d3cba7dbcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-44a25530587d4980.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-772ecac758e096fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-973017a9c286f392.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3d9ac8df282ce77a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07cc63e0f41c8fd0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47862025-06-30T22:19:52.803Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ch_dev --edition=2021 dev-tools/ch-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9691b69e04398677 -C extra-filename=-edc1b90abf6350a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47872025-06-30T22:19:55.397Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=259e2161476046e3 -C extra-filename=-aea6548d98cc6eef --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-4fdd4e3927eaf215.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c88984b8dab35587.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ef4a040546ae31f.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-8b871cc6b0764b64.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-b6e4b3864d84f85f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-a3a9a146dfdf743a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
47882025-06-30T22:19:58.900Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/types/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=261c2db5fa625933 -C extra-filename=-95d07a738e35ebf5 --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-4fdd4e3927eaf215.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c88984b8dab35587.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ef4a040546ae31f.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-8b871cc6b0764b64.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-b6e4b3864d84f85f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-a3a9a146dfdf743a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
47892025-06-30T22:20:00.055Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=8486d9658ba5f4f9 -C extra-filename=-838e9d3e9fb7cfd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08d488d3cba7dbcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-d1eb42071313cf87.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-fa500c06cf48bd48.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2858ce7fca430d76.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-3372c46ddd282e96.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/usr/lib/amd64`
47902025-06-30T22:20:02.612Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=c219c3cecae03071 -C extra-filename=-f075f01e8693ae0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08d488d3cba7dbcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-fa500c06cf48bd48.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2858ce7fca430d76.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-3372c46ddd282e96.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
47912025-06-30T22:20:10.892Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name test_dependencies --edition=2021 dev-tools/ls-apis/tests/test_dependencies.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a41a18eb66935bd -C extra-filename=-056a2b0a49506d2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-cea6d5550762a4a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
47922025-06-30T22:20:11.349Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a3742d08f36f084 -C extra-filename=-cd72163d270c70fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-cea6d5550762a4a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
47932025-06-30T22:20:16.443Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0043016b15cd085f -C extra-filename=-64fa2964e612fe6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-cea6d5550762a4a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
47942025-06-30T22:20:17.605Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f499448f7e1758a1 -C extra-filename=-dd391ae32691dd80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-8bad8f3cc7ccfd76.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47952025-06-30T22:20:17.767Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=442f6ef97e63ee82 -C extra-filename=-eb726d6bcc6c41cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-d1eb42071313cf87.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-836bcb07320eacbb.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-fa500c06cf48bd48.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-40fc2e44375933e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-973017a9c286f392.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-a82f51dbecd00c3a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-233d5f13de19571d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-096e6feb7cfe26d1.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2a08b715cfcd1209.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47962025-06-30T22:20:19.781Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2021 trust-quorum/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c9767c82b8ec574 -C extra-filename=-4617aafbb7a409de --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-7ba6a39e7b86ce7d.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-414b4ff45220e293.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12629c63d03535fd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-54b19de0db01be94.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47972025-06-30T22:20:22.123Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=325c5157d2d0f49c -C extra-filename=-35b78ca7befb0d67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-99fa2c98dcf1c79c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-89fa3850877291a0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-abdd979b084cafc5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
47982025-06-30T22:20:24.663Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7d3a3ba78671a57 -C extra-filename=-57effeba9db2d1f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47992025-06-30T22:20:29.683Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7667d70b0425ef56 -C extra-filename=-7c55a9633368f6ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-8e5193a7f1a1af3d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48002025-06-30T22:20:32.086Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name test_db_dev --edition=2021 dev-tools/db-dev/tests/test-db-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d5378a6e10ff8048 -C extra-filename=-6921cd827aebc69b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-8e5193a7f1a1af3d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48012025-06-30T22:20:35.518Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2021 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f5747ac8934e05e6 -C extra-filename=-27b84dd3d39ff2a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-a758da05efed7fae.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
48022025-06-30T22:20:36.562Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=088e4f76c2fb8a8f -C extra-filename=-b2220fd5d73871f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec767dee9535a4a0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-07d2f03d40072207.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1b77d5babba41bb1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2a08b715cfcd1209.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
48032025-06-30T22:20:36.652Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed888cd3f635e52c -C extra-filename=-da45d1eff497b538 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec767dee9535a4a0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-07d2f03d40072207.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1b77d5babba41bb1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-233d5f13de19571d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2a08b715cfcd1209.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
48042025-06-30T22:20:38.058Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c9c6a4f6ca9bd4f3 -C extra-filename=-80eec652c02b209a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec767dee9535a4a0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-07d2f03d40072207.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1b77d5babba41bb1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-233d5f13de19571d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2a08b715cfcd1209.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
48052025-06-30T22:20:40.515Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=541b22c27fe4c7be -C extra-filename=-625da3154ed18cbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-07d2f03d40072207.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1b77d5babba41bb1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-233d5f13de19571d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2a08b715cfcd1209.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
48062025-06-30T22:20:40.693Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=004207af4c78116b -C extra-filename=-5ce918a2a60f2eae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-233d5f13de19571d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
48072025-06-30T22:20:43.182Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f25d58a73d8e1e52 -C extra-filename=-70cdf7a098e82d3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-5a7a56f126a0670c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-18f462546fb16707.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-fd7ecf9daf693bd7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-a758da05efed7fae.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/usr/lib/amd64`
48082025-06-30T22:20:43.633Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=216b95fbe088c126 -C extra-filename=-efd523605ea478e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-18f462546fb16707.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-fd7ecf9daf693bd7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-a758da05efed7fae.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
48092025-06-30T22:20:45.858Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name test_scripts --edition=2021 dev-tools/reconfigurator-cli/tests/test-scripts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a9b9b7cb45bfacd -C extra-filename=-714decd4add03170 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-5a7a56f126a0670c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-18f462546fb16707.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-fd7ecf9daf693bd7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-a758da05efed7fae.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/usr/lib/amd64`
48102025-06-30T22:20:56.635Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name test_custom --edition=2021 dev-tools/reconfigurator-cli/tests/test-custom.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3cdb51051bfb3f6 -C extra-filename=-6349f531a450be6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-5a7a56f126a0670c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-18f462546fb16707.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-fd7ecf9daf693bd7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-a758da05efed7fae.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/usr/lib/amd64`
48112025-06-30T22:20:56.769Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5cbfcaaacbf6aff0 -C extra-filename=-894db46aed42c8be --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-c49624b5db50b6ba.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48122025-06-30T22:20:57.194Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
48132025-06-30T22:20:57.195Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_cluster_dev --edition=2021 dev-tools/clickhouse-cluster-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=60558535fee898a7 -C extra-filename=-2ef572a2afbe4c61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c0622698ecce47a9.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e37019f77f74da6f.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9aa091ab62ef587d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48142025-06-30T22:20:58.699Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 clickhouse-admin/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc9628eea888661d -C extra-filename=-0b725810a5530fd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-57ee77431005e571.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c0622698ecce47a9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a23024ff10ce3873.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e37019f77f74da6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48152025-06-30T22:21:01.159Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=232c9af1c3a727b6 -C extra-filename=-77f736c83b9cafd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-57ee77431005e571.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c0622698ecce47a9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a23024ff10ce3873.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e37019f77f74da6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48162025-06-30T22:21:04.531Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=406f90ebf3da7520 -C extra-filename=-eff5bfa4f987a123 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-57ee77431005e571.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c0622698ecce47a9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a23024ff10ce3873.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e37019f77f74da6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48172025-06-30T22:21:06.330Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3545b42b012c5a7 -C extra-filename=-93b29bb7d0f8a514 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-57ee77431005e571.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c0622698ecce47a9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a23024ff10ce3873.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e37019f77f74da6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48182025-06-30T22:21:07.024Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93d71a015b0bb806 -C extra-filename=-e8b6ffbac822932a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-57ee77431005e571.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c0622698ecce47a9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e37019f77f74da6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48192025-06-30T22:21:08.909Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8868b6b2d3a66ce2 -C extra-filename=-c91fcc100b8f3cac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-57ee77431005e571.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a23024ff10ce3873.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48202025-06-30T22:21:15.565Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d42a1f04b3631e1a -C extra-filename=-5301e0363abee581 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-57ee77431005e571.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a23024ff10ce3873.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48212025-06-30T22:21:15.575Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f385bca24ec8a08a -C extra-filename=-165126d3d430b8ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-57ee77431005e571.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a23024ff10ce3873.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48222025-06-30T22:21:17.477Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec03d67729c3a4ab -C extra-filename=-92977ee6308d1724 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-32e54d84eb7c68e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-57ee77431005e571.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-d800d1b246a7e1c2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7aad44eb7032c853.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-836bcb07320eacbb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-f9c8c86e8b56cb48.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7956cfa0869d8c87.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-7b63e4be5b6320b8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-096e6feb7cfe26d1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48232025-06-30T22:21:20.425Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1ee8169b3887b85 -C extra-filename=-d8e8add5c6f91a64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-5a7a56f126a0670c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-18f462546fb16707.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-fd7ecf9daf693bd7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/usr/lib/amd64`
48242025-06-30T22:21:25.218Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ae764c4f0a3411d -C extra-filename=-3d281207ea7ca43d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48252025-06-30T22:21:28.118Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=e10d615e9bedc077 -C extra-filename=-8c2abe3ac74b9539 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-952b2470db30a1c2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-414b4ff45220e293.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-fcc5c253f7baaea5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-97cbcd223e422a48.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5bd0bd296ec98b10.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-015002e6c87ba800.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e37019f77f74da6f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6e35b7e91b020491.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-ce101b571f0ea8b4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f747656fa0bcde03.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-684b65cd40f0afc9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-9eee3fc41e327ae2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48262025-06-30T22:21:31.351Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 oximeter/db/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=fb19396f1481990d -C extra-filename=-5a5ec3a803070c6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-952b2470db30a1c2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-414b4ff45220e293.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-fcc5c253f7baaea5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-97cbcd223e422a48.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5bd0bd296ec98b10.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-015002e6c87ba800.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e37019f77f74da6f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6e35b7e91b020491.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-ce101b571f0ea8b4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f747656fa0bcde03.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-684b65cd40f0afc9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-9eee3fc41e327ae2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48272025-06-30T22:21:31.436Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=d51910bdc0f63df4 -C extra-filename=-3481cd91bedf646e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-952b2470db30a1c2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-414b4ff45220e293.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-fcc5c253f7baaea5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-97cbcd223e422a48.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5bd0bd296ec98b10.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-015002e6c87ba800.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e37019f77f74da6f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6e35b7e91b020491.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-ce101b571f0ea8b4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f747656fa0bcde03.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-684b65cd40f0afc9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-9eee3fc41e327ae2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48282025-06-30T22:21:34.547Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
48292025-06-30T22:21:34.551Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_sp_updater --edition=2021 dev-tools/reconfigurator-sp-updater/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8dff3e08ddb3f3d8 -C extra-filename=-ff80d62deeeabb34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-fd7ecf9daf693bd7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
48302025-06-30T22:21:34.815Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=539c5b44547a41ca -C extra-filename=-e4a70122d6b30f1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-7b63e4be5b6320b8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-63fcc38ca2e742af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
48312025-06-30T22:21:37.749Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=05ac3380da7f86af -C extra-filename=-94e64950ac2ac5c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a9e2cfcc6272f261.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-7b63e4be5b6320b8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-63fcc38ca2e742af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48322025-06-30T22:21:40.895Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43d51b76b40860fc -C extra-filename=-92b03690409c9d27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a9e2cfcc6272f261.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-7b63e4be5b6320b8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-63fcc38ca2e742af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48332025-06-30T22:21:46.477Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9fbd472811ed259e -C extra-filename=-a06719bc315abaca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a9e2cfcc6272f261.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-7b63e4be5b6320b8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-63fcc38ca2e742af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48342025-06-30T22:21:48.582Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d669e1ff66beaa79 -C extra-filename=-c625ba16d06a711a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-7b63e4be5b6320b8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-63fcc38ca2e742af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
48352025-06-30T22:21:48.676Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rot_updater --edition=2021 nexus/mgs-updates/tests/rot_updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96c4c63ab18d97fd -C extra-filename=-386cd46ddda1c0a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48362025-06-30T22:21:49.222Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_updater --edition=2021 nexus/mgs-updates/tests/sp_updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d91e4f9730cd84a7 -C extra-filename=-eee0056a0561aed1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48372025-06-30T22:21:50.477Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name host_phase1_updater --edition=2021 nexus/mgs-updates/tests/host_phase1_updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9685ef7f6d053ce4 -C extra-filename=-d506a1da893ac7c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48382025-06-30T22:21:51.008Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=750e63572ba6a4ad -C extra-filename=-a0314fd301c34e8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7aad44eb7032c853.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1d75bcb326ade2db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2858ce7fca430d76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-28eb7c9de9519ab1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-462e3136f0c7d964.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48392025-06-30T22:22:20.873Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c8075df88bdb2a9e -C extra-filename=-662126a0882e04ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7aad44eb7032c853.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1d75bcb326ade2db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2858ce7fca430d76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0faabaf2c9bf488a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-28eb7c9de9519ab1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-462e3136f0c7d964.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48402025-06-30T22:22:24.009Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c76d1e22d5f627d3 -C extra-filename=-6179449c13b01e36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7aad44eb7032c853.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1d75bcb326ade2db.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2858ce7fca430d76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0faabaf2c9bf488a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-28eb7c9de9519ab1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-462e3136f0c7d964.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
48412025-06-30T22:22:25.573Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2021 nexus/mgs-updates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ccc56061558800e9 -C extra-filename=-73591608b833ce14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48422025-06-30T22:22:25.819Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
48432025-06-30T22:22:25.887Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=13100b24bcff9f59 -C extra-filename=-9b23a4211fc6162c --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-4f270b9dc7dca48d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0faabaf2c9bf488a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48442025-06-30T22:22:25.890Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs_dev --edition=2021 dev-tools/mgs-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=383b0693bf7d58c5 -C extra-filename=-48685e321382c3d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0faabaf2c9bf488a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48452025-06-30T22:22:29.281Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ce06ba8f0592fd0 -C extra-filename=-5bd0d061921be902 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7aad44eb7032c853.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1d75bcb326ade2db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2858ce7fca430d76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0faabaf2c9bf488a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-28eb7c9de9519ab1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-462e3136f0c7d964.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48462025-06-30T22:22:29.285Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2021 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40e7a7adc5211adf -C extra-filename=-fa8d5fd0eaea34e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/usr/lib/amd64`
48472025-06-30T22:22:32.226Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2021 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b62e1f6fa9350b50 -C extra-filename=-1071bfcd92aae70e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-edc7d2bb26d9dce2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-ba5aee3d0c00d402.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3da55ef5c00c9da0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
48482025-06-30T22:22:34.600Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f758e1e1ac546f7 -C extra-filename=-6de33822ebadd199 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
48492025-06-30T22:22:36.963Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c107a1b11002bc6 -C extra-filename=-0d520475fd1f474d --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-edf8629ceb4f4ea2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48502025-06-30T22:22:38.156Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=15733bc12f88f16f -C extra-filename=-86b0b80dd91554a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b9999fef7d524659.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48512025-06-30T22:22:39.983Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=247277aae7491970 -C extra-filename=-fd2ad079d425ca65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3da55ef5c00c9da0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/usr/lib/amd64`
48522025-06-30T22:22:48.940Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
48532025-06-30T22:22:48.944Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_standalone --edition=2021 dev-tools/repo-depot-standalone/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd59de47345c4b4e -C extra-filename=-a843aa6a65df168a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48542025-06-30T22:22:49.685Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fddb2e98f4ec024b -C extra-filename=-fd5d2b0c57869b91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a9e2cfcc6272f261.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-7b63e4be5b6320b8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48552025-06-30T22:22:52.940Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=3673bb474e89e541 -C extra-filename=-ffda2403a6ebc7c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-32e54d84eb7c68e2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ac47e23a47e47000.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08d488d3cba7dbcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-44a25530587d4980.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-772ecac758e096fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-973017a9c286f392.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3d9ac8df282ce77a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07cc63e0f41c8fd0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
48562025-06-30T22:22:53.556Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb231aca2c93b1f4 -C extra-filename=-ee258d2e3d47f4c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48572025-06-30T22:22:58.101Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_zone_images --edition=2021 sled-agent/zone-images/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=692261c5cc5fed8e -C extra-filename=-b0dd09b3efc44976 --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-4f270b9dc7dca48d.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-b39b30c89250fb37.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-a82f51dbecd00c3a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
48582025-06-30T22:23:01.037Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=98eb166449039303 -C extra-filename=-297089e655b99318 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-952b2470db30a1c2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-414b4ff45220e293.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-fcc5c253f7baaea5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-97cbcd223e422a48.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5bd0bd296ec98b10.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-015002e6c87ba800.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6e35b7e91b020491.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-ce101b571f0ea8b4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f747656fa0bcde03.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-684b65cd40f0afc9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-9eee3fc41e327ae2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48592025-06-30T22:23:01.556Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b7461d66b4aaf5c -C extra-filename=-cc8c7175a78c29b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ef4a040546ae31f.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48602025-06-30T22:23:15.430Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6c39dcc35e5b093 -C extra-filename=-1dcce3b5aef100ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48612025-06-30T22:23:16.224Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce3fd99bd1e422a0 -C extra-filename=-5e63171827461aee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
48622025-06-30T22:23:17.338Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8dcdb725dc802cc8 -C extra-filename=-9ee50dbe99c8d470 --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-f9054557649cbb01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
48632025-06-30T22:23:20.752Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ddf472424bdd75ae -C extra-filename=-2ecba4b7d10e230b --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-0995b155a32ebe73.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
48642025-06-30T22:23:22.103Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0690f769519fc96 -C extra-filename=-9e4fd5c144b90019 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
48652025-06-30T22:23:23.251Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=24429ce1d85a029f -C extra-filename=-8f534875c1898e14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b70629b9d363b9ac.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3f2b3bbabe6ddd40.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-40fc2e44375933e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48662025-06-30T22:23:26.794Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7da812b82a5d533 -C extra-filename=-afe85a562fee86d6 --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-edf8629ceb4f4ea2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
48672025-06-30T22:23:27.362Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2021 sled-agent/config-reconciler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=f7c170a18fdcfdc3 -C extra-filename=-280692cdb01ddf5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9aa091ab62ef587d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-80ba71216b06884a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
48682025-06-30T22:23:29.460Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=798cf47ec0a4ac79 -C extra-filename=-ebb39cf98f3fdbfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48692025-06-30T22:23:39.599Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0080cbcee6d1aa43 -C extra-filename=-189c26b956c8cbaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48702025-06-30T22:23:40.947Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ba35e021cb57baf -C extra-filename=-c29cd46a4b9d1c65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48712025-06-30T22:23:42.136Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3137019525df42c3 -C extra-filename=-e6be8bff91f0d729 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48722025-06-30T22:23:46.045Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ceb4a7bc648fc41a -C extra-filename=-abe25053b434ee06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48732025-06-30T22:23:52.221Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc98e404bdf793c8 -C extra-filename=-16a311a68cd11ecb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48742025-06-30T22:24:06.161Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee55bbb69ce4bce9 -C extra-filename=-1e4140107548ecbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48752025-06-30T22:24:08.066Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cross_version_test --edition=2021 dns-server/tests/cross_version_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50ecef4c86d56034 -C extra-filename=-7001c5e84fcfbae8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48762025-06-30T22:24:09.462Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a913a2a32351adb -C extra-filename=-ec6eb42ffdcc4dbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48772025-06-30T22:24:09.826Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f5694ccb3dcf01d7 -C extra-filename=-220d79e4a09867c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48782025-06-30T22:24:10.118Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=254763c5a45b0164 -C extra-filename=-06211ccef2fee3f7 --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-4f270b9dc7dca48d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3d9ac8df282ce77a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48792025-06-30T22:24:11.409Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6e017233cce3474b -C extra-filename=-ebd384daccf64918 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-afbb5a030ded3cae.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5f71e5b6b3a7c292.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-374cd4b713341571.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48802025-06-30T22:24:13.926Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=830868342b919a0d -C extra-filename=-f3d6f15597a05fd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48812025-06-30T22:24:14.035Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_zone_images_examples --edition=2021 sled-agent/zone-images-examples/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d44154a0d110bf2 -C extra-filename=-2af8c8495017a195 --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-4f270b9dc7dca48d.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-b39b30c89250fb37.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
48822025-06-30T22:24:42.558Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2021 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c90262ce5f26c5bd -C extra-filename=-9ec46e3a86271ae7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8244b0e76e42a5db.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
48832025-06-30T22:24:42.656Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30afed846de96f1b -C extra-filename=-e717d01d68bf0a27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48842025-06-30T22:24:42.944Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54614672bc529f98 -C extra-filename=-271df01e97086832 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48852025-06-30T22:24:46.864Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=648e88924a8b1b77 -C extra-filename=-6e9c122a09ac5885 --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-7ba6a39e7b86ce7d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12629c63d03535fd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-3e2c566235cdb9ba.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
48862025-06-30T22:24:48.131Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c61e1478df966475 -C extra-filename=-019f57a0efc65c29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
48872025-06-30T22:24:49.406Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db71282f6da7feca -C extra-filename=-18b70f36b66b64b4 --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-7ba6a39e7b86ce7d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12629c63d03535fd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-3e2c566235cdb9ba.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
48882025-06-30T22:24:50.410Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30624338216a7e56 -C extra-filename=-029bdbc3ebd7edf2 --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-f9054557649cbb01.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48892025-06-30T22:24:53.102Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c8a79fb773ec672 -C extra-filename=-3a96b7afe36e9c1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48902025-06-30T22:24:54.794Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=71f056db382c6bd4 -C extra-filename=-89daa27e7b689104 --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-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-f577c68bd5feaa96.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48912025-06-30T22:25:06.757Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9cb0f720dcd55504 -C extra-filename=-b6fd8daa634fe36b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ef4a040546ae31f.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-0b0f7d6eadcf208d.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-e0c14a633803c5cf.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48922025-06-30T22:25:08.736Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=458e3a9fd1940560 -C extra-filename=-eb3f031412ee9dd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-80ba71216b06884a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
48932025-06-30T22:25:09.539Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3337e64308665394 -C extra-filename=-a3c7caf4ee7a7358 --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-d329a378030b478a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-cf55631a2ef5aafb.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a40dda17295f5ad9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48942025-06-30T22:25:11.316Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
48952025-06-30T22:25:11.320Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns/cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a1ae9c97c8f19c3 -C extra-filename=-d7f261eb6e06af30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48962025-06-30T22:25:11.366Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/bin/oximeter-schema.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d3f43cdb264b874 -C extra-filename=-c090c234de5cda97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-0b0f7d6eadcf208d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48972025-06-30T22:25:11.855Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=618c7e29c56a70a6 -C extra-filename=-859381b784bb47af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-de6ab9c7dbb44e65.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
48982025-06-30T22:25:12.069Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
48992025-06-30T22:25:12.105Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name test_cert_dev --edition=2021 dev-tools/cert-dev/tests/test-cert-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=87477d6ab228d678 -C extra-filename=-d6a6482974c6fc97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49002025-06-30T22:25:13.558Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6888912e8628925 -C extra-filename=-063efe2b07512140 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49012025-06-30T22:25:13.858Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2021 test-utils/src/bin/falcon_runner_cli.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=b5ee17039698295c -C extra-filename=-d8a828b21705fef3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-f1ad58118408312d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-5c766a6d348e1049.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49022025-06-30T22:25:15.191Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=06c43f1635c46d30 -C extra-filename=-9124cbdcdceafc5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49032025-06-30T22:25:15.282Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=c564fdb9e9515f66 -C extra-filename=-cf1bfec4d8c0a029 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-99a21674f504239c.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-7bff3febc5f6c73e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-44a25530587d4980.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c9d9cc016dcc99c9.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8244b0e76e42a5db.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-dc763c9e4cf3753b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
49042025-06-30T22:25:16.455Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8acddaae60b44b33 -C extra-filename=-148a61fc30cbc953 --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-7ba6a39e7b86ce7d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12629c63d03535fd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-3e2c566235cdb9ba.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49052025-06-30T22:25:16.801Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2021 test-utils/src/bin/falcon_runner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=1f28e002c84dc5ca -C extra-filename=-b74918b1573d5dd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-f1ad58118408312d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-5c766a6d348e1049.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49062025-06-30T22:25:19.123Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=ba287184a0fa091e -C extra-filename=-0b43299db0db1eb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-ebf7f590bdbdf21b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-36b486c1e8b10b05.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-7175f51c0ffc9994.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
49072025-06-30T22:25:21.003Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dc464854e6de7825 -C extra-filename=-dde697c90de4baa9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-2b58a22a9b16359f.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-0aec142281e1a83a.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-cb57b30596f14652.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49082025-06-30T22:25:30.759Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
49092025-06-30T22:25:30.793Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e312b56887d8d6e -C extra-filename=-cb41ea4ed3aff944 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49102025-06-30T22:25:31.872Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=52a6b0b1409cfe7a -C extra-filename=-dd1d3747d9e9921c --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-7b855985f2fc6e77.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-f9d6d1e055588901.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-5d1f69bb666610fc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
49112025-06-30T22:25:33.405Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54ab4fc3b6e14f39 -C extra-filename=-2b93599bf45d9514 --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-cefab6d96bfc6445.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49122025-06-30T22:25:34.295Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=48a8ef93a5bff510 -C extra-filename=-79ab8f99a1fa924e --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-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49132025-06-30T22:25:35.177Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2021 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a19ba5eafb0a7ac8 -C extra-filename=-dbf2d31428ace927 --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-4f270b9dc7dca48d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49142025-06-30T22:25:36.982Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=934ca2d71353c365 -C extra-filename=-73e928ababb7ac08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49152025-06-30T22:25:38.497Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2021 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db57853f6ac5fbbf -C extra-filename=-eab0c80bd0524298 --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-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49162025-06-30T22:25:39.052Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c85307312afb31a8 -C extra-filename=-7d14b2eb15cdf0e0 --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-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49172025-06-30T22:25:39.632Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b59c4885cf539a5e -C extra-filename=-0973bb132c1dadc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49182025-06-30T22:25:39.883Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73d2964f8884f35f -C extra-filename=-cb3415659e80cb45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5bd0bd296ec98b10.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49192025-06-30T22:25:41.263Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef412f4c53c60af6 -C extra-filename=-d01a9427a21e4536 --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-edf8629ceb4f4ea2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49202025-06-30T22:25:41.377Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e85177b51e090042 -C extra-filename=-9d641e1351d92f6e --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-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49212025-06-30T22:25:42.549Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c4a12ce84843df0 -C extra-filename=-d35a7851c9cf45c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-afbb5a030ded3cae.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5f71e5b6b3a7c292.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-374cd4b713341571.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49222025-06-30T22:25:43.399Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bbc377f533e53a88 -C extra-filename=-2544edbcc8547dbf --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-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
49232025-06-30T22:25:43.715Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f502a5c50c469057 -C extra-filename=-c5e608190ff51274 --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-ef6e1aa9c68ab04f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
49242025-06-30T22:25:45.701Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a91e3acf0b8394ff -C extra-filename=-7ed5b98e0d5261ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49252025-06-30T22:25:47.805Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3fbf522088e7f1d -C extra-filename=-209edb39229369fa --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-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49262025-06-30T22:25:48.936Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=827fa17c7fa8e981 -C extra-filename=-c168a7cb237ddcc1 --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-8804ad2a31b94b33.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49272025-06-30T22:25:50.522Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6fc1c385ddf808dc -C extra-filename=-d0625e1924d40fc3 --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-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49282025-06-30T22:25:51.058Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ff8ae179cae38cb -C extra-filename=-e3d90fc6fea65470 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49292025-06-30T22:25:51.106Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=9ec136b5de7754ab -C extra-filename=-6b41a4dd97f408f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-f1ad58118408312d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-5c766a6d348e1049.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49302025-06-30T22:25:51.160Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3f608c0f6f6f8ba -C extra-filename=-3cf9e2b80ff5179b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49312025-06-30T22:25:54.733Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=008c134ddd475aa0 -C extra-filename=-065139c474858178 --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-0995b155a32ebe73.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49322025-06-30T22:25:55.315Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=080bef937daa5e90 -C extra-filename=-10a88cc2b133f5ef --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-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49332025-06-30T22:25:57.934Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=acbd5cdc2b7ad662 -C extra-filename=-09b4a9b3340a97b6 --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-72f56b93b42caad5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2858ce7fca430d76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49342025-06-30T22:25:58.096Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=87264c57bf89fdb0 -C extra-filename=-ea9a2f405c141b43 --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-9a1e7e99ca25fd00.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-c2e26a7fc12c5175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49352025-06-30T22:26:00.972Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ce3352d909ed93e -C extra-filename=-141a69952436ded1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49362025-06-30T22:26:01.190Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=122522d8143a0b0b -C extra-filename=-f854ea0f08c1346f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49372025-06-30T22:26:01.202Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fcb4dca363f2837d -C extra-filename=-ecacd2f7981cb105 --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-6cdb18cfaf521a4b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49382025-06-30T22:26:02.586Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6cc09b7e79776c23 -C extra-filename=-d522762d4937fdc9 --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-edf8629ceb4f4ea2.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5c6a4f36ae0c8939.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49392025-06-30T22:26:05.776Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=27015072dae05c86 -C extra-filename=-a5f43352ee7cdc0d --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-edf8629ceb4f4ea2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49402025-06-30T22:26:08.654Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
49412025-06-30T22:26:08.700Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2021 cockroach-metrics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ace05789454a4253 -C extra-filename=-2529fc1946c8bf49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49422025-06-30T22:26:08.883Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4fce6662cd971829 -C extra-filename=-b853d0f72a351a7c --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-9a2534c0b5700f30.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f4f624c01a5a54e0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49432025-06-30T22:26:09.008Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ae7eeee10db48be -C extra-filename=-4e8c243f6f33ca10 --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-9a2534c0b5700f30.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f4f624c01a5a54e0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49442025-06-30T22:26:10.128Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ffc87d1b191cea3d -C extra-filename=-4ad46fc4f8b30505 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ab065754353384b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8244b0e76e42a5db.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-996d59c4e5a5e5b6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49452025-06-30T22:26:11.595Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=d4e9d1361ef3a194 -C extra-filename=-507f2907859ace5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-de6ab9c7dbb44e65.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5214dd74a1ef2464.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-010866bfd49291f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49462025-06-30T22:26:12.422Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7835610c1ef698f -C extra-filename=-05f36a611fa39598 --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-d329a378030b478a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49472025-06-30T22:26:12.513Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a151a9a876f88a8b -C extra-filename=-98b46a686cbb482a --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-d329a378030b478a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49482025-06-30T22:26:12.873Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2021 trust-quorum/gfss/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c31bacbb83e7932f -C extra-filename=-b911e7abede3f3df --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-3e9ff315175280c8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand09=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49492025-06-30T22:26:13.071Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f0c640f60c48209 -C extra-filename=-66249293e724ff3d --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-d329a378030b478a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49502025-06-30T22:26:13.188Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ab52a533b086ab9 -C extra-filename=-0a5da4816c35dfae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49512025-06-30T22:26:13.626Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2021 nexus/background-task-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81f42f02e287f704 -C extra-filename=-2d3ab9bb30dd93bc --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-d329a378030b478a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49522025-06-30T22:26:13.679Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2021 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=159d83b05e69c3d0 -C extra-filename=-1eaa3a5956c610c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49532025-06-30T22:26:14.299Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2021 dev-tools/repl-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a137ce0c219e392 -C extra-filename=-3d6963e712d8cd82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49542025-06-30T22:26:14.519Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2117727afbf88a8d -C extra-filename=-5a70986e8851ef8c --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-edf8629ceb4f4ea2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49552025-06-30T22:26:15.061Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2021 nexus/db-schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd501cd0d0bb7fb8 -C extra-filename=-d2f47c9df750053a --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-63a0384016e95522.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49562025-06-30T22:26:16.367Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=276fc520a58a21dd -C extra-filename=-cdc3a4e580a5ade5 --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-863717e309b7a9bc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-87f476b0f04bc669.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49572025-06-30T22:26:16.458Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2021 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=982d09f9b64173e0 -C extra-filename=-11cfe34ad386ce98 --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-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49582025-06-30T22:26:17.076Z Running `/home/build/.rustup/toolchains/1.87.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=bcfe6026a48b884e -C extra-filename=-7b6d9c22bef9de3f --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-f9054557649cbb01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49592025-06-30T22:26:17.733Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=46813726512933cf -C extra-filename=-6afa1ed653e49c15 --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-d329a378030b478a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49602025-06-30T22:26:17.876Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b093b3b03c08b64b -C extra-filename=-1d84f066aa191b69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49612025-06-30T22:26:18.484Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ee1d543edf76e32 -C extra-filename=-5aa0939736532277 --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-d329a378030b478a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49622025-06-30T22:26:18.547Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=848b265ed298da23 -C extra-filename=-f84123795e937039 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ab065754353384b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-996d59c4e5a5e5b6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49632025-06-30T22:26:19.714Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2021 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a3d5e6c10f9c907 -C extra-filename=-f17f0a711614bcbe --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-f9054557649cbb01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49642025-06-30T22:26:20.063Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6992e34f0dfeafb8 -C extra-filename=-d4ba9f5b435f9a4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49652025-06-30T22:26:21.222Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2021 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3c358071cc9c401 -C extra-filename=-45f665dc38c82920 --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-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49662025-06-30T22:26:21.411Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name id_map --edition=2021 id-map/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=88720f10039fe2c4 -C extra-filename=-86215efe258d950e --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-72f56b93b42caad5.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49672025-06-30T22:26:22.323Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=644ad5b09b885bc7 -C extra-filename=-7a73da6e545a7561 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49682025-06-30T22:26:23.262Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd71d92bcf7e7c92 -C extra-filename=-90a23a06e874e6d9 --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-d329a378030b478a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49692025-06-30T22:26:23.737Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2021 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfb20101c0fadcc0 -C extra-filename=-15ec0f9f0e0dc37d --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-ee2129fa6db1368d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-94110eabed412358.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49702025-06-30T22:26:24.258Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2021 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d55583119ec69a90 -C extra-filename=-dc76c69a10f419de --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-ce41b31d84d6e3a9.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-212bd90c4b2dd6c2.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-6abecefb8b67713a.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-51d372fa91d20d85.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-78e38759e3b6da1b.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b3c8cd159185181c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-612ce2e304571f81.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-faf115b538446cf7.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f31d3e05cb6ea3f7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-5635dba39bf9bf7b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-379a38323fc33607.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2c96830fae84e44c.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e49e148379376081.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ef421c864b54ec9e.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-ea40d9ab8b9757a5.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-2ecaa8b38dcf8faa.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-d64721bdf3087236.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-c755548413afb770.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-72fa9a7c58f40979.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-2258aab87697adbb.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-ad59467a09ca041e.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-340d4db1586c85dd.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-353e6090291573ff.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7507609290b17159.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd0dad88f56f0ea8.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-f1db6b1fa8fda49d.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ee2ff769a8771c26.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-59a59a87f1844024.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-34d50781102c559f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-76e46987a5cb127a.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a31d6e3ea5bde33b.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb1901253e0db9df.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a17f495745437ac9.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8b31b87f3240ff35.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0198d0379ddd5e72.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3b3b33ff78e5a886.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-33b5304ed311b179.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-987dcd08b67cb2a8.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-b6be0333af93ab88.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-d909e5bee2ee8acf.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-20179c07374f1a77.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-d3105508a84126c2.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-63c6474b95c77984.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d1942fe7a0f875a4.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-221a139d58cdccf4.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-47774841ed96ca61.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-e68eb56a87261b4f.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-72ad14aa7b4c9ad8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ff6ed72e3b7d50b0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6523adb68efc81b9.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-848ea02eff028b21.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-821ca613971b037b.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e70065b2fca30e15.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b6ed5c9162737056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9aa091ab62ef587d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1f873415a8bab1e6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-406ca8badcd23106.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a93b2b0d16191f46.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f0c21b5edc822a6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f60053941bf92db1.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2310c9a53b7cd6d1.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-904e4ec3fcbed7e7.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-643e7692f89b35e0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-25caf115c2801f29.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ad0a9d44eab449a4.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6d9084eefb049e89.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3ddec34f40a666cf.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6af2d8bdb1462b.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49712025-06-30T22:26:24.753Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2021 dev-tools/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fad96c84311e1cc6 -C extra-filename=-a1adada078d2918d --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`
49722025-06-30T22:26:24.753Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=9c195176b462eb7a -C extra-filename=-895c6359a1d6d994 --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-72f56b93b42caad5.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49732025-06-30T22:27:25.846Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c0de5507b6f1544 -C extra-filename=-3eed54970bc25270 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5c6a4f36ae0c8939.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-9971a79910adfacb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-dcfcaf089e3ac52c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8b29f993ef945bfe.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6bbe85e624072b6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-432edd259989e2cf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-efadbc4ce2b20ea6.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
49742025-06-30T22:27:25.846Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=843154cd729d1e6e -C extra-filename=-e97bfe03c3b770ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-82714634aec3490d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-432edd259989e2cf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
49752025-06-30T22:27:25.892Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test-omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=edf987feda42223c -C extra-filename=-b1fa3bd09376acf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-82714634aec3490d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-8e5193a7f1a1af3d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-432edd259989e2cf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
49762025-06-30T22:27:25.921Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8889243058c01172 -C extra-filename=-0d7affde27d48893 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b52a750bde10378b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c9931c5ab8806eaf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3496fbe10c1d0394.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-65e273faea63954f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-432edd259989e2cf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
49772025-06-30T22:27:25.925Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f54d7b77e9dabb6d -C extra-filename=-71c72370859c7971 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-82714634aec3490d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-8e5193a7f1a1af3d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-432edd259989e2cf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
49782025-06-30T22:27:25.951Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2021 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c079012b3e14dbf -C extra-filename=-e4dd30df5e4af1bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-432edd259989e2cf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-a758da05efed7fae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
49792025-06-30T22:27:25.974Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=552d301fda7d00a2 -C extra-filename=-9e7b4f99ed9e565a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5c6a4f36ae0c8939.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-9971a79910adfacb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-dcfcaf089e3ac52c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8b29f993ef945bfe.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6bbe85e624072b6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-432edd259989e2cf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-efadbc4ce2b20ea6.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
49802025-06-30T22:27:26.041Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2021 nexus/reconfigurator/cli-integration-tests/tests/integration/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=643068b494a66f01 -C extra-filename=-69b9a2f7524eb8a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-432edd259989e2cf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-a758da05efed7fae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
49812025-06-30T22:34:20.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23m 36s
49822025-06-30T22:34:45.393Z
49832025-06-30T22:34:45.400Zreal 24:01.636645647
49842025-06-30T22:34:45.400Zuser 1:50:49.640716857
49852025-06-30T22:34:45.400Zsys 18:07.216085030
49862025-06-30T22:34:45.400Ztrap 6.099336906
49872025-06-30T22:34:45.400Ztflt 6.349343494
49882025-06-30T22:34:45.400Zdflt 19:26.996367692
49892025-06-30T22:34:45.400Zkflt 1.013966746
49902025-06-30T22:34:45.400Zlock 4:25:31.551111196
49912025-06-30T22:34:45.400Zslp 11:24:23.255107438
49922025-06-30T22:34:45.400Zlat 8:01.811225530
49932025-06-30T22:34:45.400Zstop 14:32.552468643
49942025-06-30T22:34:46.422Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
49952025-06-30T22:34:52.515Z Fresh unicode-ident v1.0.18
49962025-06-30T22:34:52.519Z Fresh cfg-if v1.0.1
49972025-06-30T22:34:52.519Z Fresh autocfg v1.4.0
49982025-06-30T22:34:52.519Z Fresh memchr v2.7.4
49992025-06-30T22:34:52.522Z Fresh value-bag v1.9.0
50002025-06-30T22:34:52.522Z Fresh proc-macro2 v1.0.95
50012025-06-30T22:34:52.522Z Fresh log v0.4.27
50022025-06-30T22:34:52.522Z Fresh smallvec v1.15.0
50032025-06-30T22:34:52.522Z Fresh version_check v0.9.5
50042025-06-30T22:34:52.522Z Fresh itoa v1.0.11
50052025-06-30T22:34:52.526Z Fresh quote v1.0.40
50062025-06-30T22:34:52.526Z Fresh libc v0.2.174
50072025-06-30T22:34:52.526Z Fresh scopeguard v1.2.0
50082025-06-30T22:34:52.529Z Fresh stable_deref_trait v1.2.0
50092025-06-30T22:34:52.529Z Fresh syn v2.0.104
50102025-06-30T22:34:52.529Z Fresh getrandom v0.2.15
50112025-06-30T22:34:52.529Z Fresh lock_api v0.4.12
50122025-06-30T22:34:52.529Z Fresh ryu v1.0.18
50132025-06-30T22:34:52.529Z Fresh critical-section v1.1.3
50142025-06-30T22:34:52.533Z Fresh serde_derive v1.0.219
50152025-06-30T22:34:52.533Z Fresh zeroize_derive v1.4.2
50162025-06-30T22:34:52.533Z Fresh libm v0.2.8
50172025-06-30T22:34:52.533Z Fresh portable-atomic v1.11.0
50182025-06-30T22:34:52.533Z Fresh synstructure v0.13.1
50192025-06-30T22:34:52.533Z Fresh rand_core v0.6.4
50202025-06-30T22:34:52.533Z Fresh zerovec-derive v0.10.3
50212025-06-30T22:34:52.533Z Fresh displaydoc v0.2.5
50222025-06-30T22:34:52.537Z Fresh serde v1.0.219
50232025-06-30T22:34:52.537Z Fresh zeroize v1.8.1
50242025-06-30T22:34:52.537Z Fresh num-traits v0.2.19
50252025-06-30T22:34:52.537Z Fresh once_cell v1.21.3
50262025-06-30T22:34:52.537Z Fresh zerofrom-derive v0.1.4
50272025-06-30T22:34:52.537Z Fresh yoke-derive v0.7.4
50282025-06-30T22:34:52.537Z Fresh pin-project-lite v0.2.14
50292025-06-30T22:34:52.537Z Fresh bytes v1.10.1
50302025-06-30T22:34:52.541Z Fresh bitflags v2.9.0
50312025-06-30T22:34:52.541Z Fresh zerofrom v0.1.4
50322025-06-30T22:34:52.541Z Fresh percent-encoding v2.3.1
50332025-06-30T22:34:52.541Z Fresh litemap v0.7.3
50342025-06-30T22:34:52.541Z Fresh writeable v0.5.5
50352025-06-30T22:34:52.541Z Fresh icu_provider_macros v1.5.0
50362025-06-30T22:34:52.541Z Fresh yoke v0.7.4
50372025-06-30T22:34:52.541Z Fresh serde_json v1.0.140
50382025-06-30T22:34:52.541Z Fresh shlex v1.3.0
50392025-06-30T22:34:52.541Z Fresh icu_locid_transform_data v1.5.0
50402025-06-30T22:34:52.541Z Fresh byteorder v1.5.0
50412025-06-30T22:34:52.544Z Fresh icu_properties_data v1.5.0
50422025-06-30T22:34:52.544Z Fresh jobserver v0.1.32
50432025-06-30T22:34:52.548Z Fresh zerovec v0.10.4
50442025-06-30T22:34:52.548Z Fresh regex-syntax v0.8.5
50452025-06-30T22:34:52.548Z Fresh utf8_iter v1.0.4
50462025-06-30T22:34:52.548Z Fresh write16 v1.0.0
50472025-06-30T22:34:52.548Z Fresh icu_normalizer_data v1.5.0
50482025-06-30T22:34:52.548Z Fresh utf16_iter v1.0.5
50492025-06-30T22:34:52.548Z Fresh tinystr v0.7.6
50502025-06-30T22:34:52.548Z Fresh icu_collections v1.5.0
50512025-06-30T22:34:52.548Z Fresh parking_lot_core v0.9.10
50522025-06-30T22:34:52.548Z Fresh cc v1.2.15
50532025-06-30T22:34:52.548Z Fresh form_urlencoded v1.2.1
50542025-06-30T22:34:52.548Z Fresh foldhash v0.1.5
50552025-06-30T22:34:52.552Z Fresh icu_locid v1.5.0
50562025-06-30T22:34:52.552Z Fresh parking_lot v0.12.3
50572025-06-30T22:34:52.552Z Fresh semver v1.0.26
50582025-06-30T22:34:52.552Z Fresh allocator-api2 v0.2.21
50592025-06-30T22:34:52.552Z Fresh equivalent v1.0.2
50602025-06-30T22:34:52.552Z Fresh aho-corasick v1.1.3
50612025-06-30T22:34:52.552Z Fresh subtle v2.6.1
50622025-06-30T22:34:52.552Z Fresh icu_provider v1.5.0
50632025-06-30T22:34:52.552Z Fresh hashbrown v0.15.4
50642025-06-30T22:34:52.552Z Fresh getrandom v0.3.1
50652025-06-30T22:34:52.555Z Fresh regex-automata v0.4.8
50662025-06-30T22:34:52.555Z Fresh signal-hook-registry v1.4.2
50672025-06-30T22:34:52.555Z Fresh errno v0.3.12
50682025-06-30T22:34:52.555Z Fresh fnv v1.0.7
50692025-06-30T22:34:52.559Z Fresh icu_locid_transform v1.5.0
50702025-06-30T22:34:52.559Z Fresh mio v1.0.2
50712025-06-30T22:34:52.559Z Fresh futures-core v0.3.31
50722025-06-30T22:34:52.559Z Fresh thiserror-impl v1.0.69
50732025-06-30T22:34:52.559Z Fresh regex v1.11.1
50742025-06-30T22:34:52.559Z Fresh icu_properties v1.5.1
50752025-06-30T22:34:52.559Z Fresh typenum v1.17.0
50762025-06-30T22:34:52.560Z Fresh heck v0.5.0
50772025-06-30T22:34:52.560Z Fresh tokio-macros v2.5.0
50782025-06-30T22:34:52.560Z Fresh socket2 v0.5.10
50792025-06-30T22:34:52.560Z Fresh icu_normalizer v1.5.0
50802025-06-30T22:34:52.560Z Fresh generic-array v0.14.7
50812025-06-30T22:34:52.560Z Fresh thiserror v1.0.69
50822025-06-30T22:34:52.560Z Fresh either v1.15.0
50832025-06-30T22:34:52.560Z Fresh tokio v1.45.1
50842025-06-30T22:34:52.560Z Fresh indexmap v2.9.0
50852025-06-30T22:34:52.560Z Fresh zerocopy-derive v0.7.35
50862025-06-30T22:34:52.564Z Fresh idna_adapter v1.2.0
50872025-06-30T22:34:52.564Z Fresh rustix v0.38.37
50882025-06-30T22:34:52.564Z Fresh crypto-common v0.1.6
50892025-06-30T22:34:52.564Z Fresh zerocopy v0.7.35
50902025-06-30T22:34:52.564Z Fresh iana-time-zone v0.1.63
50912025-06-30T22:34:52.564Z Fresh uuid v1.17.0
50922025-06-30T22:34:52.567Z Fresh pkg-config v0.3.31
50932025-06-30T22:34:52.567Z Fresh idna v1.0.3
50942025-06-30T22:34:52.567Z Fresh chrono v0.4.41
50952025-06-30T22:34:52.567Z Fresh spin v0.9.8
50962025-06-30T22:34:52.567Z Fresh futures-io v0.3.31
50972025-06-30T22:34:52.567Z Fresh const-oid v0.9.6
50982025-06-30T22:34:52.567Z Fresh serde_derive_internals v0.29.1
50992025-06-30T22:34:52.567Z Fresh dyn-clone v1.0.19
51002025-06-30T22:34:52.567Z Fresh url v2.5.4
51012025-06-30T22:34:52.567Z Fresh slab v0.4.9
51022025-06-30T22:34:52.568Z Fresh schemars_derive v0.8.22
51032025-06-30T22:34:52.568Z Fresh block-buffer v0.10.4
51042025-06-30T22:34:52.568Z Fresh futures-sink v0.3.31
51052025-06-30T22:34:52.568Z Fresh lazy_static v1.5.0
51062025-06-30T22:34:52.568Z Fresh pin-utils v0.1.0
51072025-06-30T22:34:52.572Z Fresh digest v0.10.7
51082025-06-30T22:34:52.572Z Fresh cpufeatures v0.2.14
51092025-06-30T22:34:52.575Z Fresh futures-channel v0.3.31
51102025-06-30T22:34:52.575Z Fresh ppv-lite86 v0.2.20
51112025-06-30T22:34:52.575Z Fresh futures-macro v0.3.31
51122025-06-30T22:34:52.576Z Fresh futures-task v0.3.31
51132025-06-30T22:34:52.576Z Fresh schemars v0.8.22
51142025-06-30T22:34:52.576Z Fresh futures-util v0.3.31
51152025-06-30T22:34:52.576Z Fresh tracing-core v0.1.32
51162025-06-30T22:34:52.576Z Fresh tracing-attributes v0.1.27
51172025-06-30T22:34:52.576Z Fresh glob v0.3.2
51182025-06-30T22:34:52.576Z Fresh http v1.3.1
51192025-06-30T22:34:52.576Z Fresh syn v1.0.109
51202025-06-30T22:34:52.576Z Fresh tracing v0.1.40
51212025-06-30T22:34:52.576Z Fresh thiserror-impl v2.0.12
51222025-06-30T22:34:52.576Z Fresh strsim v0.11.1
51232025-06-30T22:34:52.576Z Fresh minimal-lexical v0.2.1
51242025-06-30T22:34:52.580Z Fresh thiserror v2.0.12
51252025-06-30T22:34:52.580Z Fresh nom v7.1.3
51262025-06-30T22:34:52.580Z Fresh adler2 v2.0.0
51272025-06-30T22:34:52.580Z Fresh libloading v0.8.5
51282025-06-30T22:34:52.580Z Fresh miniz_oxide v0.8.5
51292025-06-30T22:34:52.580Z Fresh vcpkg v0.2.15
51302025-06-30T22:34:52.580Z Fresh prettyplease v0.2.35
51312025-06-30T22:34:52.580Z Fresh cexpr v0.6.0
51322025-06-30T22:34:52.580Z Fresh clang-sys v1.8.1
51332025-06-30T22:34:52.580Z Fresh rand_chacha v0.3.1
51342025-06-30T22:34:52.580Z Fresh crossbeam-utils v0.8.21
51352025-06-30T22:34:52.580Z Fresh paste v1.0.15
51362025-06-30T22:34:52.580Z Fresh home v0.5.9
51372025-06-30T22:34:52.580Z Fresh rand v0.8.5
51382025-06-30T22:34:52.580Z Fresh block-padding v0.3.3
51392025-06-30T22:34:52.580Z Fresh serde_tokenstream v0.2.2
51402025-06-30T22:34:52.580Z Fresh num-conv v0.1.0
51412025-06-30T22:34:52.580Z Fresh powerfmt v0.2.0
51422025-06-30T22:34:52.580Z Fresh time-core v0.1.2
51432025-06-30T22:34:52.584Z Fresh inout v0.1.3
51442025-06-30T22:34:52.584Z Fresh num_threads v0.1.7
51452025-06-30T22:34:52.584Z Fresh itertools v0.12.1
51462025-06-30T22:34:52.584Z Fresh base64 v0.22.1
51472025-06-30T22:34:52.584Z Fresh deranged v0.3.11
51482025-06-30T22:34:52.584Z Fresh time-macros v0.2.18
51492025-06-30T22:34:52.584Z Fresh cipher v0.4.4
51502025-06-30T22:34:52.584Z Fresh which v4.4.2
51512025-06-30T22:34:52.584Z Fresh tokio-util v0.7.15
51522025-06-30T22:34:52.584Z Fresh ipnet v2.11.0
51532025-06-30T22:34:52.584Z Fresh atomic-waker v1.1.2
51542025-06-30T22:34:52.585Z Fresh time v0.3.36
51552025-06-30T22:34:52.585Z Fresh rustc-hash v1.1.0
51562025-06-30T22:34:52.585Z Fresh lazycell v1.3.0
51572025-06-30T22:34:52.585Z Fresh cmake v0.1.51
51582025-06-30T22:34:52.585Z Fresh base64ct v1.6.0
51592025-06-30T22:34:52.585Z Fresh untrusted v0.9.0
51602025-06-30T22:34:52.585Z Fresh fs_extra v1.3.0
51612025-06-30T22:34:52.589Z Fresh bindgen v0.69.5
51622025-06-30T22:34:52.589Z Fresh gimli v0.31.1
51632025-06-30T22:34:52.589Z Fresh dunce v1.0.5
51642025-06-30T22:34:52.589Z Fresh ring v0.17.14
51652025-06-30T22:34:52.589Z Fresh sha2 v0.10.9
51662025-06-30T22:34:52.589Z Fresh hmac v0.12.1
51672025-06-30T22:34:52.589Z Fresh toml_datetime v0.6.11
51682025-06-30T22:34:52.589Z Fresh httparse v1.9.5
51692025-06-30T22:34:52.589Z Fresh addr2line v0.24.2
51702025-06-30T22:34:52.589Z Fresh serde_spanned v0.6.9
51712025-06-30T22:34:52.589Z Fresh object v0.36.5
51722025-06-30T22:34:52.589Z Fresh rustc-demangle v0.1.24
51732025-06-30T22:34:52.589Z Fresh rustls-pki-types v1.10.0
51742025-06-30T22:34:52.592Z Fresh backtrace v0.3.74
51752025-06-30T22:34:52.592Z Fresh http-body v1.0.1
51762025-06-30T22:34:52.596Z Fresh pem-rfc7468 v0.7.0
51772025-06-30T22:34:52.599Z Fresh anyhow v1.0.98
51782025-06-30T22:34:52.599Z Fresh aws-lc-sys v0.26.0
51792025-06-30T22:34:52.599Z Fresh zerocopy-derive v0.8.26
51802025-06-30T22:34:52.599Z Fresh untrusted v0.7.1
51812025-06-30T22:34:52.599Z Fresh utf8parse v0.2.2
51822025-06-30T22:34:52.599Z Fresh try-lock v0.2.5
51832025-06-30T22:34:52.599Z Fresh httpdate v1.0.3
51842025-06-30T22:34:52.599Z Fresh aws-lc-rs v1.12.4
51852025-06-30T22:34:52.599Z Fresh want v0.3.1
51862025-06-30T22:34:52.599Z Fresh zerocopy v0.8.26
51872025-06-30T22:34:52.599Z Fresh h2 v0.4.6
51882025-06-30T22:34:52.603Z Fresh tower-service v0.3.3
51892025-06-30T22:34:52.606Z Fresh hyper v1.6.0
51902025-06-30T22:34:52.606Z Fresh rustls-webpki v0.102.8
51912025-06-30T22:34:52.606Z Fresh async-trait v0.1.88
51922025-06-30T22:34:52.606Z Fresh der_derive v0.7.3
51932025-06-30T22:34:52.606Z Fresh flagset v0.4.6
51942025-06-30T22:34:52.606Z Fresh pbkdf2 v0.12.2
51952025-06-30T22:34:52.606Z Fresh rustversion v1.0.17
51962025-06-30T22:34:52.606Z Fresh der v0.7.9
51972025-06-30T22:34:52.606Z Fresh aes v0.8.4
51982025-06-30T22:34:52.606Z Fresh anstyle v1.0.11
51992025-06-30T22:34:52.606Z Fresh mime v0.3.17
52002025-06-30T22:34:52.606Z Fresh hyper-util v0.1.14
52012025-06-30T22:34:52.606Z Fresh cbc v0.1.2
52022025-06-30T22:34:52.610Z Fresh slog v2.7.0
52032025-06-30T22:34:52.610Z Fresh spki v0.7.3
52042025-06-30T22:34:52.610Z Fresh salsa20 v0.10.2
52052025-06-30T22:34:52.610Z Fresh openssl-probe v0.1.5
52062025-06-30T22:34:52.611Z Fresh foreign-types-shared v0.1.1
52072025-06-30T22:34:52.611Z Fresh openssl-sys v0.9.109
52082025-06-30T22:34:52.611Z Fresh anstyle-parse v0.2.5
52092025-06-30T22:34:52.611Z Fresh foreign-types v0.3.2
52102025-06-30T22:34:52.611Z Fresh scrypt v0.11.0
52112025-06-30T22:34:52.611Z Fresh http-body-util v0.1.3
52122025-06-30T22:34:52.611Z Fresh rustc_version v0.4.1
52132025-06-30T22:34:52.611Z Fresh openssl-macros v0.1.1
52142025-06-30T22:34:52.611Z Fresh anstyle-query v1.1.1
52152025-06-30T22:34:52.611Z Fresh is_terminal_polyfill v1.70.1
52162025-06-30T22:34:52.615Z Fresh colorchoice v1.0.2
52172025-06-30T22:34:52.615Z Fresh openssl v0.10.73
52182025-06-30T22:34:52.615Z Fresh pkcs5 v0.7.1
52192025-06-30T22:34:52.615Z Fresh terminal_size v0.4.0
52202025-06-30T22:34:52.615Z Fresh serde_urlencoded v0.7.1
52212025-06-30T22:34:52.615Z Fresh anstream v0.6.18
52222025-06-30T22:34:52.615Z Fresh rustls v0.23.19
52232025-06-30T22:34:52.615Z Fresh pkcs8 v0.10.2
52242025-06-30T22:34:52.615Z Fresh encoding_rs v0.8.34
52252025-06-30T22:34:52.615Z Fresh clap_lex v0.7.4
52262025-06-30T22:34:52.615Z Fresh clap_derive v4.5.40
52272025-06-30T22:34:52.615Z Fresh clap_builder v4.5.40
52282025-06-30T22:34:52.615Z Fresh native-tls v0.2.12
52292025-06-30T22:34:52.615Z Fresh tokio-rustls v0.26.0
52302025-06-30T22:34:52.615Z Fresh sync_wrapper v1.0.1
52312025-06-30T22:34:52.619Z Fresh litrs v0.4.1
52322025-06-30T22:34:52.620Z Fresh tower-layer v0.3.3
52332025-06-30T22:34:52.620Z Fresh psl-types v2.0.11
52342025-06-30T22:34:52.620Z Fresh ucd-trie v0.1.7
52352025-06-30T22:34:52.620Z Fresh publicsuffix v2.3.0
52362025-06-30T22:34:52.620Z Fresh document-features v0.2.10
52372025-06-30T22:34:52.620Z Fresh tower v0.5.2
52382025-06-30T22:34:52.620Z Fresh cookie v0.18.1
52392025-06-30T22:34:52.620Z Fresh clap v4.5.40
52402025-06-30T22:34:52.620Z Fresh tokio-native-tls v0.3.1
52412025-06-30T22:34:52.620Z Fresh rustls-native-certs v0.8.1
52422025-06-30T22:34:52.620Z Fresh pest v2.7.14
52432025-06-30T22:34:52.621Z Fresh webpki-roots v1.0.0
52442025-06-30T22:34:52.621Z Fresh openapiv3 v2.2.0
52452025-06-30T22:34:52.621Z Fresh iri-string v0.7.8
52462025-06-30T22:34:52.621Z Fresh cookie_store v0.21.1
52472025-06-30T22:34:52.624Z Fresh hyper-tls v0.6.0
52482025-06-30T22:34:52.624Z Fresh ipnetwork v0.21.1
52492025-06-30T22:34:52.624Z Fresh scroll_derive v0.12.0
52502025-06-30T22:34:52.624Z Fresh hyper-rustls v0.27.7
52512025-06-30T22:34:52.624Z Fresh pest_meta v2.7.14
52522025-06-30T22:34:52.624Z Fresh tower-http v0.6.6
52532025-06-30T22:34:52.624Z Fresh data-encoding v2.9.0
52542025-06-30T22:34:52.624Z Fresh scroll v0.12.0
52552025-06-30T22:34:52.624Z Fresh rand_core v0.9.2
52562025-06-30T22:34:52.624Z Fresh plain v0.2.3
52572025-06-30T22:34:52.624Z Fresh tinyvec_macros v0.1.1
52582025-06-30T22:34:52.624Z Fresh pest_generator v2.7.14
52592025-06-30T22:34:52.624Z Fresh reqwest v0.12.20
52602025-06-30T22:34:52.625Z Fresh winnow v0.5.40
52612025-06-30T22:34:52.625Z Fresh tinyvec v1.8.0
52622025-06-30T22:34:52.625Z Fresh goblin v0.8.2
52632025-06-30T22:34:52.625Z Fresh signature v2.2.0
52642025-06-30T22:34:52.625Z Fresh winnow v0.7.10
52652025-06-30T22:34:52.625Z Fresh pest_derive v2.7.14
52662025-06-30T22:34:52.625Z Fresh toml_edit v0.19.15
52672025-06-30T22:34:52.625Z Fresh toml_write v0.1.2
52682025-06-30T22:34:52.625Z Fresh pretty-hex v0.4.1
52692025-06-30T22:34:52.625Z Fresh rand_chacha v0.9.0
52702025-06-30T22:34:52.625Z Fresh thread-id v4.2.2
52712025-06-30T22:34:52.625Z Fresh siphasher v0.3.11
52722025-06-30T22:34:52.625Z Fresh dtrace-parser v0.2.0
52732025-06-30T22:34:52.625Z Fresh toml_edit v0.22.27
52742025-06-30T22:34:52.625Z Fresh dof v0.3.0
52752025-06-30T22:34:52.625Z Fresh unicode-width v0.2.0
52762025-06-30T22:34:52.629Z Fresh rand v0.9.1
52772025-06-30T22:34:52.629Z Fresh phf_shared v0.11.2
52782025-06-30T22:34:52.629Z Fresh unicode-segmentation v1.12.0
52792025-06-30T22:34:52.629Z Fresh crossbeam-epoch v0.9.18
52802025-06-30T22:34:52.629Z Fresh usdt-impl v0.5.0
52812025-06-30T22:34:52.629Z Fresh sha1 v0.10.6
52822025-06-30T22:34:52.629Z Fresh num-integer v0.1.46
52832025-06-30T22:34:52.629Z Fresh crc32fast v1.4.2
52842025-06-30T22:34:52.629Z Fresh static_assertions v1.1.0
52852025-06-30T22:34:52.629Z Fresh bstr v1.10.0
52862025-06-30T22:34:52.629Z Fresh memmap v0.7.0
52872025-06-30T22:34:52.629Z Fresh base16ct v0.2.0
52882025-06-30T22:34:52.629Z Fresh usdt-attr-macro v0.5.0
52892025-06-30T22:34:52.629Z Fresh usdt-macro v0.5.0
52902025-06-30T22:34:52.629Z Fresh sec1 v0.7.3
52912025-06-30T22:34:52.629Z Fresh oxnet v0.1.2
52922025-06-30T22:34:52.629Z Fresh hubpack_derive v0.1.1
52932025-06-30T22:34:52.629Z Fresh ff v0.13.0
52942025-06-30T22:34:52.629Z Fresh zlib-rs v0.5.1
52952025-06-30T22:34:52.629Z Fresh heck v0.4.1
52962025-06-30T22:34:52.629Z Fresh usdt v0.5.0
52972025-06-30T22:34:52.629Z Fresh libz-rs-sys v0.5.1
52982025-06-30T22:34:52.630Z Fresh hubpack v0.1.2
52992025-06-30T22:34:52.630Z Fresh group v0.13.0
53002025-06-30T22:34:52.630Z Fresh num-iter v0.1.45
53012025-06-30T22:34:52.630Z Fresh strum_macros v0.26.4
53022025-06-30T22:34:52.630Z Fresh hkdf v0.12.4
53032025-06-30T22:34:52.630Z Fresh crypto-bigint v0.5.5
53042025-06-30T22:34:52.634Z Fresh bitflags v1.3.2
53052025-06-30T22:34:52.634Z Fresh unicode-xid v0.2.6
53062025-06-30T22:34:52.634Z Fresh flate2 v1.1.2
53072025-06-30T22:34:52.634Z Fresh strum v0.26.3
53082025-06-30T22:34:52.634Z Fresh crossbeam-deque v0.8.5
53092025-06-30T22:34:52.634Z Fresh elliptic-curve v0.13.8
53102025-06-30T22:34:52.634Z Fresh bzip2-sys v0.1.13+1.0.8
53112025-06-30T22:34:52.634Z Fresh pkcs1 v0.7.5
53122025-06-30T22:34:52.639Z Fresh itertools v0.10.5
53132025-06-30T22:34:52.639Z Fresh num-bigint-dig v0.8.4
53142025-06-30T22:34:52.639Z Fresh cfg_aliases v0.2.1
53152025-06-30T22:34:52.639Z Fresh newtype-uuid v1.2.4
53162025-06-30T22:34:52.639Z Fresh rsa v0.9.6
53172025-06-30T22:34:52.639Z Fresh toml v0.7.8
53182025-06-30T22:34:52.639Z Fresh unicode-normalization v0.1.24
53192025-06-30T22:34:52.639Z Fresh rfc6979 v0.4.0
53202025-06-30T22:34:52.639Z Fresh enum-as-inner v0.6.1
53212025-06-30T22:34:52.639Z Fresh curve25519-dalek-derive v0.1.1
53222025-06-30T22:34:52.639Z Fresh daft-derive v0.1.3
53232025-06-30T22:34:52.639Z Fresh managed v0.8.0
53242025-06-30T22:34:52.639Z Fresh memoffset v0.9.1
53252025-06-30T22:34:52.639Z Fresh signal-hook v0.3.18
53262025-06-30T22:34:52.643Z Fresh ecdsa v0.16.9
53272025-06-30T22:34:52.643Z Fresh daft v0.1.3
53282025-06-30T22:34:52.643Z Fresh curve25519-dalek v4.1.3
53292025-06-30T22:34:52.643Z Fresh ahash v0.8.11
53302025-06-30T22:34:52.643Z Fresh x509-cert v0.2.5
53312025-06-30T22:34:52.643Z Fresh new_debug_unreachable v1.0.6
53322025-06-30T22:34:52.643Z Fresh precomputed-hash v0.1.1
53332025-06-30T22:34:52.643Z Fresh fixedbitset v0.4.2
53342025-06-30T22:34:52.643Z Fresh string_cache v0.8.9
53352025-06-30T22:34:52.643Z Fresh rayon-core v1.12.1
53362025-06-30T22:34:52.643Z Fresh zstd-sys v2.0.14+zstd.1.5.7
53372025-06-30T22:34:52.643Z Fresh ed25519 v2.2.3
53382025-06-30T22:34:52.643Z Fresh signal-hook-mio v0.2.4
53392025-06-30T22:34:52.643Z Fresh petgraph v0.6.5
53402025-06-30T22:34:52.643Z Fresh zstd-safe v7.2.3
53412025-06-30T22:34:52.644Z Fresh ed25519-dalek v2.1.1
53422025-06-30T22:34:52.644Z Fresh bzip2 v0.4.4
53432025-06-30T22:34:52.644Z Fresh console v0.15.10
53442025-06-30T22:34:52.644Z Fresh rustc-hash v2.1.1
53452025-06-30T22:34:52.644Z Fresh bumpalo v3.16.0
53462025-06-30T22:34:52.644Z Fresh lalrpop-util v0.19.12
53472025-06-30T22:34:52.644Z Fresh lockfree-object-pool v0.1.6
53482025-06-30T22:34:52.644Z Fresh simd-adler32 v0.3.7
53492025-06-30T22:34:52.644Z Fresh zstd v0.13.3
53502025-06-30T22:34:52.644Z Fresh zip v0.6.6
53512025-06-30T22:34:52.644Z Fresh crossterm v0.28.1
53522025-06-30T22:34:52.644Z Fresh zopfli v0.8.1
53532025-06-30T22:34:52.644Z Fresh bzip2 v0.5.2
53542025-06-30T22:34:52.648Z Fresh hash32 v0.2.1
53552025-06-30T22:34:52.648Z Fresh winnow v0.6.26
53562025-06-30T22:34:52.648Z Fresh unicode-bidi v0.3.17
53572025-06-30T22:34:52.648Z Fresh unicode-properties v0.1.3
53582025-06-30T22:34:52.648Z Fresh predicates-core v1.0.8
53592025-06-30T22:34:52.648Z Fresh heapless v0.7.17
53602025-06-30T22:34:52.648Z Fresh zip v4.2.0
53612025-06-30T22:34:52.652Z Fresh stringprep v0.1.5
53622025-06-30T22:34:52.652Z Fresh nix v0.29.0
53632025-06-30T22:34:52.652Z Fresh rayon v1.10.0
53642025-06-30T22:34:52.652Z Fresh hickory-proto v0.25.2
53652025-06-30T22:34:52.652Z Fresh similar v2.7.0
53662025-06-30T22:34:52.652Z Fresh tokio-stream v0.1.17
53672025-06-30T22:34:52.652Z Fresh md-5 v0.10.6
53682025-06-30T22:34:52.652Z Fresh float-cmp v0.10.0
53692025-06-30T22:34:52.652Z Fresh normalize-line-endings v0.3.0
53702025-06-30T22:34:52.652Z Fresh difflib v0.4.0
53712025-06-30T22:34:52.652Z Fresh fallible-iterator v0.2.0
53722025-06-30T22:34:52.652Z Fresh predicates v3.1.3
53732025-06-30T22:34:52.652Z Fresh smoltcp v0.9.1
53742025-06-30T22:34:52.656Z Fresh buf-list v1.0.3
53752025-06-30T22:34:52.656Z Fresh strum_macros v0.25.3
53762025-06-30T22:34:52.656Z Fresh phf v0.11.2
53772025-06-30T22:34:52.656Z Fresh serde-big-array v0.5.1
53782025-06-30T22:34:52.656Z Fresh postgres-protocol v0.6.8
53792025-06-30T22:34:52.656Z Fresh serde_repr v0.1.19
53802025-06-30T22:34:52.656Z Fresh number_prefix v0.4.0
53812025-06-30T22:34:52.656Z Fresh peg-runtime v0.8.5
53822025-06-30T22:34:52.656Z Fresh fs-err v3.1.1
53832025-06-30T22:34:52.656Z Fresh whoami v1.6.0
53842025-06-30T22:34:52.657Z Fresh fastrand v2.1.1
53852025-06-30T22:34:52.657Z Fresh indicatif v0.17.11
53862025-06-30T22:34:52.657Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
53872025-06-30T22:34:52.657Z Fresh postgres-types v0.2.9
53882025-06-30T22:34:52.657Z Fresh futures-executor v0.3.31
53892025-06-30T22:34:52.657Z Fresh regress v0.10.3
53902025-06-30T22:34:52.657Z Fresh is-terminal v0.4.13
53912025-06-30T22:34:52.657Z Fresh dirs-sys-next v0.1.2
53922025-06-30T22:34:52.657Z Fresh tokio-postgres v0.7.13
53932025-06-30T22:34:52.657Z Fresh camino v1.1.10
53942025-06-30T22:34:52.657Z Fresh futures v0.3.31
53952025-06-30T22:34:52.657Z Fresh ident_case v1.0.1
53962025-06-30T22:34:52.657Z Fresh dirs-next v2.0.0
53972025-06-30T22:34:52.657Z Fresh crossbeam-channel v0.5.15
53982025-06-30T22:34:52.661Z Fresh toml v0.8.23
53992025-06-30T22:34:52.661Z Fresh darling_core v0.20.10
54002025-06-30T22:34:52.661Z Fresh term v0.7.0
54012025-06-30T22:34:52.661Z Fresh thread_local v1.1.8
54022025-06-30T22:34:52.661Z Fresh unsafe-libyaml v0.2.11
54032025-06-30T22:34:52.661Z Fresh take_mut v0.2.2
54042025-06-30T22:34:52.661Z Fresh darling_macro v0.20.10
54052025-06-30T22:34:52.661Z Fresh rustix v1.0.7
54062025-06-30T22:34:52.661Z Fresh serde_yaml v0.9.34+deprecated
54072025-06-30T22:34:52.661Z Fresh quick-error v1.2.3
54082025-06-30T22:34:52.661Z Fresh slog-term v2.9.1
54092025-06-30T22:34:52.661Z Fresh match_cfg v0.1.0
54102025-06-30T22:34:52.661Z Fresh darling v0.20.10
54112025-06-30T22:34:52.661Z Fresh tempfile v3.20.0
54122025-06-30T22:34:52.661Z Fresh slog-async v2.8.0
54132025-06-30T22:34:52.661Z Fresh hostname v0.3.1
54142025-06-30T22:34:52.661Z Fresh bit-vec v0.8.0
54152025-06-30T22:34:52.661Z Fresh hex v0.4.3
54162025-06-30T22:34:52.661Z Fresh structmeta-derive v0.3.0
54172025-06-30T22:34:52.661Z Fresh bit-set v0.8.0
54182025-06-30T22:34:52.665Z Fresh wait-timeout v0.2.0
54192025-06-30T22:34:52.665Z Fresh debug-ignore v1.0.5
54202025-06-30T22:34:52.665Z Fresh structmeta v0.3.0
54212025-06-30T22:34:52.665Z Fresh rand_xorshift v0.4.0
54222025-06-30T22:34:52.665Z Fresh unarray v0.1.4
54232025-06-30T22:34:52.665Z Fresh serde_path_to_error v0.1.17
54242025-06-30T22:34:52.668Z Fresh rusty-fork v0.3.0
54252025-06-30T22:34:52.668Z Fresh progenitor-client v0.10.0
54262025-06-30T22:34:52.668Z Fresh slog-json v2.6.1
54272025-06-30T22:34:52.668Z Fresh async-stream-impl v0.3.6
54282025-06-30T22:34:52.668Z Fresh test-strategy v0.4.1
54292025-06-30T22:34:52.668Z Fresh proptest v1.7.0
54302025-06-30T22:34:52.668Z Fresh rustls v0.22.4
54312025-06-30T22:34:52.668Z Fresh slog-bunyan v2.5.0
54322025-06-30T22:34:52.668Z Fresh async-stream v0.3.6
54332025-06-30T22:34:52.668Z Fresh rustls-pemfile v2.2.0
54342025-06-30T22:34:52.668Z Fresh waitgroup v0.1.2
54352025-06-30T22:34:52.669Z Fresh multer v3.1.0
54362025-06-30T22:34:52.669Z Fresh tokio-rustls v0.25.0
54372025-06-30T22:34:52.672Z Fresh dropshot_endpoint v0.16.2
54382025-06-30T22:34:52.672Z Fresh hostname v0.4.0
54392025-06-30T22:34:52.672Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
54402025-06-30T22:34:52.672Z Fresh serde_with_macros v3.12.0
54412025-06-30T22:34:52.673Z Fresh typify-impl v0.3.0
54422025-06-30T22:34:52.673Z Fresh macaddr v1.0.1
54432025-06-30T22:34:52.673Z Fresh dropshot v0.16.2
54442025-06-30T22:34:52.673Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d)
54452025-06-30T22:34:52.673Z Fresh serde_with v3.12.0
54462025-06-30T22:34:52.673Z Fresh typify-macro v0.3.0
54472025-06-30T22:34:52.673Z Fresh instant v0.1.13
54482025-06-30T22:34:52.673Z Fresh derive-where v1.5.0
54492025-06-30T22:34:52.673Z Fresh parse-display-derive v0.10.0
54502025-06-30T22:34:52.673Z Fresh typify v0.3.0
54512025-06-30T22:34:52.673Z Fresh progenitor-client v0.9.1
54522025-06-30T22:34:52.673Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
54532025-06-30T22:34:52.676Z Fresh parse-display v0.10.0
54542025-06-30T22:34:52.676Z Fresh ref-cast-impl v1.0.24
54552025-06-30T22:34:52.676Z Fresh backoff v0.4.0
54562025-06-30T22:34:52.676Z Fresh progenitor-impl v0.9.1
54572025-06-30T22:34:52.676Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
54582025-06-30T22:34:52.676Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
54592025-06-30T22:34:52.678Z Fresh camino-tempfile v1.4.1
54602025-06-30T22:34:52.678Z Fresh unicode-width v0.1.14
54612025-06-30T22:34:52.678Z Fresh progenitor-macro v0.9.1
54622025-06-30T22:34:52.678Z Fresh ref-cast v1.0.24
54632025-06-30T22:34:52.681Z Fresh proc-macro-crate v1.3.1
54642025-06-30T22:34:52.681Z Fresh itertools v0.13.0
54652025-06-30T22:34:52.681Z Fresh progenitor v0.9.1
54662025-06-30T22:34:52.681Z Fresh iddqd v0.3.8
54672025-06-30T22:34:52.685Z Fresh proc-macro-error-attr v1.0.4
54682025-06-30T22:34:52.685Z Fresh num_enum_derive v0.5.11
54692025-06-30T22:34:52.685Z Fresh tabwriter v1.4.0
54702025-06-30T22:34:52.685Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54)
54712025-06-30T22:34:52.685Z Fresh proc-macro-error v1.0.4
54722025-06-30T22:34:52.685Z Fresh num_enum v0.5.11
54732025-06-30T22:34:52.685Z Fresh foreign-types-macros v0.2.3
54742025-06-30T22:34:52.685Z Fresh foreign-types-shared v0.3.1
54752025-06-30T22:34:52.685Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
54762025-06-30T22:34:52.685Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
54772025-06-30T22:34:52.685Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
54782025-06-30T22:34:52.685Z Fresh foreign-types v0.5.0
54792025-06-30T22:34:52.685Z Fresh cstr-argument v0.1.2
54802025-06-30T22:34:52.689Z Fresh pretty-hex v0.2.1
54812025-06-30T22:34:52.689Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
54822025-06-30T22:34:52.689Z Fresh colored v2.2.0
54832025-06-30T22:34:52.689Z Fresh smf v0.2.3
54842025-06-30T22:34:52.690Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
54852025-06-30T22:34:52.690Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
54862025-06-30T22:34:52.690Z Fresh itertools v0.14.0
54872025-06-30T22:34:52.690Z Fresh atomicwrites v0.4.4
54882025-06-30T22:34:52.690Z Fresh ingot-macros v0.1.0
54892025-06-30T22:34:52.690Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
54902025-06-30T22:34:52.690Z Fresh typify-impl v0.4.1
54912025-06-30T22:34:52.690Z Fresh hash32 v0.3.1
54922025-06-30T22:34:52.694Z Fresh ingot-types v0.1.0
54932025-06-30T22:34:52.694Z Fresh cobs v0.2.3
54942025-06-30T22:34:52.694Z Fresh crucible-workspace-hack v0.1.0
54952025-06-30T22:34:52.694Z Fresh typify-macro v0.4.1
54962025-06-30T22:34:52.694Z Fresh heapless v0.8.0
54972025-06-30T22:34:52.694Z Fresh postcard v1.0.10
54982025-06-30T22:34:52.694Z Fresh ingot v0.1.0
54992025-06-30T22:34:52.694Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
55002025-06-30T22:34:52.694Z Fresh typify v0.4.1
55012025-06-30T22:34:52.694Z Fresh smoltcp v0.11.0
55022025-06-30T22:34:52.694Z Fresh base64 v0.21.7
55032025-06-30T22:34:52.694Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
55042025-06-30T22:34:52.694Z Fresh sigpipe v0.1.3
55052025-06-30T22:34:52.694Z Fresh jiff v0.2.15
55062025-06-30T22:34:52.694Z Fresh zone_cfg_derive v0.3.0
55072025-06-30T22:34:52.694Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
55082025-06-30T22:34:52.695Z Fresh progenitor-impl v0.10.0
55092025-06-30T22:34:52.698Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
55102025-06-30T22:34:52.698Z Fresh num-derive v0.4.2
55112025-06-30T22:34:52.698Z Fresh zone v0.3.1
55122025-06-30T22:34:52.698Z Fresh convert_case v0.4.0
55132025-06-30T22:34:52.698Z Fresh progenitor-macro v0.10.0
55142025-06-30T22:34:52.698Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
55152025-06-30T22:34:52.698Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
55162025-06-30T22:34:52.698Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
55172025-06-30T22:34:52.698Z Fresh derive_more v0.99.20
55182025-06-30T22:34:52.698Z Fresh utf-8 v0.7.6
55192025-06-30T22:34:52.698Z Fresh half v2.4.1
55202025-06-30T22:34:52.698Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
55212025-06-30T22:34:52.698Z Fresh progenitor v0.10.0
55222025-06-30T22:34:52.698Z Fresh tungstenite v0.21.0
55232025-06-30T22:34:52.698Z Fresh ciborium-io v0.2.2
55242025-06-30T22:34:52.698Z Fresh newline-converter v0.3.0
55252025-06-30T22:34:52.698Z Fresh tokio-dtrace v0.1.0
55262025-06-30T22:34:52.698Z Fresh num-rational v0.4.2
55272025-06-30T22:34:52.699Z Fresh num-complex v0.4.6
55282025-06-30T22:34:52.702Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
55292025-06-30T22:34:52.702Z Fresh ciborium-ll v0.2.2
55302025-06-30T22:34:52.702Z Fresh tokio-tungstenite v0.21.0
55312025-06-30T22:34:52.702Z Fresh expectorate v1.2.0
55322025-06-30T22:34:52.702Z Fresh num v0.4.3
55332025-06-30T22:34:52.702Z Fresh oxide-tokio-rt v0.1.1
55342025-06-30T22:34:52.702Z Fresh float-ord v0.3.2
55352025-06-30T22:34:52.703Z Fresh secrecy v0.10.3
55362025-06-30T22:34:52.703Z Fresh ciborium v0.2.2
55372025-06-30T22:34:52.703Z Fresh same-file v1.0.6
55382025-06-30T22:34:52.703Z Fresh fixedbitset v0.5.7
55392025-06-30T22:34:52.703Z Fresh password-hash v0.5.0
55402025-06-30T22:34:52.703Z Fresh blake2 v0.10.6
55412025-06-30T22:34:52.703Z Fresh indent_write v2.2.0
55422025-06-30T22:34:52.703Z Fresh walkdir v2.5.0
55432025-06-30T22:34:52.703Z Fresh argon2 v0.5.3
55442025-06-30T22:34:52.703Z Fresh petgraph v0.8.2
55452025-06-30T22:34:52.703Z Fresh xattr v1.3.1
55462025-06-30T22:34:52.703Z Fresh filetime v0.2.25
55472025-06-30T22:34:52.703Z Fresh tar v0.4.44
55482025-06-30T22:34:52.703Z Fresh arc-swap v1.7.1
55492025-06-30T22:34:52.706Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
55502025-06-30T22:34:52.706Z Fresh slog-scope v4.4.0
55512025-06-30T22:34:52.706Z Fresh libsw-core v0.3.1
55522025-06-30T22:34:52.706Z Fresh swrite v0.1.0
55532025-06-30T22:34:52.706Z Fresh keccak v0.1.5
55542025-06-30T22:34:52.706Z Fresh slog-stdlog v4.1.1
55552025-06-30T22:34:52.706Z Fresh owo-colors v4.2.2
55562025-06-30T22:34:52.707Z Fresh cancel-safe-futures v0.1.5
55572025-06-30T22:34:52.707Z Fresh libsw v3.5.0
55582025-06-30T22:34:52.707Z Fresh linear-map v1.2.0
55592025-06-30T22:34:52.707Z Fresh sha3 v0.10.8
55602025-06-30T22:34:52.707Z Fresh slog-envlogger v2.2.0
55612025-06-30T22:34:52.707Z Fresh pem v3.0.5
55622025-06-30T22:34:52.710Z Fresh highway v1.3.0
55632025-06-30T22:34:52.710Z Fresh typify-impl v0.2.0
55642025-06-30T22:34:52.710Z Fresh headers-core v0.3.0
55652025-06-30T22:34:52.710Z Fresh resolv-conf v0.7.0
55662025-06-30T22:34:52.710Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
55672025-06-30T22:34:52.710Z Fresh typify-macro v0.2.0
55682025-06-30T22:34:52.710Z Fresh headers v0.4.1
55692025-06-30T22:34:52.711Z Fresh heck v0.3.3
55702025-06-30T22:34:52.711Z Fresh progenitor-client v0.8.0
55712025-06-30T22:34:52.711Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
55722025-06-30T22:34:52.711Z Fresh yasna v0.5.2
55732025-06-30T22:34:52.711Z Fresh universal-hash v0.5.1
55742025-06-30T22:34:52.714Z Fresh typify v0.2.0
55752025-06-30T22:34:52.714Z Fresh lzma-sys v0.1.20
55762025-06-30T22:34:52.714Z Fresh zone_cfg_derive v0.1.2
55772025-06-30T22:34:52.715Z Fresh base64 v0.13.1
55782025-06-30T22:34:52.715Z Fresh opaque-debug v0.3.1
55792025-06-30T22:34:52.715Z Fresh rcgen v0.12.1
55802025-06-30T22:34:52.715Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
55812025-06-30T22:34:52.715Z Fresh humantime v2.2.0
55822025-06-30T22:34:52.715Z Fresh progenitor-impl v0.8.0
55832025-06-30T22:34:52.715Z Fresh xz2 v0.1.7
55842025-06-30T22:34:52.715Z Fresh zone v0.1.8
55852025-06-30T22:34:52.715Z Fresh ron v0.7.1
55862025-06-30T22:34:52.716Z Fresh subprocess v0.2.9
55872025-06-30T22:34:52.716Z Fresh semver v0.1.20
55882025-06-30T22:34:52.716Z Fresh aead v0.5.2
55892025-06-30T22:34:52.716Z Fresh poly1305 v0.8.0
55902025-06-30T22:34:52.719Z Fresh progenitor-macro v0.8.0
55912025-06-30T22:34:52.719Z Fresh rustc_version v0.1.7
55922025-06-30T22:34:52.719Z Fresh chacha20 v0.9.1
55932025-06-30T22:34:52.719Z Fresh thiserror-impl-no-std v2.0.2
55942025-06-30T22:34:52.719Z Fresh linked-hash-map v0.5.6
55952025-06-30T22:34:52.719Z Fresh hickory-proto v0.24.4
55962025-06-30T22:34:52.719Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
55972025-06-30T22:34:52.719Z Fresh progenitor v0.8.0
55982025-06-30T22:34:52.719Z Fresh thiserror-no-std v2.0.2
55992025-06-30T22:34:52.720Z Fresh chacha20poly1305 v0.10.1
56002025-06-30T22:34:52.720Z Fresh lru-cache v0.1.2
56012025-06-30T22:34:52.723Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
56022025-06-30T22:34:52.723Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
56032025-06-30T22:34:52.723Z Fresh vsss-rs v3.3.4
56042025-06-30T22:34:52.723Z Fresh hickory-resolver v0.24.4
56052025-06-30T22:34:52.723Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
56062025-06-30T22:34:52.723Z Fresh tagptr v0.2.0
56072025-06-30T22:34:52.729Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
56082025-06-30T22:34:52.730Z Fresh newtype_derive v0.1.6
56092025-06-30T22:34:52.730Z Fresh qorb v0.4.0
56102025-06-30T22:34:52.730Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
56112025-06-30T22:34:52.730Z Fresh moka v0.12.10
56122025-06-30T22:34:52.730Z Fresh display-error-chain v0.2.2
56132025-06-30T22:34:52.730Z Fresh steno v0.4.1
56142025-06-30T22:34:52.730Z Fresh hickory-resolver v0.25.2
56152025-06-30T22:34:52.735Z Fresh slog-dtrace v0.3.0
56162025-06-30T22:34:52.735Z Fresh bytecount v0.6.8
56172025-06-30T22:34:52.735Z Fresh gethostname v0.5.0
56182025-06-30T22:34:52.735Z Fresh nibble_vec v0.1.0
56192025-06-30T22:34:52.735Z Fresh endian-type v0.1.2
56202025-06-30T22:34:52.735Z Fresh radix_trie v0.2.1
56212025-06-30T22:34:52.735Z Fresh bitfield-struct v0.6.2
56222025-06-30T22:34:52.735Z Fresh termtree v0.5.1
56232025-06-30T22:34:52.738Z Fresh libefi-sys v0.1.0
56242025-06-30T22:34:52.739Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
56252025-06-30T22:34:52.739Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
56262025-06-30T22:34:52.739Z Fresh zerocopy-derive v0.6.6
56272025-06-30T22:34:52.739Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
56282025-06-30T22:34:52.739Z Fresh termcolor v1.4.1
56292025-06-30T22:34:52.739Z Fresh tap v1.0.1
56302025-06-30T22:34:52.739Z Fresh radium v0.7.0
56312025-06-30T22:34:52.739Z Fresh zerocopy v0.6.6
56322025-06-30T22:34:52.739Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
56332025-06-30T22:34:52.739Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
56342025-06-30T22:34:52.739Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
56352025-06-30T22:34:52.739Z Fresh wyz v0.5.1
56362025-06-30T22:34:52.739Z Fresh funty v2.0.0
56372025-06-30T22:34:52.739Z Fresh crc-catalog v2.4.0
56382025-06-30T22:34:52.742Z Fresh packed_struct_codegen v0.10.1
56392025-06-30T22:34:52.742Z Fresh nodrop v0.1.14
56402025-06-30T22:34:52.742Z Fresh crc v3.2.1
56412025-06-30T22:34:52.743Z Fresh bitvec v1.0.1
56422025-06-30T22:34:52.743Z Fresh maybe-uninit v2.0.0
56432025-06-30T22:34:52.743Z Fresh array-init v0.0.4
56442025-06-30T22:34:52.743Z Fresh hashbrown v0.12.3
56452025-06-30T22:34:52.743Z Fresh smallvec v0.6.14
56462025-06-30T22:34:52.743Z Fresh packed_struct v0.10.1
56472025-06-30T22:34:52.743Z Fresh bitfield v0.14.0
56482025-06-30T22:34:52.743Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
56492025-06-30T22:34:52.743Z Fresh indexmap v1.9.3
56502025-06-30T22:34:52.743Z Fresh env_logger v0.10.2
56512025-06-30T22:34:52.743Z Fresh ron v0.8.1
56522025-06-30T22:34:52.743Z Fresh hashbrown v0.13.2
56532025-06-30T22:34:52.743Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
56542025-06-30T22:34:52.743Z Fresh serde-hex v0.1.0
56552025-06-30T22:34:52.746Z Fresh async-recursion v1.1.1
56562025-06-30T22:34:52.746Z Fresh crc-any v2.5.0
56572025-06-30T22:34:52.747Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
56582025-06-30T22:34:52.747Z Fresh object v0.30.4
56592025-06-30T22:34:52.747Z Fresh proc-macro-error-attr2 v2.0.0
56602025-06-30T22:34:52.747Z Fresh xshell-macros v0.2.7
56612025-06-30T22:34:52.747Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
56622025-06-30T22:34:52.747Z Fresh path-slash v0.1.5
56632025-06-30T22:34:52.747Z Fresh proc-macro-error2 v2.0.1
56642025-06-30T22:34:52.747Z Fresh xshell v0.2.7
56652025-06-30T22:34:52.750Z Fresh maplit v1.0.2
56662025-06-30T22:34:52.750Z Fresh papergrid v0.14.0
56672025-06-30T22:34:52.750Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
56682025-06-30T22:34:52.750Z Fresh tabled_derive v0.10.0
56692025-06-30T22:34:52.750Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
56702025-06-30T22:34:52.754Z Fresh num-derive v0.3.3
56712025-06-30T22:34:52.754Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
56722025-06-30T22:34:52.754Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
56732025-06-30T22:34:52.754Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
56742025-06-30T22:34:52.754Z Fresh libscf-sys v1.1.0
56752025-06-30T22:34:52.754Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
56762025-06-30T22:34:52.754Z Fresh tabled v0.18.0
56772025-06-30T22:34:52.754Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
56782025-06-30T22:34:52.754Z Fresh fxhash v0.2.1
56792025-06-30T22:34:52.754Z Fresh vte_generate_state_changes v0.1.2
56802025-06-30T22:34:52.754Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
56812025-06-30T22:34:52.754Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
56822025-06-30T22:34:52.754Z Fresh vte v0.11.1
56832025-06-30T22:34:52.754Z Fresh fd-lock v4.0.2
56842025-06-30T22:34:52.754Z Fresh crc8 v0.1.1
56852025-06-30T22:34:52.754Z Fresh const_format_proc_macros v0.2.34
56862025-06-30T22:34:52.754Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
56872025-06-30T22:34:52.758Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
56882025-06-30T22:34:52.758Z Fresh strip-ansi-escapes v0.2.0
56892025-06-30T22:34:52.758Z Fresh nu-ansi-term v0.50.1
56902025-06-30T22:34:52.758Z Fresh const_format v0.2.34
56912025-06-30T22:34:52.758Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d)
56922025-06-30T22:34:52.758Z Fresh half v1.8.3
56932025-06-30T22:34:52.758Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
56942025-06-30T22:34:52.758Z Fresh reedline v0.40.0
56952025-06-30T22:34:52.758Z Fresh serde_cbor v0.11.2
56962025-06-30T22:34:52.758Z Fresh papergrid v0.11.0
56972025-06-30T22:34:52.758Z Fresh tabled_derive v0.7.0
56982025-06-30T22:34:52.758Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
56992025-06-30T22:34:52.758Z Fresh tabled v0.15.0
57002025-06-30T22:34:52.758Z Fresh kstat-rs v0.2.4
57012025-06-30T22:34:52.758Z Fresh diff v0.1.13
57022025-06-30T22:34:52.758Z Fresh globset v0.4.15
57032025-06-30T22:34:52.758Z Fresh dsl_auto_type v0.1.2
57042025-06-30T22:34:52.758Z Fresh phf_generator v0.11.2
57052025-06-30T22:34:52.762Z Fresh nix v0.30.1
57062025-06-30T22:34:52.762Z Fresh scheduled-thread-pool v0.2.7
57072025-06-30T22:34:52.762Z Fresh diesel_table_macro_syntax v0.2.0
57082025-06-30T22:34:52.762Z Fresh phf_codegen v0.11.2
57092025-06-30T22:34:52.762Z Fresh parse-zoneinfo v0.3.1
57102025-06-30T22:34:52.762Z Fresh r2d2 v0.8.10
57112025-06-30T22:34:52.762Z Fresh diesel_derives v2.2.3
57122025-06-30T22:34:52.762Z Fresh cfg_aliases v0.1.1
57132025-06-30T22:34:52.762Z Fresh chrono-tz-build v0.4.0
57142025-06-30T22:34:52.762Z Fresh bcs v0.1.6
57152025-06-30T22:34:52.762Z Fresh diesel v2.2.11
57162025-06-30T22:34:52.762Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
57172025-06-30T22:34:52.762Z Fresh nanorand v0.7.0
57182025-06-30T22:34:52.766Z Fresh parking_lot_core v0.8.6
57192025-06-30T22:34:52.766Z Fresh peg-macros v0.8.5
57202025-06-30T22:34:52.766Z Fresh crunchy v0.2.2
57212025-06-30T22:34:52.766Z Fresh nix v0.28.0
57222025-06-30T22:34:52.766Z Fresh flume v0.11.1
57232025-06-30T22:34:52.766Z Fresh sqlparser_derive v0.2.2
57242025-06-30T22:34:52.766Z Fresh unicode_categories v0.1.1
57252025-06-30T22:34:52.766Z Fresh bit-vec v0.6.3
57262025-06-30T22:34:52.766Z Fresh parking_lot v0.11.2
57272025-06-30T22:34:52.766Z Fresh sqlparser v0.45.0
57282025-06-30T22:34:52.766Z Fresh rustyline v14.0.0
57292025-06-30T22:34:52.766Z Fresh sqlformat v0.3.5
57302025-06-30T22:34:52.766Z Fresh bit-set v0.5.3
57312025-06-30T22:34:52.766Z Fresh tiny-keccak v2.0.2
57322025-06-30T22:34:52.766Z Fresh peg v0.8.5
57332025-06-30T22:34:52.766Z Fresh chrono-tz v0.10.3
57342025-06-30T22:34:52.766Z Fresh ascii-canvas v3.0.0
57352025-06-30T22:34:52.766Z Fresh prefix-trie v0.7.0
57362025-06-30T22:34:52.766Z Fresh ena v0.14.3
57372025-06-30T22:34:52.770Z Fresh regex-syntax v0.6.29
57382025-06-30T22:34:52.770Z Fresh sled v0.34.7
57392025-06-30T22:34:52.770Z Fresh hickory-server v0.25.2
57402025-06-30T22:34:52.770Z Fresh lalrpop v0.19.12
57412025-06-30T22:34:52.773Z Fresh hickory-client v0.25.2
57422025-06-30T22:34:52.774Z Fresh bindgen v0.71.1
57432025-06-30T22:34:52.774Z Fresh derive_builder_core v0.20.2
57442025-06-30T22:34:52.774Z Fresh assert_matches v1.5.0
57452025-06-30T22:34:52.774Z Fresh derive_builder_macro v0.20.2
57462025-06-30T22:34:52.774Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54)
57472025-06-30T22:34:52.774Z Fresh strum_macros v0.24.3
57482025-06-30T22:34:52.774Z Fresh indoc v1.0.9
57492025-06-30T22:34:52.774Z Fresh derive_builder v0.20.2
57502025-06-30T22:34:52.777Z Fresh libxml v0.3.3
57512025-06-30T22:34:52.777Z Fresh predicates-tree v1.0.12
57522025-06-30T22:34:52.777Z Fresh polar-core v0.27.3
57532025-06-30T22:34:52.777Z Fresh oso-derive v0.27.3
57542025-06-30T22:34:52.777Z Fresh impl-trait-for-tuples v0.2.2
57552025-06-30T22:34:52.777Z Fresh quick-xml v0.37.2
57562025-06-30T22:34:52.781Z Fresh samael v0.0.19
57572025-06-30T22:34:52.781Z Fresh oso v0.27.3
57582025-06-30T22:34:52.781Z Fresh primeorder v0.13.6
57592025-06-30T22:34:52.781Z Fresh ignore v0.4.23
57602025-06-30T22:34:52.781Z Fresh unicase v2.7.0
57612025-06-30T22:34:52.781Z Fresh signal-hook-tokio v0.3.1
57622025-06-30T22:34:52.781Z Fresh pin-project-internal v1.1.6
57632025-06-30T22:34:52.781Z Fresh http-range v0.1.5
57642025-06-30T22:34:52.784Z Fresh globwalk v0.9.1
57652025-06-30T22:34:52.788Z Fresh pin-project v1.1.6
57662025-06-30T22:34:52.788Z Fresh bb8 v0.8.5
57672025-06-30T22:34:52.788Z Fresh atty v0.2.14
57682025-06-30T22:34:52.788Z Fresh diesel-dtrace v0.4.2
57692025-06-30T22:34:52.788Z Fresh async-bb8-diesel v0.2.1
57702025-06-30T22:34:52.788Z Fresh camino-tempfile-ext v0.3.1
57712025-06-30T22:34:52.788Z Fresh p384 v0.13.0
57722025-06-30T22:34:52.788Z Fresh mime_guess v2.0.5
57732025-06-30T22:34:52.788Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
57742025-06-30T22:34:52.788Z Fresh tungstenite v0.23.0
57752025-06-30T22:34:52.788Z Fresh snafu-derive v0.8.5
57762025-06-30T22:34:52.788Z Fresh void v1.0.2
57772025-06-30T22:34:52.792Z Fresh tokio-tungstenite v0.23.1
57782025-06-30T22:34:52.792Z Fresh hyper-staticfile v0.10.1
57792025-06-30T22:34:52.792Z Fresh snafu v0.8.5
57802025-06-30T22:34:52.792Z Fresh salty v0.3.0
57812025-06-30T22:34:52.792Z Fresh lzss v0.8.2
57822025-06-30T22:34:52.792Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
57832025-06-30T22:34:52.792Z Fresh nix v0.27.1
57842025-06-30T22:34:52.792Z Fresh olpc-cjson v0.1.4
57852025-06-30T22:34:52.792Z Fresh serde_plain v1.0.2
57862025-06-30T22:34:52.792Z Fresh serde_bytes v0.11.17
57872025-06-30T22:34:52.792Z Fresh env_filter v0.1.2
57882025-06-30T22:34:52.792Z Fresh typed-path v0.9.3
57892025-06-30T22:34:52.792Z Fresh fs-err v2.11.0
57902025-06-30T22:34:52.792Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
57912025-06-30T22:34:52.796Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
57922025-06-30T22:34:52.796Z Fresh env_logger v0.11.5
57932025-06-30T22:34:52.796Z Fresh tough v0.20.0
57942025-06-30T22:34:52.796Z Fresh parse-size v1.1.0
57952025-06-30T22:34:52.796Z Fresh secrecy v0.8.0
57962025-06-30T22:34:52.796Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
57972025-06-30T22:34:52.796Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
57982025-06-30T22:34:52.797Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d)
57992025-06-30T22:34:52.797Z Fresh rand_seeder v0.3.0
58002025-06-30T22:34:52.797Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
58012025-06-30T22:34:52.797Z Fresh csv-core v0.1.11
58022025-06-30T22:34:52.797Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
58032025-06-30T22:34:52.797Z Fresh yansi v1.0.1
58042025-06-30T22:34:52.797Z Fresh csv v1.3.1
58052025-06-30T22:34:52.797Z Fresh pretty_assertions v1.4.1
58062025-06-30T22:34:52.800Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
58072025-06-30T22:34:52.803Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
58082025-06-30T22:34:52.803Z Fresh castaway v0.2.3
58092025-06-30T22:34:52.803Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
58102025-06-30T22:34:52.804Z Fresh concurrent-queue v2.5.0
58112025-06-30T22:34:52.804Z Fresh parking v2.2.1
58122025-06-30T22:34:52.804Z Fresh indoc v2.0.6
58132025-06-30T22:34:52.804Z Fresh compact_str v0.8.0
58142025-06-30T22:34:52.804Z Fresh typeid v1.0.3
58152025-06-30T22:34:52.804Z Fresh libz-sys v1.1.20
58162025-06-30T22:34:52.804Z Fresh unicode-truncate v1.1.0
58172025-06-30T22:34:52.804Z Fresh lru v0.12.5
58182025-06-30T22:34:52.804Z Fresh erased-serde v0.4.6
58192025-06-30T22:34:52.808Z Fresh ordered-float v2.10.1
58202025-06-30T22:34:52.808Z Fresh instability v0.3.2
58212025-06-30T22:34:52.808Z Fresh cassowary v0.3.0
58222025-06-30T22:34:52.808Z Fresh smawk v0.3.2
58232025-06-30T22:34:52.808Z Fresh is_ci v1.2.0
58242025-06-30T22:34:52.808Z Fresh unicode-linebreak v0.1.5
58252025-06-30T22:34:52.808Z Fresh libgit2-sys v0.17.0+1.8.1
58262025-06-30T22:34:52.808Z Fresh serde-value v0.7.0
58272025-06-30T22:34:52.808Z Fresh ratatui v0.29.0
58282025-06-30T22:34:52.808Z Fresh supports-color v3.0.2
58292025-06-30T22:34:52.808Z Fresh textwrap v0.16.2
58302025-06-30T22:34:52.808Z Fresh serde-untagged v0.1.7
58312025-06-30T22:34:52.808Z Fresh cargo-platform v0.1.8
58322025-06-30T22:34:52.808Z Fresh cargo_metadata v0.18.1
58332025-06-30T22:34:52.808Z Fresh cargo-util-schemas v0.2.0
58342025-06-30T22:34:52.808Z Fresh git2 v0.19.0
58352025-06-30T22:34:52.808Z Fresh event-listener v5.3.1
58362025-06-30T22:34:52.808Z Fresh cargo-platform v0.2.0
58372025-06-30T22:34:52.812Z Fresh vergen v8.3.2
58382025-06-30T22:34:52.812Z Fresh event-listener-strategy v0.5.2
58392025-06-30T22:34:52.812Z Fresh cargo_metadata v0.20.0
58402025-06-30T22:34:52.815Z Fresh sct v0.7.1
58412025-06-30T22:34:52.815Z Fresh rustls-webpki v0.101.7
58422025-06-30T22:34:52.818Z Fresh rustls v0.21.12
58432025-06-30T22:34:52.818Z Fresh futures-lite v2.3.0
58442025-06-30T22:34:52.818Z Fresh tokio-rustls v0.24.1
58452025-06-30T22:34:52.818Z Fresh common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
58462025-06-30T22:34:52.819Z Fresh rustls-pemfile v1.0.4
58472025-06-30T22:34:52.819Z Fresh twox-hash v2.1.0
58482025-06-30T22:34:52.819Z Fresh shell-words v1.1.0
58492025-06-30T22:34:52.819Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
58502025-06-30T22:34:52.819Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
58512025-06-30T22:34:52.819Z Fresh async-lock v3.4.0
58522025-06-30T22:34:52.819Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
58532025-06-30T22:34:52.822Z Fresh fatfs v0.3.6
58542025-06-30T22:34:52.822Z Fresh polling v3.7.3
58552025-06-30T22:34:52.822Z Fresh async-task v4.7.1
58562025-06-30T22:34:52.822Z Fresh plotters-backend v0.3.7
58572025-06-30T22:34:52.822Z Fresh async-channel v2.3.1
58582025-06-30T22:34:52.822Z Fresh piper v0.2.4
58592025-06-30T22:34:52.823Z Fresh async-io v2.3.4
58602025-06-30T22:34:52.823Z Fresh plotters-svg v0.3.7
58612025-06-30T22:34:52.823Z Fresh rtoolbox v0.0.2
58622025-06-30T22:34:52.823Z Fresh cast v0.3.0
58632025-06-30T22:34:52.823Z Fresh hex-literal v0.4.1
58642025-06-30T22:34:52.823Z Fresh async-executor v1.13.1
58652025-06-30T22:34:52.823Z Fresh criterion-plot v0.5.0
58662025-06-30T22:34:52.823Z Fresh rpassword v7.4.0
58672025-06-30T22:34:52.823Z Fresh plotters v0.3.7
58682025-06-30T22:34:52.823Z Fresh async-signal v0.2.10
58692025-06-30T22:34:52.823Z Fresh blocking v1.6.1
58702025-06-30T22:34:52.828Z Fresh tui-tree-widget v0.23.1
58712025-06-30T22:34:52.828Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d)
58722025-06-30T22:34:52.828Z Fresh tinytemplate v1.2.1
58732025-06-30T22:34:52.828Z Fresh futures-timer v3.0.3
58742025-06-30T22:34:52.828Z Fresh anes v0.1.6
58752025-06-30T22:34:52.828Z Fresh event-listener v2.5.3
58762025-06-30T22:34:52.829Z Fresh oorandom v11.1.4
58772025-06-30T22:34:52.829Z Fresh async-global-executor v2.4.1
58782025-06-30T22:34:52.829Z Fresh async-process v2.3.0
58792025-06-30T22:34:52.829Z Fresh petname v2.0.2
58802025-06-30T22:34:52.829Z Fresh async-channel v1.9.0
58812025-06-30T22:34:52.829Z Fresh criterion v0.6.0
58822025-06-30T22:34:52.829Z Fresh polyval v0.6.2
58832025-06-30T22:34:52.829Z Fresh async-attributes v1.1.2
58842025-06-30T22:34:52.829Z Fresh kv-log-macro v1.0.7
58852025-06-30T22:34:52.829Z Fresh sync-ptr v0.1.4
58862025-06-30T22:34:52.829Z Fresh ghash v0.5.1
58872025-06-30T22:34:52.829Z Fresh async-std v1.13.0
58882025-06-30T22:34:52.829Z Fresh ctr v0.9.2
58892025-06-30T22:34:52.829Z Fresh aes-gcm v0.10.3
58902025-06-30T22:34:52.829Z Fresh async-object-pool v0.1.5
58912025-06-30T22:34:52.829Z Fresh ssh-encoding v0.2.0
58922025-06-30T22:34:52.829Z Fresh blowfish v0.9.1
58932025-06-30T22:34:52.829Z Fresh serde_regex v1.1.0
58942025-06-30T22:34:52.829Z Fresh assert-json-diff v2.0.2
58952025-06-30T22:34:52.829Z Fresh path-tree v0.8.1
58962025-06-30T22:34:52.829Z Fresh arrayref v0.3.9
58972025-06-30T22:34:52.829Z Fresh arrayvec v0.7.6
58982025-06-30T22:34:52.829Z Fresh stringmetrics v2.2.2
58992025-06-30T22:34:52.829Z Fresh constant_time_eq v0.3.1
59002025-06-30T22:34:52.834Z Fresh ssh-cipher v0.2.0
59012025-06-30T22:34:52.834Z Fresh httpmock v0.8.0-alpha.1
59022025-06-30T22:34:52.834Z Fresh target-lexicon v0.13.2
59032025-06-30T22:34:52.834Z Fresh bcrypt-pbkdf v0.10.0
59042025-06-30T22:34:52.834Z Fresh password-hash v0.4.2
59052025-06-30T22:34:52.834Z Fresh pbkdf2 v0.11.0
59062025-06-30T22:34:52.834Z Fresh ssh-key v0.6.6
59072025-06-30T22:34:52.834Z Fresh guppy-workspace-hack v0.1.0
59082025-06-30T22:34:52.834Z Fresh cfg-expr v0.18.0
59092025-06-30T22:34:52.834Z Fresh p521 v0.13.3
59102025-06-30T22:34:52.834Z Fresh p256 v0.13.2
59112025-06-30T22:34:52.838Z Fresh russh-cryptovec v0.7.3
59122025-06-30T22:34:52.838Z Fresh md5 v0.7.0
59132025-06-30T22:34:52.838Z Fresh target-spec v3.4.2
59142025-06-30T22:34:52.838Z Fresh petgraph v0.7.1
59152025-06-30T22:34:52.838Z Fresh russh-keys v0.45.0
59162025-06-30T22:34:52.838Z Fresh httptest v0.16.3
59172025-06-30T22:34:52.838Z Fresh pathdiff v0.2.3
59182025-06-30T22:34:52.838Z Fresh num-bigint v0.4.6
59192025-06-30T22:34:52.838Z Fresh des v0.8.1
59202025-06-30T22:34:52.838Z Fresh memmap2 v0.9.5
59212025-06-30T22:34:52.838Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
59222025-06-30T22:34:52.838Z Fresh escape8259 v0.5.3
59232025-06-30T22:34:52.838Z Fresh nested v0.1.1
59242025-06-30T22:34:52.838Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
59252025-06-30T22:34:52.838Z Fresh blake3 v1.5.4
59262025-06-30T22:34:52.838Z Fresh russh v0.45.0
59272025-06-30T22:34:52.838Z Fresh fancy-regex v0.14.0
59282025-06-30T22:34:52.839Z Fresh guppy v0.17.19
59292025-06-30T22:34:52.839Z Fresh libtest-mimic v0.8.1
59302025-06-30T22:34:52.842Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
59312025-06-30T22:34:52.842Z Fresh internet-checksum v0.2.1
59322025-06-30T22:34:52.842Z Fresh topological-sort v0.2.2
59332025-06-30T22:34:52.842Z Fresh doc-comment v0.3.3
59342025-06-30T22:34:52.842Z Fresh datatest-stable v0.3.2
59352025-06-30T22:34:52.842Z Fresh omicron-zone-package v0.12.2
59362025-06-30T22:34:52.846Z Compiling similar-asserts v1.7.0
59372025-06-30T22:34:52.846Z Fresh proc-macro-crate v3.2.0
59382025-06-30T22:34:53.009Z Fresh relative-path v1.9.3
59392025-06-30T22:34:53.013Z Running `/home/build/.rustup/toolchains/1.87.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=8a64ad0db68be1fa -C extra-filename=-ab2ff3dc60214ab8 --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-379a38323fc33607.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
59402025-06-30T22:34:53.014Z Fresh rstest_macros v0.25.0
59412025-06-30T22:34:53.014Z Fresh assert_cmd v2.0.17
59422025-06-30T22:34:53.014Z Fresh target-triple v0.1.3
59432025-06-30T22:34:53.018Z Fresh support-bundle-viewer v0.1.2
59442025-06-30T22:34:53.018Z Fresh multimap v0.10.1
59452025-06-30T22:34:53.018Z Fresh uzers v0.12.1
59462025-06-30T22:34:53.018Z Fresh rstest v0.25.0
59472025-06-30T22:34:53.018Z Fresh trybuild v1.0.105
59482025-06-30T22:34:53.019Z Fresh blake2b_simd v1.0.2
59492025-06-30T22:34:53.020Z Fresh partial-io v0.5.4
59502025-06-30T22:34:53.020Z Fresh rand_distr v0.4.3
59512025-06-30T22:34:53.020Z Fresh approx v0.5.1
59522025-06-30T22:34:53.020Z Fresh rust-argon2 v2.1.0
59532025-06-30T22:34:53.024Z Fresh cargo_toml v0.21.0
59542025-06-30T22:34:53.024Z Fresh termios v0.3.3
59552025-06-30T22:34:53.024Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
59562025-06-30T22:34:53.024Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
59572025-06-30T22:34:53.024Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
59582025-06-30T22:34:53.024Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
59592025-06-30T22:34:53.024Z Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
59602025-06-30T22:34:53.024Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
59612025-06-30T22:34:53.024Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
59622025-06-30T22:34:53.024Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
59632025-06-30T22:34:53.024Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
59642025-06-30T22:34:53.024Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
59652025-06-30T22:34:53.027Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
59662025-06-30T22:34:53.027Z Fresh omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
59672025-06-30T22:34:53.027Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
59682025-06-30T22:34:53.031Z Fresh nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
59692025-06-30T22:34:53.031Z Fresh omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
59702025-06-30T22:34:53.031Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
59712025-06-30T22:34:53.031Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
59722025-06-30T22:34:53.031Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
59732025-06-30T22:34:53.031Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
59742025-06-30T22:34:53.031Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
59752025-06-30T22:34:53.037Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
59762025-06-30T22:34:53.037Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
59772025-06-30T22:34:53.037Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
59782025-06-30T22:34:53.037Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
59792025-06-30T22:34:53.037Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
59802025-06-30T22:34:53.037Z Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
59812025-06-30T22:34:53.037Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
59822025-06-30T22:34:53.037Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
59832025-06-30T22:34:53.037Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
59842025-06-30T22:34:53.037Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
59852025-06-30T22:34:53.037Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
59862025-06-30T22:34:53.037Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
59872025-06-30T22:34:53.037Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
59882025-06-30T22:34:53.068Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1beb922e4073d04b -C extra-filename=-158a0294068927f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b52a750bde10378b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c9931c5ab8806eaf.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-b6197df7a0d6acaf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ec47757df2f3e660.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ca2a96f4d5adc91d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-cb299d2f0eb99bb9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d51c4b1c00d4799b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3f2b3bbabe6ddd40.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-f9c8c86e8b56cb48.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7956cfa0869d8c87.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-7c4401ddf17c5985.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-65e273faea63954f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9f743f839125d775.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-305e37b3e0e16f7c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6bbe85e624072b6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-82714634aec3490d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-432edd259989e2cf.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-53aafce35083fc8f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
59892025-06-30T22:34:53.072Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c329cbfeecb30656 -C extra-filename=-e04925dd78c34aa1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b52a750bde10378b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c9931c5ab8806eaf.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-b6197df7a0d6acaf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ec47757df2f3e660.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ca2a96f4d5adc91d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-cb299d2f0eb99bb9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d51c4b1c00d4799b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3f2b3bbabe6ddd40.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-f9c8c86e8b56cb48.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7956cfa0869d8c87.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-7c4401ddf17c5985.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-65e273faea63954f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9f743f839125d775.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-305e37b3e0e16f7c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6bbe85e624072b6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-82714634aec3490d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-432edd259989e2cf.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-53aafce35083fc8f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
59902025-06-30T22:34:53.073Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
59912025-06-30T22:34:53.077Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
59922025-06-30T22:34:53.077Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
59932025-06-30T22:34:53.077Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
59942025-06-30T22:34:53.077Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
59952025-06-30T22:34:53.077Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
59962025-06-30T22:34:53.077Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
59972025-06-30T22:34:53.077Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
59982025-06-30T22:34:53.077Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
59992025-06-30T22:34:53.078Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
60002025-06-30T22:34:53.078Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
60012025-06-30T22:34:53.078Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
60022025-06-30T22:34:53.081Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
60032025-06-30T22:34:53.081Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
60042025-06-30T22:34:53.081Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
60052025-06-30T22:34:53.081Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
60062025-06-30T22:34:53.081Z Fresh sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
60072025-06-30T22:34:53.081Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
60082025-06-30T22:34:53.081Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
60092025-06-30T22:34:53.081Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
60102025-06-30T22:34:53.082Z Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
60112025-06-30T22:34:53.082Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
60122025-06-30T22:34:53.082Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
60132025-06-30T22:34:53.082Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
60142025-06-30T22:34:53.082Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
60152025-06-30T22:34:53.082Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
60162025-06-30T22:34:53.082Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
60172025-06-30T22:34:53.082Z Fresh sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
60182025-06-30T22:34:53.082Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
60192025-06-30T22:34:53.082Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
60202025-06-30T22:34:53.082Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
60212025-06-30T22:34:53.082Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
60222025-06-30T22:34:53.082Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
60232025-06-30T22:34:53.086Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
60242025-06-30T22:34:53.086Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
60252025-06-30T22:34:53.086Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
60262025-06-30T22:34:53.086Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
60272025-06-30T22:34:53.086Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
60282025-06-30T22:34:53.086Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
60292025-06-30T22:34:53.086Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
60302025-06-30T22:34:53.086Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
60312025-06-30T22:34:53.086Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
60322025-06-30T22:34:53.086Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
60332025-06-30T22:34:53.086Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
60342025-06-30T22:34:53.086Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
60352025-06-30T22:34:53.086Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
60362025-06-30T22:34:53.086Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
60372025-06-30T22:34:53.087Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
60382025-06-30T22:34:53.087Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
60392025-06-30T22:34:53.087Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
60402025-06-30T22:34:53.087Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
60412025-06-30T22:34:53.087Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
60422025-06-30T22:34:53.087Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
60432025-06-30T22:34:53.087Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
60442025-06-30T22:34:53.087Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
60452025-06-30T22:34:53.087Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
60462025-06-30T22:34:53.087Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
60472025-06-30T22:34:53.090Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
60482025-06-30T22:34:53.090Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
60492025-06-30T22:34:53.090Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
60502025-06-30T22:34:53.090Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
60512025-06-30T22:34:53.091Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
60522025-06-30T22:34:53.091Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
60532025-06-30T22:34:53.091Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
60542025-06-30T22:34:53.091Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
60552025-06-30T22:34:53.091Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
60562025-06-30T22:34:53.091Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
60572025-06-30T22:34:53.091Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
60582025-06-30T22:34:53.091Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
60592025-06-30T22:34:53.091Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
60602025-06-30T22:34:53.091Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
60612025-06-30T22:34:53.091Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
60622025-06-30T22:34:53.091Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
60632025-06-30T22:34:53.091Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
60642025-06-30T22:34:53.091Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
60652025-06-30T22:34:53.091Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
60662025-06-30T22:34:53.091Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
60672025-06-30T22:34:53.091Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
60682025-06-30T22:34:53.091Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
60692025-06-30T22:34:53.091Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
60702025-06-30T22:34:53.091Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
60712025-06-30T22:34:53.091Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
60722025-06-30T22:34:53.092Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
60732025-06-30T22:34:53.092Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
60742025-06-30T22:34:53.092Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
60752025-06-30T22:34:53.092Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
60762025-06-30T22:34:53.092Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
60772025-06-30T22:34:53.092Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
60782025-06-30T22:34:53.092Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
60792025-06-30T22:34:53.092Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
60802025-06-30T22:34:53.096Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
60812025-06-30T22:34:53.096Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
60822025-06-30T22:34:53.096Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
60832025-06-30T22:34:53.096Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
60842025-06-30T22:34:53.096Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
60852025-06-30T22:34:53.096Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
60862025-06-30T22:34:53.096Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
60872025-06-30T22:34:53.096Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
60882025-06-30T22:34:53.096Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
60892025-06-30T22:34:53.096Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
60902025-06-30T22:34:53.097Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
60912025-06-30T22:34:53.097Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
60922025-06-30T22:34:53.097Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
60932025-06-30T22:34:53.097Z Fresh id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
60942025-06-30T22:34:53.097Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
60952025-06-30T22:34:53.097Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
60962025-06-30T22:34:53.097Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
60972025-06-30T22:34:53.097Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
60982025-06-30T22:34:53.097Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
60992025-06-30T22:34:53.097Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
61002025-06-30T22:34:53.097Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
61012025-06-30T22:34:53.097Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
61022025-06-30T22:34:53.097Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
61032025-06-30T22:34:53.098Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
61042025-06-30T22:34:53.098Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
61052025-06-30T22:34:53.098Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
61062025-06-30T22:34:55.495Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1058760d1edecc4a -C extra-filename=-25be6d6c4d61be21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b52a750bde10378b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c9931c5ab8806eaf.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-b6197df7a0d6acaf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ec47757df2f3e660.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ca2a96f4d5adc91d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a9e2cfcc6272f261.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3496fbe10c1d0394.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-cb299d2f0eb99bb9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d51c4b1c00d4799b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3f2b3bbabe6ddd40.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-f9c8c86e8b56cb48.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7956cfa0869d8c87.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-7c4401ddf17c5985.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-65e273faea63954f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9f743f839125d775.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-305e37b3e0e16f7c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6bbe85e624072b6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-82714634aec3490d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-432edd259989e2cf.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-63fcc38ca2e742af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-53aafce35083fc8f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-ab2ff3dc60214ab8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-aa9a1b69536c32b5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
61072025-06-30T22:34:55.511Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fae1d8d2ec4c88ed -C extra-filename=-276f89f42648bad4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b52a750bde10378b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c9931c5ab8806eaf.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-b6197df7a0d6acaf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ec47757df2f3e660.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ca2a96f4d5adc91d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a9e2cfcc6272f261.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3496fbe10c1d0394.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-cb299d2f0eb99bb9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d51c4b1c00d4799b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3f2b3bbabe6ddd40.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-f9c8c86e8b56cb48.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7956cfa0869d8c87.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-7c4401ddf17c5985.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-65e273faea63954f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9f743f839125d775.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-305e37b3e0e16f7c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6bbe85e624072b6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-82714634aec3490d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-63fcc38ca2e742af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-53aafce35083fc8f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-ab2ff3dc60214ab8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-aa9a1b69536c32b5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
61082025-06-30T22:34:55.520Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a928fbc0966c18c -C extra-filename=-8463694dbb54ff22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b52a750bde10378b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c9931c5ab8806eaf.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-b6197df7a0d6acaf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ec47757df2f3e660.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ca2a96f4d5adc91d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a9e2cfcc6272f261.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3496fbe10c1d0394.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-cb299d2f0eb99bb9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d51c4b1c00d4799b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3f2b3bbabe6ddd40.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-f9c8c86e8b56cb48.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7956cfa0869d8c87.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-7c4401ddf17c5985.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-65e273faea63954f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9f743f839125d775.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-305e37b3e0e16f7c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6bbe85e624072b6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-82714634aec3490d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-432edd259989e2cf.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-63fcc38ca2e742af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-53aafce35083fc8f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-ab2ff3dc60214ab8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-aa9a1b69536c32b5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
61092025-06-30T22:34:55.522Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c14e40362c22616a -C extra-filename=-468e65a0a5798208 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b52a750bde10378b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c9931c5ab8806eaf.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-b6197df7a0d6acaf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ec47757df2f3e660.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ca2a96f4d5adc91d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a9e2cfcc6272f261.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3496fbe10c1d0394.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-cb299d2f0eb99bb9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d51c4b1c00d4799b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3f2b3bbabe6ddd40.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-f9c8c86e8b56cb48.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7956cfa0869d8c87.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-7c4401ddf17c5985.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-65e273faea63954f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9f743f839125d775.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-305e37b3e0e16f7c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6bbe85e624072b6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-82714634aec3490d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-432edd259989e2cf.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-63fcc38ca2e742af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-53aafce35083fc8f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-ab2ff3dc60214ab8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-aa9a1b69536c32b5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
61102025-06-30T22:39:42.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 55s
61112025-06-30T22:39:43.012Z
61122025-06-30T22:39:43.018Zreal 4:56.438881315
61132025-06-30T22:39:43.018Zuser 11:15.326096097
61142025-06-30T22:39:43.018Zsys 1:03.734786692
61152025-06-30T22:39:43.018Ztrap 0.175547305
61162025-06-30T22:39:43.018Ztflt 2.580543122
61172025-06-30T22:39:43.018Zdflt 36.829029961
61182025-06-30T22:39:43.018Zkflt 0.306926249
61192025-06-30T22:39:43.018Zlock 21:27.239731935
61202025-06-30T22:39:43.018Zslp 36:52.528230150
61212025-06-30T22:39:43.018Zlat 2.579660330
61222025-06-30T22:39:43.018Zstop 23.867093800
61232025-06-30T22:39:43.018Z+ banner test
61242025-06-30T22:39:43.029Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
61252025-06-30T22:39:43.406Z
61262025-06-30T22:39:43.406Z ##### ###### #### #####
61272025-06-30T22:39:43.406Z # # # #
61282025-06-30T22:39:43.406Z # ##### #### #
61292025-06-30T22:39:43.406Z # # # #
61302025-06-30T22:39:43.406Z # # # # #
61312025-06-30T22:39:43.406Z # ###### #### #
61322025-06-30T22:39:43.406Z
61332025-06-30T22:39:44.836Zinfo: experimental features enabled: setup-scripts
61342025-06-30T22:39:46.485Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
61352025-06-30T22:39:46.658Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
61362025-06-30T22:39:46.686Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
61372025-06-30T22:39:46.702Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
61382025-06-30T22:39:46.735Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
61392025-06-30T22:39:59.621Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.24s
61402025-06-30T22:40:05.525Z────────────
61412025-06-30T22:40:05.525Z Nextest run ID 13584410-5a88-4336-b3e6-54461dfec4c3 with nextest profile: ci
61422025-06-30T22:40:05.525Z Starting 2119 tests across 206 binaries (3 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter)
61432025-06-30T22:40:05.533Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
61442025-06-30T22:40:06.537Z Compiling newtype-uuid v1.2.4
61452025-06-30T22:40:07.092Z Compiling daft v0.1.3
61462025-06-30T22:40:07.431Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
61472025-06-30T22:40:07.759Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
61482025-06-30T22:40:07.785Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
61492025-06-30T22:40:08.379Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
61502025-06-30T22:40:16.064Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
61512025-06-30T22:40:18.287Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
61522025-06-30T22:40:20.022Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
61532025-06-30T22:40:32.273Z Finished `test` profile [unoptimized + debuginfo] target(s) in 20.40s
61542025-06-30T22:40:32.273Z Running `target/debug/crdb-seed`
61552025-06-30T22:40:32.273ZJun 30 22:40:24.775 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpdvB7Sm
61562025-06-30T22:40:32.273ZJun 30 22:40:24.775 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpJSMNz9,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpdvB7Sm/listen-url
61572025-06-30T22:40:32.273ZJun 30 22:40:24.775 INFO cockroach environment: BUILDOMAT_JOB_ID=01JZ1DVM859B9Q8TKXFSWTJQ9D BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.87.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=dap/mgs-qorb-fix GITHUB_REF=refs/heads/dap/mgs-qorb-fix GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=d64b132bf067cb012ab527523917442e73126aa8 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-f308cd72fa53b00a/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out:/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envADjPu2 NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out:/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RUN_ID=13584410-5a88-4336-b3e6-54461dfec4c3 PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS=--document-private-items -D warnings RUSTFLAGS=--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.87.0-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime
61582025-06-30T22:40:32.278ZJun 30 22:40:26.531 INFO cockroach pid: 12444
61592025-06-30T22:40:32.278ZJun 30 22:40:26.531 INFO cockroach listen URL: postgresql://root@[::1]:52653/omicron?sslmode=disable
61602025-06-30T22:40:32.278ZJun 30 22:40:26.537 INFO cockroach: populating
61612025-06-30T22:40:32.351ZJun 30 22:40:28.161 INFO cockroach: populated
61622025-06-30T22:40:32.431ZJun 30 22:40:29.180 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/53411067e7d1153e6f44b18920befbe23eefd3ef2a4f25adb122268f315efb90.tar`
61632025-06-30T22:40:32.431Z SETUP PASS [ 25.058s] crdb-seed: cargo run -p crdb-seed --profile test
61642025-06-30T22:40:32.438Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
61652025-06-30T22:40:32.438Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
61662025-06-30T22:40:32.438Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
61672025-06-30T22:40:32.438Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
61682025-06-30T22:40:32.438Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
61692025-06-30T22:40:32.438Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
61702025-06-30T22:40:33.941Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
61712025-06-30T22:40:34.085Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
61722025-06-30T22:40:36.783Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
61732025-06-30T22:40:39.521Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
61742025-06-30T22:40:45.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.38s
61752025-06-30T22:40:45.180Z Running `target/debug/clickhouse-cluster-dev`
61762025-06-30T22:40:45.230ZJun 30 22:40:43.822 INFO Setting up a ClickHouse cluster
61772025-06-30T22:40:45.240ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
61782025-06-30T22:40:45.240ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
61792025-06-30T22:40:45.241ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
61802025-06-30T22:40:45.241ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
61812025-06-30T22:40:45.241ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
61822025-06-30T22:40:48.160ZJun 30 22:40:46.752 INFO ClickHouse server ready
61832025-06-30T22:40:48.248ZJun 30 22:40:46.834 INFO ClickHouse server ready
61842025-06-30T22:40:49.449ZJun 30 22:40:48.040 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
61852025-06-30T22:40:49.454Z SETUP PASS [ 18.859s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
61862025-06-30T22:41:11.590Z PASS [ 22.132s] omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
61872025-06-30T22:41:11.726Z PASS [ 22.268s] omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
61882025-06-30T22:41:16.446Z PASS [ 26.988s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
61892025-06-30T22:41:17.267Z PASS [ 27.808s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
61902025-06-30T22:41:27.249Z PASS [ 37.789s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
61912025-06-30T22:41:27.475Z PASS [ 38.014s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
61922025-06-30T22:41:43.254Z PASS [ 31.660s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
61932025-06-30T22:41:43.576Z PASS [ 31.845s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
61942025-06-30T22:41:46.653Z PASS [ 29.377s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
61952025-06-30T22:41:49.471Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
61962025-06-30T22:41:49.472Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
61972025-06-30T22:41:58.683Z PASS [ 31.204s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
61982025-06-30T22:42:01.421Z PASS [ 34.169s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
61992025-06-30T22:42:16.453Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
62002025-06-30T22:42:17.333Z PASS [ 33.755s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
62012025-06-30T22:42:17.794Z PASS [ 34.536s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
62022025-06-30T22:42:32.619Z PASS [ 31.195s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
62032025-06-30T22:42:35.618Z PASS [ 79.165s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
62042025-06-30T22:42:35.657Z PASS [ 0.038s] api_identity test::test_identity
62052025-06-30T22:42:35.684Z PASS [ 0.027s] api_identity test::test_identity_no_field
62062025-06-30T22:42:35.753Z PASS [ 0.069s] authz-macros tests::test_authz_snapshots
62072025-06-30T22:42:35.802Z PASS [ 0.049s] bootstore schemes::tests::hello_roundtrip
62082025-06-30T22:42:36.964Z PASS [ 1.160s] bootstore schemes::v0::peer::tests::basic_3_nodes
62092025-06-30T22:42:37.019Z PASS [ 0.056s] bootstore schemes::v0::peer::tests::network_config
62102025-06-30T22:42:37.049Z PASS [ 0.031s] bootstore schemes::v0::share_pkg::tests::create_packages
62112025-06-30T22:42:37.078Z PASS [ 0.028s] bootstore trust_quorum::rack_secret::tests::create_and_verify
62122025-06-30T22:42:37.099Z PASS [ 0.021s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
62132025-06-30T22:42:37.408Z PASS [ 20.073s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
62142025-06-30T22:42:37.510Z PASS [ 19.714s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
62152025-06-30T22:42:37.884Z PASS [ 0.374s] cert-dev::test-cert-dev test_cert_create
62162025-06-30T22:42:38.304Z PASS [ 0.420s] clickana chart::tests::gather_chart_data_failure
62172025-06-30T22:42:38.338Z PASS [ 0.031s] clickana chart::tests::gather_chart_data_for_disk_usage_success
62182025-06-30T22:42:38.355Z PASS [ 0.016s] clickana chart::tests::gather_chart_data_for_memory_tracking_success
62192025-06-30T22:42:38.371Z PASS [ 0.016s] clickana chart::tests::gather_chart_data_for_query_count_success
62202025-06-30T22:42:38.388Z PASS [ 0.015s] clickana chart::tests::gather_chart_data_for_running_queries_success
62212025-06-30T22:42:38.479Z PASS [ 0.092s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
62222025-06-30T22:42:38.534Z PASS [ 0.055s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success
62232025-06-30T22:42:38.556Z PASS [ 0.022s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success
62242025-06-30T22:42:38.577Z PASS [ 0.020s] clickhouse-admin-types tests::test_empty_output_parse_fail
62252025-06-30T22:42:38.597Z PASS [ 0.021s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
62262025-06-30T22:42:38.618Z PASS [ 0.021s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
62272025-06-30T22:42:38.642Z PASS [ 0.024s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
62282025-06-30T22:42:38.662Z PASS [ 0.019s] clickhouse-admin-types tests::test_full_lgif_parse_success
62292025-06-30T22:42:38.702Z PASS [ 0.040s] clickhouse-admin-types tests::test_full_raft_config_parse_success
62302025-06-30T22:42:38.744Z PASS [ 0.042s] clickhouse-admin-types tests::test_generate_keeper_config
62312025-06-30T22:42:38.771Z PASS [ 0.027s] clickhouse-admin-types tests::test_generate_replica_config
62322025-06-30T22:42:38.794Z PASS [ 0.023s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
62332025-06-30T22:42:38.817Z PASS [ 0.023s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
62342025-06-30T22:42:38.842Z PASS [ 0.025s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail
62352025-06-30T22:42:38.872Z PASS [ 0.030s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
62362025-06-30T22:42:38.894Z PASS [ 0.022s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
62372025-06-30T22:42:38.916Z PASS [ 0.021s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
62382025-06-30T22:42:38.937Z PASS [ 0.021s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
62392025-06-30T22:42:38.958Z PASS [ 0.021s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
62402025-06-30T22:42:38.986Z PASS [ 0.028s] clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail
62412025-06-30T22:42:39.010Z PASS [ 0.024s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
62422025-06-30T22:42:39.033Z PASS [ 0.023s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
62432025-06-30T22:42:39.056Z PASS [ 0.022s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
62442025-06-30T22:42:39.077Z PASS [ 0.022s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
62452025-06-30T22:42:39.099Z PASS [ 0.022s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
62462025-06-30T22:42:39.121Z PASS [ 0.021s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
62472025-06-30T22:42:39.141Z PASS [ 0.021s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
62482025-06-30T22:42:39.164Z PASS [ 0.023s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
62492025-06-30T22:42:39.187Z PASS [ 0.023s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
62502025-06-30T22:42:39.210Z PASS [ 0.023s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
62512025-06-30T22:42:39.231Z PASS [ 0.021s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
62522025-06-30T22:42:39.251Z PASS [ 0.020s] clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail
62532025-06-30T22:42:39.273Z PASS [ 0.021s] clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success
62542025-06-30T22:42:39.293Z PASS [ 0.021s] clickhouse-admin-types tests::test_utc_system_timeseries_parse_success
62552025-06-30T22:42:39.396Z PASS [ 0.102s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
62562025-06-30T22:42:39.471Z PASS [ 0.076s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
62572025-06-30T22:42:39.491Z PASS [ 0.019s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
62582025-06-30T22:42:39.506Z PASS [ 0.016s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
62592025-06-30T22:42:39.521Z PASS [ 0.015s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
62602025-06-30T22:42:39.537Z PASS [ 0.016s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
62612025-06-30T22:42:39.552Z PASS [ 0.014s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
62622025-06-30T22:42:39.958Z PASS [ 0.406s] db-dev::test-db-dev test_db_dev_populate_no_args
62632025-06-30T22:42:40.001Z PASS [ 0.042s] db-dev::test-db-dev test_db_dev_wipe_no_args
62642025-06-30T22:42:40.522Z PASS [ 3.423s] bootstore::v0-fsm-proptest-learner run
62652025-06-30T22:42:44.175Z PASS [ 6.766s] bootstore::v0-fsm-proptest-rack-coordinator run
62662025-06-30T22:42:44.286Z PASS [ 0.110s] db-macros lookup::test::test_lookup_snapshots
62672025-06-30T22:42:44.306Z PASS [ 0.020s] db-macros tests::test_derive_metadata_identity_fails_for_enums
62682025-06-30T22:42:44.326Z PASS [ 0.020s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
62692025-06-30T22:42:44.346Z PASS [ 0.020s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
62702025-06-30T22:42:44.365Z PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
62712025-06-30T22:42:44.385Z PASS [ 0.020s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
62722025-06-30T22:42:44.413Z PASS [ 0.028s] db-macros tests::test_derive_snapshots
62732025-06-30T22:42:44.433Z PASS [ 0.019s] db-macros tests::test_derive_with_unknown_field
62742025-06-30T22:42:44.884Z PASS [ 0.451s] dns-server storage::test::test_update_basic
62752025-06-30T22:42:45.120Z PASS [ 0.236s] dns-server storage::test::test_update_in_progress
62762025-06-30T22:42:45.277Z PASS [ 0.157s] dns-server storage::test::test_update_interrupted
62772025-06-30T22:42:45.454Z PASS [ 0.177s] dns-server storage::test::test_zone_gets_soa_record
62782025-06-30T22:42:46.524Z PASS [ 6.523s] db-dev::test-db-dev test_db_killed
62792025-06-30T22:42:46.560Z PASS [ 1.106s] dns-server::basic_test a_crud
62802025-06-30T22:42:46.654Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
62812025-06-30T22:42:47.001Z PASS [ 0.441s] dns-server::basic_test answers_match_question
62822025-06-30T22:42:47.096Z PASS [ 0.571s] dns-server::basic_test aaaa_crud
62832025-06-30T22:42:47.377Z PASS [ 0.376s] dns-server::basic_test empty_record
62842025-06-30T22:42:47.395Z PASS [ 0.299s] dns-server::basic_test multi_record_crud
62852025-06-30T22:42:47.672Z PASS [ 0.295s] dns-server::basic_test name_contains_zone
62862025-06-30T22:42:47.698Z PASS [ 0.302s] dns-server::basic_test nxdomain
62872025-06-30T22:42:48.043Z PASS [ 0.346s] dns-server::basic_test soa
62882025-06-30T22:42:48.060Z PASS [ 0.386s] dns-server::basic_test servfail
62892025-06-30T22:42:48.337Z PASS [ 0.294s] dns-server::basic_test srv_crud
62902025-06-30T22:42:49.471Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
62912025-06-30T22:42:49.474Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
62922025-06-30T22:42:49.740Z PASS [ 1.402s] dns-server::cross_version_test cross_version_works
62932025-06-30T22:42:49.823Z PASS [ 0.083s] ereport-types tests::test_arb_json_deserializes
62942025-06-30T22:42:49.856Z PASS [ 0.033s] ereport-types tests::test_ena_from_str
62952025-06-30T22:42:49.880Z PASS [ 0.024s] ereport-types tests::test_ena_from_str_roundtrip
62962025-06-30T22:42:49.953Z PASS [ 0.073s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
62972025-06-30T22:42:49.986Z PASS [ 0.033s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
62982025-06-30T22:42:50.014Z PASS [ 0.027s] gfss gf256::tests::test_all_multiplication
62992025-06-30T22:42:50.034Z PASS [ 0.021s] gfss gf256::tests::test_all_multiplicative_inverses
63002025-06-30T22:42:50.049Z PASS [ 0.015s] gfss gf256::tests::test_docs_example
63012025-06-30T22:42:52.803Z PASS [ 4.744s] dns-server::commands_test test_dnsadm
63022025-06-30T22:42:54.646Z PASS [ 1.842s] gfss shamir::tests::split_and_combine
63032025-06-30T22:42:54.664Z PASS [ 0.018s] gfss shamir::tests::test_share_reconstruction
63042025-06-30T22:42:54.699Z PASS [ 0.034s] id-map tests::deserialize_rejects_duplicates
63052025-06-30T22:42:54.748Z PASS [ 0.050s] id-map tests::deserialize_rejects_mismatched_keys
63062025-06-30T22:42:54.979Z PASS [ 0.230s] id-map tests::get_mut_panics_if_id_changes
63072025-06-30T22:42:55.046Z PASS [ 0.067s] id-map tests::iter_mut_panics_if_id_changes
63082025-06-30T22:42:55.064Z PASS [ 0.017s] id-map tests::methods_allow_borrowed_ids
63092025-06-30T22:42:55.120Z PASS [ 0.056s] id-map tests::mut_into_iter_panics_if_id_changes
63102025-06-30T22:42:55.205Z PASS [ 0.085s] id-map tests::occupied_entry_panics_if_id_changed_via_get_mut
63112025-06-30T22:42:55.263Z PASS [ 0.058s] id-map tests::occupied_entry_panics_if_id_changed_via_into_mut
63122025-06-30T22:42:55.318Z PASS [ 0.055s] id-map tests::occupied_entry_panics_if_id_changes_on_insert
63132025-06-30T22:42:55.383Z PASS [ 0.065s] id-map tests::retain_panics_if_id_changes
63142025-06-30T22:42:55.457Z PASS [ 0.073s] id-map tests::serialization_is_transparent
63152025-06-30T22:42:55.550Z PASS [ 0.093s] id-map tests::serialization_roundtrip
63162025-06-30T22:42:55.604Z PASS [ 0.054s] id-map tests::vacant_entry_panics_if_id_changed_after_insert
63172025-06-30T22:42:55.659Z PASS [ 0.055s] id-map tests::vacant_entry_panics_if_id_changes_on_insert
63182025-06-30T22:42:55.904Z PASS [ 0.246s] illumos-utils destructor::test::test_delayed_delete
63192025-06-30T22:42:56.547Z PASS [ 0.643s] illumos-utils destructor::test::test_delayed_delete_with_error
63202025-06-30T22:42:57.205Z PASS [ 0.025s] illumos-utils destructor::test::test_destructor_bad_close
63212025-06-30T22:42:57.220Z PASS [ 0.034s] illumos-utils link::test::test_allocate
63222025-06-30T22:42:57.220Z PASS [ 0.022s] illumos-utils link::test::test_allocate_within_scopes
63232025-06-30T22:42:57.220Z PASS [ 0.076s] illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
63242025-06-30T22:42:57.220Z PASS [ 0.024s] illumos-utils running_zone::tests::test_is_oxide_smf_service
63252025-06-30T22:42:57.220Z PASS [ 0.155s] illumos-utils zfs::test::directory_mutability
63262025-06-30T22:42:57.220Z PASS [ 0.076s] illumos-utils zfs::test::get_values_of_rpool
63272025-06-30T22:42:57.220Z PASS [ 0.024s] illumos-utils zfs::test::parse_dataset_bad_avail
63282025-06-30T22:42:57.220Z PASS [ 0.025s] illumos-utils zfs::test::parse_dataset_bad_quota
63292025-06-30T22:42:57.220Z PASS [ 0.024s] illumos-utils zfs::test::parse_dataset_bad_reservation
63302025-06-30T22:42:57.220Z PASS [ 0.040s] illumos-utils zfs::test::parse_dataset_bad_usage
63312025-06-30T22:42:57.220Z PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_bad_uuid
63322025-06-30T22:42:57.220Z PASS [ 0.025s] illumos-utils zfs::test::parse_dataset_missing_fields
63332025-06-30T22:42:57.220Z PASS [ 0.023s] illumos-utils zfs::test::parse_dataset_props
63342025-06-30T22:42:57.220Z PASS [ 0.022s] illumos-utils zfs::test::parse_dataset_props_with_optionals
63352025-06-30T22:42:57.220Z PASS [ 0.021s] illumos-utils zfs::test::parse_dataset_too_many_columns
63362025-06-30T22:42:57.224Z PASS [ 0.023s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
63372025-06-30T22:42:57.242Z PASS [ 0.026s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
63382025-06-30T22:42:57.264Z PASS [ 0.021s] illumos-utils zfs::test::parse_quota_ignored_if_default
63392025-06-30T22:42:57.284Z PASS [ 0.020s] illumos-utils zfs::test::parse_reservation_ignored_if_default
63402025-06-30T22:42:57.309Z PASS [ 0.025s] illumos-utils zfs::test::parse_sorts_and_dedups
63412025-06-30T22:42:57.349Z PASS [ 0.040s] illumos-utils zone::tests::delete_nonexistent_address
63422025-06-30T22:42:57.375Z PASS [ 0.026s] illumos-utils zone::tests::test_parse_ip_network
63432025-06-30T22:42:57.399Z PASS [ 0.025s] illumos-utils zpool::test::test_parse_zpool
63442025-06-30T22:42:57.421Z PASS [ 0.022s] illumos-utils zpool::test::test_parse_zpool_missing_column
63452025-06-30T22:42:58.690Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
63462025-06-30T22:43:01.880Z PASS [ 11.830s] gfss polynomial::tests::test_polynomial_eval
63472025-06-30T22:43:02.381Z PASS [ 4.958s] installinator mock_peers::tests::proptest_fetch_artifact
63482025-06-30T22:43:02.600Z PASS [ 0.219s] installinator-common block_size_writer::tests::proptest_block_writer
63492025-06-30T22:43:02.663Z PASS [ 22.139s] db-dev::test-db-dev test_db_run
63502025-06-30T22:43:03.313Z PASS [ 0.648s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
63512025-06-30T22:43:03.325Z PASS [ 0.726s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
63522025-06-30T22:43:03.417Z PASS [ 1.536s] installinator write::tests::proptest_write_artifact
63532025-06-30T22:43:03.638Z PASS [ 0.327s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
63542025-06-30T22:43:03.831Z PASS [ 0.414s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
63552025-06-30T22:43:03.851Z PASS [ 0.525s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
63562025-06-30T22:43:03.890Z PASS [ 0.039s] internal-dns-types config::test::display_hosts
63572025-06-30T22:43:03.912Z PASS [ 0.022s] internal-dns-types config::test::display_srv_service
63582025-06-30T22:43:03.982Z PASS [ 0.070s] internal-dns-types config::test::test_builder_errors
63592025-06-30T22:43:04.055Z PASS [ 0.417s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
63602025-06-30T22:43:04.059Z PASS [ 0.075s] internal-dns-types config::test::test_builder_output
63612025-06-30T22:43:04.087Z PASS [ 0.030s] internal-dns-types diff::test::diff_equivalent
63622025-06-30T22:43:04.091Z PASS [ 0.034s] internal-dns-types diff::test::diff_different
63632025-06-30T22:43:04.109Z PASS [ 0.021s] internal-dns-types diff::test::diff_invalid
63642025-06-30T22:43:04.117Z PASS [ 0.027s] ipcc tests::deserialize_fixed_value
63652025-06-30T22:43:04.137Z PASS [ 0.020s] ipcc tests::serialized_size
63662025-06-30T22:43:04.141Z PASS [ 0.030s] ipcc tests::installinator_image_id_round_trip
63672025-06-30T22:43:04.145Z PASS [ 0.314s] internal-dns-resolver resolver::test::update_record
63682025-06-30T22:43:04.235Z PASS [ 0.090s] key-manager tests::disk_encryption_key_epoch_0
63692025-06-30T22:43:04.235Z PASS [ 0.097s] key-manager tests::different_disks_produce_different_keys
63702025-06-30T22:43:04.235Z PASS [ 0.096s] key-manager tests::different_ikm_produces_different_keys
63712025-06-30T22:43:04.256Z PASS [ 0.021s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
63722025-06-30T22:43:04.367Z PASS [ 0.109s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
63732025-06-30T22:43:04.402Z PASS [ 0.167s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
63742025-06-30T22:43:04.406Z PASS [ 0.038s] nexus-auth authn::external::session_cookie::test::test_get_token
63752025-06-30T22:43:04.407Z PASS [ 0.168s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
63762025-06-30T22:43:04.433Z PASS [ 0.031s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
63772025-06-30T22:43:04.437Z PASS [ 0.033s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
63782025-06-30T22:43:04.440Z PASS [ 0.036s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
63792025-06-30T22:43:04.462Z PASS [ 0.029s] nexus-auth authn::external::session_cookie::test::test_other_cookie
63802025-06-30T22:43:04.469Z PASS [ 0.032s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
63812025-06-30T22:43:04.473Z PASS [ 0.031s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
63822025-06-30T22:43:04.490Z PASS [ 0.028s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
63832025-06-30T22:43:04.510Z PASS [ 0.039s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
63842025-06-30T22:43:04.513Z PASS [ 0.042s] nexus-auth authn::external::spoof::test::test_make_header_value
63852025-06-30T22:43:04.535Z PASS [ 0.045s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
63862025-06-30T22:43:04.540Z PASS [ 0.030s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
63872025-06-30T22:43:04.543Z PASS [ 0.030s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
63882025-06-30T22:43:04.567Z PASS [ 0.032s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
63892025-06-30T22:43:04.572Z PASS [ 0.028s] nexus-auth authn::external::token::test::test_make_header_value
63902025-06-30T22:43:04.585Z PASS [ 0.045s] nexus-auth authn::external::test::test_authn_sequence
63912025-06-30T22:43:04.596Z PASS [ 0.029s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
63922025-06-30T22:43:04.599Z PASS [ 0.030s] nexus-auth authn::external::token::test::test_token_header_missing
63932025-06-30T22:43:04.617Z PASS [ 0.032s] nexus-auth authn::external::token::test::test_token_header_valid
63942025-06-30T22:43:04.663Z PASS [ 0.067s] nexus-auth authn::test::test_internal_users
63952025-06-30T22:43:04.678Z PASS [ 0.061s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
63962025-06-30T22:43:04.789Z PASS [ 0.111s] nexus-auth context::test::test_child_context
63972025-06-30T22:43:04.795Z PASS [ 0.132s] nexus-auth context::test::test_background_context
63982025-06-30T22:43:04.835Z PASS [ 0.236s] nexus-auth authz::context::test::test_unregistered_resource
63992025-06-30T22:43:04.862Z PASS [ 0.072s] nexus-auth context::test::test_test_context
64002025-06-30T22:43:04.885Z PASS [ 0.050s] nexus-config nexus_config::test::test_config_bad_toml
64012025-06-30T22:43:04.902Z PASS [ 0.041s] nexus-config nexus_config::test::test_config_empty
64022025-06-30T22:43:04.910Z PASS [ 0.025s] nexus-config nexus_config::test::test_config_nonexistent
64032025-06-30T22:43:04.943Z PASS [ 0.033s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
64042025-06-30T22:43:04.963Z PASS [ 0.168s] nexus-config nexus_config::test::test_bad_authn_schemes
64052025-06-30T22:43:04.983Z PASS [ 0.080s] nexus-config nexus_config::test::test_deployment_config_schema
64062025-06-30T22:43:05.005Z PASS [ 0.022s] nexus-config postgres_config::test::test_bad_url
64072025-06-30T22:43:05.014Z PASS [ 0.070s] nexus-config nexus_config::test::test_repo_configs_are_valid
64082025-06-30T22:43:05.014Z PASS [ 0.051s] nexus-config nexus_config::test::test_valid
64092025-06-30T22:43:05.024Z PASS [ 0.019s] nexus-config postgres_config::test::test_example_url
64102025-06-30T22:43:05.054Z PASS [ 0.030s] nexus-db-fixed-data test::test_allowlist_id_is_valid
64112025-06-30T22:43:05.057Z PASS [ 0.043s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
64122025-06-30T22:43:05.082Z PASS [ 0.028s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
64132025-06-30T22:43:05.087Z PASS [ 0.070s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
64142025-06-30T22:43:05.110Z PASS [ 0.053s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
64152025-06-30T22:43:05.129Z PASS [ 0.045s] nexus-db-model alert_class::tests::test_from_str_roundtrips
64162025-06-30T22:43:05.139Z PASS [ 0.029s] nexus-db-model alert_class::tests::test_is_test
64172025-06-30T22:43:05.173Z PASS [ 0.045s] nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
64182025-06-30T22:43:05.187Z PASS [ 0.048s] nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
64192025-06-30T22:43:05.218Z PASS [ 0.031s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
64202025-06-30T22:43:05.264Z PASS [ 0.091s] nexus-db-model alert_subscription::test::test_valid_subscription_parsing
64212025-06-30T22:43:05.277Z PASS [ 0.059s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
64222025-06-30T22:43:05.310Z PASS [ 0.032s] nexus-db-model instance_state::tests::test_from_str_roundtrips
64232025-06-30T22:43:05.319Z PASS [ 0.055s] nexus-db-model device_auth::test::test_generate_user_code
64242025-06-30T22:43:05.349Z PASS [ 0.039s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
64252025-06-30T22:43:05.362Z PASS [ 0.043s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
64262025-06-30T22:43:05.395Z PASS [ 0.033s] nexus-db-model schema_versions::test::test_known_versions
64272025-06-30T22:43:05.415Z PASS [ 0.066s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
64282025-06-30T22:43:05.429Z PASS [ 0.034s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
64292025-06-30T22:43:05.453Z PASS [ 0.038s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
64302025-06-30T22:43:05.460Z PASS [ 0.030s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
64312025-06-30T22:43:05.477Z PASS [ 0.024s] nexus-db-model schema_versions::test::test_verify
64322025-06-30T22:43:05.487Z PASS [ 0.027s] nexus-db-model semver_version::test::test_to_from_sortable_string
64332025-06-30T22:43:05.509Z PASS [ 0.031s] nexus-db-model tests::test_ip_subnet_check_requestable_address
64342025-06-30T22:43:05.514Z PASS [ 0.027s] nexus-db-model tests::test_ipv6_net_random_subnet
64352025-06-30T22:43:05.542Z PASS [ 0.027s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
64362025-06-30T22:43:05.545Z PASS [ 0.034s] nexus-db-model tests::test_roles_database_strings
64372025-06-30T22:43:05.567Z PASS [ 0.025s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
64382025-06-30T22:43:05.574Z PASS [ 0.025s] nexus-db-model vmm_state::tests::test_from_str_roundtrips
64392025-06-30T22:43:09.425Z PASS [ 3.856s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
64402025-06-30T22:43:09.511Z PASS [ 3.944s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
64412025-06-30T22:43:10.151Z PASS [ 5.068s] nexus-db-lookup::integration lookup::test_lookup
64422025-06-30T22:43:12.130Z PASS [ 2.705s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
64432025-06-30T22:43:12.382Z PASS [ 2.870s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
64442025-06-30T22:43:13.034Z PASS [ 2.882s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
64452025-06-30T22:43:14.569Z PASS [ 2.438s] nexus-db-queries db::collection_attach::test::test_attach_once
64462025-06-30T22:43:14.819Z PASS [ 2.437s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
64472025-06-30T22:43:15.674Z PASS [ 2.639s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
64482025-06-30T22:43:15.716Z PASS [ 0.042s] nexus-db-queries db::collection_attach::test::test_verify_query
64492025-06-30T22:43:16.973Z PASS [ 2.404s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
64502025-06-30T22:43:17.253Z PASS [ 2.434s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
64512025-06-30T22:43:18.138Z PASS [ 2.421s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
64522025-06-30T22:43:19.405Z PASS [ 2.431s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
64532025-06-30T22:43:19.822Z PASS [ 2.569s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
64542025-06-30T22:43:20.575Z PASS [ 2.437s] nexus-db-queries db::collection_detach::test::test_detach_once
64552025-06-30T22:43:20.617Z PASS [ 0.041s] nexus-db-queries db::collection_detach::test::test_verify_query
64562025-06-30T22:43:22.089Z PASS [ 2.683s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
64572025-06-30T22:43:22.404Z PASS [ 2.581s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
64582025-06-30T22:43:23.289Z PASS [ 2.672s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
64592025-06-30T22:43:23.900Z PASS [ 85.209s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
64602025-06-30T22:43:25.148Z PASS [ 2.745s] nexus-db-queries db::collection_detach_many::test::test_detach_many
64612025-06-30T22:43:25.149Z PASS [ 3.060s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
64622025-06-30T22:43:26.040Z PASS [ 2.750s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
64632025-06-30T22:43:26.809Z PASS [ 2.908s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
64642025-06-30T22:43:26.887Z PASS [ 0.078s] nexus-db-queries db::collection_detach_many::test::test_verify_query
64652025-06-30T22:43:27.997Z PASS [ 2.848s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
64662025-06-30T22:43:28.114Z PASS [ 2.965s] nexus-db-queries db::collection_detach_many::test::test_detach_once
64672025-06-30T22:43:28.157Z PASS [ 0.043s] nexus-db-queries db::collection_insert::test::test_verify_query
64682025-06-30T22:43:28.200Z PASS [ 0.043s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
64692025-06-30T22:43:28.244Z PASS [ 0.043s] nexus-db-queries db::column_walker::test::test_walk_columns
64702025-06-30T22:43:28.283Z PASS [ 0.039s] nexus-db-queries db::column_walker::test::test_walk_table
64712025-06-30T22:43:28.630Z PASS [ 2.590s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
64722025-06-30T22:43:29.454Z PASS [ 2.567s] nexus-db-queries db::collection_insert::test::test_collection_not_present
64732025-06-30T22:43:30.287Z PASS [ 2.289s] nexus-db-queries db::collection_insert::test::test_collection_present
64742025-06-30T22:43:32.628Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
64752025-06-30T22:43:33.488Z PASS [ 5.204s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
64762025-06-30T22:43:33.605Z PASS [ 4.974s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
64772025-06-30T22:43:35.421Z PASS [ 5.133s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
64782025-06-30T22:43:37.643Z PASS [ 8.189s] nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
64792025-06-30T22:43:38.609Z PASS [ 5.121s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
64802025-06-30T22:43:39.707Z PASS [ 6.102s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
64812025-06-30T22:43:40.117Z PASS [ 4.695s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
64822025-06-30T22:43:43.326Z PASS [ 5.682s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
64832025-06-30T22:43:43.431Z PASS [ 4.820s] nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
64842025-06-30T22:43:44.118Z PASS [ 4.411s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
64852025-06-30T22:43:44.860Z PASS [ 4.702s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
64862025-06-30T22:43:46.661Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
64872025-06-30T22:43:48.556Z PASS [ 5.229s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
64882025-06-30T22:43:48.824Z PASS [ 5.394s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
64892025-06-30T22:43:49.478Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
64902025-06-30T22:43:49.478Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
64912025-06-30T22:43:50.242Z PASS [ 5.422s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
64922025-06-30T22:43:52.066Z PASS [ 7.947s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
64932025-06-30T22:43:53.484Z PASS [ 4.928s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
64942025-06-30T22:43:54.843Z PASS [ 6.018s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
64952025-06-30T22:43:55.390Z PASS [ 5.148s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
64962025-06-30T22:43:58.341Z PASS [ 6.274s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
64972025-06-30T22:43:58.426Z PASS [ 4.941s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
64982025-06-30T22:44:00.239Z PASS [ 5.396s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
64992025-06-30T22:44:00.640Z PASS [ 5.249s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
65002025-06-30T22:44:02.864Z PASS [ 2.624s] nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
65012025-06-30T22:44:05.513Z PASS [ 7.171s] nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
65022025-06-30T22:44:05.564Z PASS [ 7.137s] nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
65032025-06-30T22:44:05.596Z PASS [ 4.956s] nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
65042025-06-30T22:44:07.191Z PASS [ 4.327s] nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
65052025-06-30T22:44:09.771Z PASS [ 4.207s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
65062025-06-30T22:44:09.834Z PASS [ 4.321s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
65072025-06-30T22:44:10.074Z PASS [ 4.477s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
65082025-06-30T22:44:11.843Z PASS [ 4.651s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
65092025-06-30T22:44:13.297Z PASS [ 3.223s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
65102025-06-30T22:44:14.109Z PASS [ 2.265s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
65112025-06-30T22:44:14.631Z PASS [ 4.859s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
65122025-06-30T22:44:14.757Z PASS [ 4.923s] nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
65132025-06-30T22:44:15.650Z PASS [ 2.352s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
65142025-06-30T22:44:19.113Z PASS [ 5.004s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
65152025-06-30T22:44:19.413Z PASS [ 4.655s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
65162025-06-30T22:44:19.568Z PASS [ 4.937s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
65172025-06-30T22:44:20.809Z PASS [ 5.159s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
65182025-06-30T22:44:24.254Z PASS [ 5.140s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
65192025-06-30T22:44:24.657Z PASS [ 5.088s] nexus-db-queries db::datastore::deployment::tests::test_set_target
65202025-06-30T22:44:24.710Z PASS [ 0.052s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
65212025-06-30T22:44:26.129Z PASS [ 6.716s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
65222025-06-30T22:44:26.857Z PASS [ 6.047s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
65232025-06-30T22:44:28.987Z PASS [ 4.733s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
65242025-06-30T22:44:29.108Z PASS [ 4.397s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
65252025-06-30T22:44:31.242Z PASS [ 5.112s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
65262025-06-30T22:44:32.635Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
65272025-06-30T22:44:32.809Z PASS [ 5.952s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
65282025-06-30T22:44:33.439Z PASS [ 4.451s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
65292025-06-30T22:44:33.923Z PASS [ 4.814s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
65302025-06-30T22:44:34.607Z PASS [ 1.797s] nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
65312025-06-30T22:44:35.283Z PASS [ 1.844s] nexus-db-queries db::datastore::ereport::tests::explain_host_restart_list_by_serial
65322025-06-30T22:44:35.847Z PASS [ 4.604s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
65332025-06-30T22:44:36.289Z PASS [ 2.366s] nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
65342025-06-30T22:44:36.635Z PASS [ 2.028s] nexus-db-queries db::datastore::ereport::tests::explain_sp_restart_list_by_serial
65352025-06-30T22:44:40.871Z PASS [ 5.587s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
65362025-06-30T22:44:41.254Z PASS [ 4.964s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
65372025-06-30T22:44:41.296Z PASS [ 4.661s] nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
65382025-06-30T22:44:43.037Z PASS [ 7.189s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
65392025-06-30T22:44:45.658Z PASS [ 4.787s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
65402025-06-30T22:44:46.143Z PASS [ 4.846s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
65412025-06-30T22:44:46.411Z PASS [ 5.157s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
65422025-06-30T22:44:46.668Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
65432025-06-30T22:44:48.167Z PASS [ 5.129s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
65442025-06-30T22:44:49.485Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
65452025-06-30T22:44:49.485Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
65462025-06-30T22:44:50.348Z PASS [ 4.689s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
65472025-06-30T22:44:50.769Z PASS [ 4.625s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
65482025-06-30T22:44:51.291Z PASS [ 4.880s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
65492025-06-30T22:44:52.589Z PASS [ 4.422s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
65502025-06-30T22:44:55.567Z PASS [ 5.219s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
65512025-06-30T22:44:56.723Z PASS [ 5.431s] nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
65522025-06-30T22:44:57.725Z PASS [ 5.135s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
65532025-06-30T22:44:58.307Z PASS [ 7.537s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
65542025-06-30T22:45:00.654Z PASS [ 5.086s] nexus-db-queries db::datastore::inventory::test::test_zone_image_source
65552025-06-30T22:45:02.262Z PASS [ 5.538s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
65562025-06-30T22:45:02.610Z PASS [ 4.885s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
65572025-06-30T22:45:03.494Z PASS [ 5.186s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
65582025-06-30T22:45:06.720Z PASS [ 4.457s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
65592025-06-30T22:45:06.878Z PASS [ 6.223s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
65602025-06-30T22:45:06.979Z PASS [ 4.368s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
65612025-06-30T22:45:07.806Z PASS [ 4.312s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
65622025-06-30T22:45:11.384Z PASS [ 4.405s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
65632025-06-30T22:45:11.616Z PASS [ 4.896s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
65642025-06-30T22:45:12.374Z PASS [ 5.496s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
65652025-06-30T22:45:13.461Z PASS [ 5.654s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
65662025-06-30T22:45:16.331Z PASS [ 4.715s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
65672025-06-30T22:45:17.796Z PASS [ 4.334s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
65682025-06-30T22:45:21.025Z PASS [ 4.693s] nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
65692025-06-30T22:45:22.456Z PASS [ 4.660s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
65702025-06-30T22:45:25.684Z PASS [ 14.298s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
65712025-06-30T22:45:26.204Z PASS [ 5.178s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
65722025-06-30T22:45:27.926Z PASS [ 5.469s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
65732025-06-30T22:45:30.397Z PASS [ 4.712s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
65742025-06-30T22:45:31.499Z PASS [ 5.294s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
65752025-06-30T22:45:32.642Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
65762025-06-30T22:45:33.053Z PASS [ 5.126s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
65772025-06-30T22:45:35.266Z PASS [ 22.889s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
65782025-06-30T22:45:35.766Z PASS [ 5.369s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
65792025-06-30T22:45:38.720Z PASS [ 5.666s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
65802025-06-30T22:45:39.175Z PASS [ 7.675s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
65812025-06-30T22:45:40.104Z PASS [ 4.838s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
65822025-06-30T22:45:41.350Z PASS [ 5.583s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
65832025-06-30T22:45:44.800Z PASS [ 6.080s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
65842025-06-30T22:45:44.840Z PASS [ 0.039s] nexus-db-queries db::datastore::region::test::test_extent_count
65852025-06-30T22:45:44.893Z PASS [ 4.788s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
65862025-06-30T22:45:45.295Z PASS [ 6.119s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
65872025-06-30T22:45:46.062Z PASS [ 4.711s] nexus-db-queries db::datastore::reconfigurator_chicken_switches::tests::test_reconfigurator_chicken_switches_basic
65882025-06-30T22:45:46.676Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
65892025-06-30T22:45:49.380Z PASS [ 4.540s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
65902025-06-30T22:45:49.494Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
65912025-06-30T22:45:49.495Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
65922025-06-30T22:45:49.534Z PASS [ 4.640s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
65932025-06-30T22:45:49.735Z PASS [ 4.440s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
65942025-06-30T22:45:51.222Z PASS [ 5.160s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
65952025-06-30T22:45:54.209Z PASS [ 4.828s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
65962025-06-30T22:45:54.255Z PASS [ 4.720s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
65972025-06-30T22:45:54.516Z PASS [ 4.780s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
65982025-06-30T22:45:55.980Z PASS [ 4.757s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
65992025-06-30T22:45:58.919Z PASS [ 4.664s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
66002025-06-30T22:45:59.225Z PASS [ 4.709s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
66012025-06-30T22:45:59.233Z PASS [ 5.024s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
66022025-06-30T22:46:00.707Z PASS [ 4.726s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
66032025-06-30T22:46:03.908Z PASS [ 4.988s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
66042025-06-30T22:46:03.935Z PASS [ 4.701s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
66052025-06-30T22:46:04.369Z PASS [ 5.143s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
66062025-06-30T22:46:05.531Z PASS [ 4.823s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
66072025-06-30T22:46:08.414Z PASS [ 4.479s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
66082025-06-30T22:46:08.616Z PASS [ 4.708s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
66092025-06-30T22:46:09.348Z PASS [ 4.979s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
66102025-06-30T22:46:10.462Z PASS [ 4.930s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
66112025-06-30T22:46:13.461Z PASS [ 5.046s] nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
66122025-06-30T22:46:13.703Z PASS [ 5.086s] nexus-db-queries db::datastore::sled::test::affinity_multi_group
66132025-06-30T22:46:14.156Z PASS [ 4.805s] nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
66142025-06-30T22:46:15.622Z PASS [ 5.160s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail
66152025-06-30T22:46:18.429Z PASS [ 4.967s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
66162025-06-30T22:46:18.706Z PASS [ 5.001s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
66172025-06-30T22:46:19.412Z PASS [ 5.257s] nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
66182025-06-30T22:46:20.582Z PASS [ 4.960s] nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
66192025-06-30T22:46:23.445Z PASS [ 5.016s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
66202025-06-30T22:46:23.653Z PASS [ 4.948s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
66212025-06-30T22:46:24.287Z PASS [ 4.875s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
66222025-06-30T22:46:26.172Z PASS [ 5.589s] nexus-db-queries db::datastore::sled::test::sled_list_batch
66232025-06-30T22:46:28.424Z PASS [ 4.978s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
66242025-06-30T22:46:28.588Z PASS [ 4.934s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
66252025-06-30T22:46:28.847Z PASS [ 4.559s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
66262025-06-30T22:46:31.488Z PASS [ 5.316s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
66272025-06-30T22:46:32.648Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
66282025-06-30T22:46:33.045Z PASS [ 4.196s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
66292025-06-30T22:46:33.254Z PASS [ 4.829s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
66302025-06-30T22:46:35.861Z PASS [ 4.373s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
66312025-06-30T22:46:37.512Z PASS [ 8.923s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
66322025-06-30T22:46:37.596Z PASS [ 4.552s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
66332025-06-30T22:46:40.417Z PASS [ 7.162s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
66342025-06-30T22:46:44.026Z PASS [ 8.164s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
66352025-06-30T22:46:45.266Z PASS [ 7.753s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
66362025-06-30T22:46:45.333Z PASS [ 7.736s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
66372025-06-30T22:46:45.854Z PASS [ 5.436s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
66382025-06-30T22:46:46.682Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
66392025-06-30T22:46:49.161Z PASS [ 5.134s] nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
66402025-06-30T22:46:49.501Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
66412025-06-30T22:46:49.501Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
66422025-06-30T22:46:49.724Z PASS [ 4.390s] nexus-db-queries db::datastore::target_release::test::target_release_datastore
66432025-06-30T22:46:49.775Z PASS [ 4.508s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
66442025-06-30T22:46:50.227Z PASS [ 4.373s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
66452025-06-30T22:46:53.728Z PASS [ 3.953s] nexus-db-queries db::datastore::test::test_project_creation
66462025-06-30T22:46:53.731Z PASS [ 4.568s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
66472025-06-30T22:46:54.128Z PASS [ 4.404s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
66482025-06-30T22:46:54.283Z PASS [ 4.055s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
66492025-06-30T22:46:58.321Z PASS [ 4.592s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
66502025-06-30T22:46:58.690Z PASS [ 4.561s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
66512025-06-30T22:46:59.408Z PASS [ 5.125s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
66522025-06-30T22:47:03.653Z PASS [ 5.331s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
66532025-06-30T22:47:05.367Z PASS [ 11.636s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
66542025-06-30T22:47:09.902Z PASS [ 11.211s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
66552025-06-30T22:47:11.337Z PASS [ 11.927s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
66562025-06-30T22:47:14.183Z PASS [ 4.280s] nexus-db-queries db::datastore::test::test_session_methods
66572025-06-30T22:47:16.022Z PASS [ 4.685s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
66582025-06-30T22:47:17.729Z PASS [ 14.075s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
66592025-06-30T22:47:18.097Z PASS [ 12.730s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
66602025-06-30T22:47:18.484Z PASS [ 4.301s] nexus-db-queries db::datastore::test::test_ssh_keys
66612025-06-30T22:47:19.685Z PASS [ 3.662s] nexus-db-queries db::datastore::test::test_table_scan
66622025-06-30T22:47:22.582Z PASS [ 4.852s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
66632025-06-30T22:47:23.032Z PASS [ 4.934s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
66642025-06-30T22:47:23.049Z PASS [ 4.564s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
66652025-06-30T22:47:24.082Z PASS [ 4.397s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
66662025-06-30T22:47:27.422Z PASS [ 4.389s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
66672025-06-30T22:47:27.467Z PASS [ 0.045s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
66682025-06-30T22:47:27.511Z PASS [ 0.044s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
66692025-06-30T22:47:27.563Z PASS [ 4.980s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
66702025-06-30T22:47:27.618Z PASS [ 4.568s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
66712025-06-30T22:47:31.937Z PASS [ 4.318s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
66722025-06-30T22:47:32.655Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
66732025-06-30T22:47:35.171Z PASS [ 11.088s] nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
66742025-06-30T22:47:36.328Z PASS [ 4.391s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
66752025-06-30T22:47:38.993Z PASS [ 11.482s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
66762025-06-30T22:47:39.194Z PASS [ 11.629s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
66772025-06-30T22:47:39.680Z PASS [ 4.508s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
66782025-06-30T22:47:41.695Z PASS [ 5.366s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
66792025-06-30T22:47:44.949Z PASS [ 5.955s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
66802025-06-30T22:47:45.373Z PASS [ 0.424s] nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
66812025-06-30T22:47:45.920Z PASS [ 6.239s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
66822025-06-30T22:47:46.688Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
66832025-06-30T22:47:46.862Z PASS [ 7.667s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
66842025-06-30T22:47:48.203Z PASS [ 2.830s] nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
66852025-06-30T22:47:48.674Z PASS [ 6.979s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
66862025-06-30T22:47:48.711Z PASS [ 1.850s] nexus-db-queries db::explain::test::test_explain_async
66872025-06-30T22:47:49.508Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
66882025-06-30T22:47:49.509Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
66892025-06-30T22:47:50.425Z PASS [ 2.222s] nexus-db-queries db::explain::test::test_explain_full_table_scan
66902025-06-30T22:47:50.728Z PASS [ 4.807s] nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
66912025-06-30T22:47:51.388Z PASS [ 2.713s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
66922025-06-30T22:47:51.427Z PASS [ 2.713s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
66932025-06-30T22:47:51.466Z PASS [ 0.038s] nexus-db-queries db::pagination::test::test_paginator
66942025-06-30T22:47:53.233Z PASS [ 1.768s] nexus-db-queries db::pool::test::test_pool_can_be_terminated
66952025-06-30T22:47:53.411Z PASS [ 2.985s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
66962025-06-30T22:47:53.471Z PASS [ 2.742s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
66972025-06-30T22:47:54.185Z PASS [ 2.797s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
66982025-06-30T22:47:54.558Z PASS [ 367.876s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
66992025-06-30T22:47:54.964Z PASS [ 1.732s] nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
67002025-06-30T22:47:59.163Z PASS [ 5.690s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
67012025-06-30T22:47:59.206Z PASS [ 5.794s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
67022025-06-30T22:47:59.290Z PASS [ 5.104s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
67032025-06-30T22:47:59.374Z PASS [ 4.815s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
67042025-06-30T22:48:00.258Z PASS [ 5.293s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
67052025-06-30T22:48:04.410Z PASS [ 5.248s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
67062025-06-30T22:48:04.464Z PASS [ 5.090s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
67072025-06-30T22:48:04.464Z PASS [ 5.258s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
67082025-06-30T22:48:04.508Z PASS [ 5.217s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
67092025-06-30T22:48:04.545Z PASS [ 0.037s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
67102025-06-30T22:48:05.363Z PASS [ 5.104s] nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
67112025-06-30T22:48:09.127Z PASS [ 4.662s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
67122025-06-30T22:48:09.347Z PASS [ 4.802s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
67132025-06-30T22:48:09.848Z PASS [ 5.437s] nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_address
67142025-06-30T22:48:10.234Z PASS [ 4.871s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
67152025-06-30T22:48:10.360Z PASS [ 5.895s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
67162025-06-30T22:48:14.378Z PASS [ 5.249s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
67172025-06-30T22:48:14.609Z PASS [ 4.760s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
67182025-06-30T22:48:14.980Z PASS [ 5.632s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
67192025-06-30T22:48:15.502Z PASS [ 5.141s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
67202025-06-30T22:48:15.814Z PASS [ 5.580s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
67212025-06-30T22:48:16.360Z PASS [ 343.707s] oximeter-db client::tests::test_replicated
67222025-06-30T22:48:16.475Z PASS [ 0.112s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
67232025-06-30T22:48:16.514Z PASS [ 0.036s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
67242025-06-30T22:48:16.532Z PASS [ 0.021s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
67252025-06-30T22:48:16.555Z PASS [ 0.022s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
67262025-06-30T22:48:16.579Z PASS [ 0.025s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
67272025-06-30T22:48:17.452Z PASS [ 0.872s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
67282025-06-30T22:48:17.647Z PASS [ 0.196s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
67292025-06-30T22:48:17.801Z PASS [ 0.154s] omicron-clickhouse-admin::integration_test test_lgif_parsing
67302025-06-30T22:48:18.003Z PASS [ 0.202s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
67312025-06-30T22:48:18.226Z PASS [ 0.223s] omicron-clickhouse-admin::integration_test test_teardown
67322025-06-30T22:48:18.367Z PASS [ 0.141s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
67332025-06-30T22:48:19.156Z PASS [ 4.778s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
67342025-06-30T22:48:19.315Z PASS [ 4.706s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
67352025-06-30T22:48:19.650Z PASS [ 4.669s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
67362025-06-30T22:48:19.685Z PASS [ 0.035s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
67372025-06-30T22:48:20.046Z PASS [ 4.543s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
67382025-06-30T22:48:20.292Z PASS [ 4.476s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
67392025-06-30T22:48:22.214Z PASS [ 2.168s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
67402025-06-30T22:48:22.687Z PASS [ 2.396s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
67412025-06-30T22:48:23.449Z PASS [ 4.294s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
67422025-06-30T22:48:23.486Z PASS [ 0.036s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
67432025-06-30T22:48:23.564Z PASS [ 4.248s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
67442025-06-30T22:48:23.933Z PASS [ 0.369s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
67452025-06-30T22:48:24.261Z PASS [ 4.575s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
67462025-06-30T22:48:24.298Z PASS [ 0.366s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
67472025-06-30T22:48:24.524Z PASS [ 2.310s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
67482025-06-30T22:48:24.561Z PASS [ 0.036s] nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
67492025-06-30T22:48:24.595Z PASS [ 0.034s] nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
67502025-06-30T22:48:24.796Z PASS [ 2.108s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
67512025-06-30T22:48:25.831Z PASS [ 2.345s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
67522025-06-30T22:48:25.890Z PASS [ 1.295s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
67532025-06-30T22:48:25.902Z PASS [ 1.641s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
67542025-06-30T22:48:26.140Z PASS [ 0.308s] nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
67552025-06-30T22:48:26.317Z PASS [ 0.415s] nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
67562025-06-30T22:48:26.451Z PASS [ 2.153s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
67572025-06-30T22:48:26.509Z PASS [ 0.369s] nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
67582025-06-30T22:48:26.831Z PASS [ 0.322s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
67592025-06-30T22:48:27.098Z PASS [ 0.267s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
67602025-06-30T22:48:27.204Z PASS [ 2.408s] nexus-db-queries db::queries::region_allocation::test::explainable
67612025-06-30T22:48:27.428Z PASS [ 0.329s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
67622025-06-30T22:48:27.520Z PASS [ 0.315s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
67632025-06-30T22:48:27.737Z PASS [ 1.846s] nexus-db-queries db::queries::regions_hard_delete::test::explainable
67642025-06-30T22:48:28.308Z PASS [ 1.990s] nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
67652025-06-30T22:48:28.352Z PASS [ 1.900s] nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
67662025-06-30T22:48:28.484Z PASS [ 0.132s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
67672025-06-30T22:48:28.520Z PASS [ 0.036s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
67682025-06-30T22:48:28.558Z PASS [ 0.035s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
67692025-06-30T22:48:28.589Z PASS [ 0.034s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
67702025-06-30T22:48:28.625Z PASS [ 0.036s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
67712025-06-30T22:48:29.332Z PASS [ 1.904s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
67722025-06-30T22:48:29.483Z PASS [ 1.963s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
67732025-06-30T22:48:29.532Z PASS [ 1.795s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
67742025-06-30T22:48:30.089Z PASS [ 1.780s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
67752025-06-30T22:48:30.330Z PASS [ 1.705s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
67762025-06-30T22:48:31.330Z PASS [ 1.998s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
67772025-06-30T22:48:31.441Z PASS [ 1.958s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
67782025-06-30T22:48:31.488Z PASS [ 0.047s] nexus-defaults tests::test_random_vpc_ipv6_prefix
67792025-06-30T22:48:32.352Z PASS [ 0.864s] nexus-inventory builder::test::test_basic
67802025-06-30T22:48:32.387Z PASS [ 0.033s] nexus-inventory builder::test::test_empty
67812025-06-30T22:48:32.429Z PASS [ 0.042s] nexus-inventory builder::test::test_problems
67822025-06-30T22:48:34.519Z PASS [ 4.188s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
67832025-06-30T22:48:35.431Z PASS [ 3.002s] nexus-inventory collector::test::test_basic
67842025-06-30T22:48:35.709Z PASS [ 4.378s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
67852025-06-30T22:48:36.078Z PASS [ 0.646s] nexus-inventory collector::test::test_multi_mgs_failure
67862025-06-30T22:48:36.603Z PASS [ 2.083s] nexus-inventory collector::test::test_multi_mgs
67872025-06-30T22:48:36.907Z PASS [ 1.198s] nexus-inventory collector::test::test_sled_agent_failure
67882025-06-30T22:48:39.113Z PASS [ 9.580s] nexus-db-queries policy_test::test_conferred_roles
67892025-06-30T22:48:41.514Z PASS [ 4.912s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
67902025-06-30T22:48:41.518Z PASS [ 5.439s] nexus-metrics-producer-gc tests::test_prune_expired_producers
67912025-06-30T22:48:41.566Z PASS [ 4.659s] nexus-mgs-updates driver_update::test::test_rot_basic_failures
67922025-06-30T22:48:43.990Z PASS [ 2.475s] nexus-mgs-updates driver_update::test::test_sp_basic_failures
67932025-06-30T22:48:47.227Z PASS [ 8.113s] nexus-mgs-updates driver_update::test::test_rot_update_basic
67942025-06-30T22:48:47.476Z PASS [ 0.249s] nexus-mgs-updates test_util::step_through::test::test_basic
67952025-06-30T22:48:49.017Z PASS [ 5.026s] nexus-mgs-updates driver_update::test::test_sp_update_watched
67962025-06-30T22:48:49.420Z PASS [ 0.404s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_remembers_successful_mgs_instance
67972025-06-30T22:48:49.515Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67982025-06-30T22:48:49.515Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67992025-06-30T22:48:49.743Z PASS [ 0.321s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_switches_mgs_instances_on_failure
68002025-06-30T22:48:50.053Z PASS [ 0.311s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_updates_sled
68012025-06-30T22:48:51.420Z PASS [ 3.943s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_delivers_progress
68022025-06-30T22:48:51.520Z PASS [ 10.001s] nexus-mgs-updates driver_update::test::test_sp_update_basic
68032025-06-30T22:48:51.862Z PASS [ 0.341s] nexus-mgs-updates::rot_updater test_rot_updater_switches_mgs_instances_on_failure
68042025-06-30T22:48:54.032Z PASS [ 3.978s] nexus-mgs-updates::rot_updater test_rot_updater_delivers_progress
68052025-06-30T22:48:54.861Z PASS [ 3.441s] nexus-mgs-updates::rot_updater test_rot_updater_remembers_successful_mgs_instance
68062025-06-30T22:48:55.244Z PASS [ 3.382s] nexus-mgs-updates::rot_updater test_rot_updater_updates_sled
68072025-06-30T22:48:56.860Z PASS [ 15.291s] nexus-mgs-updates driver_update::test::test_sp_update_takeover
68082025-06-30T22:48:57.415Z PASS [ 3.383s] nexus-mgs-updates::rot_updater test_rot_updater_updates_switch
68092025-06-30T22:48:58.183Z PASS [ 1.323s] nexus-mgs-updates::sp_updater test_sp_updater_switches_mgs_instances_on_failure
68102025-06-30T22:48:59.857Z PASS [ 4.995s] nexus-mgs-updates::sp_updater test_sp_updater_delivers_progress
68112025-06-30T22:48:59.928Z PASS [ 4.684s] nexus-mgs-updates::sp_updater test_sp_updater_remembers_successful_mgs_instance
68122025-06-30T22:49:00.233Z PASS [ 0.305s] nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
68132025-06-30T22:49:00.235Z PASS [ 0.376s] nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
68142025-06-30T22:49:00.274Z PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
68152025-06-30T22:49:00.277Z PASS [ 0.042s] nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
68162025-06-30T22:49:00.312Z PASS [ 0.037s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
68172025-06-30T22:49:00.315Z PASS [ 0.040s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
68182025-06-30T22:49:00.352Z PASS [ 0.040s] nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
68192025-06-30T22:49:00.356Z PASS [ 0.042s] nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
68202025-06-30T22:49:00.392Z PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
68212025-06-30T22:49:00.400Z PASS [ 0.043s] nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
68222025-06-30T22:49:00.429Z PASS [ 0.037s] nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
68232025-06-30T22:49:00.439Z PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
68242025-06-30T22:49:00.464Z PASS [ 0.035s] nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
68252025-06-30T22:49:00.476Z PASS [ 0.037s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
68262025-06-30T22:49:00.739Z PASS [ 0.261s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
68272025-06-30T22:49:01.739Z PASS [ 4.323s] nexus-mgs-updates::sp_updater test_sp_updater_updates_sled
68282025-06-30T22:49:01.990Z PASS [ 0.250s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
68292025-06-30T22:49:02.189Z PASS [ 0.200s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
68302025-06-30T22:49:02.237Z PASS [ 0.047s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
68312025-06-30T22:49:02.318Z PASS [ 0.081s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
68322025-06-30T22:49:02.533Z PASS [ 4.349s] nexus-mgs-updates::sp_updater test_sp_updater_updates_switch
68332025-06-30T22:49:18.748Z SLOW [> 60.000s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
68342025-06-30T22:49:24.863Z PASS [ 66.489s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
68352025-06-30T22:49:26.418Z PASS [ 23.883s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
68362025-06-30T22:49:27.919Z PASS [ 3.055s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
68372025-06-30T22:49:30.095Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
68382025-06-30T22:49:37.402Z PASS [ 67.307s] nexus-db-queries policy_test::test_iam_roles_behavior
68392025-06-30T22:49:44.810Z PASS [ 16.889s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
68402025-06-30T22:49:45.301Z PASS [ 18.879s] nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
68412025-06-30T22:49:46.524Z PASS [ 46.055s] nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
68422025-06-30T22:49:46.924Z PASS [ 0.400s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
68432025-06-30T22:49:46.957Z PASS [ 0.033s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
68442025-06-30T22:49:46.988Z PASS [ 0.031s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
68452025-06-30T22:49:47.070Z PASS [ 0.081s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
68462025-06-30T22:49:47.120Z PASS [ 0.050s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
68472025-06-30T22:49:47.182Z PASS [ 0.062s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
68482025-06-30T22:49:47.226Z PASS [ 0.043s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
68492025-06-30T22:49:47.262Z PASS [ 0.036s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
68502025-06-30T22:49:47.317Z PASS [ 0.055s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
68512025-06-30T22:49:47.345Z PASS [ 0.027s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
68522025-06-30T22:49:47.370Z PASS [ 0.025s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
68532025-06-30T22:49:47.397Z PASS [ 0.027s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
68542025-06-30T22:49:47.423Z PASS [ 0.026s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
68552025-06-30T22:49:47.450Z PASS [ 0.027s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
68562025-06-30T22:49:47.477Z PASS [ 0.027s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
68572025-06-30T22:49:47.502Z PASS [ 0.025s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
68582025-06-30T22:49:47.527Z PASS [ 0.025s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
68592025-06-30T22:49:47.619Z PASS [ 0.091s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
68602025-06-30T22:49:49.522Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68612025-06-30T22:49:49.523Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68622025-06-30T22:49:53.166Z PASS [ 5.547s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
68632025-06-30T22:49:53.207Z PASS [ 0.040s] nexus-reconfigurator-planning blueprint_editor::allocators::internal_dns::test::test_dns_subnet_allocator
68642025-06-30T22:49:53.649Z PASS [ 0.443s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
68652025-06-30T22:49:54.073Z PASS [ 0.424s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
68662025-06-30T22:49:54.120Z PASS [ 16.716s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
68672025-06-30T22:49:54.274Z PASS [ 0.153s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
68682025-06-30T22:49:54.315Z PASS [ 0.041s] nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
68692025-06-30T22:49:54.318Z PASS [ 0.246s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
68702025-06-30T22:49:54.345Z PASS [ 0.026s] nexus-reconfigurator-planning example::tests::instances_on_examples
68712025-06-30T22:49:54.372Z PASS [ 0.057s] nexus-reconfigurator-planning example::tests::builder_zone_counts
68722025-06-30T22:49:54.392Z PASS [ 0.046s] nexus-reconfigurator-planning mgs_updates::test::test_basic
68732025-06-30T22:49:54.403Z PASS [ 0.031s] nexus-reconfigurator-planning mgs_updates::test::test_sp_move
68742025-06-30T22:49:54.426Z PASS [ 0.033s] nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
68752025-06-30T22:49:54.434Z PASS [ 0.031s] nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous
68762025-06-30T22:49:54.509Z PASS [ 0.084s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
68772025-06-30T22:49:54.529Z PASS [ 0.094s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
68782025-06-30T22:49:54.559Z PASS [ 0.042s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
68792025-06-30T22:49:54.604Z PASS [ 0.053s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
68802025-06-30T22:49:54.613Z PASS [ 0.082s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
68812025-06-30T22:49:54.657Z PASS [ 0.052s] nexus-reconfigurator-planning planner::test::test_crucible_pantry
68822025-06-30T22:49:54.664Z PASS [ 0.052s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place
68832025-06-30T22:49:54.719Z PASS [ 0.062s] nexus-reconfigurator-planning planner::test::test_disk_add_expunge_decommission
68842025-06-30T22:49:54.726Z PASS [ 0.062s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
68852025-06-30T22:49:54.762Z PASS [ 0.043s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
68862025-06-30T22:49:54.765Z PASS [ 0.037s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
68872025-06-30T22:49:54.827Z PASS [ 0.065s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
68882025-06-30T22:49:54.830Z PASS [ 0.067s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
68892025-06-30T22:49:54.923Z PASS [ 0.096s] nexus-reconfigurator-planning planner::test::test_internal_dns_zone_replaced_after_marked_for_cleanup
68902025-06-30T22:49:54.928Z PASS [ 0.092s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
68912025-06-30T22:49:55.001Z PASS [ 0.076s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
68922025-06-30T22:49:55.010Z PASS [ 0.077s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
68932025-06-30T22:49:55.057Z PASS [ 0.056s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
68942025-06-30T22:49:55.064Z PASS [ 0.059s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
68952025-06-30T22:49:55.117Z PASS [ 0.054s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
68962025-06-30T22:49:55.125Z PASS [ 0.062s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
68972025-06-30T22:49:56.244Z PASS [ 0.115s] nexus-reconfigurator-planning planner::test::test_update_crucible_pantry
68982025-06-30T22:49:56.248Z PASS [ 0.062s] nexus-reconfigurator-planning planner::test::test_zones_marked_ready_for_cleanup_based_on_inventory
68992025-06-30T22:49:56.248Z PASS [ 0.437s] nexus-reconfigurator-planning planner::test::test_update_all_zones
69002025-06-30T22:50:00.745Z SLOW [> 60.000s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
69012025-06-30T22:50:01.710Z PASS [ 16.408s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
69022025-06-30T22:50:01.756Z PASS [ 0.047s] nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
69032025-06-30T22:50:01.929Z PASS [ 0.173s] nexus-saga-recovery recovery::test::test_execution_basic
69042025-06-30T22:50:01.954Z PASS [ 0.025s] nexus-saga-recovery recovery::test::test_plan_basic
69052025-06-30T22:50:01.980Z PASS [ 0.026s] nexus-saga-recovery recovery::test::test_read_all_from_channel
69062025-06-30T22:50:02.003Z PASS [ 17.192s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
69072025-06-30T22:50:02.016Z PASS [ 0.036s] nexus-saga-recovery test::test_basic
69082025-06-30T22:50:02.069Z PASS [ 0.066s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
69092025-06-30T22:50:02.097Z PASS [ 0.080s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
69102025-06-30T22:50:02.123Z PASS [ 0.054s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
69112025-06-30T22:50:02.127Z PASS [ 0.031s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
69122025-06-30T22:50:02.160Z PASS [ 0.037s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
69132025-06-30T22:50:02.160Z PASS [ 0.033s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
69142025-06-30T22:50:02.187Z PASS [ 0.026s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
69152025-06-30T22:50:02.199Z PASS [ 0.039s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
69162025-06-30T22:50:02.249Z PASS [ 0.049s] nexus-types external_api::shared::test::test_policy_parsing
69172025-06-30T22:50:02.258Z PASS [ 0.071s] nexus-types deployment::test::test_serialize_pending_mgs_updates
69182025-06-30T22:50:02.286Z PASS [ 0.028s] nexus-types external_api::views::test::test_expected_one_of
69192025-06-30T22:50:02.325Z SLOW [> 60.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
69202025-06-30T22:50:02.330Z PASS [ 0.039s] nexus-types internal_api::views::test::test_can_serialize_mgs_updates
69212025-06-30T22:50:02.339Z PASS [ 0.090s] nexus-types external_api::shared::test::test_webhook_subscription_validation
69222025-06-30T22:50:02.476Z PASS [ 0.136s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
69232025-06-30T22:50:02.476Z PASS [ 0.150s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
69242025-06-30T22:50:02.534Z PASS [ 0.058s] omicron-certificates tests::test_cert_extended_key_usage
69252025-06-30T22:50:02.543Z PASS [ 0.067s] omicron-certificates tests::test_common_name_is_validated
69262025-06-30T22:50:02.591Z PASS [ 0.057s] omicron-certificates tests::test_subject_alternate_names_are_validated
69272025-06-30T22:50:02.932Z PASS [ 0.389s] omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
69282025-06-30T22:50:03.872Z PASS [ 554.362s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69292025-06-30T22:50:04.155Z PASS [ 63.410s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
69302025-06-30T22:50:06.424Z PASS [ 2.336s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
69312025-06-30T22:50:06.436Z PASS [ 2.134s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
69322025-06-30T22:50:06.436Z PASS [ 3.771s] omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
69332025-06-30T22:50:06.449Z PASS [ 0.086s] omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
69342025-06-30T22:50:06.525Z PASS [ 0.077s] omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
69352025-06-30T22:50:06.884Z PASS [ 0.358s] omicron-cockroach-metrics tests::test_cluster_client_caching
69362025-06-30T22:50:06.905Z PASS [ 0.021s] omicron-cockroach-metrics tests::test_histogram_bucket_sorting
69372025-06-30T22:50:06.927Z PASS [ 0.021s] omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
69382025-06-30T22:50:06.948Z PASS [ 0.021s] omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
69392025-06-30T22:50:06.970Z PASS [ 0.021s] omicron-cockroach-metrics tests::test_prometheus_metrics_empty
69402025-06-30T22:50:06.991Z PASS [ 0.021s] omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
69412025-06-30T22:50:07.015Z PASS [ 0.024s] omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
69422025-06-30T22:50:07.037Z PASS [ 0.021s] omicron-cockroach-metrics tests::test_typed_cockroach_metrics
69432025-06-30T22:50:07.089Z PASS [ 0.053s] omicron-common address::test::test_dns_subnets
69442025-06-30T22:50:07.120Z PASS [ 0.030s] omicron-common address::test::test_ip_range_checks_non_decreasing
69452025-06-30T22:50:07.255Z PASS [ 0.135s] omicron-common address::test::test_ip_range_enum_deserialization
69462025-06-30T22:50:07.278Z PASS [ 0.023s] omicron-common address::test::test_ip_range_iter
69472025-06-30T22:50:07.300Z PASS [ 0.022s] omicron-common address::test::test_ip_range_length
69482025-06-30T22:50:07.322Z PASS [ 0.022s] omicron-common address::test::test_ip_range_try_from
69492025-06-30T22:50:07.359Z PASS [ 0.037s] omicron-common address::test::test_ipv6_subnet_deserialize
69502025-06-30T22:50:07.382Z PASS [ 0.022s] omicron-common address::test::test_sled_address
69512025-06-30T22:50:07.410Z PASS [ 0.028s] omicron-common api::external::error::test::test_bail_unless
69522025-06-30T22:50:07.432Z PASS [ 0.022s] omicron-common api::external::error::test::test_context
69532025-06-30T22:50:07.495Z PASS [ 0.063s] omicron-common api::external::http_pagination::test::test_pagination_examples
69542025-06-30T22:50:07.555Z PASS [ 0.060s] omicron-common api::external::http_pagination::test::test_pagination_schemas
69552025-06-30T22:50:07.605Z PASS [ 0.050s] omicron-common api::external::http_pagination::test::test_scan_by_id
69562025-06-30T22:50:07.631Z PASS [ 0.026s] omicron-common api::external::http_pagination::test::test_scan_by_name
69572025-06-30T22:50:07.652Z PASS [ 0.020s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
69582025-06-30T22:50:07.679Z PASS [ 0.028s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
69592025-06-30T22:50:07.701Z PASS [ 0.021s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
69602025-06-30T22:50:07.724Z PASS [ 0.023s] omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
69612025-06-30T22:50:07.750Z PASS [ 0.026s] omicron-common api::external::test::test_bytecount
69622025-06-30T22:50:07.771Z PASS [ 0.021s] omicron-common api::external::test::test_bytecount_display
69632025-06-30T22:50:07.822Z PASS [ 0.050s] omicron-common api::external::test::test_digest
69642025-06-30T22:50:07.857Z PASS [ 0.035s] omicron-common api::external::test::test_firewall_deserialization
69652025-06-30T22:50:07.966Z PASS [ 0.109s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
69662025-06-30T22:50:08.008Z PASS [ 0.042s] omicron-common api::external::test::test_firewall_rule_target_parse
69672025-06-30T22:50:08.025Z PASS [ 1.737s] omicron-cockroach-admin context::tests::test_node_id
69682025-06-30T22:50:08.030Z PASS [ 0.022s] omicron-common api::external::test::test_generation_display_parse
69692025-06-30T22:50:08.046Z PASS [ 0.021s] omicron-common api::external::test::test_generation_from_int
69702025-06-30T22:50:08.069Z PASS [ 0.023s] omicron-common api::external::test::test_generation_serde
69712025-06-30T22:50:08.108Z PASS [ 0.039s] omicron-common api::external::test::test_hostname_from_str
69722025-06-30T22:50:08.139Z PASS [ 0.031s] omicron-common api::external::test::test_ip_port_range_from_str
69732025-06-30T22:50:08.164Z PASS [ 0.024s] omicron-common api::external::test::test_ip_port_range_into_str
69742025-06-30T22:50:08.212Z PASS [ 0.048s] omicron-common api::external::test::test_ipv6_net_operations
69752025-06-30T22:50:08.240Z PASS [ 0.027s] omicron-common api::external::test::test_mac_system_iterator
69762025-06-30T22:50:08.261Z PASS [ 0.021s] omicron-common api::external::test::test_mac_to_int_conversions
69772025-06-30T22:50:08.284Z PASS [ 0.023s] omicron-common api::external::test::test_macaddr
69782025-06-30T22:50:08.307Z PASS [ 0.023s] omicron-common api::external::test::test_name_parse
69792025-06-30T22:50:08.330Z PASS [ 0.023s] omicron-common api::external::test::test_name_parse_from_param
69802025-06-30T22:50:08.353Z PASS [ 0.023s] omicron-common api::external::test::test_resource_name_parse
69812025-06-30T22:50:08.379Z PASS [ 0.025s] omicron-common api::external::test::test_role_name_parse
69822025-06-30T22:50:08.420Z PASS [ 0.041s] omicron-common api::external::test::test_route_destination_parse
69832025-06-30T22:50:08.470Z PASS [ 0.049s] omicron-common api::external::test::test_route_target_parse
69842025-06-30T22:50:08.492Z PASS [ 0.023s] omicron-common api::external::test::test_semver_serialize
69852025-06-30T22:50:08.514Z PASS [ 0.022s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
69862025-06-30T22:50:08.536Z PASS [ 0.022s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
69872025-06-30T22:50:08.558Z PASS [ 0.022s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
69882025-06-30T22:50:08.582Z PASS [ 0.023s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
69892025-06-30T22:50:08.621Z PASS [ 0.039s] omicron-common disk::tests::parse_dataset_name
69902025-06-30T22:50:08.683Z PASS [ 0.062s] omicron-common ledger::test::test_commit_handles_write_failures
69912025-06-30T22:50:08.710Z PASS [ 0.026s] omicron-common ledger::test::test_create_default_ledger
69922025-06-30T22:50:08.737Z PASS [ 0.027s] omicron-common ledger::test::test_create_ledger_reads_from_storage
69932025-06-30T22:50:08.766Z PASS [ 0.029s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
69942025-06-30T22:50:08.796Z PASS [ 0.029s] omicron-common zpool_name::test::test_parse_bad_zpool_names
69952025-06-30T22:50:08.819Z PASS [ 0.024s] omicron-common zpool_name::test::test_parse_external_zpool_name
69962025-06-30T22:50:08.843Z PASS [ 0.023s] omicron-common zpool_name::test::test_parse_internal_zpool_name
69972025-06-30T22:50:08.866Z PASS [ 0.023s] omicron-common zpool_name::test::test_parse_zpool_name_json
69982025-06-30T22:50:08.893Z PASS [ 0.027s] omicron-common zpool_name::test::test_zpool_name_regex
69992025-06-30T22:50:09.059Z PASS [ 1.029s] omicron-common api::external::test::test_generation_overflow
70002025-06-30T22:50:10.140Z PASS [ 560.630s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
70012025-06-30T22:50:11.224Z PASS [ 8.291s] omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
70022025-06-30T22:50:11.326Z PASS [ 0.102s] omicron-gateway management_switch::location_map::tests::test_config_validation
70032025-06-30T22:50:11.416Z PASS [ 0.090s] omicron-gateway management_switch::location_map::tests::test_resolve_location
70042025-06-30T22:50:11.611Z PASS [ 2.718s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
70052025-06-30T22:50:11.621Z PASS [ 2.561s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
70062025-06-30T22:50:11.671Z PASS [ 0.060s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
70072025-06-30T22:50:12.051Z PASS [ 0.429s] omicron-gateway::test_all integration_tests::ereports::ereports_basic
70082025-06-30T22:50:12.145Z PASS [ 0.729s] omicron-gateway::test_all integration_tests::component_list::component_list
70092025-06-30T22:50:12.146Z PASS [ 0.473s] omicron-gateway::test_all integration_tests::ereports::ereports_commit
70102025-06-30T22:50:12.271Z PASS [ 0.220s] omicron-gateway::test_all integration_tests::ereports::ereports_limit
70112025-06-30T22:50:12.368Z PASS [ 0.223s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
70122025-06-30T22:50:12.457Z PASS [ 0.186s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
70132025-06-30T22:50:12.558Z PASS [ 0.412s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
70142025-06-30T22:50:12.571Z PASS [ 0.202s] omicron-gateway::test_all integration_tests::task_dump::task_dump
70152025-06-30T22:50:12.611Z PASS [ 0.054s] omicron-nexus app::alert::tests::test_alert_class_list
70162025-06-30T22:50:13.049Z PASS [ 6.840s] omicron-cockroach-admin cockroach_cli::tests::test_schema_init
70172025-06-30T22:50:14.986Z PASS [ 19.688s] nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
70182025-06-30T22:50:20.455Z PASS [ 24.902s] nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
70192025-06-30T22:50:22.788Z PASS [ 80.462s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
70202025-06-30T22:50:30.455Z PASS [ 17.842s] omicron-nexus app::background::driver::test::test_driver_basic
70212025-06-30T22:50:30.937Z PASS [ 20.795s] omicron-dev::test-omicron-dev test_run_all
70222025-06-30T22:50:31.886Z PASS [ 19.313s] omicron-nexus app::background::driver::test::test_activation_in_progress
70232025-06-30T22:50:32.181Z PASS [ 19.130s] omicron-nexus app::background::init::test::test_dns_propagation_basic
70242025-06-30T22:50:41.246Z PASS [ 26.257s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
70252025-06-30T22:50:42.187Z PASS [ 29.727s] omicron-ls-apis::test_dependencies test_api_dependencies
70262025-06-30T22:50:43.400Z PASS [ 22.942s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
70272025-06-30T22:50:45.613Z PASS [ 4.366s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
70282025-06-30T22:50:45.659Z PASS [ 0.047s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
70292025-06-30T22:50:47.029Z PASS [ 4.842s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
70302025-06-30T22:50:47.501Z PASS [ 24.710s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
70312025-06-30T22:50:47.573Z PASS [ 17.115s] omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
70322025-06-30T22:50:48.106Z PASS [ 4.706s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
70332025-06-30T22:50:49.253Z PASS [ 17.366s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
70342025-06-30T22:50:50.668Z PASS [ 18.484s] omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
70352025-06-30T22:50:51.565Z PASS [ 20.626s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
70362025-06-30T22:51:04.887Z PASS [ 19.225s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
70372025-06-30T22:51:06.478Z PASS [ 19.447s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
70382025-06-30T22:51:07.174Z PASS [ 19.600s] omicron-nexus app::background::tasks::dns_config::test::test_basic
70392025-06-30T22:51:07.185Z PASS [ 19.682s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
70402025-06-30T22:51:07.774Z PASS [ 19.665s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
70412025-06-30T22:51:08.749Z PASS [ 19.493s] omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
70422025-06-30T22:51:10.491Z PASS [ 19.821s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
70432025-06-30T22:51:27.037Z PASS [ 18.287s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
70442025-06-30T22:51:27.769Z PASS [ 19.994s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
70452025-06-30T22:51:28.798Z PASS [ 23.909s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
70462025-06-30T22:51:30.863Z PASS [ 23.686s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
70472025-06-30T22:51:33.695Z PASS [ 23.201s] omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
70482025-06-30T22:51:39.284Z PASS [ 47.714s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
70492025-06-30T22:51:41.670Z PASS [ 34.482s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
70502025-06-30T22:51:44.195Z PASS [ 17.157s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
70512025-06-30T22:51:45.059Z PASS [ 17.287s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
70522025-06-30T22:51:47.215Z PASS [ 18.414s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
70532025-06-30T22:51:48.516Z PASS [ 17.651s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
70542025-06-30T22:51:51.506Z PASS [ 17.810s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
70552025-06-30T22:51:58.186Z PASS [ 18.901s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
70562025-06-30T22:52:00.525Z PASS [ 18.852s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
70572025-06-30T22:52:01.242Z PASS [ 3.054s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
70582025-06-30T22:52:02.002Z PASS [ 17.804s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
70592025-06-30T22:52:04.158Z PASS [ 2.916s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
70602025-06-30T22:52:06.486Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
70612025-06-30T22:52:06.877Z PASS [ 18.359s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
70622025-06-30T22:52:07.636Z PASS [ 22.576s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
70632025-06-30T22:52:09.800Z PASS [ 18.291s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
70642025-06-30T22:52:12.314Z PASS [ 25.098s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
70652025-06-30T22:52:21.292Z PASS [ 20.766s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
70662025-06-30T22:52:22.998Z PASS [ 20.994s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
70672025-06-30T22:52:24.691Z PASS [ 20.531s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
70682025-06-30T22:52:26.120Z PASS [ 19.241s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
70692025-06-30T22:52:26.174Z PASS [ 0.053s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
70702025-06-30T22:52:26.773Z PASS [ 0.600s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
70712025-06-30T22:52:27.269Z PASS [ 0.495s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
70722025-06-30T22:52:28.009Z PASS [ 0.740s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
70732025-06-30T22:52:28.152Z PASS [ 20.514s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
70742025-06-30T22:52:28.365Z PASS [ 18.563s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
70752025-06-30T22:52:28.451Z PASS [ 0.086s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
70762025-06-30T22:52:29.169Z PASS [ 0.836s] omicron-nexus app::external_endpoints::test::test_authority
70772025-06-30T22:52:29.172Z PASS [ 0.087s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
70782025-06-30T22:52:29.172Z PASS [ 0.053s] omicron-nexus app::external_endpoints::test::test_no_endpoint
70792025-06-30T22:52:29.175Z PASS [ 0.046s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
70802025-06-30T22:52:29.224Z PASS [ 0.049s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
70812025-06-30T22:52:29.275Z PASS [ 0.051s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
70822025-06-30T22:52:29.394Z PASS [ 0.119s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
70832025-06-30T22:52:29.461Z PASS [ 0.067s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
70842025-06-30T22:52:29.511Z PASS [ 0.049s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
70852025-06-30T22:52:29.696Z PASS [ 1.686s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
70862025-06-30T22:52:29.792Z PASS [ 17.476s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
70872025-06-30T22:52:29.965Z PASS [ 1.513s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
70882025-06-30T22:52:41.234Z PASS [ 18.234s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
70892025-06-30T22:52:41.521Z PASS [ 20.189s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
70902025-06-30T22:52:43.940Z PASS [ 19.247s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
70912025-06-30T22:52:45.694Z PASS [ 99.205s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
70922025-06-30T22:52:53.788Z PASS [ 24.089s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
70932025-06-30T22:52:54.965Z PASS [ 25.452s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
70942025-06-30T22:52:55.476Z PASS [ 25.508s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
70952025-06-30T22:52:55.496Z PASS [ 25.702s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
70962025-06-30T22:53:01.970Z PASS [ 20.734s] omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
70972025-06-30T22:53:05.640Z PASS [ 21.698s] omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
70982025-06-30T22:53:10.310Z PASS [ 28.823s] omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
70992025-06-30T22:53:19.240Z PASS [ 33.543s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
71002025-06-30T22:53:21.422Z PASS [ 27.632s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
71012025-06-30T22:53:24.442Z PASS [ 29.474s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
71022025-06-30T22:53:24.486Z PASS [ 28.987s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
71032025-06-30T22:53:25.117Z PASS [ 29.638s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
71042025-06-30T22:53:29.711Z PASS [ 27.737s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
71052025-06-30T22:53:38.330Z PASS [ 32.687s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
71062025-06-30T22:53:40.418Z PASS [ 30.106s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
71072025-06-30T22:53:46.763Z PASS [ 27.520s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
71082025-06-30T22:53:47.752Z PASS [ 26.328s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
71092025-06-30T22:53:48.821Z PASS [ 24.331s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
71102025-06-30T22:53:50.500Z PASS [ 26.055s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
71112025-06-30T22:53:57.362Z PASS [ 27.650s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
71122025-06-30T22:54:04.645Z PASS [ 26.312s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
71132025-06-30T22:54:10.988Z PASS [ 30.567s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
71142025-06-30T22:54:15.898Z PASS [ 28.143s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
71152025-06-30T22:54:18.757Z PASS [ 29.934s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
71162025-06-30T22:54:25.124Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
71172025-06-30T22:54:25.870Z PASS [ 28.505s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
71182025-06-30T22:54:34.867Z PASS [ 30.219s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
71192025-06-30T22:54:44.544Z PASS [ 28.643s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
71202025-06-30T22:54:46.770Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
71212025-06-30T22:54:46.839Z PASS [ 28.079s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
71222025-06-30T22:54:50.508Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
71232025-06-30T22:55:05.128Z PASS [ 30.258s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
71242025-06-30T22:55:10.558Z PASS [ 105.431s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
71252025-06-30T22:55:10.996Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
71262025-06-30T22:55:13.828Z PASS [ 29.281s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
71272025-06-30T22:55:25.878Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
71282025-06-30T22:55:34.238Z PASS [ 29.107s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
71292025-06-30T22:55:40.029Z PASS [ 29.469s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
71302025-06-30T22:55:44.631Z PASS [ 78.752s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
71312025-06-30T22:55:46.778Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
71322025-06-30T22:55:46.848Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
71332025-06-30T22:55:50.524Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
71342025-06-30T22:55:50.890Z PASS [ 120.375s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
71352025-06-30T22:56:03.021Z PASS [ 28.779s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
71362025-06-30T22:56:08.298Z PASS [ 141.519s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
71372025-06-30T22:56:08.882Z PASS [ 28.850s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
71382025-06-30T22:56:11.003Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
71392025-06-30T22:56:13.835Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
71402025-06-30T22:56:21.367Z PASS [ 30.478s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
71412025-06-30T22:56:32.134Z PASS [ 78.299s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
71422025-06-30T22:56:36.979Z PASS [ 28.681s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
71432025-06-30T22:56:37.409Z PASS [ 28.524s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
71442025-06-30T22:56:44.638Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
71452025-06-30T22:56:46.857Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
71462025-06-30T22:56:55.325Z PASS [ 17.915s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
71472025-06-30T22:56:55.577Z PASS [ 18.596s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
71482025-06-30T22:56:56.721Z PASS [ 24.584s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
71492025-06-30T22:56:58.788Z PASS [ 37.409s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
71502025-06-30T22:57:03.028Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
71512025-06-30T22:57:04.612Z PASS [ 137.759s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
71522025-06-30T22:57:11.009Z SLOW [>180.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
71532025-06-30T22:57:13.850Z PASS [ 18.270s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
71542025-06-30T22:57:14.922Z PASS [ 183.916s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
71552025-06-30T22:57:17.228Z PASS [ 18.446s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
71562025-06-30T22:57:20.476Z PASS [ 25.148s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
71572025-06-30T22:57:22.831Z PASS [ 26.107s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
71582025-06-30T22:57:34.308Z PASS [ 29.694s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
71592025-06-30T22:57:34.356Z PASS [ 0.047s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
71602025-06-30T22:57:40.395Z PASS [ 26.543s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
71612025-06-30T22:57:40.514Z PASS [ 17.681s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
71622025-06-30T22:57:42.434Z PASS [ 27.509s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
71632025-06-30T22:57:43.775Z PASS [ 26.545s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
71642025-06-30T22:57:44.645Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
71652025-06-30T22:57:48.089Z PASS [ 27.608s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
71662025-06-30T22:57:58.093Z PASS [ 133.448s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
71672025-06-30T22:57:59.654Z PASS [ 25.275s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
71682025-06-30T22:57:59.892Z PASS [ 17.456s] omicron-nexus app::sagas::test_saga::test_saga_stuck
71692025-06-30T22:58:03.036Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
71702025-06-30T22:58:05.035Z PASS [ 21.257s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
71712025-06-30T22:58:08.368Z PASS [ 20.279s] omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
71722025-06-30T22:58:15.264Z PASS [ 34.746s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
71732025-06-30T22:58:15.923Z PASS [ 35.525s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
71742025-06-30T22:58:15.966Z PASS [ 0.042s] omicron-nexus external_api::console_api::test::test_accept_gz
71752025-06-30T22:58:16.011Z PASS [ 0.044s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
71762025-06-30T22:58:16.054Z PASS [ 0.043s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
71772025-06-30T22:58:16.099Z PASS [ 0.044s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
71782025-06-30T22:58:16.142Z PASS [ 0.043s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
71792025-06-30T22:58:16.183Z PASS [ 0.042s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
71802025-06-30T22:58:16.227Z PASS [ 0.044s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
71812025-06-30T22:58:16.270Z PASS [ 0.043s] omicron-nexus external_api::console_api::test::test_relative_uri
71822025-06-30T22:58:17.677Z PASS [ 19.584s] omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
71832025-06-30T22:58:18.560Z PASS [ 18.666s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
71842025-06-30T22:58:18.815Z PASS [ 19.180s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
71852025-06-30T22:58:19.011Z PASS [ 135.977s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
71862025-06-30T22:58:19.956Z PASS [ 4.691s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
71872025-06-30T22:58:24.545Z PASS [ 19.508s] omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
71882025-06-30T22:58:29.313Z PASS [ 20.943s] omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
71892025-06-30T22:58:36.286Z PASS [ 18.606s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
71902025-06-30T22:58:37.018Z PASS [ 18.456s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
71912025-06-30T22:58:45.279Z PASS [ 26.461s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
71922025-06-30T22:58:45.561Z PASS [ 26.547s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
71932025-06-30T22:58:48.708Z PASS [ 24.161s] omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
71942025-06-30T22:58:50.765Z PASS [ 2.057s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
71952025-06-30T22:58:52.993Z PASS [ 2.228s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
71962025-06-30T22:58:53.631Z PASS [ 0.638s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
71972025-06-30T22:58:53.863Z PASS [ 24.547s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
71982025-06-30T22:58:56.323Z PASS [ 40.048s] omicron-nexus populate::test::test_populators
71992025-06-30T22:59:01.650Z PASS [ 25.362s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
72002025-06-30T22:59:06.043Z PASS [ 46.082s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
72012025-06-30T22:59:06.665Z PASS [ 21.102s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
72022025-06-30T22:59:07.402Z PASS [ 22.121s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
72032025-06-30T22:59:10.729Z PASS [ 16.865s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
72042025-06-30T22:59:11.355Z PASS [ 17.720s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
72052025-06-30T22:59:16.451Z PASS [ 20.126s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
72062025-06-30T22:59:21.021Z PASS [ 19.369s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
72072025-06-30T22:59:21.096Z PASS [ 44.073s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
72082025-06-30T22:59:25.579Z PASS [ 18.912s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
72092025-06-30T22:59:25.590Z PASS [ 19.545s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
72102025-06-30T22:59:25.989Z PASS [ 18.585s] omicron-nexus::test_all integration_tests::basic::test_ping
72112025-06-30T22:59:35.124Z PASS [ 18.671s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
72122025-06-30T22:59:44.740Z PASS [ 27.130s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
72132025-06-30T22:59:44.810Z PASS [ 17.785s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
72142025-06-30T22:59:44.810Z PASS [ 18.611s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
72152025-06-30T22:59:44.836Z PASS [ 1.009s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
72162025-06-30T22:59:44.836Z PASS [ 1.124s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
72172025-06-30T22:59:44.836Z PASS [ 0.188s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
72182025-06-30T22:59:44.836Z PASS [ 17.258s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
72192025-06-30T22:59:44.836Z PASS [ 17.255s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
72202025-06-30T22:59:44.836Z PASS [ 31.648s] omicron-nexus::test_all integration_tests::basic::test_projects_list
72212025-06-30T22:59:46.824Z PASS [ 20.833s] omicron-nexus::test_all integration_tests::certificates::test_crud
72222025-06-30T22:59:54.233Z PASS [ 19.101s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
72232025-06-30T22:59:58.411Z PASS [ 19.600s] omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
72242025-06-30T22:59:59.969Z PASS [ 17.936s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
72252025-06-30T23:00:01.464Z PASS [ 18.623s] omicron-nexus::test_all integration_tests::console_api::test_assets
72262025-06-30T23:00:01.706Z PASS [ 18.857s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
72272025-06-30T23:00:05.173Z PASS [ 27.307s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
72282025-06-30T23:00:06.806Z PASS [ 23.798s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
72292025-06-30T23:00:11.331Z PASS [ 24.458s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
72302025-06-30T23:00:11.987Z PASS [ 17.757s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
72312025-06-30T23:00:19.717Z PASS [ 19.745s] omicron-nexus::test_all integration_tests::console_api::test_session_me
72322025-06-30T23:00:21.008Z PASS [ 19.541s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
72332025-06-30T23:00:21.712Z PASS [ 23.283s] omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
72342025-06-30T23:00:22.677Z PASS [ 17.503s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
72352025-06-30T23:00:25.890Z PASS [ 24.182s] omicron-nexus::test_all integration_tests::console_api::test_sessions
72362025-06-30T23:00:42.596Z PASS [ 35.787s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
72372025-06-30T23:00:45.248Z PASS [ 33.258s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
72382025-06-30T23:00:45.339Z PASS [ 34.047s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
72392025-06-30T23:00:56.224Z PASS [ 35.858s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
72402025-06-30T23:01:07.140Z PASS [ 46.129s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
72412025-06-30T23:01:07.868Z PASS [ 41.974s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
72422025-06-30T23:01:08.161Z PASS [ 45.480s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
72432025-06-30T23:01:09.086Z PASS [ 47.385s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
72442025-06-30T23:01:30.305Z PASS [ 47.705s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
72452025-06-30T23:01:31.078Z PASS [ 23.935s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
72462025-06-30T23:01:31.274Z PASS [ 45.934s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
72472025-06-30T23:01:31.746Z PASS [ 46.492s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
72482025-06-30T23:01:53.270Z PASS [ 44.180s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
72492025-06-30T23:01:55.587Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
72502025-06-30T23:02:07.875Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
72512025-06-30T23:02:08.170Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
72522025-06-30T23:02:13.903Z PASS [ 20.521s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
72532025-06-30T23:02:13.910Z PASS [ 78.290s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
72542025-06-30T23:02:22.994Z PASS [ 52.681s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
72552025-06-30T23:02:25.226Z PASS [ 77.348s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
72562025-06-30T23:02:25.682Z PASS [ 54.597s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
72572025-06-30T23:02:27.859Z PASS [ 79.689s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
72582025-06-30T23:02:31.282Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
72592025-06-30T23:02:31.753Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
72602025-06-30T23:02:35.486Z PASS [ 21.686s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
72612025-06-30T23:02:43.332Z PASS [ 28.193s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
72622025-06-30T23:02:44.464Z PASS [ 19.239s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
72632025-06-30T23:02:49.399Z PASS [ 26.406s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
72642025-06-30T23:02:53.442Z PASS [ 27.760s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
72652025-06-30T23:03:02.591Z PASS [ 26.067s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
72662025-06-30T23:03:03.704Z PASS [ 92.421s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
72672025-06-30T23:03:04.539Z PASS [ 36.654s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
72682025-06-30T23:03:06.877Z PASS [ 24.804s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
72692025-06-30T23:03:08.516Z PASS [ 24.049s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
72702025-06-30T23:03:14.981Z PASS [ 25.558s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
72712025-06-30T23:03:20.816Z PASS [ 24.217s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
72722025-06-30T23:03:30.923Z PASS [ 24.044s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
72732025-06-30T23:03:31.759Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
72742025-06-30T23:03:33.293Z PASS [ 24.775s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
72752025-06-30T23:03:35.922Z PASS [ 20.960s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
72762025-06-30T23:03:37.364Z PASS [ 19.700s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
72772025-06-30T23:03:37.682Z PASS [ 36.127s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
72782025-06-30T23:03:39.576Z PASS [ 35.869s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
72792025-06-30T23:03:51.285Z PASS [ 138.404s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
72802025-06-30T23:03:53.110Z PASS [ 19.815s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
72812025-06-30T23:03:53.334Z PASS [ 22.409s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
72822025-06-30T23:03:57.331Z PASS [ 52.810s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
72832025-06-30T23:04:01.937Z PASS [ 24.253s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
72842025-06-30T23:04:02.596Z PASS [ 26.672s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
72852025-06-30T23:04:07.459Z PASS [ 27.880s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
72862025-06-30T23:04:16.719Z PASS [ 26.554s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
72872025-06-30T23:04:21.081Z PASS [ 43.711s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
72882025-06-30T23:04:21.393Z PASS [ 28.056s] omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
72892025-06-30T23:04:25.767Z PASS [ 28.433s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
72902025-06-30T23:04:25.927Z PASS [ 32.811s] omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
72912025-06-30T23:04:26.122Z PASS [ 24.183s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
72922025-06-30T23:04:28.850Z PASS [ 26.250s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
72932025-06-30T23:04:33.579Z PASS [ 26.117s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
72942025-06-30T23:04:43.988Z PASS [ 22.593s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
72952025-06-30T23:04:44.958Z PASS [ 28.235s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
72962025-06-30T23:04:45.050Z PASS [ 23.968s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
72972025-06-30T23:04:50.425Z PASS [ 24.498s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
72982025-06-30T23:04:52.390Z PASS [ 26.621s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
72992025-06-30T23:04:58.804Z PASS [ 32.353s] omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
73002025-06-30T23:04:58.819Z PASS [ 29.906s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
73012025-06-30T23:05:05.500Z PASS [ 20.448s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
73022025-06-30T23:05:08.882Z PASS [ 34.666s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
73032025-06-30T23:05:14.227Z PASS [ 21.836s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
73042025-06-30T23:05:18.280Z PASS [ 19.519s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
73052025-06-30T23:05:19.428Z PASS [ 29.000s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
73062025-06-30T23:05:25.399Z PASS [ 19.898s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
73072025-06-30T23:05:28.717Z PASS [ 20.339s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
73082025-06-30T23:05:29.358Z PASS [ 45.365s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
73092025-06-30T23:05:29.842Z PASS [ 31.361s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
73102025-06-30T23:05:31.410Z PASS [ 46.449s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
73112025-06-30T23:05:36.289Z PASS [ 22.059s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
73122025-06-30T23:05:39.840Z PASS [ 21.558s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
73132025-06-30T23:05:40.577Z PASS [ 21.146s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
73142025-06-30T23:05:51.819Z PASS [ 26.417s] omicron-nexus::test_all integration_tests::images::test_image_create
73152025-06-30T23:05:54.560Z PASS [ 25.965s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
73162025-06-30T23:05:55.705Z PASS [ 25.860s] omicron-nexus::test_all integration_tests::images::test_image_promotion
73172025-06-30T23:05:55.914Z PASS [ 24.501s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
73182025-06-30T23:05:56.356Z PASS [ 26.995s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
73192025-06-30T23:05:59.035Z PASS [ 22.744s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
73202025-06-30T23:05:59.824Z PASS [ 4.116s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
73212025-06-30T23:06:00.080Z PASS [ 5.521s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
73222025-06-30T23:06:00.431Z PASS [ 19.852s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
73232025-06-30T23:06:00.604Z PASS [ 20.761s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
73242025-06-30T23:06:01.452Z PASS [ 5.537s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
73252025-06-30T23:06:07.990Z PASS [ 16.169s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
73262025-06-30T23:06:23.522Z PASS [ 23.440s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
73272025-06-30T23:06:25.634Z PASS [ 25.028s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
73282025-06-30T23:06:26.506Z PASS [ 26.072s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
73292025-06-30T23:06:26.605Z PASS [ 26.781s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
73302025-06-30T23:06:32.157Z PASS [ 35.798s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
73312025-06-30T23:06:33.818Z PASS [ 34.779s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
73322025-06-30T23:06:35.317Z PASS [ 27.325s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
73332025-06-30T23:06:40.052Z PASS [ 38.596s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
73342025-06-30T23:06:42.455Z PASS [ 18.931s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
73352025-06-30T23:06:45.246Z PASS [ 19.610s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
73362025-06-30T23:06:53.147Z PASS [ 20.988s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
73372025-06-30T23:06:55.361Z PASS [ 28.852s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
73382025-06-30T23:07:04.522Z PASS [ 19.274s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
73392025-06-30T23:07:05.723Z PASS [ 39.114s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
73402025-06-30T23:07:08.287Z PASS [ 25.830s] omicron-nexus::test_all integration_tests::instances::test_instance_access
73412025-06-30T23:07:10.185Z PASS [ 36.363s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
73422025-06-30T23:07:22.157Z PASS [ 42.100s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
73432025-06-30T23:07:23.047Z PASS [ 29.896s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
73442025-06-30T23:07:27.851Z PASS [ 32.486s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
73452025-06-30T23:07:35.325Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
73462025-06-30T23:07:37.803Z PASS [ 29.513s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
73472025-06-30T23:07:38.218Z PASS [ 33.693s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
73482025-06-30T23:07:39.248Z PASS [ 33.521s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
73492025-06-30T23:07:43.160Z PASS [ 32.972s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
73502025-06-30T23:07:48.898Z PASS [ 25.848s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
73512025-06-30T23:07:49.815Z PASS [ 74.490s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
73522025-06-30T23:07:52.811Z PASS [ 30.651s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
73532025-06-30T23:07:58.143Z PASS [ 30.289s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
73542025-06-30T23:08:06.593Z PASS [ 27.342s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
73552025-06-30T23:08:07.901Z PASS [ 24.738s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
73562025-06-30T23:08:13.042Z PASS [ 35.235s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
73572025-06-30T23:08:17.329Z PASS [ 28.429s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
73582025-06-30T23:08:18.766Z PASS [ 28.948s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
73592025-06-30T23:08:21.400Z PASS [ 28.587s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
73602025-06-30T23:08:28.858Z PASS [ 50.635s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
73612025-06-30T23:08:29.376Z PASS [ 31.230s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
73622025-06-30T23:08:34.698Z PASS [ 28.102s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
73632025-06-30T23:08:37.542Z PASS [ 29.638s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
73642025-06-30T23:08:53.997Z PASS [ 35.227s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
73652025-06-30T23:08:58.561Z PASS [ 29.700s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
73662025-06-30T23:08:59.649Z PASS [ 38.245s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
73672025-06-30T23:09:00.893Z PASS [ 31.514s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
73682025-06-30T23:09:05.069Z PASS [ 47.735s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
73692025-06-30T23:09:07.859Z PASS [ 30.314s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
73702025-06-30T23:09:12.671Z PASS [ 37.969s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
73712025-06-30T23:09:13.049Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
73722025-06-30T23:09:15.149Z PASS [ 21.150s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
73732025-06-30T23:09:19.365Z PASS [ 19.714s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
73742025-06-30T23:09:25.836Z PASS [ 72.787s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
73752025-06-30T23:09:26.094Z PASS [ 21.022s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
73762025-06-30T23:09:34.716Z PASS [ 33.820s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
73772025-06-30T23:09:35.429Z PASS [ 27.568s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
73782025-06-30T23:09:35.536Z PASS [ 20.385s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
73792025-06-30T23:09:37.877Z PASS [ 39.312s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
73802025-06-30T23:09:39.080Z PASS [ 26.406s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
73812025-06-30T23:09:47.312Z PASS [ 27.944s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
73822025-06-30T23:09:52.764Z PASS [ 26.925s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
73832025-06-30T23:09:53.113Z PASS [ 17.575s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
73842025-06-30T23:09:57.470Z PASS [ 19.591s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
73852025-06-30T23:09:58.251Z PASS [ 19.169s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
73862025-06-30T23:09:59.787Z PASS [ 25.069s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
73872025-06-30T23:10:04.519Z PASS [ 29.087s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
73882025-06-30T23:10:06.662Z PASS [ 40.565s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
73892025-06-30T23:10:07.272Z PASS [ 19.959s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
73902025-06-30T23:10:11.098Z PASS [ 17.983s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
73912025-06-30T23:10:25.345Z PASS [ 32.578s] omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
73922025-06-30T23:10:26.434Z PASS [ 19.160s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
73932025-06-30T23:10:28.326Z PASS [ 30.072s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
73942025-06-30T23:10:28.482Z PASS [ 28.691s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
73952025-06-30T23:10:30.172Z PASS [ 32.698s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
73962025-06-30T23:10:33.445Z PASS [ 22.345s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
73972025-06-30T23:10:36.154Z PASS [ 29.489s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
73982025-06-30T23:10:39.054Z PASS [ 34.532s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
73992025-06-30T23:10:46.280Z PASS [ 20.933s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
74002025-06-30T23:10:46.631Z PASS [ 20.195s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
74012025-06-30T23:10:47.631Z PASS [ 19.302s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
74022025-06-30T23:10:47.721Z PASS [ 19.237s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
74032025-06-30T23:10:48.798Z PASS [ 18.625s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
74042025-06-30T23:10:53.560Z PASS [ 20.112s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
74052025-06-30T23:10:57.604Z PASS [ 21.449s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
74062025-06-30T23:11:01.703Z PASS [ 22.646s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
74072025-06-30T23:11:06.657Z PASS [ 20.374s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
74082025-06-30T23:11:08.393Z PASS [ 20.669s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
74092025-06-30T23:11:09.436Z PASS [ 21.803s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
74102025-06-30T23:11:10.913Z PASS [ 24.280s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
74112025-06-30T23:11:20.717Z PASS [ 31.915s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
74122025-06-30T23:11:27.056Z PASS [ 25.351s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
74132025-06-30T23:11:27.856Z PASS [ 18.418s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
74142025-06-30T23:11:28.059Z PASS [ 19.665s] omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
74152025-06-30T23:11:31.908Z PASS [ 38.345s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
74162025-06-30T23:11:35.098Z PASS [ 24.183s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
74172025-06-30T23:11:51.566Z PASS [ 23.708s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
74182025-06-30T23:11:52.858Z PASS [ 24.794s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
74192025-06-30T23:11:53.335Z PASS [ 55.725s] omicron-nexus::test_all integration_tests::metrics::test_metrics
74202025-06-30T23:11:54.166Z PASS [ 33.446s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
74212025-06-30T23:11:54.758Z PASS [ 48.096s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
74222025-06-30T23:11:56.157Z PASS [ 24.246s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
74232025-06-30T23:12:10.437Z PASS [ 43.377s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
74242025-06-30T23:12:17.989Z PASS [ 25.131s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
74252025-06-30T23:12:18.454Z PASS [ 43.351s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
74262025-06-30T23:12:27.095Z PASS [ 32.921s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
74272025-06-30T23:12:28.005Z PASS [ 33.242s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
74282025-06-30T23:12:30.542Z PASS [ 34.374s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
74292025-06-30T23:12:33.299Z PASS [ 22.860s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
74302025-06-30T23:12:35.081Z PASS [ 43.511s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
74312025-06-30T23:12:36.861Z PASS [ 43.521s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
74322025-06-30T23:12:49.905Z PASS [ 21.899s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
74332025-06-30T23:12:51.194Z PASS [ 20.657s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
74342025-06-30T23:12:52.891Z PASS [ 19.588s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
74352025-06-30T23:12:54.779Z PASS [ 19.696s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
74362025-06-30T23:13:02.146Z PASS [ 25.282s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
74372025-06-30T23:13:02.216Z PASS [ 44.223s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
74382025-06-30T23:13:06.249Z PASS [ 47.790s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
74392025-06-30T23:13:12.359Z PASS [ 21.163s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
74402025-06-30T23:13:16.270Z PASS [ 26.363s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
74412025-06-30T23:13:17.773Z PASS [ 24.881s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
74422025-06-30T23:13:21.723Z PASS [ 19.505s] omicron-nexus::test_all integration_tests::projects::test_projects
74432025-06-30T23:13:22.544Z PASS [ 27.762s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
74442025-06-30T23:13:23.822Z PASS [ 21.674s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
74452025-06-30T23:13:26.576Z PASS [ 20.325s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
74462025-06-30T23:13:27.097Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
74472025-06-30T23:13:35.014Z PASS [ 18.740s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
74482025-06-30T23:13:36.971Z PASS [ 19.197s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
74492025-06-30T23:13:42.851Z PASS [ 20.305s] omicron-nexus::test_all integration_tests::rack::test_sled_add
74502025-06-30T23:13:43.397Z PASS [ 21.672s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
74512025-06-30T23:13:43.775Z PASS [ 19.952s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
74522025-06-30T23:13:46.005Z PASS [ 19.427s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
74532025-06-30T23:13:56.149Z PASS [ 19.175s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
74542025-06-30T23:13:56.459Z PASS [ 21.444s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
74552025-06-30T23:13:58.141Z PASS [ 91.042s] omicron-nexus::test_all integration_tests::password_login::test_local_users
74562025-06-30T23:14:01.032Z PASS [ 18.179s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
74572025-06-30T23:14:01.155Z PASS [ 0.124s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
74582025-06-30T23:14:01.259Z PASS [ 0.102s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
74592025-06-30T23:14:01.361Z PASS [ 0.104s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
74602025-06-30T23:14:01.461Z PASS [ 0.100s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
74612025-06-30T23:14:01.567Z PASS [ 0.106s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
74622025-06-30T23:14:03.269Z PASS [ 19.870s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
74632025-06-30T23:14:05.419Z PASS [ 53.054s] omicron-nexus::test_all integration_tests::quotas::test_quotas
74642025-06-30T23:14:06.591Z PASS [ 22.813s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
74652025-06-30T23:14:07.369Z PASS [ 21.361s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
74662025-06-30T23:14:17.937Z PASS [ 21.476s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
74672025-06-30T23:14:20.346Z PASS [ 22.200s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
74682025-06-30T23:14:20.449Z PASS [ 0.104s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
74692025-06-30T23:14:21.360Z PASS [ 19.791s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
74702025-06-30T23:14:22.383Z PASS [ 19.112s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
74712025-06-30T23:14:22.472Z PASS [ 0.088s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
74722025-06-30T23:14:22.564Z PASS [ 0.093s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
74732025-06-30T23:14:23.689Z PASS [ 18.267s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
74742025-06-30T23:14:24.240Z PASS [ 28.089s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
74752025-06-30T23:14:25.050Z PASS [ 18.458s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
74762025-06-30T23:14:25.601Z PASS [ 18.231s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
74772025-06-30T23:14:35.961Z PASS [ 18.022s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
74782025-06-30T23:14:38.986Z PASS [ 18.536s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
74792025-06-30T23:14:39.026Z PASS [ 17.663s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
74802025-06-30T23:14:39.111Z PASS [ 16.546s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
74812025-06-30T23:14:39.699Z PASS [ 16.010s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
74822025-06-30T23:14:40.063Z PASS [ 15.821s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
74832025-06-30T23:14:40.426Z PASS [ 15.374s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
74842025-06-30T23:14:41.179Z PASS [ 2.126s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
74852025-06-30T23:14:42.440Z PASS [ 2.014s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
74862025-06-30T23:14:42.860Z PASS [ 1.708s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
74872025-06-30T23:14:44.173Z PASS [ 1.733s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
74882025-06-30T23:14:44.651Z PASS [ 1.791s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
74892025-06-30T23:14:45.905Z PASS [ 1.732s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
74902025-06-30T23:14:47.191Z PASS [ 1.286s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
74912025-06-30T23:15:25.482Z PASS [ 38.287s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
74922025-06-30T23:15:40.216Z PASS [ 55.560s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
74932025-06-30T23:15:49.138Z PASS [ 23.652s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
74942025-06-30T23:16:14.705Z PASS [ 34.483s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
74952025-06-30T23:16:26.435Z PASS [ 11.730s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
74962025-06-30T23:16:26.488Z PASS [ 11.783s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
74972025-06-30T23:16:26.865Z PASS [ 12.160s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
74982025-06-30T23:16:27.258Z PASS [ 12.553s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
74992025-06-30T23:16:36.937Z PASS [ 47.795s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
75002025-06-30T23:16:40.182Z PASS [ 13.746s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
75012025-06-30T23:16:40.726Z PASS [ 14.234s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
75022025-06-30T23:16:41.646Z PASS [ 14.780s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
75032025-06-30T23:16:41.861Z PASS [ 14.602s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
75042025-06-30T23:16:56.851Z PASS [ 19.913s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
75052025-06-30T23:16:56.874Z PASS [ 19.935s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
75062025-06-30T23:16:57.137Z PASS [ 20.198s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
75072025-06-30T23:16:59.354Z PASS [ 22.415s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
75082025-06-30T23:17:00.529Z PASS [ 20.345s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
75092025-06-30T23:17:01.895Z PASS [ 21.169s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
75102025-06-30T23:17:02.621Z PASS [ 20.758s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
75112025-06-30T23:17:12.071Z PASS [ 30.422s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
75122025-06-30T23:17:16.208Z PASS [ 19.333s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
75132025-06-30T23:17:16.711Z PASS [ 19.572s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
75142025-06-30T23:17:18.716Z PASS [ 21.861s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
75152025-06-30T23:17:20.169Z PASS [ 19.638s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
75162025-06-30T23:17:20.339Z PASS [ 20.983s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
75172025-06-30T23:17:21.521Z PASS [ 19.624s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
75182025-06-30T23:17:28.757Z PASS [ 26.134s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
75192025-06-30T23:17:36.621Z PASS [ 20.410s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
75202025-06-30T23:17:38.441Z PASS [ 19.725s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
75212025-06-30T23:17:39.083Z PASS [ 27.010s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
75222025-06-30T23:17:40.586Z PASS [ 23.871s] omicron-nexus::test_all integration_tests::silos::test_silos
75232025-06-30T23:17:40.617Z PASS [ 20.276s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
75242025-06-30T23:17:46.933Z PASS [ 25.409s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
75252025-06-30T23:17:49.915Z PASS [ 29.743s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
75262025-06-30T23:17:50.832Z PASS [ 22.072s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
75272025-06-30T23:17:59.055Z PASS [ 18.468s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
75282025-06-30T23:18:01.340Z PASS [ 20.721s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
75292025-06-30T23:18:06.743Z PASS [ 30.120s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
75302025-06-30T23:18:08.703Z PASS [ 21.768s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
75312025-06-30T23:18:09.329Z PASS [ 30.242s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
75322025-06-30T23:18:10.286Z PASS [ 20.369s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
75332025-06-30T23:18:12.426Z PASS [ 33.981s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
75342025-06-30T23:18:25.859Z PASS [ 26.802s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
75352025-06-30T23:18:26.636Z PASS [ 35.799s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
75362025-06-30T23:18:27.667Z PASS [ 18.336s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
75372025-06-30T23:18:31.125Z PASS [ 29.782s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
75382025-06-30T23:18:35.321Z PASS [ 22.893s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
75392025-06-30T23:18:36.430Z PASS [ 29.684s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
75402025-06-30T23:18:36.473Z PASS [ 27.767s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
75412025-06-30T23:18:39.784Z PASS [ 3.353s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
75422025-06-30T23:18:44.449Z PASS [ 34.159s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
75432025-06-30T23:18:44.841Z PASS [ 18.977s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
75442025-06-30T23:18:48.985Z PASS [ 21.316s] omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
75452025-06-30T23:18:49.358Z PASS [ 18.229s] omicron-nexus::test_all integration_tests::target_release::get_set_target_release
75462025-06-30T23:18:50.034Z PASS [ 23.398s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
75472025-06-30T23:18:54.972Z PASS [ 18.496s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
75482025-06-30T23:19:01.059Z PASS [ 16.608s] omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
75492025-06-30T23:19:04.579Z PASS [ 19.736s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
75502025-06-30T23:19:04.805Z PASS [ 25.018s] omicron-nexus::test_all integration_tests::updates::test_repo_upload
75512025-06-30T23:19:18.340Z PASS [ 28.407s] omicron-nexus::test_all integration_tests::utilization::test_utilization_list
75522025-06-30T23:19:19.072Z PASS [ 29.035s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
75532025-06-30T23:19:20.454Z PASS [ 31.095s] omicron-nexus::test_all integration_tests::utilization::test_utilization_view
75542025-06-30T23:19:24.721Z PASS [ 29.747s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
75552025-06-30T23:19:25.110Z PASS [ 24.049s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
75562025-06-30T23:19:33.394Z PASS [ 28.814s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
75572025-06-30T23:19:34.384Z PASS [ 29.577s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
75582025-06-30T23:19:35.329Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
75592025-06-30T23:19:48.360Z PASS [ 30.962s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
75602025-06-30T23:19:48.962Z PASS [ 29.887s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
75612025-06-30T23:19:50.502Z PASS [ 30.045s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
75622025-06-30T23:19:53.057Z PASS [ 28.333s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
75632025-06-30T23:19:53.646Z PASS [ 28.532s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
75642025-06-30T23:19:57.353Z PASS [ 23.955s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
75652025-06-30T23:20:12.814Z PASS [ 23.306s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
75662025-06-30T23:20:15.425Z PASS [ 22.366s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
75672025-06-30T23:20:20.041Z PASS [ 29.536s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
75682025-06-30T23:20:21.685Z PASS [ 28.037s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
75692025-06-30T23:20:30.174Z PASS [ 32.819s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
75702025-06-30T23:20:33.079Z PASS [ 58.688s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
75712025-06-30T23:20:35.336Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
75722025-06-30T23:20:37.562Z PASS [ 49.197s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
75732025-06-30T23:20:44.507Z PASS [ 32.233s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
75742025-06-30T23:20:53.727Z PASS [ 38.298s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
75752025-06-30T23:20:55.538Z PASS [ 140.203s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
75762025-06-30T23:20:57.566Z PASS [ 35.877s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
75772025-06-30T23:20:58.739Z PASS [ 38.694s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
75782025-06-30T23:21:00.971Z PASS [ 27.889s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
75792025-06-30T23:21:07.702Z PASS [ 30.137s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
75802025-06-30T23:21:09.372Z PASS [ 39.194s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
75812025-06-30T23:21:19.649Z PASS [ 35.139s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
75822025-06-30T23:21:23.808Z PASS [ 25.066s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
75832025-06-30T23:21:25.395Z PASS [ 24.422s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
75842025-06-30T23:21:32.764Z PASS [ 25.059s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
75852025-06-30T23:21:34.477Z PASS [ 25.103s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
75862025-06-30T23:21:45.763Z PASS [ 50.221s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
75872025-06-30T23:21:45.808Z PASS [ 26.156s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
75882025-06-30T23:21:49.790Z PASS [ 52.219s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
75892025-06-30T23:21:49.823Z PASS [ 17.058s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
75902025-06-30T23:21:51.647Z PASS [ 17.167s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
75912025-06-30T23:21:53.734Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
75922025-06-30T23:21:53.777Z PASS [ 29.965s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
75932025-06-30T23:21:54.188Z PASS [ 28.790s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
75942025-06-30T23:22:05.556Z PASS [ 19.790s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
75952025-06-30T23:22:06.333Z PASS [ 20.522s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
75962025-06-30T23:22:09.637Z PASS [ 19.812s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
75972025-06-30T23:22:09.889Z PASS [ 20.096s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
75982025-06-30T23:22:10.802Z PASS [ 19.153s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
75992025-06-30T23:22:13.577Z PASS [ 19.799s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
76002025-06-30T23:22:13.827Z PASS [ 19.637s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
76012025-06-30T23:22:24.815Z PASS [ 18.480s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
76022025-06-30T23:22:27.157Z PASS [ 21.599s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
76032025-06-30T23:22:27.344Z PASS [ 17.705s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
76042025-06-30T23:22:27.893Z PASS [ 18.003s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
76052025-06-30T23:22:28.745Z PASS [ 17.941s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
76062025-06-30T23:22:30.600Z PASS [ 16.772s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
76072025-06-30T23:22:30.966Z PASS [ 17.388s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
76082025-06-30T23:22:44.526Z PASS [ 110.788s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
76092025-06-30T23:22:45.262Z PASS [ 17.916s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
76102025-06-30T23:22:45.713Z PASS [ 17.817s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
76112025-06-30T23:22:45.866Z PASS [ 18.707s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
76122025-06-30T23:22:46.943Z PASS [ 18.195s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
76132025-06-30T23:22:49.335Z PASS [ 18.732s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
76142025-06-30T23:22:49.418Z PASS [ 18.450s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
76152025-06-30T23:22:57.364Z PASS [ 32.546s] omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
76162025-06-30T23:23:05.657Z PASS [ 19.789s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
76172025-06-30T23:23:05.856Z PASS [ 20.143s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
76182025-06-30T23:23:06.540Z PASS [ 19.596s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
76192025-06-30T23:23:08.535Z PASS [ 19.115s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
76202025-06-30T23:23:08.752Z PASS [ 19.415s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
76212025-06-30T23:23:14.718Z PASS [ 30.189s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
76222025-06-30T23:23:18.719Z PASS [ 33.453s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
76232025-06-30T23:23:26.073Z PASS [ 20.212s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
76242025-06-30T23:23:27.855Z PASS [ 30.487s] omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
76252025-06-30T23:23:28.586Z PASS [ 22.926s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
76262025-06-30T23:23:29.305Z PASS [ 22.763s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
76272025-06-30T23:23:33.898Z PASS [ 25.143s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
76282025-06-30T23:23:38.584Z PASS [ 30.046s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
76292025-06-30T23:23:46.782Z PASS [ 17.475s] omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
76302025-06-30T23:23:48.722Z PASS [ 30.000s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
76312025-06-30T23:23:50.155Z PASS [ 24.082s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
76322025-06-30T23:23:51.106Z PASS [ 23.249s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
76332025-06-30T23:23:51.259Z PASS [ 17.361s] omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
76342025-06-30T23:23:56.645Z PASS [ 18.058s] omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
76352025-06-30T23:24:04.810Z PASS [ 50.087s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
76362025-06-30T23:24:05.537Z PASS [ 18.753s] omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
76372025-06-30T23:24:07.195Z PASS [ 18.472s] omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
76382025-06-30T23:24:12.930Z PASS [ 16.285s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
76392025-06-30T23:24:17.075Z PASS [ 12.263s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
76402025-06-30T23:24:17.862Z PASS [ 12.323s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
76412025-06-30T23:24:18.127Z PASS [ 10.929s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
76422025-06-30T23:24:21.651Z PASS [ 53.060s] omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
76432025-06-30T23:24:22.698Z PASS [ 9.767s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
76442025-06-30T23:24:22.809Z PASS [ 0.110s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
76452025-06-30T23:24:22.835Z PASS [ 0.026s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
76462025-06-30T23:24:22.905Z PASS [ 0.070s] omicron-package config::tests::multi_preset_arg
76472025-06-30T23:24:22.950Z PASS [ 0.045s] omicron-package dot::test::test_bad_dependency
76482025-06-30T23:24:22.980Z PASS [ 0.029s] omicron-package dot::test::test_dot_output
76492025-06-30T23:24:28.633Z PASS [ 11.556s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
76502025-06-30T23:24:28.649Z PASS [ 0.017s] omicron-passwords test::test_password_constraints
76512025-06-30T23:24:31.974Z PASS [ 3.324s] omicron-passwords test::test_reproducible
76522025-06-30T23:24:32.392Z PASS [ 10.739s] omicron-omdb::test_all_output test_omdb_usage_errors
76532025-06-30T23:24:32.429Z PASS [ 0.037s] omicron-passwords test::test_stable
76542025-06-30T23:24:32.447Z PASS [ 0.017s] omicron-passwords test::test_weak_hashes
76552025-06-30T23:24:32.460Z PASS [ 0.014s] omicron-rpaths internal::tests::test_configure_from_path
76562025-06-30T23:24:32.497Z PASS [ 0.036s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
76572025-06-30T23:24:32.510Z PASS [ 0.014s] omicron-rpaths internal::tests::test_emit_rpath
76582025-06-30T23:24:32.535Z PASS [ 9.554s] omicron-passwords test::test_compatible
76592025-06-30T23:24:33.080Z PASS [ 0.569s] omicron-sled-agent artifact_store::test::generations
76602025-06-30T23:24:33.091Z PASS [ 0.557s] omicron-sled-agent artifact_store::test::issue_7796
76612025-06-30T23:24:33.207Z PASS [ 0.128s] omicron-sled-agent artifact_store::test::list_get_put
76622025-06-30T23:24:33.211Z PASS [ 0.118s] omicron-sled-agent artifact_store::test::no_dataset
76632025-06-30T23:24:33.318Z PASS [ 0.110s] omicron-sled-agent artifact_store::test::wrong_hash
76642025-06-30T23:24:33.328Z PASS [ 0.118s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
76652025-06-30T23:24:33.417Z PASS [ 0.089s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
76662025-06-30T23:24:33.555Z PASS [ 0.138s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
76672025-06-30T23:24:33.640Z PASS [ 0.083s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
76682025-06-30T23:24:33.916Z PASS [ 0.598s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
76692025-06-30T23:24:33.988Z PASS [ 0.073s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
76702025-06-30T23:24:34.021Z PASS [ 0.033s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
76712025-06-30T23:24:34.077Z PASS [ 0.055s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
76722025-06-30T23:24:34.101Z PASS [ 0.024s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
76732025-06-30T23:24:34.126Z PASS [ 0.025s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
76742025-06-30T23:24:34.153Z PASS [ 0.024s] omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
76752025-06-30T23:24:34.174Z PASS [ 0.023s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
76762025-06-30T23:24:34.183Z PASS [ 0.544s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
76772025-06-30T23:24:34.195Z PASS [ 0.021s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
76782025-06-30T23:24:34.205Z PASS [ 0.021s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
76792025-06-30T23:24:34.251Z PASS [ 0.052s] omicron-sled-agent config::test::test_smf_configs
76802025-06-30T23:24:34.682Z PASS [ 0.477s] omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
76812025-06-30T23:24:34.683Z PASS [ 0.435s] omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
76822025-06-30T23:24:35.046Z PASS [ 0.364s] omicron-sled-agent instance::tests::test_instance_create_events_normal
76832025-06-30T23:24:36.339Z PASS [ 1.656s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
76842025-06-30T23:24:36.343Z PASS [ 1.297s] omicron-sled-agent instance::tests::test_instance_manager_creation
76852025-06-30T23:24:36.662Z PASS [ 46.502s] omicron-nexus::test_all integration_tests::webhooks::test_probe
76862025-06-30T23:24:36.692Z PASS [ 0.030s] omicron-sled-agent probe_manager::test::probe_state_set_ops
76872025-06-30T23:24:36.724Z PASS [ 0.031s] omicron-sled-agent profile::tests::empty_profile
76882025-06-30T23:24:36.739Z PASS [ 0.400s] omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
76892025-06-30T23:24:36.752Z PASS [ 0.029s] omicron-sled-agent profile::tests::test_disabled_instance
76902025-06-30T23:24:36.766Z PASS [ 0.027s] omicron-sled-agent profile::tests::test_instance
76912025-06-30T23:24:36.778Z PASS [ 0.026s] omicron-sled-agent profile::tests::test_multiple
76922025-06-30T23:24:36.789Z PASS [ 0.023s] omicron-sled-agent profile::tests::test_property
76932025-06-30T23:24:36.800Z PASS [ 0.022s] omicron-sled-agent profile::tests::test_property_group
76942025-06-30T23:24:36.812Z PASS [ 0.022s] omicron-sled-agent profile::tests::test_service
76952025-06-30T23:24:36.826Z PASS [ 0.026s] omicron-sled-agent profile::tests::test_service_property_group
76962025-06-30T23:24:36.838Z PASS [ 0.026s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
76972025-06-30T23:24:36.851Z PASS [ 0.024s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
76982025-06-30T23:24:36.874Z PASS [ 0.036s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
76992025-06-30T23:24:36.891Z PASS [ 0.040s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
77002025-06-30T23:24:36.920Z PASS [ 0.046s] omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
77012025-06-30T23:24:36.924Z PASS [ 0.032s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
77022025-06-30T23:24:36.944Z PASS [ 0.023s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
77032025-06-30T23:24:36.952Z PASS [ 0.029s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
77042025-06-30T23:24:36.973Z PASS [ 0.029s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
77052025-06-30T23:24:36.978Z PASS [ 0.026s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
77062025-06-30T23:24:37.004Z PASS [ 0.031s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
77072025-06-30T23:24:37.007Z PASS [ 0.027s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
77082025-06-30T23:24:37.034Z PASS [ 0.028s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
77092025-06-30T23:24:37.037Z PASS [ 0.031s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
77102025-06-30T23:24:37.073Z PASS [ 0.037s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
77112025-06-30T23:24:37.103Z PASS [ 0.031s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
77122025-06-30T23:24:37.135Z PASS [ 0.032s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
77132025-06-30T23:24:37.166Z PASS [ 0.030s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
77142025-06-30T23:24:37.198Z PASS [ 0.032s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
77152025-06-30T23:24:37.231Z PASS [ 0.033s] omicron-sled-agent sim::storage::test::nested_dataset
77162025-06-30T23:24:37.259Z PASS [ 0.029s] omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
77172025-06-30T23:24:37.290Z PASS [ 0.030s] omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
77182025-06-30T23:24:37.314Z PASS [ 0.025s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
77192025-06-30T23:24:37.344Z PASS [ 0.029s] omicron-sled-agent sim::storage::test::snapshot_needs_region
77202025-06-30T23:24:37.867Z PASS [ 20.002s] omicron-omdb::test_all_output test_omdb_env_settings
77212025-06-30T23:24:39.899Z PASS [ 2.866s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
77222025-06-30T23:24:40.693Z PASS [ 2.824s] omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
77232025-06-30T23:24:40.748Z PASS [ 3.403s] omicron-sled-agent support_bundle::storage::tests::basic_crud
77242025-06-30T23:24:42.168Z PASS [ 51.057s] omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
77252025-06-30T23:24:43.624Z PASS [ 3.724s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
77262025-06-30T23:24:44.160Z PASS [ 3.454s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
77272025-06-30T23:24:44.201Z PASS [ 3.453s] omicron-sled-agent support_bundle::storage::tests::creation_idempotency
77282025-06-30T23:24:45.355Z PASS [ 27.227s] omicron-omdb::test_all_output test_omdb_success_cases
77292025-06-30T23:24:45.386Z PASS [ 0.031s] omicron-sled-agent updates::test::test_query_no_components
77302025-06-30T23:24:45.433Z PASS [ 0.046s] omicron-sled-agent updates::test::test_query_sled_agent_version
77312025-06-30T23:24:45.472Z PASS [ 0.040s] omicron-sled-agent updates::test::test_query_zone_version
77322025-06-30T23:24:45.502Z PASS [ 0.029s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
77332025-06-30T23:24:45.549Z PASS [ 54.284s] omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
77342025-06-30T23:24:45.735Z PASS [ 3.567s] omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
77352025-06-30T23:24:45.770Z PASS [ 0.035s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
77362025-06-30T23:24:47.329Z PASS [ 3.704s] omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
77372025-06-30T23:24:47.720Z PASS [ 3.573s] omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
77382025-06-30T23:24:47.861Z PASS [ 2.312s] omicron-sled-agent zone_bundle::illumos_tests::test_context
77392025-06-30T23:24:47.910Z PASS [ 0.049s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
77402025-06-30T23:24:47.941Z PASS [ 0.031s] omicron-sled-agent zone_bundle::tests::test_dir_size
77412025-06-30T23:24:47.974Z PASS [ 0.033s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
77422025-06-30T23:24:48.191Z PASS [ 3.989s] omicron-sled-agent support_bundle::storage::tests::ranges
77432025-06-30T23:24:48.385Z PASS [ 2.882s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
77442025-06-30T23:24:48.571Z PASS [ 0.187s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
77452025-06-30T23:24:48.675Z PASS [ 2.904s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
77462025-06-30T23:24:48.708Z PASS [ 0.032s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
77472025-06-30T23:24:48.734Z PASS [ 0.027s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
77482025-06-30T23:24:48.780Z PASS [ 0.806s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
77492025-06-30T23:24:48.852Z PASS [ 0.660s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
77502025-06-30T23:24:49.355Z PASS [ 0.575s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
77512025-06-30T23:24:49.358Z PASS [ 0.621s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
77522025-06-30T23:24:49.380Z PASS [ 0.025s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
77532025-06-30T23:24:49.380Z PASS [ 0.025s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
77542025-06-30T23:24:49.419Z PASS [ 0.847s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
77552025-06-30T23:24:49.502Z PASS [ 0.122s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
77562025-06-30T23:24:49.634Z PASS [ 0.215s] omicron-test-utils dev::db::test::test_bad_cmd
77572025-06-30T23:24:49.680Z PASS [ 2.350s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
77582025-06-30T23:24:49.813Z PASS [ 0.433s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
77592025-06-30T23:24:49.879Z PASS [ 1.027s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
77602025-06-30T23:24:49.894Z PASS [ 0.391s] omicron-test-utils dev::db::test::test_cmd_fails
77612025-06-30T23:24:49.908Z PASS [ 0.030s] omicron-test-utils dev::db::test::test_make_pg_config_fail
77622025-06-30T23:24:49.927Z PASS [ 0.022s] omicron-test-utils dev::db::test::test_make_pg_config_ok
77632025-06-30T23:24:49.927Z PASS [ 0.240s] omicron-test-utils dev::db::test::test_database_start_hang
77642025-06-30T23:24:49.937Z PASS [ 0.021s] omicron-test-utils dev::db::test::test_process_exit_abnormal
77652025-06-30T23:24:49.945Z PASS [ 0.036s] omicron-test-utils dev::db::test::test_parse_http_addr
77662025-06-30T23:24:49.948Z PASS [ 0.025s] omicron-test-utils dev::db::test::test_process_exit_normal
77672025-06-30T23:24:50.158Z PASS [ 2.438s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
77682025-06-30T23:24:50.185Z PASS [ 0.026s] omicron-test-utils dev::db::test::test_starter_tmpdir
77692025-06-30T23:24:50.253Z PASS [ 0.065s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
77702025-06-30T23:24:50.279Z PASS [ 0.027s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
77712025-06-30T23:24:50.300Z PASS [ 0.363s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
77722025-06-30T23:24:50.305Z PASS [ 0.027s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
77732025-06-30T23:24:50.327Z PASS [ 0.026s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
77742025-06-30T23:24:50.369Z PASS [ 0.065s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
77752025-06-30T23:24:50.408Z PASS [ 0.078s] omicron-test-utils dev::test_cmds::tests::test_redact_section
77762025-06-30T23:24:50.529Z PASS [ 18.553s] omicron-passwords test::test_smoke
77772025-06-30T23:24:50.605Z PASS [ 0.076s] openapi-manager cmd::dispatch::test::test_arg_parsing
77782025-06-30T23:24:50.634Z PASS [ 0.028s] openapi-manager cmd::dispatch::test::test_blessed_args
77792025-06-30T23:24:50.657Z PASS [ 0.023s] openapi-manager cmd::dispatch::test::test_generated_args
77802025-06-30T23:24:50.683Z PASS [ 0.025s] openapi-manager cmd::dispatch::test::test_local_args
77812025-06-30T23:24:50.707Z PASS [ 0.023s] openapi-manager iter_only::test::test_basic
77822025-06-30T23:24:50.727Z PASS [ 0.022s] openapi-manager omicron::tests::all_apis_is_sorted
77832025-06-30T23:24:50.748Z PASS [ 0.020s] openapi-manager resolved::test::test_displayable_vec
77842025-06-30T23:24:50.767Z PASS [ 0.954s] omicron-test-utils dev::db::test::test_http_addr_integration
77852025-06-30T23:24:50.772Z PASS [ 0.024s] openapi-manager spec_files_generic::test::test_parse_name_lockstep
77862025-06-30T23:24:50.792Z PASS [ 0.024s] openapi-manager spec_files_generic::test::test_parse_name_lockstep_fail
77872025-06-30T23:24:50.795Z PASS [ 0.022s] openapi-manager spec_files_generic::test::test_parse_name_versioned
77882025-06-30T23:24:50.835Z PASS [ 0.044s] openapi-manager spec_files_generic::test::test_parse_name_versioned_fail
77892025-06-30T23:24:50.926Z PASS [ 0.557s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
77902025-06-30T23:24:51.040Z PASS [ 0.205s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
77912025-06-30T23:24:51.234Z PASS [ 0.440s] oximeter test::timeseries_schema_consistency
77922025-06-30T23:24:51.334Z PASS [ 0.408s] oximeter-collector agent::tests::test_self_stat_collection_count
77932025-06-30T23:24:51.334Z PASS [ 0.294s] oximeter-collector agent::tests::test_self_stat_error_counter
77942025-06-30T23:24:51.354Z PASS [ 0.119s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
77952025-06-30T23:24:51.375Z PASS [ 0.021s] oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
77962025-06-30T23:24:51.396Z PASS [ 0.021s] oximeter-collector self_stats::tests::test_failure_reason_serialization
77972025-06-30T23:24:51.460Z PASS [ 0.126s] oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
77982025-06-30T23:24:51.484Z PASS [ 0.024s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
77992025-06-30T23:24:51.514Z PASS [ 0.027s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
78002025-06-30T23:24:51.520Z PASS [ 1.573s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
78012025-06-30T23:24:51.531Z PASS [ 0.017s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
78022025-06-30T23:24:51.537Z PASS [ 0.018s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
78032025-06-30T23:24:51.544Z PASS [ 0.016s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
78042025-06-30T23:24:51.557Z PASS [ 1.921s] omicron-test-utils dev::db::test::test_database_concurrent
78052025-06-30T23:24:51.997Z PASS [ 0.601s] oximeter-collector::test_commands test_oximeter_no_args
78062025-06-30T23:24:52.232Z PASS [ 1.823s] openapi-manager cmd::check::test::check_apis_up_to_date
78072025-06-30T23:24:52.387Z PASS [ 1.053s] oximeter-collector agent::tests::verify_producer_details
78082025-06-30T23:24:52.509Z PASS [ 0.973s] oximeter-db client::oxql::tests::test_get_entire_table
78092025-06-30T23:24:52.545Z PASS [ 0.990s] oximeter-db client::oxql::tests::test_get_one_timeseries
78102025-06-30T23:24:52.580Z PASS [ 0.071s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
78112025-06-30T23:24:52.618Z PASS [ 1.075s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
78122025-06-30T23:24:52.814Z PASS [ 0.586s] oximeter-db client::tests::can_ping_clickhouse
78132025-06-30T23:24:52.888Z PASS [ 0.892s] oximeter-db client::oxql::tests::test_limit_operations
78142025-06-30T23:24:53.392Z PASS [ 0.774s] oximeter-db client::tests::read_latest_version_reports_max
78152025-06-30T23:24:53.478Z PASS [ 0.590s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
78162025-06-30T23:24:53.526Z PASS [ 0.712s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
78172025-06-30T23:24:54.109Z PASS [ 0.717s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
78182025-06-30T23:24:54.133Z PASS [ 0.607s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
78192025-06-30T23:24:54.286Z PASS [ 0.806s] oximeter-db client::tests::select_timeseries_with_select_one
78202025-06-30T23:24:54.438Z PASS [ 1.893s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
78212025-06-30T23:24:54.893Z PASS [ 2.313s] oximeter-db client::tests::insert_samples_fails_fast
78222025-06-30T23:24:54.998Z PASS [ 0.864s] oximeter-db client::tests::test_database_version_update_is_idempotent
78232025-06-30T23:24:55.166Z PASS [ 1.056s] oximeter-db client::tests::test_client_select_timeseries_one
78242025-06-30T23:24:55.253Z PASS [ 0.969s] oximeter-db client::tests::test_database_version_will_not_downgrade
78252025-06-30T23:24:55.276Z PASS [ 0.838s] oximeter-db client::tests::test_database_version_will_not_upgrade
78262025-06-30T23:24:55.644Z PASS [ 0.751s] oximeter-db client::tests::test_differentiate_by_timeseries_name
78272025-06-30T23:24:55.734Z PASS [ 0.735s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
78282025-06-30T23:24:55.886Z PASS [ 0.721s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
78292025-06-30T23:24:55.994Z PASS [ 0.740s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
78302025-06-30T23:24:56.329Z PASS [ 1.053s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
78312025-06-30T23:24:56.378Z PASS [ 0.733s] oximeter-db client::tests::test_field_record_count
78322025-06-30T23:24:56.456Z PASS [ 0.723s] oximeter-db client::tests::test_get_schema_no_new_values
78332025-06-30T23:24:56.487Z PASS [ 0.030s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
78342025-06-30T23:24:56.518Z PASS [ 0.032s] oximeter-db client::tests::test_read_timeseries_to_delete
78352025-06-30T23:24:56.544Z PASS [ 0.025s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
78362025-06-30T23:24:56.570Z PASS [ 0.026s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
78372025-06-30T23:24:56.623Z PASS [ 0.737s] oximeter-db client::tests::test_insert_samples
78382025-06-30T23:24:56.685Z PASS [ 0.691s] oximeter-db client::tests::test_is_oximeter_cluster
78392025-06-30T23:24:57.226Z PASS [ 0.848s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
78402025-06-30T23:24:57.273Z PASS [ 0.943s] oximeter-db client::tests::test_list_timeseries
78412025-06-30T23:24:57.340Z PASS [ 0.716s] oximeter-db client::tests::test_schema_mismatch
78422025-06-30T23:24:57.440Z PASS [ 0.754s] oximeter-db client::tests::test_schema_update
78432025-06-30T23:24:57.862Z PASS [ 1.292s] oximeter-db client::tests::test_recall_of_all_fields
78442025-06-30T23:24:58.191Z PASS [ 0.918s] oximeter-db client::tests::test_select_all_field_types
78452025-06-30T23:24:58.214Z PASS [ 0.987s] oximeter-db client::tests::test_select_all_datum_types
78462025-06-30T23:24:58.231Z PASS [ 0.891s] oximeter-db client::tests::test_select_timeseries_with_all
78472025-06-30T23:24:58.248Z PASS [ 8.303s] omicron-test-utils dev::db::test::test_setup_database_default_dir
78482025-06-30T23:24:58.451Z PASS [ 1.011s] oximeter-db client::tests::test_select_timeseries_with_limit
78492025-06-30T23:24:58.733Z PASS [ 0.867s] oximeter-db client::tests::test_select_timeseries_with_order
78502025-06-30T23:24:58.749Z PASS [ 0.016s] oximeter-db client::tests::test_unravel_index
78512025-06-30T23:24:58.954Z PASS [ 0.763s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
78522025-06-30T23:24:58.983Z PASS [ 0.768s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
78532025-06-30T23:24:58.983Z PASS [ 0.027s] oximeter-db client::tests::test_verify_schema_upgrades
78542025-06-30T23:24:58.995Z PASS [ 0.763s] oximeter-db client::tests::test_select_timeseries_with_start_time
78552025-06-30T23:24:59.002Z PASS [ 0.020s] oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
78562025-06-30T23:24:59.005Z PASS [ 0.024s] oximeter-db model::fields::tests::test_extract_fields_as_block
78572025-06-30T23:24:59.016Z PASS [ 0.021s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
78582025-06-30T23:24:59.022Z PASS [ 0.019s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
78592025-06-30T23:24:59.027Z PASS [ 0.021s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
78602025-06-30T23:24:59.031Z PASS [ 0.016s] oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
78612025-06-30T23:24:59.037Z PASS [ 0.015s] oximeter-db native::block::tests::concat_blocks
78622025-06-30T23:24:59.041Z PASS [ 0.015s] oximeter-db native::block::tests::datetime64_scale_checks_range
78632025-06-30T23:24:59.048Z PASS [ 0.016s] oximeter-db native::block::tests::parse_date_time
78642025-06-30T23:24:59.052Z PASS [ 0.015s] oximeter-db native::block::tests::parse_date_time64
78652025-06-30T23:24:59.057Z PASS [ 0.015s] oximeter-db native::block::tests::parse_escaped_date_time64
78662025-06-30T23:24:59.066Z PASS [ 0.018s] oximeter-db native::block::tests::test_data_type_to_string
78672025-06-30T23:24:59.070Z PASS [ 0.015s] oximeter-db native::block::tests::test_datetime64_conversions
78682025-06-30T23:24:59.075Z PASS [ 0.018s] oximeter-db native::block::tests::test_parse_all_known_timezones
78692025-06-30T23:24:59.081Z PASS [ 0.015s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
78702025-06-30T23:24:59.084Z PASS [ 0.016s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
78712025-06-30T23:24:59.092Z PASS [ 0.017s] oximeter-db native::block::tests::test_parse_enum8
78722025-06-30T23:24:59.097Z PASS [ 0.016s] oximeter-db native::block::tests::test_parse_enum_variant
78732025-06-30T23:24:59.100Z PASS [ 0.016s] oximeter-db native::block::tests::test_parse_invalid_data_type
78742025-06-30T23:24:59.170Z PASS [ 0.719s] oximeter-db client::tests::test_timeseries_schema_list
78752025-06-30T23:24:59.391Z PASS [ 1.142s] oximeter-db client::tests::test_sql_query_output
78762025-06-30T23:24:59.451Z PASS [ 0.702s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
78772025-06-30T23:24:59.658Z PASS [ 0.565s] oximeter-db native::connection::tests::test_basic_select_query
78782025-06-30T23:24:59.661Z PASS [ 0.559s] oximeter-db native::connection::tests::test_exchange_hello
78792025-06-30T23:24:59.739Z PASS [ 0.568s] oximeter-db native::connection::tests::test_insert_and_select_data
78802025-06-30T23:24:59.761Z PASS [ 0.664s] oximeter-db native::connection::tests::test_can_cancel_query
78812025-06-30T23:24:59.781Z PASS [ 0.020s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
78822025-06-30T23:24:59.796Z PASS [ 0.015s] oximeter-db native::io::block::tests::test_decode_full_block
78832025-06-30T23:24:59.810Z PASS [ 0.014s] oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
78842025-06-30T23:24:59.824Z PASS [ 0.014s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
78852025-06-30T23:24:59.850Z PASS [ 0.025s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
78862025-06-30T23:24:59.868Z PASS [ 0.019s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
78872025-06-30T23:24:59.887Z PASS [ 0.018s] oximeter-db native::io::column::tests::test_decode_string_column
78882025-06-30T23:24:59.899Z PASS [ 0.013s] oximeter-db native::io::column::tests::test_decode_uint64_column
78892025-06-30T23:24:59.912Z PASS [ 0.012s] oximeter-db native::io::column::tests::test_decode_uint8_column
78902025-06-30T23:24:59.926Z PASS [ 0.015s] oximeter-db native::io::column::tests::test_decode_uuid_column
78912025-06-30T23:24:59.943Z PASS [ 0.016s] oximeter-db native::io::column::tests::test_encode_decode_column
78922025-06-30T23:24:59.959Z PASS [ 0.567s] oximeter-db native::connection::tests::test_insert_and_select_uuid
78932025-06-30T23:24:59.959Z PASS [ 0.015s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
78942025-06-30T23:24:59.974Z PASS [ 0.014s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
78952025-06-30T23:24:59.974Z PASS [ 0.014s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
78962025-06-30T23:24:59.984Z PASS [ 0.012s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
78972025-06-30T23:24:59.984Z PASS [ 0.013s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
78982025-06-30T23:24:59.996Z PASS [ 0.012s] oximeter-db native::io::packet::server::tests::test_decode_pong
78992025-06-30T23:24:59.999Z PASS [ 0.012s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
79002025-06-30T23:25:00.010Z PASS [ 0.013s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
79012025-06-30T23:25:00.015Z PASS [ 0.558s] oximeter-db native::connection::tests::test_select_array_column
79022025-06-30T23:25:00.017Z PASS [ 0.013s] oximeter-db native::io::string::test::test_encode_decode
79032025-06-30T23:25:00.020Z PASS [ 0.011s] oximeter-db native::io::string::test::test_encode_hello_world
79042025-06-30T23:25:00.024Z PASS [ 0.011s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
79052025-06-30T23:25:00.024Z PASS [ 0.011s] oximeter-db native::io::table_columns::tests::test_column_count
79062025-06-30T23:25:00.033Z PASS [ 0.012s] oximeter-db native::io::table_columns::tests::test_column_descriptions
79072025-06-30T23:25:00.037Z PASS [ 0.014s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
79082025-06-30T23:25:00.037Z PASS [ 0.013s] oximeter-db native::io::table_columns::tests::test_column_description_with_default
79092025-06-30T23:25:00.047Z PASS [ 0.012s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
79102025-06-30T23:25:00.050Z PASS [ 0.013s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
79112025-06-30T23:25:00.050Z PASS [ 0.014s] oximeter-db native::io::varuint::test_encode_decode_varuint
79122025-06-30T23:25:00.058Z PASS [ 0.011s] oximeter-db oxql::ast::grammar::tests::test_comparison
79132025-06-30T23:25:00.061Z PASS [ 0.012s] oximeter-db oxql::ast::grammar::tests::test_double_literal
79142025-06-30T23:25:00.061Z PASS [ 0.012s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
79152025-06-30T23:25:00.072Z PASS [ 0.012s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
79162025-06-30T23:25:00.075Z PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
79172025-06-30T23:25:00.075Z PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
79182025-06-30T23:25:00.083Z PASS [ 0.012s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
79192025-06-30T23:25:00.086Z PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
79202025-06-30T23:25:00.090Z PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
79212025-06-30T23:25:00.095Z PASS [ 0.012s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
79222025-06-30T23:25:00.098Z PASS [ 0.012s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
79232025-06-30T23:25:00.102Z PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
79242025-06-30T23:25:00.107Z PASS [ 0.012s] oximeter-db oxql::ast::grammar::tests::test_group_by
79252025-06-30T23:25:00.110Z PASS [ 0.012s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
79262025-06-30T23:25:00.114Z PASS [ 0.012s] oximeter-db oxql::ast::grammar::tests::test_ident
79272025-06-30T23:25:00.120Z PASS [ 0.013s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
79282025-06-30T23:25:00.123Z PASS [ 0.012s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
79292025-06-30T23:25:00.127Z PASS [ 0.013s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
79302025-06-30T23:25:00.133Z PASS [ 0.013s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
79312025-06-30T23:25:00.136Z PASS [ 0.012s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
79322025-06-30T23:25:00.139Z PASS [ 0.011s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
79332025-06-30T23:25:00.145Z PASS [ 0.012s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
79342025-06-30T23:25:00.148Z PASS [ 0.012s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
79352025-06-30T23:25:00.157Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_query
79362025-06-30T23:25:00.166Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
79372025-06-30T23:25:00.171Z PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
79382025-06-30T23:25:00.178Z PASS [ 0.013s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
79392025-06-30T23:25:00.185Z PASS [ 0.013s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
79402025-06-30T23:25:00.192Z PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_reducer
79412025-06-30T23:25:00.199Z PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
79422025-06-30T23:25:00.208Z PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
79432025-06-30T23:25:00.214Z PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
79442025-06-30T23:25:00.220Z PASS [ 0.012s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
79452025-06-30T23:25:00.223Z PASS [ 0.565s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
79462025-06-30T23:25:00.226Z PASS [ 0.566s] oximeter-db native::connection::tests::test_select_nullable_column
79472025-06-30T23:25:00.226Z PASS [ 0.012s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
79482025-06-30T23:25:00.235Z PASS [ 0.015s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
79492025-06-30T23:25:00.238Z PASS [ 0.014s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
79502025-06-30T23:25:00.238Z PASS [ 0.012s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
79512025-06-30T23:25:00.242Z PASS [ 0.015s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
79522025-06-30T23:25:00.249Z PASS [ 0.012s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
79532025-06-30T23:25:00.252Z PASS [ 0.014s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
79542025-06-30T23:25:00.252Z PASS [ 0.013s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
79552025-06-30T23:25:00.255Z PASS [ 0.015s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
79562025-06-30T23:25:00.263Z PASS [ 0.015s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
79572025-06-30T23:25:00.266Z PASS [ 0.016s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
79582025-06-30T23:25:00.271Z PASS [ 0.017s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
79592025-06-30T23:25:00.274Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
79602025-06-30T23:25:00.279Z PASS [ 0.016s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
79612025-06-30T23:25:00.282Z PASS [ 0.015s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
79622025-06-30T23:25:00.286Z PASS [ 0.014s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
79632025-06-30T23:25:00.291Z PASS [ 0.015s] oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
79642025-06-30T23:25:00.294Z PASS [ 0.015s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
79652025-06-30T23:25:00.298Z PASS [ 0.014s] oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
79662025-06-30T23:25:00.302Z PASS [ 0.017s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
79672025-06-30T23:25:00.306Z PASS [ 0.564s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
79682025-06-30T23:25:00.306Z PASS [ 0.016s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
79692025-06-30T23:25:00.309Z PASS [ 0.014s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
79702025-06-30T23:25:00.312Z PASS [ 0.016s] oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
79712025-06-30T23:25:00.316Z PASS [ 0.014s] oximeter-db oxql::plan::align::test::test_align_input_schema
79722025-06-30T23:25:00.390Z PASS [ 0.087s] oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
79732025-06-30T23:25:00.393Z PASS [ 0.081s] oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
79742025-06-30T23:25:00.417Z PASS [ 0.108s] oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
79752025-06-30T23:25:00.423Z PASS [ 0.119s] oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
79762025-06-30T23:25:00.434Z PASS [ 0.118s] oximeter-db oxql::plan::plan::tests::cannot_join_one_table
79772025-06-30T23:25:00.498Z PASS [ 0.108s] oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
79782025-06-30T23:25:00.501Z PASS [ 0.108s] oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
79792025-06-30T23:25:00.520Z PASS [ 0.103s] oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
79802025-06-30T23:25:00.530Z PASS [ 0.106s] oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
79812025-06-30T23:25:00.539Z PASS [ 0.105s] oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
79822025-06-30T23:25:00.617Z PASS [ 0.119s] oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
79832025-06-30T23:25:00.617Z PASS [ 0.117s] oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
79842025-06-30T23:25:00.633Z PASS [ 0.112s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
79852025-06-30T23:25:00.648Z PASS [ 0.108s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
79862025-06-30T23:25:00.651Z PASS [ 0.118s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
79872025-06-30T23:25:00.712Z PASS [ 0.095s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
79882025-06-30T23:25:00.723Z PASS [ 0.106s] oximeter-db oxql::plan::plan::tests::requires_full_table_scan
79892025-06-30T23:25:00.737Z PASS [ 0.104s] oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
79902025-06-30T23:25:00.740Z PASS [ 0.090s] oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
79912025-06-30T23:25:00.749Z PASS [ 0.101s] oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
79922025-06-30T23:25:00.752Z PASS [ 0.014s] oximeter-db oxql::query::tests::test_coalesce_limits
79932025-06-30T23:25:00.762Z PASS [ 0.013s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
79942025-06-30T23:25:00.769Z PASS [ 0.017s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
79952025-06-30T23:25:00.777Z PASS [ 0.015s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
79962025-06-30T23:25:00.784Z PASS [ 0.015s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
79972025-06-30T23:25:00.794Z PASS [ 0.017s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
79982025-06-30T23:25:00.799Z PASS [ 0.015s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
79992025-06-30T23:25:00.812Z PASS [ 0.018s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
80002025-06-30T23:25:00.815Z PASS [ 0.104s] oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
80012025-06-30T23:25:00.819Z PASS [ 0.018s] oximeter-db oxql::query::tests::test_coalesce_predicates
80022025-06-30T23:25:00.822Z PASS [ 0.097s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
80032025-06-30T23:25:00.830Z PASS [ 0.018s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
80042025-06-30T23:25:00.833Z PASS [ 0.017s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
80052025-06-30T23:25:00.836Z PASS [ 0.097s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
80062025-06-30T23:25:00.837Z PASS [ 0.017s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
80072025-06-30T23:25:00.840Z PASS [ 0.017s] oximeter-db oxql::query::tests::test_insert_filters
80082025-06-30T23:25:00.849Z PASS [ 0.019s] oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
80092025-06-30T23:25:00.852Z PASS [ 0.017s] oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
80102025-06-30T23:25:00.852Z PASS [ 0.014s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
80112025-06-30T23:25:00.853Z PASS [ 0.017s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
80122025-06-30T23:25:00.856Z PASS [ 0.020s] oximeter-db oxql::query::tests::test_query_end_time
80132025-06-30T23:25:00.862Z PASS [ 0.012s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
80142025-06-30T23:25:00.865Z PASS [ 0.015s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
80152025-06-30T23:25:00.868Z PASS [ 0.014s] oximeter-db query::tests::test_field_cmp
80162025-06-30T23:25:00.868Z PASS [ 0.014s] oximeter-db query::tests::test_field_selector_as_query
80172025-06-30T23:25:00.872Z PASS [ 0.020s] oximeter-db oxql::query::tests::test_split_query
80182025-06-30T23:25:00.877Z PASS [ 0.015s] oximeter-db query::tests::test_field_value_as_db_str
80192025-06-30T23:25:00.886Z PASS [ 0.018s] oximeter-db query::tests::test_select_query_builder_from_parts
80202025-06-30T23:25:00.889Z PASS [ 0.022s] oximeter-db query::tests::test_select_query_builder_field_selectors
80212025-06-30T23:25:00.889Z PASS [ 0.022s] oximeter-db query::tests::test_select_query_builder_filter_raw
80222025-06-30T23:25:00.892Z PASS [ 0.016s] oximeter-db query::tests::test_select_query_builder_limit_offset
80232025-06-30T23:25:00.895Z PASS [ 0.021s] oximeter-db query::tests::test_select_query_builder_full
80242025-06-30T23:25:00.901Z PASS [ 0.015s] oximeter-db query::tests::test_select_query_builder_no_fields
80252025-06-30T23:25:00.905Z PASS [ 0.017s] oximeter-db query::tests::test_select_query_builder_no_selectors
80262025-06-30T23:25:00.908Z PASS [ 0.016s] oximeter-db query::tests::test_time_range
80272025-06-30T23:25:00.911Z PASS [ 0.020s] oximeter-db query::tests::test_string_field_selector
80282025-06-30T23:25:00.914Z PASS [ 0.019s] oximeter-db sql::tests::test_allow_limit_offset
80292025-06-30T23:25:00.920Z PASS [ 0.019s] oximeter-db sql::tests::test_allow_subqueries
80302025-06-30T23:25:00.923Z PASS [ 0.017s] oximeter-db sql::tests::test_cannot_name_database
80312025-06-30T23:25:00.927Z PASS [ 0.019s] oximeter-db sql::tests::test_ctes_are_not_supported
80322025-06-30T23:25:00.930Z PASS [ 0.020s] oximeter-db sql::tests::test_function_allow_list
80332025-06-30T23:25:00.937Z PASS [ 0.018s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
80342025-06-30T23:25:00.944Z PASS [ 0.024s] oximeter-db sql::tests::test_query_must_be_select_statement
80352025-06-30T23:25:00.948Z PASS [ 0.021s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
80362025-06-30T23:25:00.952Z PASS [ 0.023s] oximeter-db sql::tests::test_require_table_is_timeseries_name
80372025-06-30T23:25:00.955Z PASS [ 0.041s] oximeter-db sql::tests::test_join_must_be_inner
80382025-06-30T23:25:00.955Z PASS [ 0.017s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
80392025-06-30T23:25:00.963Z PASS [ 0.019s] oximeter-db sql::tests::test_with_comma_join_fails
80402025-06-30T23:25:00.966Z PASS [ 0.016s] oximeter-db tests::test_timeseries_key_field_stability
80412025-06-30T23:25:00.970Z PASS [ 0.016s] oximeter-db tests::test_timeseries_key_sample_stability
80422025-06-30T23:25:01.011Z PASS [ 0.048s] oximeter-instruments http::tests::test_latency_tracker
80432025-06-30T23:25:01.051Z PASS [ 0.081s] oximeter-instruments kstat::link::tests::test_kstat_interested
80442025-06-30T23:25:01.145Z PASS [ 0.133s] oximeter-instruments kstat::link::tests::test_kstat_sampler
80452025-06-30T23:25:01.148Z PASS [ 0.094s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
80462025-06-30T23:25:01.200Z PASS [ 0.055s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
80472025-06-30T23:25:01.222Z PASS [ 0.077s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
80482025-06-30T23:25:01.266Z PASS [ 0.066s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
80492025-06-30T23:25:01.302Z PASS [ 0.078s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
80502025-06-30T23:25:01.308Z PASS [ 0.042s] oximeter-instruments kstat::link::tests::test_sled_datalink
80512025-06-30T23:25:01.335Z PASS [ 0.026s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
80522025-06-30T23:25:01.336Z PASS [ 0.035s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
80532025-06-30T23:25:01.351Z PASS [ 0.015s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
80542025-06-30T23:25:01.355Z PASS [ 0.016s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
80552025-06-30T23:25:01.367Z PASS [ 0.015s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
80562025-06-30T23:25:01.370Z PASS [ 0.019s] oximeter-macro-impl tests::test_metric_annotated_field
80572025-06-30T23:25:01.384Z PASS [ 0.018s] oximeter-macro-impl tests::test_metric_datum_field
80582025-06-30T23:25:01.387Z PASS [ 0.016s] oximeter-macro-impl tests::test_metric_enum
80592025-06-30T23:25:01.399Z PASS [ 0.014s] oximeter-macro-impl tests::test_metric_without_datum_field
80602025-06-30T23:25:01.402Z PASS [ 0.016s] oximeter-macro-impl tests::test_target
80612025-06-30T23:25:01.413Z PASS [ 0.015s] oximeter-macro-impl tests::test_target_empty_struct
80622025-06-30T23:25:01.417Z PASS [ 0.014s] oximeter-macro-impl tests::test_target_enum
80632025-06-30T23:25:01.428Z PASS [ 0.015s] oximeter-macro-impl tests::test_target_unit_struct
80642025-06-30T23:25:01.431Z PASS [ 0.014s] oximeter-macro-impl tests::test_target_with_datum_field
80652025-06-30T23:25:01.517Z PASS [ 0.087s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
80662025-06-30T23:25:01.538Z PASS [ 1.391s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
80672025-06-30T23:25:01.541Z PASS [ 0.024s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
80682025-06-30T23:25:01.554Z PASS [ 0.016s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
80692025-06-30T23:25:01.557Z PASS [ 0.016s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
80702025-06-30T23:25:01.568Z PASS [ 0.014s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
80712025-06-30T23:25:01.586Z PASS [ 0.017s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
80722025-06-30T23:25:01.586Z PASS [ 0.028s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
80732025-06-30T23:25:01.616Z PASS [ 0.030s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
80742025-06-30T23:25:01.616Z PASS [ 0.030s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
80752025-06-30T23:25:01.645Z PASS [ 0.028s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
80762025-06-30T23:25:01.656Z PASS [ 0.039s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
80772025-06-30T23:25:01.659Z PASS [ 0.014s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
80782025-06-30T23:25:01.674Z PASS [ 0.018s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
80792025-06-30T23:25:01.678Z PASS [ 0.017s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
80802025-06-30T23:25:01.689Z PASS [ 0.014s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
80812025-06-30T23:25:01.692Z PASS [ 0.015s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
80822025-06-30T23:25:01.704Z PASS [ 0.015s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
80832025-06-30T23:25:01.709Z PASS [ 0.017s] oximeter-schema ir::tests::fail_on_empty_descriptions
80842025-06-30T23:25:01.720Z PASS [ 0.016s] oximeter-schema ir::tests::fail_on_empty_metric_name
80852025-06-30T23:25:01.725Z PASS [ 0.016s] oximeter-schema ir::tests::fail_on_empty_target_name
80862025-06-30T23:25:01.737Z PASS [ 0.016s] oximeter-schema ir::tests::fail_on_very_long_field_names
80872025-06-30T23:25:01.748Z PASS [ 0.023s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
80882025-06-30T23:25:01.757Z PASS [ 0.020s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
80892025-06-30T23:25:01.768Z PASS [ 0.020s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
80902025-06-30T23:25:01.783Z PASS [ 0.026s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
80912025-06-30T23:25:01.790Z PASS [ 0.021s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
80922025-06-30T23:25:01.805Z PASS [ 0.022s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
80932025-06-30T23:25:01.810Z PASS [ 0.020s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
80942025-06-30T23:25:01.828Z PASS [ 0.023s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
80952025-06-30T23:25:01.832Z PASS [ 0.022s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
80962025-06-30T23:25:01.849Z PASS [ 0.020s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
80972025-06-30T23:25:01.853Z PASS [ 0.020s] oximeter-schema ir::tests::only_support_format_version_1
80982025-06-30T23:25:01.867Z PASS [ 0.014s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
80992025-06-30T23:25:01.870Z PASS [ 0.019s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
81002025-06-30T23:25:01.982Z PASS [ 0.114s] oximeter-test-utils tests::test_sample_struct
81012025-06-30T23:25:01.986Z PASS [ 0.119s] oximeter-test-utils tests::test_gen_test_samples
81022025-06-30T23:25:02.004Z PASS [ 0.022s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
81032025-06-30T23:25:02.007Z PASS [ 0.020s] oximeter-test-utils tests::test_timeseries_schema_from_parts
81042025-06-30T23:25:02.021Z PASS [ 0.017s] oximeter-test-utils tests::test_timeseries_schema_from_sample
81052025-06-30T23:25:02.025Z PASS [ 0.019s] oximeter-types histogram::tests::test_bin_range
81062025-06-30T23:25:02.033Z PASS [ 0.012s] oximeter-types histogram::tests::test_bin_range_from
81072025-06-30T23:25:02.037Z PASS [ 0.011s] oximeter-types histogram::tests::test_bin_range_to
81082025-06-30T23:25:02.049Z PASS [ 0.013s] oximeter-types histogram::tests::test_ensure_finite
81092025-06-30T23:25:02.052Z PASS [ 0.019s] oximeter-types histogram::tests::test_empty_bins_not_supported
81102025-06-30T23:25:02.071Z PASS [ 0.018s] oximeter-types histogram::tests::test_histogram_construct_with
81112025-06-30T23:25:02.075Z PASS [ 0.026s] oximeter-types histogram::tests::test_histogram
81122025-06-30T23:25:02.086Z PASS [ 0.015s] oximeter-types histogram::tests::test_histogram_extreme_bins
81132025-06-30T23:25:02.089Z PASS [ 0.012s] oximeter-types histogram::tests::test_histogram_extreme_samples
81142025-06-30T23:25:02.097Z PASS [ 0.011s] oximeter-types histogram::tests::test_histogram_float_bins
81152025-06-30T23:25:02.100Z PASS [ 0.012s] oximeter-types histogram::tests::test_histogram_unbounded_samples
81162025-06-30T23:25:02.112Z PASS [ 0.012s] oximeter-types histogram::tests::test_histogram_with_bins
81172025-06-30T23:25:02.116Z PASS [ 0.017s] oximeter-types histogram::tests::test_histogram_unsorted_bins
81182025-06-30T23:25:02.127Z PASS [ 0.015s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
81192025-06-30T23:25:02.130Z PASS [ 0.015s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
81202025-06-30T23:25:02.139Z PASS [ 0.012s] oximeter-types histogram::tests::test_log_bins_u64
81212025-06-30T23:25:02.147Z PASS [ 0.018s] oximeter-types histogram::tests::test_log_bins_u8
81222025-06-30T23:25:02.160Z PASS [ 0.012s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
81232025-06-30T23:25:02.170Z PASS [ 0.031s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
81242025-06-30T23:25:02.173Z PASS [ 0.012s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
81252025-06-30T23:25:02.185Z PASS [ 0.014s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
81262025-06-30T23:25:02.189Z PASS [ 0.013s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
81272025-06-30T23:25:02.196Z PASS [ 0.011s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
81282025-06-30T23:25:02.199Z PASS [ 0.012s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
81292025-06-30T23:25:02.207Z PASS [ 0.010s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
81302025-06-30T23:25:02.212Z PASS [ 0.015s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
81312025-06-30T23:25:02.217Z PASS [ 0.011s] oximeter-types histogram::tests::test_span_decades
81322025-06-30T23:25:02.228Z PASS [ 0.015s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
81332025-06-30T23:25:02.231Z PASS [ 0.012s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
81342025-06-30T23:25:02.238Z PASS [ 0.011s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
81352025-06-30T23:25:02.242Z PASS [ 0.012s] oximeter-types quantile::tests::test_default_percentiles
81362025-06-30T23:25:02.249Z PASS [ 0.011s] oximeter-types quantile::tests::test_empty_observations
81372025-06-30T23:25:02.254Z PASS [ 0.011s] oximeter-types quantile::tests::test_find_cells
81382025-06-30T23:25:02.260Z PASS [ 0.011s] oximeter-types quantile::tests::test_float_observations
81392025-06-30T23:25:02.266Z PASS [ 0.014s] oximeter-types quantile::tests::test_integer_observations
81402025-06-30T23:25:02.271Z PASS [ 0.011s] oximeter-types quantile::tests::test_invalid_p_value
81412025-06-30T23:25:02.277Z PASS [ 0.011s] oximeter-types quantile::tests::test_max_p
81422025-06-30T23:25:02.282Z PASS [ 0.011s] oximeter-types quantile::tests::test_min_p
81432025-06-30T23:25:02.289Z PASS [ 0.012s] oximeter-types quantile::tests::test_non_filled_observations
81442025-06-30T23:25:02.302Z PASS [ 0.020s] oximeter-types quantile::tests::test_rounding
81452025-06-30T23:25:02.307Z PASS [ 0.015s] oximeter-types schema::tests::test_field_schema_ordering
81462025-06-30T23:25:02.355Z PASS [ 0.053s] oximeter-types schema::tests::test_timeseries_name
81472025-06-30T23:25:02.358Z PASS [ 0.053s] oximeter-types schema::tests::test_timeseries_name_from_str
81482025-06-30T23:25:02.372Z PASS [ 0.017s] oximeter-types traits::tests::test_metric_trait
81492025-06-30T23:25:02.382Z PASS [ 0.024s] oximeter-types traits::tests::test_producer_trait
81502025-06-30T23:25:02.385Z PASS [ 0.012s] oximeter-types traits::tests::test_target_trait
81512025-06-30T23:25:02.394Z PASS [ 0.012s] oximeter-types types::tests::test_cumulative_f64
81522025-06-30T23:25:02.397Z PASS [ 0.012s] oximeter-types types::tests::test_cumulative_i64
81532025-06-30T23:25:02.407Z PASS [ 0.013s] oximeter-types types::tests::test_datum
81542025-06-30T23:25:02.411Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
81552025-06-30T23:25:02.419Z PASS [ 0.012s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
81562025-06-30T23:25:02.425Z PASS [ 0.014s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
81572025-06-30T23:25:02.435Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
81582025-06-30T23:25:02.439Z PASS [ 0.013s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
81592025-06-30T23:25:02.447Z PASS [ 0.012s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
81602025-06-30T23:25:02.453Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
81612025-06-30T23:25:02.463Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
81622025-06-30T23:25:02.466Z PASS [ 0.012s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
81632025-06-30T23:25:02.475Z PASS [ 0.012s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
81642025-06-30T23:25:02.479Z PASS [ 0.013s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
81652025-06-30T23:25:02.488Z PASS [ 0.013s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
81662025-06-30T23:25:02.494Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
81672025-06-30T23:25:02.499Z PASS [ 0.011s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
81682025-06-30T23:25:02.507Z PASS [ 0.013s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
81692025-06-30T23:25:02.511Z PASS [ 0.012s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
81702025-06-30T23:25:02.518Z PASS [ 0.011s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
81712025-06-30T23:25:02.527Z PASS [ 0.015s] oximeter-types types::tests::test_measurement
81722025-06-30T23:25:02.530Z PASS [ 0.013s] oximeter-types types::tests::test_verify_field_names
81732025-06-30T23:25:02.542Z PASS [ 0.012s] oxlog tests::test_is_oxide_smf_log_file
81742025-06-30T23:25:02.548Z PASS [ 0.022s] oxlog tests::test_daterange_filter
81752025-06-30T23:25:02.552Z PASS [ 0.009s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
81762025-06-30T23:25:02.556Z PASS [ 0.008s] oxlog tests::test_sort_logs
81772025-06-30T23:25:02.602Z PASS [ 0.050s] oxlog::bin/oxlog tests::test_parse_timestamp
81782025-06-30T23:25:02.631Z PASS [ 0.029s] oxql-types point::tests::test_cast_points_from_double
81792025-06-30T23:25:02.631Z PASS [ 0.075s] oxql-types point::tests::test_cast_points_from_bool
81802025-06-30T23:25:02.646Z PASS [ 0.014s] oxql-types point::tests::test_cast_points_from_int_distribution
81812025-06-30T23:25:02.650Z PASS [ 0.015s] oxql-types point::tests::test_cast_points_from_double_distribution
81822025-06-30T23:25:02.657Z PASS [ 0.012s] oxql-types point::tests::test_cast_points_from_integer
81832025-06-30T23:25:02.672Z PASS [ 0.015s] oxql-types point::tests::test_join_point_arrays
81842025-06-30T23:25:02.675Z PASS [ 0.026s] oxql-types point::tests::test_cast_points_from_string
81852025-06-30T23:25:02.686Z PASS [ 0.014s] oxql-types point::tests::test_point_delta_between
81862025-06-30T23:25:02.690Z PASS [ 0.014s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
81872025-06-30T23:25:02.699Z PASS [ 0.012s] oxql-types point::tests::test_point_delta_between_with_new_epoch
81882025-06-30T23:25:02.702Z PASS [ 0.012s] oxql-types point::tests::test_push_concrete_values
81892025-06-30T23:25:02.712Z PASS [ 0.014s] oxql-types point::tests::test_sub_between_histogram_distributions
81902025-06-30T23:25:02.758Z PASS [ 0.046s] range-requests test::get_response_no_range
81912025-06-30T23:25:02.783Z PASS [ 0.083s] parallel-task-set test::test_spawn_many
81922025-06-30T23:25:02.794Z PASS [ 0.010s] range-requests test::invalid_ranges
81932025-06-30T23:25:02.802Z PASS [ 0.009s] range-requests test::parse_range_invalid
81942025-06-30T23:25:02.808Z PASS [ 0.049s] range-requests test::get_response_with_range
81952025-06-30T23:25:02.811Z PASS [ 0.009s] range-requests test::parse_range_valid
81962025-06-30T23:25:02.824Z PASS [ 0.013s] range-requests test::range_into_str
81972025-06-30T23:25:02.827Z PASS [ 0.019s] range-requests test::potential_range_parsing_does_not_crash
81982025-06-30T23:25:02.836Z PASS [ 0.012s] range-requests test::single_range_parsing_does_not_crash
81992025-06-30T23:25:03.810Z PASS [ 0.975s] reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
82002025-06-30T23:25:03.931Z PASS [ 0.121s] reconfigurator-cli::test-scripts script::cmds-example.txt
82012025-06-30T23:25:04.071Z PASS [ 0.139s] reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
82022025-06-30T23:25:04.198Z PASS [ 0.127s] reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
82032025-06-30T23:25:04.204Z PASS [ 1.377s] reconfigurator-cli::test-custom test_target_release
82042025-06-30T23:25:04.284Z PASS [ 0.080s] reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
82052025-06-30T23:25:04.335Z PASS [ 0.137s] reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
82062025-06-30T23:25:04.403Z PASS [ 0.119s] reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
82072025-06-30T23:25:04.446Z PASS [ 0.111s] reconfigurator-cli::test-scripts script::cmds.txt
82082025-06-30T23:25:04.514Z PASS [ 3.085s] oximeter-producer tests::test_producer_registration_task
82092025-06-30T23:25:05.361Z PASS [ 0.958s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
82102025-06-30T23:25:05.435Z PASS [ 0.921s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
82112025-06-30T23:25:05.579Z PASS [ 1.132s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
82122025-06-30T23:25:06.342Z PASS [ 0.907s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
82132025-06-30T23:25:06.893Z PASS [ 1.314s] sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
82142025-06-30T23:25:08.468Z PASS [ 32.120s] omicron-sled-agent nexus::test::nexus_self_notification_test
82152025-06-30T23:25:09.493Z PASS [ 3.150s] sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
82162025-06-30T23:25:10.429Z PASS [ 0.936s] sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
82172025-06-30T23:25:10.617Z PASS [ 3.723s] sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
82182025-06-30T23:25:10.663Z PASS [ 0.046s] sled-agent-config-reconciler dump_setup::tests::test_archives_rotated_logs_and_cores
82192025-06-30T23:25:10.700Z PASS [ 0.036s] sled-agent-config-reconciler dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
82202025-06-30T23:25:10.739Z PASS [ 0.039s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold
82212025-06-30T23:25:10.773Z PASS [ 0.034s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold_many_files
82222025-06-30T23:25:10.806Z PASS [ 0.033s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleanup_ignores_support_bundles
82232025-06-30T23:25:10.843Z PASS [ 0.036s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_not_cleaned_under_threshold
82242025-06-30T23:25:10.873Z PASS [ 0.030s] sled-agent-config-reconciler dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
82252025-06-30T23:25:10.906Z PASS [ 0.033s] sled-agent-config-reconciler dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
82262025-06-30T23:25:10.937Z PASS [ 0.031s] sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
82272025-06-30T23:25:10.973Z PASS [ 0.033s] sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
82282025-06-30T23:25:11.252Z PASS [ 0.281s] sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
82292025-06-30T23:25:11.864Z PASS [ 1.435s] sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
82302025-06-30T23:25:11.903Z PASS [ 0.039s] sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
82312025-06-30T23:25:11.931Z PASS [ 0.027s] sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
82322025-06-30T23:25:11.957Z PASS [ 0.027s] sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
82332025-06-30T23:25:12.036Z PASS [ 0.078s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_merges_old_configs
82342025-06-30T23:25:12.180Z PASS [ 0.928s] sled-agent-config-reconciler internal_disks::tests::failures_are_retried
82352025-06-30T23:25:12.206Z PASS [ 0.026s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_returns_none_if_no_legacy_configs
82362025-06-30T23:25:12.275Z PASS [ 6.913s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
82372025-06-30T23:25:12.285Z PASS [ 0.079s] sled-agent-config-reconciler ledger::legacy_configs::tests::test_merge_old_configs
82382025-06-30T23:25:12.313Z PASS [ 0.037s] sled-agent-config-reconciler ledger::legacy_configs::tests::test_old_config_schema
82392025-06-30T23:25:12.344Z PASS [ 0.031s] sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
82402025-06-30T23:25:12.353Z PASS [ 0.067s] sled-agent-config-reconciler ledger::tests::convert_legacy_ledgers_if_present
82412025-06-30T23:25:12.370Z PASS [ 0.026s] sled-agent-config-reconciler ledger::tests::read_existing_config
82422025-06-30T23:25:12.378Z PASS [ 0.026s] sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
82432025-06-30T23:25:12.394Z PASS [ 0.024s] sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
82442025-06-30T23:25:12.411Z PASS [ 0.031s] sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
82452025-06-30T23:25:12.420Z PASS [ 0.026s] sled-agent-config-reconciler ledger::tests::reject_old_config_generation
82462025-06-30T23:25:12.434Z PASS [ 0.024s] sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
82472025-06-30T23:25:13.037Z PASS [ 1.002s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_panics_if_partial_legacy_configs
82482025-06-30T23:25:14.332Z PASS [ 1.755s] sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
82492025-06-30T23:25:14.997Z PASS [ 2.509s] sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
82502025-06-30T23:25:15.505Z PASS [ 14.549s] oximeter-db::integration_test test_schemas_disjoint
82512025-06-30T23:25:15.536Z PASS [ 0.030s] sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
82522025-06-30T23:25:15.564Z PASS [ 0.029s] sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
82532025-06-30T23:25:15.594Z PASS [ 0.030s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
82542025-06-30T23:25:15.626Z PASS [ 0.032s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
82552025-06-30T23:25:15.653Z PASS [ 0.026s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
82562025-06-30T23:25:15.685Z PASS [ 0.032s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
82572025-06-30T23:25:15.713Z PASS [ 0.028s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
82582025-06-30T23:25:15.743Z PASS [ 0.030s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
82592025-06-30T23:25:15.916Z PASS [ 0.172s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
82602025-06-30T23:25:15.933Z PASS [ 7.465s] sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
82612025-06-30T23:25:15.946Z PASS [ 0.030s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
82622025-06-30T23:25:15.985Z PASS [ 0.039s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
82632025-06-30T23:25:15.988Z PASS [ 0.052s] sled-agent-types rack_init::tests::parse_rack_initialization
82642025-06-30T23:25:16.005Z PASS [ 0.019s] sled-agent-types rack_init::tests::test_subnets
82652025-06-30T23:25:16.031Z PASS [ 0.046s] sled-agent-types rack_init::tests::test_extra_certs
82662025-06-30T23:25:16.045Z PASS [ 0.040s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
82672025-06-30T23:25:16.054Z PASS [ 0.022s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
82682025-06-30T23:25:16.062Z PASS [ 0.017s] sled-agent-types zone_bundle::tests::test_compare_bundles
82692025-06-30T23:25:16.069Z PASS [ 0.017s] sled-agent-types zone_bundle::tests::test_priority_dimension
82702025-06-30T23:25:16.077Z PASS [ 0.016s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
82712025-06-30T23:25:16.082Z PASS [ 0.013s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
82722025-06-30T23:25:16.216Z PASS [ 0.133s] sled-agent-zone-images mupdate_override::tests::read_boot_install_dataset_missing
82732025-06-30T23:25:16.225Z PASS [ 0.140s] sled-agent-zone-images mupdate_override::tests::read_boot_absent_other_present
82742025-06-30T23:25:16.237Z PASS [ 0.019s] sled-agent-zone-images mupdate_override::tests::read_boot_present_other_absent
82752025-06-30T23:25:16.240Z PASS [ 0.022s] sled-agent-zone-images mupdate_override::tests::read_boot_install_dataset_not_dir
82762025-06-30T23:25:16.258Z PASS [ 0.020s] sled-agent-zone-images mupdate_override::tests::read_both_absent
82772025-06-30T23:25:16.264Z PASS [ 0.027s] sled-agent-zone-images mupdate_override::tests::read_boot_read_error
82782025-06-30T23:25:16.279Z PASS [ 0.020s] sled-agent-zone-images mupdate_override::tests::read_both_present
82792025-06-30T23:25:16.285Z PASS [ 0.021s] sled-agent-zone-images mupdate_override::tests::read_different_values
82802025-06-30T23:25:16.300Z PASS [ 0.021s] sled-agent-zone-images mupdate_override::tests::read_solo_boot_disk
82812025-06-30T23:25:16.325Z PASS [ 0.025s] sled-agent-zone-images source_resolver::tests::file_source_zone_manifest_invalid
82822025-06-30T23:25:16.332Z PASS [ 0.047s] sled-agent-zone-images source_resolver::tests::file_source_with_errors
82832025-06-30T23:25:16.344Z PASS [ 0.019s] sled-agent-zone-images source_resolver::tests::resolver_status_to_inventory
82842025-06-30T23:25:16.354Z PASS [ 0.022s] sled-agent-zone-images zone_manifest::tests::read_boot_disk_missing
82852025-06-30T23:25:16.367Z PASS [ 0.023s] sled-agent-zone-images zone_manifest::tests::read_boot_disk_read_error
82862025-06-30T23:25:16.377Z PASS [ 0.023s] sled-agent-zone-images zone_manifest::tests::read_boot_disk_zone_mismatch
82872025-06-30T23:25:16.398Z PASS [ 0.031s] sled-agent-zone-images zone_manifest::tests::read_non_boot_disk_zone_mismatch
82882025-06-30T23:25:16.403Z PASS [ 0.025s] sled-agent-zone-images zone_manifest::tests::read_success
82892025-06-30T23:25:16.592Z PASS [ 3.554s] sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
82902025-06-30T23:25:16.792Z PASS [ 2.617s] sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
82912025-06-30T23:25:18.134Z PASS [ 3.190s] sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
82922025-06-30T23:25:18.166Z PASS [ 0.032s] sled-diagnostics logs::test::test_sort_cockroach_extra_logs
82932025-06-30T23:25:18.201Z PASS [ 0.035s] sled-diagnostics queries::test::test_command_stderr_is_correct
82942025-06-30T23:25:18.237Z PASS [ 0.033s] sled-diagnostics queries::test::test_command_stdout_is_correct
82952025-06-30T23:25:18.266Z PASS [ 0.031s] sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
82962025-06-30T23:25:18.446Z PASS [ 17.479s] oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
82972025-06-30T23:25:18.503Z PASS [ 0.049s] sled-hardware disk::test::test_disk_paths
82982025-06-30T23:25:18.525Z PASS [ 0.023s] sled-hardware disk::test::test_partition_device_paths
82992025-06-30T23:25:18.624Z PASS [ 0.096s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
83002025-06-30T23:25:18.644Z PASS [ 0.021s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
83012025-06-30T23:25:18.666Z PASS [ 0.023s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
83022025-06-30T23:25:18.691Z PASS [ 0.025s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
83032025-06-30T23:25:18.720Z PASS [ 0.029s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
83042025-06-30T23:25:18.737Z PASS [ 0.017s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
83052025-06-30T23:25:18.755Z PASS [ 0.019s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
83062025-06-30T23:25:18.783Z PASS [ 0.028s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
83072025-06-30T23:25:18.790Z PASS [ 0.525s] sled-diagnostics queries::test::test_long_running_command_is_aborted
83082025-06-30T23:25:18.850Z PASS [ 0.066s] sled-storage dataset::test::serialize_dataset_name
83092025-06-30T23:25:18.890Z PASS [ 0.040s] sled-storage manager::test::test_omicron_physical_disks_schema
83102025-06-30T23:25:18.890Z PASS [ 0.100s] sled-storage manager::test::test_datasets_schema
83112025-06-30T23:25:19.375Z PASS [ 2.783s] sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
83122025-06-30T23:25:19.415Z PASS [ 0.039s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
83132025-06-30T23:25:19.855Z PASS [ 3.452s] sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
83142025-06-30T23:25:19.926Z PASS [ 3.134s] sled-diagnostics logs::illumos_tests::log_snapshots_work
83152025-06-30T23:25:19.987Z PASS [ 3.589s] sled-diagnostics logs::illumos_tests::collect_current_logs
83162025-06-30T23:25:20.491Z PASS [ 1.601s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
83172025-06-30T23:25:21.351Z PASS [ 2.461s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
83182025-06-30T23:25:21.392Z PASS [ 0.041s] sled-storage manager::tests::ensure_using_exactly_these_disks
83192025-06-30T23:25:21.926Z PASS [ 2.071s] sled-storage manager::tests::ensure_datasets
83202025-06-30T23:25:22.143Z PASS [ 2.155s] sled-storage manager::tests::ensure_datasets_get_mounted_even_with_data
83212025-06-30T23:25:22.204Z PASS [ 2.789s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
83222025-06-30T23:25:22.263Z PASS [ 2.336s] sled-storage manager::tests::ensure_datasets_get_mounted
83232025-06-30T23:25:22.422Z PASS [ 30.031s] oximeter-db client::tests::cannot_ping_nonexistent_server
83242025-06-30T23:25:23.433Z PASS [ 1.230s] sled-storage manager::tests::update_rawdisk_firmware
83252025-06-30T23:25:23.783Z PASS [ 2.390s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
83262025-06-30T23:25:24.514Z PASS [ 2.370s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
83272025-06-30T23:25:24.585Z PASS [ 2.656s] sled-storage manager::tests::nested_dataset
83282025-06-30T23:25:24.733Z PASS [ 0.150s] trust-quorum validators::tests::test_validate_reconfigure_msg_failure
83292025-06-30T23:25:24.781Z PASS [ 2.518s] sled-storage manager::tests::upsert_filesystem
83302025-06-30T23:25:24.793Z PASS [ 0.280s] trust-quorum node::tests::initial_configuration
83312025-06-30T23:25:24.845Z PASS [ 2.423s] sled-storage manager::tests::upsert_filesystem_no_uuid
83322025-06-30T23:25:24.850Z PASS [ 0.117s] trust-quorum validators::tests::test_validate_reconfigure_msg_new_success
83332025-06-30T23:25:24.946Z PASS [ 1.163s] trust-quorum crypto::tests::rack_secret_test
83342025-06-30T23:25:25.075Z PASS [ 0.129s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
83352025-06-30T23:25:25.099Z PASS [ 1.665s] sled-storage manager::tests::wait_for_boot_disk
83362025-06-30T23:25:25.160Z PASS [ 0.085s] update-common artifacts::update_plan::tests::test_bad_rot_versions
83372025-06-30T23:25:25.176Z PASS [ 0.077s] update-common artifacts::update_plan::tests::test_multi_rot_bord
83382025-06-30T23:25:25.219Z PASS [ 0.043s] update-common artifacts::update_plan::tests::test_split_control_plane
83392025-06-30T23:25:25.237Z PASS [ 0.077s] update-common artifacts::update_plan::tests::test_multi_rot_version
83402025-06-30T23:25:25.246Z PASS [ 0.027s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
83412025-06-30T23:25:25.269Z PASS [ 0.032s] update-common artifacts::update_plan::tests::test_too_many_rot_bord
83422025-06-30T23:25:25.304Z PASS [ 0.059s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
83432025-06-30T23:25:25.520Z PASS [ 0.215s] update-engine display::group_display::tests::test_stats
83442025-06-30T23:25:25.544Z PASS [ 0.762s] trust-quorum::coordinator test_coordinator_behavior_from_empty_state
83452025-06-30T23:25:25.552Z PASS [ 0.030s] update-engine display::line_display_shared::tests::test_format_progress_counter
83462025-06-30T23:25:25.582Z PASS [ 0.030s] update-engine display::line_display_shared::tests::test_start_line
83472025-06-30T23:25:25.585Z PASS [ 0.031s] update-engine engine::tests::error_exits_early
83482025-06-30T23:25:25.604Z PASS [ 0.811s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
83492025-06-30T23:25:25.613Z PASS [ 0.768s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
83502025-06-30T23:25:25.627Z PASS [ 0.046s] update-engine events::tests::progress_event_parse_unknown
83512025-06-30T23:25:25.628Z PASS [ 0.045s] update-engine events::tests::step_event_parse_unknown
83522025-06-30T23:25:25.630Z PASS [ 0.026s] update-engine spec::tests::test_merge_anyhow_list
83532025-06-30T23:25:25.654Z PASS [ 0.024s] wicket state::rack::tests::up_down_are_opposites
83542025-06-30T23:25:25.657Z PASS [ 0.027s] wicket state::rack::tests::prev_next_are_opposites
83552025-06-30T23:25:25.657Z PASS [ 0.027s] wicket state::inventory::tests::component_id_display
83562025-06-30T23:25:25.676Z PASS [ 0.406s] update-engine buffer::tests::test_buffer
83572025-06-30T23:25:25.749Z PASS [ 0.092s] wicket-common rack_setup::tests::roundtrip_import_export_policy
83582025-06-30T23:25:25.787Z PASS [ 0.132s] wicketd installinator_progress::tests::test_states
83592025-06-30T23:25:25.791Z PASS [ 0.114s] wicketd rss_config::tests::test_bgp_auth_key_states
83602025-06-30T23:25:25.820Z PASS [ 0.206s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
83612025-06-30T23:25:26.119Z PASS [ 25.163s] oximeter-db::integration_test test_cluster
83622025-06-30T23:25:26.301Z PASS [ 0.646s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
83632025-06-30T23:25:27.362Z PASS [ 1.615s] wicketd::mod integration_tests::inventory::test_inventory
83642025-06-30T23:25:27.708Z PASS [ 1.919s] wicketd::mod integration_tests::updates::test_update_races
83652025-06-30T23:25:27.857Z PASS [ 2.070s] wicketd::mod integration_tests::updates::test_installinator_fetch
83662025-06-30T23:25:27.920Z PASS [ 3.069s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
83672025-06-30T23:25:28.838Z PASS [ 8.346s] sled-storage manager::tests::ensure_many_datasets
83682025-06-30T23:25:29.773Z PASS [ 3.953s] wicketd::mod integration_tests::updates::test_updates
83692025-06-30T23:25:29.776Z────────────
83702025-06-30T23:25:29.776Z Summary [2723.987s] 2119 tests run: 2119 passed (30 slow), 3 skipped
83712025-06-30T23:25:29.850Z
83722025-06-30T23:25:29.854Zreal 45:46.549838119
83732025-06-30T23:25:29.854Zuser 4:49:34.193379081
83742025-06-30T23:25:29.854Zsys 45:11.543345389
83752025-06-30T23:25:29.854Ztrap 3:56.582005175
83762025-06-30T23:25:29.854Ztflt 54.329559056
83772025-06-30T23:25:29.854Zdflt 2:44.876301832
83782025-06-30T23:25:29.854Zkflt 0.711339086
83792025-06-30T23:25:29.854Zlock 1560:53:47.402632370
83802025-06-30T23:25:29.854Zslp 124:51:42.997847785
83812025-06-30T23:25:29.854Zlat 6:32:22.953032398
83822025-06-30T23:25:29.854Zstop 1:13:31.535686139
83832025-06-30T23:25:29.854Z+ banner doctest
83842025-06-30T23:25:29.854Z
83852025-06-30T23:25:29.854Z ##### #### #### ##### ###### #### #####
83862025-06-30T23:25:29.854Z # # # # # # # # # #
83872025-06-30T23:25:29.854Z # # # # # # ##### #### #
83882025-06-30T23:25:29.854Z # # # # # # # # #
83892025-06-30T23:25:29.854Z # # # # # # # # # # #
83902025-06-30T23:25:29.854Z ##### #### #### # ###### #### #
83912025-06-30T23:25:29.854Z
83922025-06-30T23:25:29.854Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
83932025-06-30T23:25:32.053Z Fresh unicode-ident v1.0.18
83942025-06-30T23:25:32.053Z Fresh cfg-if v1.0.1
83952025-06-30T23:25:32.057Z Fresh autocfg v1.4.0
83962025-06-30T23:25:32.057Z Fresh memchr v2.7.4
83972025-06-30T23:25:32.057Z Fresh value-bag v1.9.0
83982025-06-30T23:25:32.057Z Fresh proc-macro2 v1.0.95
83992025-06-30T23:25:32.057Z Fresh log v0.4.27
84002025-06-30T23:25:32.057Z Fresh smallvec v1.15.0
84012025-06-30T23:25:32.057Z Fresh version_check v0.9.5
84022025-06-30T23:25:32.057Z Fresh itoa v1.0.11
84032025-06-30T23:25:32.057Z Fresh quote v1.0.40
84042025-06-30T23:25:32.057Z Fresh libc v0.2.174
84052025-06-30T23:25:32.057Z Fresh scopeguard v1.2.0
84062025-06-30T23:25:32.057Z Fresh stable_deref_trait v1.2.0
84072025-06-30T23:25:32.057Z Fresh syn v2.0.104
84082025-06-30T23:25:32.057Z Fresh getrandom v0.2.15
84092025-06-30T23:25:32.057Z Fresh lock_api v0.4.12
84102025-06-30T23:25:32.057Z Fresh ryu v1.0.18
84112025-06-30T23:25:32.057Z Fresh critical-section v1.1.3
84122025-06-30T23:25:32.057Z Fresh serde_derive v1.0.219
84132025-06-30T23:25:32.057Z Fresh zeroize_derive v1.4.2
84142025-06-30T23:25:32.057Z Fresh libm v0.2.8
84152025-06-30T23:25:32.057Z Fresh portable-atomic v1.11.0
84162025-06-30T23:25:32.057Z Fresh synstructure v0.13.1
84172025-06-30T23:25:32.057Z Fresh rand_core v0.6.4
84182025-06-30T23:25:32.057Z Fresh zerovec-derive v0.10.3
84192025-06-30T23:25:32.057Z Fresh displaydoc v0.2.5
84202025-06-30T23:25:32.057Z Fresh serde v1.0.219
84212025-06-30T23:25:32.057Z Fresh zeroize v1.8.1
84222025-06-30T23:25:32.057Z Fresh num-traits v0.2.19
84232025-06-30T23:25:32.057Z Fresh once_cell v1.21.3
84242025-06-30T23:25:32.057Z Fresh zerofrom-derive v0.1.4
84252025-06-30T23:25:32.057Z Fresh yoke-derive v0.7.4
84262025-06-30T23:25:32.057Z Fresh pin-project-lite v0.2.14
84272025-06-30T23:25:32.057Z Fresh bytes v1.10.1
84282025-06-30T23:25:32.057Z Fresh bitflags v2.9.0
84292025-06-30T23:25:32.057Z Fresh zerofrom v0.1.4
84302025-06-30T23:25:32.057Z Fresh percent-encoding v2.3.1
84312025-06-30T23:25:32.058Z Fresh writeable v0.5.5
84322025-06-30T23:25:32.058Z Fresh litemap v0.7.3
84332025-06-30T23:25:32.062Z Fresh icu_provider_macros v1.5.0
84342025-06-30T23:25:32.062Z Fresh yoke v0.7.4
84352025-06-30T23:25:32.062Z Fresh serde_json v1.0.140
84362025-06-30T23:25:32.062Z Fresh shlex v1.3.0
84372025-06-30T23:25:32.062Z Fresh byteorder v1.5.0
84382025-06-30T23:25:32.062Z Fresh icu_locid_transform_data v1.5.0
84392025-06-30T23:25:32.062Z Fresh icu_properties_data v1.5.0
84402025-06-30T23:25:32.062Z Fresh regex-syntax v0.8.5
84412025-06-30T23:25:32.062Z Fresh jobserver v0.1.32
84422025-06-30T23:25:32.062Z Fresh zerovec v0.10.4
84432025-06-30T23:25:32.062Z Fresh utf16_iter v1.0.5
84442025-06-30T23:25:32.062Z Fresh icu_normalizer_data v1.5.0
84452025-06-30T23:25:32.062Z Fresh utf8_iter v1.0.4
84462025-06-30T23:25:32.062Z Fresh write16 v1.0.0
84472025-06-30T23:25:32.062Z Fresh cc v1.2.15
84482025-06-30T23:25:32.062Z Fresh tinystr v0.7.6
84492025-06-30T23:25:32.062Z Fresh icu_collections v1.5.0
84502025-06-30T23:25:32.062Z Fresh form_urlencoded v1.2.1
84512025-06-30T23:25:32.063Z Fresh aho-corasick v1.1.3
84522025-06-30T23:25:32.063Z Fresh equivalent v1.0.2
84532025-06-30T23:25:32.063Z Fresh icu_locid v1.5.0
84542025-06-30T23:25:32.063Z Fresh parking_lot_core v0.9.10
84552025-06-30T23:25:32.063Z Fresh semver v1.0.26
84562025-06-30T23:25:32.063Z Fresh regex-automata v0.4.8
84572025-06-30T23:25:32.063Z Fresh allocator-api2 v0.2.21
84582025-06-30T23:25:32.063Z Fresh foldhash v0.1.5
84592025-06-30T23:25:32.063Z Fresh subtle v2.6.1
84602025-06-30T23:25:32.063Z Fresh icu_provider v1.5.0
84612025-06-30T23:25:32.063Z Fresh parking_lot v0.12.3
84622025-06-30T23:25:32.063Z Fresh getrandom v0.3.1
84632025-06-30T23:25:32.063Z Fresh hashbrown v0.15.4
84642025-06-30T23:25:32.063Z Fresh signal-hook-registry v1.4.2
84652025-06-30T23:25:32.063Z Fresh errno v0.3.12
84662025-06-30T23:25:32.063Z Fresh icu_locid_transform v1.5.0
84672025-06-30T23:25:32.063Z Fresh fnv v1.0.7
84682025-06-30T23:25:32.063Z Fresh futures-core v0.3.31
84692025-06-30T23:25:32.064Z Fresh mio v1.0.2
84702025-06-30T23:25:32.064Z Fresh regex v1.11.1
84712025-06-30T23:25:32.064Z Fresh icu_properties v1.5.1
84722025-06-30T23:25:32.064Z Fresh typenum v1.17.0
84732025-06-30T23:25:32.064Z Fresh thiserror-impl v1.0.69
84742025-06-30T23:25:32.064Z Fresh heck v0.5.0
84752025-06-30T23:25:32.064Z Fresh either v1.15.0
84762025-06-30T23:25:32.064Z Fresh tokio-macros v2.5.0
84772025-06-30T23:25:32.064Z Fresh icu_normalizer v1.5.0
84782025-06-30T23:25:32.064Z Fresh generic-array v0.14.7
84792025-06-30T23:25:32.064Z Fresh thiserror v1.0.69
84802025-06-30T23:25:32.064Z Fresh socket2 v0.5.10
84812025-06-30T23:25:32.064Z Fresh indexmap v2.9.0
84822025-06-30T23:25:32.064Z Fresh zerocopy-derive v0.7.35
84832025-06-30T23:25:32.064Z Fresh iana-time-zone v0.1.63
84842025-06-30T23:25:32.064Z Fresh idna_adapter v1.2.0
84852025-06-30T23:25:32.064Z Fresh rustix v0.38.37
84862025-06-30T23:25:32.064Z Fresh crypto-common v0.1.6
84872025-06-30T23:25:32.064Z Fresh tokio v1.45.1
84882025-06-30T23:25:32.064Z Fresh zerocopy v0.7.35
84892025-06-30T23:25:32.064Z Fresh chrono v0.4.41
84902025-06-30T23:25:32.064Z Fresh uuid v1.17.0
84912025-06-30T23:25:32.064Z Fresh idna v1.0.3
84922025-06-30T23:25:32.064Z Fresh spin v0.9.8
84932025-06-30T23:25:32.064Z Fresh pkg-config v0.3.31
84942025-06-30T23:25:32.064Z Fresh futures-io v0.3.31
84952025-06-30T23:25:32.064Z Fresh const-oid v0.9.6
84962025-06-30T23:25:32.064Z Fresh serde_derive_internals v0.29.1
84972025-06-30T23:25:32.068Z Fresh url v2.5.4
84982025-06-30T23:25:32.068Z Fresh slab v0.4.9
84992025-06-30T23:25:32.068Z Fresh dyn-clone v1.0.19
85002025-06-30T23:25:32.068Z Fresh schemars_derive v0.8.22
85012025-06-30T23:25:32.068Z Fresh block-buffer v0.10.4
85022025-06-30T23:25:32.069Z Fresh futures-sink v0.3.31
85032025-06-30T23:25:32.069Z Fresh lazy_static v1.5.0
85042025-06-30T23:25:32.069Z Fresh schemars v0.8.22
85052025-06-30T23:25:32.069Z Fresh digest v0.10.7
85062025-06-30T23:25:32.069Z Fresh cpufeatures v0.2.14
85072025-06-30T23:25:32.069Z Fresh pin-utils v0.1.0
85082025-06-30T23:25:32.069Z Fresh futures-channel v0.3.31
85092025-06-30T23:25:32.069Z Fresh ppv-lite86 v0.2.20
85102025-06-30T23:25:32.069Z Fresh futures-macro v0.3.31
85112025-06-30T23:25:32.069Z Fresh futures-task v0.3.31
85122025-06-30T23:25:32.069Z Fresh futures-util v0.3.31
85132025-06-30T23:25:32.069Z Fresh tracing-core v0.1.32
85142025-06-30T23:25:32.069Z Fresh tracing-attributes v0.1.27
85152025-06-30T23:25:32.069Z Fresh glob v0.3.2
85162025-06-30T23:25:32.069Z Fresh http v1.3.1
85172025-06-30T23:25:32.069Z Fresh thiserror-impl v2.0.12
85182025-06-30T23:25:32.069Z Fresh tracing v0.1.40
85192025-06-30T23:25:32.069Z Fresh strsim v0.11.1
85202025-06-30T23:25:32.069Z Fresh minimal-lexical v0.2.1
85212025-06-30T23:25:32.069Z Fresh syn v1.0.109
85222025-06-30T23:25:32.069Z Fresh thiserror v2.0.12
85232025-06-30T23:25:32.069Z Fresh nom v7.1.3
85242025-06-30T23:25:32.069Z Fresh libloading v0.8.5
85252025-06-30T23:25:32.069Z Fresh crossbeam-utils v0.8.21
85262025-06-30T23:25:32.069Z Fresh vcpkg v0.2.15
85272025-06-30T23:25:32.069Z Fresh prettyplease v0.2.35
85282025-06-30T23:25:32.069Z Fresh clang-sys v1.8.1
85292025-06-30T23:25:32.069Z Fresh cexpr v0.6.0
85302025-06-30T23:25:32.069Z Fresh rand_chacha v0.3.1
85312025-06-30T23:25:32.069Z Fresh home v0.5.9
85322025-06-30T23:25:32.069Z Fresh paste v1.0.15
85332025-06-30T23:25:32.069Z Fresh adler2 v2.0.0
85342025-06-30T23:25:32.069Z Fresh rand v0.8.5
85352025-06-30T23:25:32.069Z Fresh block-padding v0.3.3
85362025-06-30T23:25:32.069Z Fresh powerfmt v0.2.0
85372025-06-30T23:25:32.069Z Fresh time-core v0.1.2
85382025-06-30T23:25:32.069Z Fresh num-conv v0.1.0
85392025-06-30T23:25:32.069Z Fresh miniz_oxide v0.8.5
85402025-06-30T23:25:32.069Z Fresh time-macros v0.2.18
85412025-06-30T23:25:32.070Z Fresh inout v0.1.3
85422025-06-30T23:25:32.070Z Fresh deranged v0.3.11
85432025-06-30T23:25:32.070Z Fresh serde_tokenstream v0.2.2
85442025-06-30T23:25:32.070Z Fresh num_threads v0.1.7
85452025-06-30T23:25:32.070Z Fresh itertools v0.12.1
85462025-06-30T23:25:32.070Z Fresh cipher v0.4.4
85472025-06-30T23:25:32.070Z Fresh time v0.3.36
85482025-06-30T23:25:32.070Z Fresh base64 v0.22.1
85492025-06-30T23:25:32.070Z Fresh which v4.4.2
85502025-06-30T23:25:32.070Z Fresh tokio-util v0.7.15
85512025-06-30T23:25:32.070Z Fresh ipnet v2.11.0
85522025-06-30T23:25:32.070Z Fresh atomic-waker v1.1.2
85532025-06-30T23:25:32.071Z Fresh lazycell v1.3.0
85542025-06-30T23:25:32.071Z Fresh rustc-hash v1.1.0
85552025-06-30T23:25:32.071Z Fresh cmake v0.1.51
85562025-06-30T23:25:32.071Z Fresh base64ct v1.6.0
85572025-06-30T23:25:32.071Z Fresh dunce v1.0.5
85582025-06-30T23:25:32.071Z Fresh bindgen v0.69.5
85592025-06-30T23:25:32.071Z Fresh fs_extra v1.3.0
85602025-06-30T23:25:32.071Z Fresh untrusted v0.9.0
85612025-06-30T23:25:32.071Z Fresh httparse v1.9.5
85622025-06-30T23:25:32.071Z Fresh hmac v0.12.1
85632025-06-30T23:25:32.071Z Fresh sha2 v0.10.9
85642025-06-30T23:25:32.071Z Fresh gimli v0.31.1
85652025-06-30T23:25:32.071Z Fresh serde_spanned v0.6.9
85662025-06-30T23:25:32.071Z Fresh ring v0.17.14
85672025-06-30T23:25:32.071Z Fresh addr2line v0.24.2
85682025-06-30T23:25:32.071Z Fresh toml_datetime v0.6.11
85692025-06-30T23:25:32.071Z Fresh object v0.36.5
85702025-06-30T23:25:32.071Z Fresh rustls-pki-types v1.10.0
85712025-06-30T23:25:32.071Z Fresh rustc-demangle v0.1.24
85722025-06-30T23:25:32.075Z Fresh backtrace v0.3.74
85732025-06-30T23:25:32.075Z Fresh http-body v1.0.1
85742025-06-30T23:25:32.075Z Fresh pem-rfc7468 v0.7.0
85752025-06-30T23:25:32.075Z Fresh zerocopy-derive v0.8.26
85762025-06-30T23:25:32.075Z Fresh aws-lc-sys v0.26.0
85772025-06-30T23:25:32.075Z Fresh try-lock v0.2.5
85782025-06-30T23:25:32.075Z Fresh untrusted v0.7.1
85792025-06-30T23:25:32.075Z Fresh httpdate v1.0.3
85802025-06-30T23:25:32.075Z Fresh anyhow v1.0.98
85812025-06-30T23:25:32.075Z Fresh zerocopy v0.8.26
85822025-06-30T23:25:32.075Z Fresh aws-lc-rs v1.12.4
85832025-06-30T23:25:32.075Z Fresh want v0.3.1
85842025-06-30T23:25:32.075Z Fresh h2 v0.4.6
85852025-06-30T23:25:32.075Z Fresh tower-service v0.3.3
85862025-06-30T23:25:32.075Z Fresh utf8parse v0.2.2
85872025-06-30T23:25:32.075Z Fresh der_derive v0.7.3
85882025-06-30T23:25:32.075Z Fresh rustls-webpki v0.102.8
85892025-06-30T23:25:32.075Z Fresh hyper v1.6.0
85902025-06-30T23:25:32.075Z Fresh flagset v0.4.6
85912025-06-30T23:25:32.075Z Fresh pbkdf2 v0.12.2
85922025-06-30T23:25:32.075Z Fresh aes v0.8.4
85932025-06-30T23:25:32.075Z Fresh async-trait v0.1.88
85942025-06-30T23:25:32.075Z Fresh der v0.7.9
85952025-06-30T23:25:32.076Z Fresh mime v0.3.17
85962025-06-30T23:25:32.076Z Fresh hyper-util v0.1.14
85972025-06-30T23:25:32.076Z Fresh salsa20 v0.10.2
85982025-06-30T23:25:32.076Z Fresh cbc v0.1.2
85992025-06-30T23:25:32.076Z Fresh slog v2.7.0
86002025-06-30T23:25:32.076Z Fresh spki v0.7.3
86012025-06-30T23:25:32.076Z Fresh rustversion v1.0.17
86022025-06-30T23:25:32.076Z Fresh anstyle v1.0.11
86032025-06-30T23:25:32.076Z Fresh openssl-probe v0.1.5
86042025-06-30T23:25:32.076Z Fresh foreign-types-shared v0.1.1
86052025-06-30T23:25:32.076Z Fresh scrypt v0.11.0
86062025-06-30T23:25:32.076Z Fresh foreign-types v0.3.2
86072025-06-30T23:25:32.076Z Fresh openssl-sys v0.9.109
86082025-06-30T23:25:32.076Z Fresh http-body-util v0.1.3
86092025-06-30T23:25:32.076Z Fresh rustc_version v0.4.1
86102025-06-30T23:25:32.077Z Fresh openssl-macros v0.1.1
86112025-06-30T23:25:32.077Z Fresh pkcs5 v0.7.1
86122025-06-30T23:25:32.077Z Fresh anstyle-parse v0.2.5
86132025-06-30T23:25:32.077Z Fresh openssl v0.10.73
86142025-06-30T23:25:32.077Z Fresh colorchoice v1.0.2
86152025-06-30T23:25:32.077Z Fresh is_terminal_polyfill v1.70.1
86162025-06-30T23:25:32.077Z Fresh anstyle-query v1.1.1
86172025-06-30T23:25:32.077Z Fresh pkcs8 v0.10.2
86182025-06-30T23:25:32.077Z Fresh terminal_size v0.4.0
86192025-06-30T23:25:32.077Z Fresh anstream v0.6.18
86202025-06-30T23:25:32.077Z Fresh rustls v0.23.19
86212025-06-30T23:25:32.077Z Fresh serde_urlencoded v0.7.1
86222025-06-30T23:25:32.077Z Fresh encoding_rs v0.8.34
86232025-06-30T23:25:32.077Z Fresh sync_wrapper v1.0.1
86242025-06-30T23:25:32.077Z Fresh litrs v0.4.1
86252025-06-30T23:25:32.077Z Fresh tokio-rustls v0.26.0
86262025-06-30T23:25:32.078Z Fresh native-tls v0.2.12
86272025-06-30T23:25:32.078Z Fresh psl-types v2.0.11
86282025-06-30T23:25:32.078Z Fresh tower-layer v0.3.3
86292025-06-30T23:25:32.078Z Fresh clap_lex v0.7.4
86302025-06-30T23:25:32.078Z Fresh document-features v0.2.10
86312025-06-30T23:25:32.078Z Fresh rustls-native-certs v0.8.1
86322025-06-30T23:25:32.078Z Fresh clap_builder v4.5.40
86332025-06-30T23:25:32.078Z Fresh cookie v0.18.1
86342025-06-30T23:25:32.078Z Fresh tower v0.5.2
86352025-06-30T23:25:32.078Z Fresh publicsuffix v2.3.0
86362025-06-30T23:25:32.078Z Fresh tokio-native-tls v0.3.1
86372025-06-30T23:25:32.078Z Fresh webpki-roots v1.0.0
86382025-06-30T23:25:32.078Z Fresh openapiv3 v2.2.0
86392025-06-30T23:25:32.078Z Fresh clap_derive v4.5.40
86402025-06-30T23:25:32.078Z Fresh iri-string v0.7.8
86412025-06-30T23:25:32.078Z Fresh ucd-trie v0.1.7
86422025-06-30T23:25:32.078Z Fresh clap v4.5.40
86432025-06-30T23:25:32.078Z Fresh hyper-rustls v0.27.7
86442025-06-30T23:25:32.078Z Fresh cookie_store v0.21.1
86452025-06-30T23:25:32.078Z Fresh hyper-tls v0.6.0
86462025-06-30T23:25:32.078Z Fresh ipnetwork v0.21.1
86472025-06-30T23:25:32.078Z Fresh data-encoding v2.9.0
86482025-06-30T23:25:32.078Z Fresh tower-http v0.6.6
86492025-06-30T23:25:32.078Z Fresh pest v2.7.14
86502025-06-30T23:25:32.079Z Fresh rand_core v0.9.2
86512025-06-30T23:25:32.079Z Fresh scroll_derive v0.12.0
86522025-06-30T23:25:32.079Z Fresh tinyvec_macros v0.1.1
86532025-06-30T23:25:32.079Z Fresh winnow v0.5.40
86542025-06-30T23:25:32.079Z Fresh signature v2.2.0
86552025-06-30T23:25:32.079Z Fresh plain v0.2.3
86562025-06-30T23:25:32.079Z Fresh pest_meta v2.7.14
86572025-06-30T23:25:32.079Z Fresh reqwest v0.12.20
86582025-06-30T23:25:32.079Z Fresh tinyvec v1.8.0
86592025-06-30T23:25:32.079Z Fresh scroll v0.12.0
86602025-06-30T23:25:32.079Z Fresh toml_edit v0.19.15
86612025-06-30T23:25:32.079Z Fresh rand_chacha v0.9.0
86622025-06-30T23:25:32.079Z Fresh siphasher v0.3.11
86632025-06-30T23:25:32.079Z Fresh pest_generator v2.7.14
86642025-06-30T23:25:32.079Z Fresh goblin v0.8.2
86652025-06-30T23:25:32.079Z Fresh pretty-hex v0.4.1
86662025-06-30T23:25:32.080Z Fresh phf_shared v0.11.2
86672025-06-30T23:25:32.080Z Fresh rand v0.9.1
86682025-06-30T23:25:32.080Z Fresh thread-id v4.2.2
86692025-06-30T23:25:32.080Z Fresh winnow v0.7.10
86702025-06-30T23:25:32.080Z Fresh pest_derive v2.7.14
86712025-06-30T23:25:32.080Z Fresh dof v0.3.0
86722025-06-30T23:25:32.084Z Fresh toml_write v0.1.2
86732025-06-30T23:25:32.084Z Fresh crossbeam-epoch v0.9.18
86742025-06-30T23:25:32.084Z Fresh sha1 v0.10.6
86752025-06-30T23:25:32.084Z Fresh num-integer v0.1.46
86762025-06-30T23:25:32.086Z Fresh unicode-width v0.2.0
86772025-06-30T23:25:32.086Z Fresh unicode-segmentation v1.12.0
86782025-06-30T23:25:32.086Z Fresh dtrace-parser v0.2.0
86792025-06-30T23:25:32.086Z Fresh toml_edit v0.22.27
86802025-06-30T23:25:32.086Z Fresh bstr v1.10.0
86812025-06-30T23:25:32.086Z Fresh crc32fast v1.4.2
86822025-06-30T23:25:32.086Z Fresh base16ct v0.2.0
86832025-06-30T23:25:32.086Z Fresh static_assertions v1.1.0
86842025-06-30T23:25:32.086Z Fresh oxnet v0.1.2
86852025-06-30T23:25:32.086Z Fresh hubpack_derive v0.1.1
86862025-06-30T23:25:32.086Z Fresh usdt-impl v0.5.0
86872025-06-30T23:25:32.086Z Fresh sec1 v0.7.3
86882025-06-30T23:25:32.086Z Fresh ff v0.13.0
86892025-06-30T23:25:32.086Z Fresh memmap v0.7.0
86902025-06-30T23:25:32.086Z Fresh hubpack v0.1.2
86912025-06-30T23:25:32.086Z Fresh num-iter v0.1.45
86922025-06-30T23:25:32.086Z Fresh hkdf v0.12.4
86932025-06-30T23:25:32.086Z Fresh crypto-bigint v0.5.5
86942025-06-30T23:25:32.087Z Fresh usdt-macro v0.5.0
86952025-06-30T23:25:32.087Z Fresh usdt-attr-macro v0.5.0
86962025-06-30T23:25:32.087Z Fresh group v0.13.0
86972025-06-30T23:25:32.087Z Fresh heck v0.4.1
86982025-06-30T23:25:32.087Z Fresh bitflags v1.3.2
86992025-06-30T23:25:32.087Z Fresh zlib-rs v0.5.1
87002025-06-30T23:25:32.087Z Fresh crossbeam-deque v0.8.5
87012025-06-30T23:25:32.087Z Fresh usdt v0.5.0
87022025-06-30T23:25:32.087Z Fresh libz-rs-sys v0.5.1
87032025-06-30T23:25:32.087Z Fresh elliptic-curve v0.13.8
87042025-06-30T23:25:32.087Z Fresh strum_macros v0.26.4
87052025-06-30T23:25:32.087Z Fresh unicode-xid v0.2.6
87062025-06-30T23:25:32.087Z Fresh flate2 v1.1.2
87072025-06-30T23:25:32.087Z Fresh num-bigint-dig v0.8.4
87082025-06-30T23:25:32.087Z Fresh strum v0.26.3
87092025-06-30T23:25:32.087Z Fresh pkcs1 v0.7.5
87102025-06-30T23:25:32.087Z Fresh itertools v0.10.5
87112025-06-30T23:25:32.087Z Fresh cfg_aliases v0.2.1
87122025-06-30T23:25:32.087Z Fresh rsa v0.9.6
87132025-06-30T23:25:32.087Z Fresh newtype-uuid v1.2.4
87142025-06-30T23:25:32.087Z Fresh bzip2-sys v0.1.13+1.0.8
87152025-06-30T23:25:32.087Z Fresh unicode-normalization v0.1.24
87162025-06-30T23:25:32.087Z Fresh toml v0.7.8
87172025-06-30T23:25:32.087Z Fresh rfc6979 v0.4.0
87182025-06-30T23:25:32.087Z Fresh enum-as-inner v0.6.1
87192025-06-30T23:25:32.087Z Fresh curve25519-dalek-derive v0.1.1
87202025-06-30T23:25:32.087Z Fresh daft-derive v0.1.3
87212025-06-30T23:25:32.087Z Fresh managed v0.8.0
87222025-06-30T23:25:32.087Z Fresh ecdsa v0.16.9
87232025-06-30T23:25:32.087Z Fresh ahash v0.8.11
87242025-06-30T23:25:32.087Z Fresh memoffset v0.9.1
87252025-06-30T23:25:32.087Z Fresh curve25519-dalek v4.1.3
87262025-06-30T23:25:32.087Z Fresh daft v0.1.3
87272025-06-30T23:25:32.087Z Fresh x509-cert v0.2.5
87282025-06-30T23:25:32.088Z Fresh precomputed-hash v0.1.1
87292025-06-30T23:25:32.088Z Fresh fixedbitset v0.4.2
87302025-06-30T23:25:32.088Z Fresh new_debug_unreachable v1.0.6
87312025-06-30T23:25:32.088Z Fresh rayon-core v1.12.1
87322025-06-30T23:25:32.088Z Fresh signal-hook v0.3.18
87332025-06-30T23:25:32.088Z Fresh petgraph v0.6.5
87342025-06-30T23:25:32.088Z Fresh string_cache v0.8.9
87352025-06-30T23:25:32.088Z Fresh ed25519 v2.2.3
87362025-06-30T23:25:32.088Z Fresh zstd-sys v2.0.14+zstd.1.5.7
87372025-06-30T23:25:32.088Z Fresh bzip2 v0.4.4
87382025-06-30T23:25:32.088Z Fresh ed25519-dalek v2.1.1
87392025-06-30T23:25:32.090Z Fresh console v0.15.10
87402025-06-30T23:25:32.090Z Fresh rustc-hash v2.1.1
87412025-06-30T23:25:32.090Z Fresh lalrpop-util v0.19.12
87422025-06-30T23:25:32.090Z Fresh signal-hook-mio v0.2.4
87432025-06-30T23:25:32.090Z Fresh zip v0.6.6
87442025-06-30T23:25:32.090Z Fresh zstd-safe v7.2.3
87452025-06-30T23:25:32.090Z Fresh hash32 v0.2.1
87462025-06-30T23:25:32.090Z Fresh winnow v0.6.26
87472025-06-30T23:25:32.090Z Fresh unicode-bidi v0.3.17
87482025-06-30T23:25:32.090Z Fresh bumpalo v3.16.0
87492025-06-30T23:25:32.090Z Fresh unicode-properties v0.1.3
87502025-06-30T23:25:32.090Z Fresh simd-adler32 v0.3.7
87512025-06-30T23:25:32.090Z Fresh predicates-core v1.0.8
87522025-06-30T23:25:32.090Z Fresh lockfree-object-pool v0.1.6
87532025-06-30T23:25:32.090Z Fresh heapless v0.7.17
87542025-06-30T23:25:32.091Z Fresh zstd v0.13.3
87552025-06-30T23:25:32.091Z Fresh stringprep v0.1.5
87562025-06-30T23:25:32.091Z Fresh zopfli v0.8.1
87572025-06-30T23:25:32.091Z Fresh nix v0.29.0
87582025-06-30T23:25:32.091Z Fresh crossterm v0.28.1
87592025-06-30T23:25:32.091Z Fresh rayon v1.10.0
87602025-06-30T23:25:32.091Z Fresh hickory-proto v0.25.2
87612025-06-30T23:25:32.091Z Fresh bzip2 v0.5.2
87622025-06-30T23:25:32.091Z Fresh similar v2.7.0
87632025-06-30T23:25:32.091Z Fresh tokio-stream v0.1.17
87642025-06-30T23:25:32.091Z Fresh md-5 v0.10.6
87652025-06-30T23:25:32.091Z Fresh float-cmp v0.10.0
87662025-06-30T23:25:32.091Z Fresh fallible-iterator v0.2.0
87672025-06-30T23:25:32.091Z Fresh normalize-line-endings v0.3.0
87682025-06-30T23:25:32.091Z Fresh difflib v0.4.0
87692025-06-30T23:25:32.091Z Fresh zip v4.2.0
87702025-06-30T23:25:32.091Z Fresh postgres-protocol v0.6.8
87712025-06-30T23:25:32.091Z Fresh predicates v3.1.3
87722025-06-30T23:25:32.096Z Fresh buf-list v1.0.3
87732025-06-30T23:25:32.096Z Fresh smoltcp v0.9.1
87742025-06-30T23:25:32.096Z Fresh strum_macros v0.25.3
87752025-06-30T23:25:32.096Z Fresh phf v0.11.2
87762025-06-30T23:25:32.096Z Fresh serde-big-array v0.5.1
87772025-06-30T23:25:32.096Z Fresh serde_repr v0.1.19
87782025-06-30T23:25:32.096Z Fresh peg-runtime v0.8.5
87792025-06-30T23:25:32.096Z Fresh number_prefix v0.4.0
87802025-06-30T23:25:32.096Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
87812025-06-30T23:25:32.096Z Fresh postgres-types v0.2.9
87822025-06-30T23:25:32.096Z Fresh whoami v1.6.0
87832025-06-30T23:25:32.096Z Fresh regress v0.10.3
87842025-06-30T23:25:32.096Z Fresh indicatif v0.17.11
87852025-06-30T23:25:32.096Z Fresh tokio-postgres v0.7.13
87862025-06-30T23:25:32.096Z Fresh fastrand v2.1.1
87872025-06-30T23:25:32.096Z Fresh futures-executor v0.3.31
87882025-06-30T23:25:32.096Z Fresh ident_case v1.0.1
87892025-06-30T23:25:32.096Z Fresh is-terminal v0.4.13
87902025-06-30T23:25:32.096Z Fresh fs-err v3.1.1
87912025-06-30T23:25:32.096Z Fresh camino v1.1.10
87922025-06-30T23:25:32.096Z Fresh futures v0.3.31
87932025-06-30T23:25:32.096Z Fresh darling_core v0.20.10
87942025-06-30T23:25:32.096Z Fresh dirs-sys-next v0.1.2
87952025-06-30T23:25:32.096Z Fresh crossbeam-channel v0.5.15
87962025-06-30T23:25:32.096Z Fresh unsafe-libyaml v0.2.11
87972025-06-30T23:25:32.096Z Fresh darling_macro v0.20.10
87982025-06-30T23:25:32.097Z Fresh dirs-next v2.0.0
87992025-06-30T23:25:32.097Z Fresh serde_yaml v0.9.34+deprecated
88002025-06-30T23:25:32.097Z Fresh toml v0.8.23
88012025-06-30T23:25:32.097Z Fresh thread_local v1.1.8
88022025-06-30T23:25:32.097Z Fresh darling v0.20.10
88032025-06-30T23:25:32.097Z Fresh term v0.7.0
88042025-06-30T23:25:32.097Z Fresh rustix v1.0.7
88052025-06-30T23:25:32.097Z Fresh quick-error v1.2.3
88062025-06-30T23:25:32.097Z Fresh take_mut v0.2.2
88072025-06-30T23:25:32.097Z Fresh match_cfg v0.1.0
88082025-06-30T23:25:32.097Z Fresh tempfile v3.20.0
88092025-06-30T23:25:32.097Z Fresh slog-async v2.8.0
88102025-06-30T23:25:32.097Z Fresh slog-term v2.9.1
88112025-06-30T23:25:32.097Z Fresh hostname v0.3.1
88122025-06-30T23:25:32.097Z Fresh bit-vec v0.8.0
88132025-06-30T23:25:32.098Z Fresh hex v0.4.3
88142025-06-30T23:25:32.098Z Fresh wait-timeout v0.2.0
88152025-06-30T23:25:32.098Z Fresh bit-set v0.8.0
88162025-06-30T23:25:32.098Z Fresh debug-ignore v1.0.5
88172025-06-30T23:25:32.098Z Fresh progenitor-client v0.10.0
88182025-06-30T23:25:32.098Z Fresh structmeta-derive v0.3.0
88192025-06-30T23:25:32.098Z Fresh rusty-fork v0.3.0
88202025-06-30T23:25:32.098Z Fresh rand_xorshift v0.4.0
88212025-06-30T23:25:32.098Z Fresh unarray v0.1.4
88222025-06-30T23:25:32.098Z Fresh structmeta v0.3.0
88232025-06-30T23:25:32.098Z Fresh proptest v1.7.0
88242025-06-30T23:25:32.098Z Fresh serde_path_to_error v0.1.17
88252025-06-30T23:25:32.098Z Fresh slog-json v2.6.1
88262025-06-30T23:25:32.098Z Fresh async-stream-impl v0.3.6
88272025-06-30T23:25:32.098Z Fresh rustls v0.22.4
88282025-06-30T23:25:32.098Z Fresh async-stream v0.3.6
88292025-06-30T23:25:32.098Z Fresh slog-bunyan v2.5.0
88302025-06-30T23:25:32.098Z Fresh rustls-pemfile v2.2.0
88312025-06-30T23:25:32.098Z Fresh waitgroup v0.1.2
88322025-06-30T23:25:32.099Z Fresh dropshot_endpoint v0.16.2
88332025-06-30T23:25:32.099Z Fresh multer v3.1.0
88342025-06-30T23:25:32.099Z Fresh tokio-rustls v0.25.0
88352025-06-30T23:25:32.099Z Fresh hostname v0.4.0
88362025-06-30T23:25:32.099Z Fresh test-strategy v0.4.1
88372025-06-30T23:25:32.099Z Fresh serde_with_macros v3.12.0
88382025-06-30T23:25:32.099Z Fresh typify-impl v0.3.0
88392025-06-30T23:25:32.099Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
88402025-06-30T23:25:32.099Z Fresh dropshot v0.16.2
88412025-06-30T23:25:32.099Z Fresh typify-macro v0.3.0
88422025-06-30T23:25:32.099Z Fresh serde_with v3.12.0
88432025-06-30T23:25:32.099Z Fresh macaddr v1.0.1
88442025-06-30T23:25:32.099Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d)
88452025-06-30T23:25:32.099Z Fresh instant v0.1.13
88462025-06-30T23:25:32.099Z Fresh derive-where v1.5.0
88472025-06-30T23:25:32.099Z Fresh progenitor-client v0.9.1
88482025-06-30T23:25:32.099Z Fresh typify v0.3.0
88492025-06-30T23:25:32.099Z Fresh parse-display-derive v0.10.0
88502025-06-30T23:25:32.099Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
88512025-06-30T23:25:32.099Z Fresh ref-cast-impl v1.0.24
88522025-06-30T23:25:32.099Z Fresh backoff v0.4.0
88532025-06-30T23:25:32.099Z Fresh progenitor-impl v0.9.1
88542025-06-30T23:25:32.100Z Fresh parse-display v0.10.0
88552025-06-30T23:25:32.100Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
88562025-06-30T23:25:32.100Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
88572025-06-30T23:25:32.100Z Fresh camino-tempfile v1.4.1
88582025-06-30T23:25:32.100Z Fresh itertools v0.13.0
88592025-06-30T23:25:32.100Z Fresh unicode-width v0.1.14
88602025-06-30T23:25:32.100Z Fresh progenitor-macro v0.9.1
88612025-06-30T23:25:32.100Z Fresh ref-cast v1.0.24
88622025-06-30T23:25:32.100Z Fresh itertools v0.14.0
88632025-06-30T23:25:32.100Z Fresh proc-macro-crate v1.3.1
88642025-06-30T23:25:32.100Z Fresh progenitor v0.9.1
88652025-06-30T23:25:32.100Z Fresh iddqd v0.3.8
88662025-06-30T23:25:32.100Z Fresh num_enum_derive v0.5.11
88672025-06-30T23:25:32.100Z Fresh tabwriter v1.4.0
88682025-06-30T23:25:32.100Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54)
88692025-06-30T23:25:32.100Z Fresh proc-macro-error-attr v1.0.4
88702025-06-30T23:25:32.100Z Fresh num_enum v0.5.11
88712025-06-30T23:25:32.100Z Fresh foreign-types-macros v0.2.3
88722025-06-30T23:25:32.104Z Fresh foreign-types-shared v0.3.1
88732025-06-30T23:25:32.104Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
88742025-06-30T23:25:32.104Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
88752025-06-30T23:25:32.104Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
88762025-06-30T23:25:32.104Z Fresh proc-macro-error v1.0.4
88772025-06-30T23:25:32.105Z Fresh foreign-types v0.5.0
88782025-06-30T23:25:32.105Z Fresh cstr-argument v0.1.2
88792025-06-30T23:25:32.105Z Fresh pretty-hex v0.2.1
88802025-06-30T23:25:32.105Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
88812025-06-30T23:25:32.105Z Fresh colored v2.2.0
88822025-06-30T23:25:32.105Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
88832025-06-30T23:25:32.105Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
88842025-06-30T23:25:32.105Z Fresh smf v0.2.3
88852025-06-30T23:25:32.105Z Fresh typify-impl v0.4.1
88862025-06-30T23:25:32.105Z Fresh ingot-macros v0.1.0
88872025-06-30T23:25:32.105Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
88882025-06-30T23:25:32.105Z Fresh typify-macro v0.4.1
88892025-06-30T23:25:32.105Z Fresh hash32 v0.3.1
88902025-06-30T23:25:32.105Z Fresh ingot-types v0.1.0
88912025-06-30T23:25:32.105Z Fresh cobs v0.2.3
88922025-06-30T23:25:32.105Z Fresh crucible-workspace-hack v0.1.0
88932025-06-30T23:25:32.105Z Fresh typify v0.4.1
88942025-06-30T23:25:32.105Z Fresh heapless v0.8.0
88952025-06-30T23:25:32.106Z Fresh ingot v0.1.0
88962025-06-30T23:25:32.106Z Fresh postcard v1.0.10
88972025-06-30T23:25:32.106Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
88982025-06-30T23:25:32.106Z Fresh smoltcp v0.11.0
88992025-06-30T23:25:32.106Z Fresh progenitor-impl v0.10.0
89002025-06-30T23:25:32.106Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
89012025-06-30T23:25:32.106Z Fresh sigpipe v0.1.3
89022025-06-30T23:25:32.106Z Fresh jiff v0.2.15
89032025-06-30T23:25:32.106Z Fresh zone_cfg_derive v0.3.0
89042025-06-30T23:25:32.106Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
89052025-06-30T23:25:32.106Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
89062025-06-30T23:25:32.106Z Fresh progenitor-macro v0.10.0
89072025-06-30T23:25:32.106Z Fresh num-derive v0.4.2
89082025-06-30T23:25:32.106Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
89092025-06-30T23:25:32.106Z Fresh zone v0.3.1
89102025-06-30T23:25:32.106Z Fresh convert_case v0.4.0
89112025-06-30T23:25:32.106Z Fresh progenitor v0.10.0
89122025-06-30T23:25:32.106Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
89132025-06-30T23:25:32.106Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
89142025-06-30T23:25:32.106Z Fresh derive_more v0.99.20
89152025-06-30T23:25:32.106Z Fresh atomicwrites v0.4.4
89162025-06-30T23:25:32.106Z Fresh half v2.4.1
89172025-06-30T23:25:32.106Z Fresh ciborium-io v0.2.2
89182025-06-30T23:25:32.106Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
89192025-06-30T23:25:32.106Z Fresh ciborium-ll v0.2.2
89202025-06-30T23:25:32.106Z Fresh base64 v0.21.7
89212025-06-30T23:25:32.106Z Fresh num-rational v0.4.2
89222025-06-30T23:25:32.106Z Fresh secrecy v0.10.3
89232025-06-30T23:25:32.107Z Fresh num-complex v0.4.6
89242025-06-30T23:25:32.107Z Fresh float-ord v0.3.2
89252025-06-30T23:25:32.107Z Fresh utf-8 v0.7.6
89262025-06-30T23:25:32.108Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
89272025-06-30T23:25:32.108Z Fresh ciborium v0.2.2
89282025-06-30T23:25:32.108Z Fresh num v0.4.3
89292025-06-30T23:25:32.108Z Fresh newline-converter v0.3.0
89302025-06-30T23:25:32.108Z Fresh tungstenite v0.21.0
89312025-06-30T23:25:32.108Z Fresh password-hash v0.5.0
89322025-06-30T23:25:32.108Z Fresh blake2 v0.10.6
89332025-06-30T23:25:32.108Z Fresh expectorate v1.2.0
89342025-06-30T23:25:32.108Z Fresh tokio-tungstenite v0.21.0
89352025-06-30T23:25:32.108Z Fresh argon2 v0.5.3
89362025-06-30T23:25:32.108Z Fresh fixedbitset v0.5.7
89372025-06-30T23:25:32.108Z Fresh indent_write v2.2.0
89382025-06-30T23:25:32.108Z Fresh petgraph v0.8.2
89392025-06-30T23:25:32.108Z Fresh keccak v0.1.5
89402025-06-30T23:25:32.108Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
89412025-06-30T23:25:32.108Z Fresh sha3 v0.10.8
89422025-06-30T23:25:32.108Z Fresh libsw-core v0.3.1
89432025-06-30T23:25:32.108Z Fresh linear-map v1.2.0
89442025-06-30T23:25:32.108Z Fresh swrite v0.1.0
89452025-06-30T23:25:32.108Z Fresh cancel-safe-futures v0.1.5
89462025-06-30T23:25:32.108Z Fresh libsw v3.5.0
89472025-06-30T23:25:32.108Z Fresh owo-colors v4.2.2
89482025-06-30T23:25:32.108Z Fresh same-file v1.0.6
89492025-06-30T23:25:32.108Z Fresh tokio-dtrace v0.1.0
89502025-06-30T23:25:32.108Z Fresh walkdir v2.5.0
89512025-06-30T23:25:32.108Z Fresh oxide-tokio-rt v0.1.1
89522025-06-30T23:25:32.108Z Fresh universal-hash v0.5.1
89532025-06-30T23:25:32.108Z Fresh opaque-debug v0.3.1
89542025-06-30T23:25:32.108Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
89552025-06-30T23:25:32.108Z Fresh aead v0.5.2
89562025-06-30T23:25:32.108Z Fresh poly1305 v0.8.0
89572025-06-30T23:25:32.108Z Fresh chacha20 v0.9.1
89582025-06-30T23:25:32.108Z Fresh thiserror-impl-no-std v2.0.2
89592025-06-30T23:25:32.108Z Fresh highway v1.3.0
89602025-06-30T23:25:32.108Z Fresh thiserror-no-std v2.0.2
89612025-06-30T23:25:32.108Z Fresh semver v0.1.20
89622025-06-30T23:25:32.108Z Fresh chacha20poly1305 v0.10.1
89632025-06-30T23:25:32.108Z Fresh xattr v1.3.1
89642025-06-30T23:25:32.109Z Fresh filetime v0.2.25
89652025-06-30T23:25:32.109Z Fresh humantime v2.2.0
89662025-06-30T23:25:32.109Z Fresh rustc_version v0.1.7
89672025-06-30T23:25:32.109Z Fresh vsss-rs v3.3.4
89682025-06-30T23:25:32.109Z Fresh tar v0.4.44
89692025-06-30T23:25:32.109Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
89702025-06-30T23:25:32.109Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
89712025-06-30T23:25:32.109Z Fresh arc-swap v1.7.1
89722025-06-30T23:25:32.113Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
89732025-06-30T23:25:32.113Z Fresh slog-scope v4.4.0
89742025-06-30T23:25:32.113Z Fresh pem v3.0.5
89752025-06-30T23:25:32.113Z Fresh typify-impl v0.2.0
89762025-06-30T23:25:32.113Z Fresh headers-core v0.3.0
89772025-06-30T23:25:32.113Z Fresh slog-stdlog v4.1.1
89782025-06-30T23:25:32.113Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
89792025-06-30T23:25:32.113Z Fresh typify-macro v0.2.0
89802025-06-30T23:25:32.113Z Fresh headers v0.4.1
89812025-06-30T23:25:32.113Z Fresh heck v0.3.3
89822025-06-30T23:25:32.113Z Fresh progenitor-client v0.8.0
89832025-06-30T23:25:32.113Z Fresh newtype_derive v0.1.6
89842025-06-30T23:25:32.113Z Fresh slog-envlogger v2.2.0
89852025-06-30T23:25:32.113Z Fresh typify v0.2.0
89862025-06-30T23:25:32.113Z Fresh zone_cfg_derive v0.1.2
89872025-06-30T23:25:32.113Z Fresh lzma-sys v0.1.20
89882025-06-30T23:25:32.113Z Fresh resolv-conf v0.7.0
89892025-06-30T23:25:32.113Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
89902025-06-30T23:25:32.113Z Fresh steno v0.4.1
89912025-06-30T23:25:32.113Z Fresh progenitor-impl v0.8.0
89922025-06-30T23:25:32.113Z Fresh base64 v0.13.1
89932025-06-30T23:25:32.113Z Fresh zone v0.1.8
89942025-06-30T23:25:32.113Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
89952025-06-30T23:25:32.113Z Fresh xz2 v0.1.7
89962025-06-30T23:25:32.113Z Fresh yasna v0.5.2
89972025-06-30T23:25:32.113Z Fresh subprocess v0.2.9
89982025-06-30T23:25:32.113Z Fresh progenitor-macro v0.8.0
89992025-06-30T23:25:32.113Z Fresh ron v0.7.1
90002025-06-30T23:25:32.113Z Fresh rcgen v0.12.1
90012025-06-30T23:25:32.113Z Fresh linked-hash-map v0.5.6
90022025-06-30T23:25:32.114Z Fresh hickory-proto v0.24.4
90032025-06-30T23:25:32.114Z Fresh tagptr v0.2.0
90042025-06-30T23:25:32.114Z Fresh progenitor v0.8.0
90052025-06-30T23:25:32.114Z Fresh lru-cache v0.1.2
90062025-06-30T23:25:32.114Z Fresh display-error-chain v0.2.2
90072025-06-30T23:25:32.114Z Fresh gethostname v0.5.0
90082025-06-30T23:25:32.114Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
90092025-06-30T23:25:32.114Z Fresh hickory-resolver v0.24.4
90102025-06-30T23:25:32.114Z Fresh moka v0.12.10
90112025-06-30T23:25:32.114Z Fresh bytecount v0.6.8
90122025-06-30T23:25:32.114Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
90132025-06-30T23:25:32.114Z Fresh qorb v0.4.0
90142025-06-30T23:25:32.114Z Fresh hickory-resolver v0.25.2
90152025-06-30T23:25:32.114Z Fresh slog-dtrace v0.3.0
90162025-06-30T23:25:32.114Z Fresh maplit v1.0.2
90172025-06-30T23:25:32.114Z Fresh bitfield-struct v0.6.2
90182025-06-30T23:25:32.115Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
90192025-06-30T23:25:32.116Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
90202025-06-30T23:25:32.116Z Fresh libefi-sys v0.1.0
90212025-06-30T23:25:32.116Z Fresh zerocopy-derive v0.6.6
90222025-06-30T23:25:32.116Z Fresh tap v1.0.1
90232025-06-30T23:25:32.116Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
90242025-06-30T23:25:32.116Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
90252025-06-30T23:25:32.116Z Fresh zerocopy v0.6.6
90262025-06-30T23:25:32.116Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
90272025-06-30T23:25:32.116Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
90282025-06-30T23:25:32.116Z Fresh radium v0.7.0
90292025-06-30T23:25:32.116Z Fresh wyz v0.5.1
90302025-06-30T23:25:32.116Z Fresh funty v2.0.0
90312025-06-30T23:25:32.116Z Fresh termcolor v1.4.1
90322025-06-30T23:25:32.116Z Fresh crc-catalog v2.4.0
90332025-06-30T23:25:32.116Z Fresh bitvec v1.0.1
90342025-06-30T23:25:32.116Z Fresh maybe-uninit v2.0.0
90352025-06-30T23:25:32.116Z Fresh packed_struct_codegen v0.10.1
90362025-06-30T23:25:32.116Z Fresh nodrop v0.1.14
90372025-06-30T23:25:32.116Z Fresh crc v3.2.1
90382025-06-30T23:25:32.116Z Fresh smallvec v0.6.14
90392025-06-30T23:25:32.116Z Fresh array-init v0.0.4
90402025-06-30T23:25:32.116Z Fresh proc-macro-error-attr2 v2.0.0
90412025-06-30T23:25:32.116Z Fresh hashbrown v0.12.3
90422025-06-30T23:25:32.118Z Fresh bitfield v0.14.0
90432025-06-30T23:25:32.118Z Fresh packed_struct v0.10.1
90442025-06-30T23:25:32.118Z Fresh indexmap v1.9.3
90452025-06-30T23:25:32.118Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
90462025-06-30T23:25:32.118Z Fresh proc-macro-error2 v2.0.1
90472025-06-30T23:25:32.118Z Fresh serde-hex v0.1.0
90482025-06-30T23:25:32.118Z Fresh env_logger v0.10.2
90492025-06-30T23:25:32.118Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
90502025-06-30T23:25:32.118Z Fresh ron v0.8.1
90512025-06-30T23:25:32.118Z Fresh dsl_auto_type v0.1.2
90522025-06-30T23:25:32.118Z Fresh hashbrown v0.13.2
90532025-06-30T23:25:32.118Z Fresh scheduled-thread-pool v0.2.7
90542025-06-30T23:25:32.118Z Fresh diesel_table_macro_syntax v0.2.0
90552025-06-30T23:25:32.118Z Fresh crc-any v2.5.0
90562025-06-30T23:25:32.118Z Fresh xshell-macros v0.2.7
90572025-06-30T23:25:32.118Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
90582025-06-30T23:25:32.119Z Fresh r2d2 v0.8.10
90592025-06-30T23:25:32.119Z Fresh object v0.30.4
90602025-06-30T23:25:32.119Z Fresh diesel_derives v2.2.3
90612025-06-30T23:25:32.119Z Fresh xshell v0.2.7
90622025-06-30T23:25:32.119Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
90632025-06-30T23:25:32.119Z Fresh tabled_derive v0.10.0
90642025-06-30T23:25:32.119Z Fresh papergrid v0.14.0
90652025-06-30T23:25:32.119Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
90662025-06-30T23:25:32.119Z Fresh num-derive v0.3.3
90672025-06-30T23:25:32.119Z Fresh diff v0.1.13
90682025-06-30T23:25:32.119Z Fresh path-slash v0.1.5
90692025-06-30T23:25:32.119Z Fresh termtree v0.5.1
90702025-06-30T23:25:32.119Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
90712025-06-30T23:25:32.119Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
90722025-06-30T23:25:32.123Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
90732025-06-30T23:25:32.123Z Fresh libscf-sys v1.1.0
90742025-06-30T23:25:32.123Z Fresh tabled v0.18.0
90752025-06-30T23:25:32.123Z Fresh diesel v2.2.11
90762025-06-30T23:25:32.123Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
90772025-06-30T23:25:32.123Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
90782025-06-30T23:25:32.123Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
90792025-06-30T23:25:32.123Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
90802025-06-30T23:25:32.123Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
90812025-06-30T23:25:32.123Z Fresh bit-vec v0.6.3
90822025-06-30T23:25:32.123Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
90832025-06-30T23:25:32.123Z Fresh crc8 v0.1.1
90842025-06-30T23:25:32.123Z Fresh bit-set v0.5.3
90852025-06-30T23:25:32.123Z Fresh crunchy v0.2.2
90862025-06-30T23:25:32.123Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
90872025-06-30T23:25:32.124Z Fresh ascii-canvas v3.0.0
90882025-06-30T23:25:32.124Z Fresh ena v0.14.3
90892025-06-30T23:25:32.124Z Fresh regex-syntax v0.6.29
90902025-06-30T23:25:32.125Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
90912025-06-30T23:25:32.125Z Fresh tiny-keccak v2.0.2
90922025-06-30T23:25:32.125Z Fresh const_format_proc_macros v0.2.34
90932025-06-30T23:25:32.125Z Fresh derive_builder_core v0.20.2
90942025-06-30T23:25:32.125Z Fresh globset v0.4.15
90952025-06-30T23:25:32.125Z Fresh lalrpop v0.19.12
90962025-06-30T23:25:32.125Z Fresh const_format v0.2.34
90972025-06-30T23:25:32.125Z Fresh async-recursion v1.1.1
90982025-06-30T23:25:32.125Z Fresh nibble_vec v0.1.0
90992025-06-30T23:25:32.125Z Fresh endian-type v0.1.2
91002025-06-30T23:25:32.125Z Fresh bindgen v0.71.1
91012025-06-30T23:25:32.125Z Fresh radix_trie v0.2.1
91022025-06-30T23:25:32.125Z Fresh derive_builder_macro v0.20.2
91032025-06-30T23:25:32.125Z Fresh strum_macros v0.24.3
91042025-06-30T23:25:32.125Z Fresh half v1.8.3
91052025-06-30T23:25:32.125Z Fresh indoc v1.0.9
91062025-06-30T23:25:32.125Z Fresh serde_cbor v0.11.2
91072025-06-30T23:25:32.125Z Fresh derive_builder v0.20.2
91082025-06-30T23:25:32.125Z Fresh libxml v0.3.3
91092025-06-30T23:25:32.125Z Fresh polar-core v0.27.3
91102025-06-30T23:25:32.125Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
91112025-06-30T23:25:32.126Z Fresh oso-derive v0.27.3
91122025-06-30T23:25:32.126Z Fresh impl-trait-for-tuples v0.2.2
91132025-06-30T23:25:32.126Z Fresh quick-xml v0.37.2
91142025-06-30T23:25:32.126Z Fresh vte_generate_state_changes v0.1.2
91152025-06-30T23:25:32.126Z Fresh oso v0.27.3
91162025-06-30T23:25:32.127Z Fresh fd-lock v4.0.2
91172025-06-30T23:25:32.127Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d)
91182025-06-30T23:25:32.127Z Fresh samael v0.0.19
91192025-06-30T23:25:32.127Z Fresh vte v0.11.1
91202025-06-30T23:25:32.127Z Fresh nix v0.30.1
91212025-06-30T23:25:32.127Z Fresh fxhash v0.2.1
91222025-06-30T23:25:32.127Z Fresh nu-ansi-term v0.50.1
91232025-06-30T23:25:32.127Z Fresh strip-ansi-escapes v0.2.0
91242025-06-30T23:25:32.127Z Fresh phf_generator v0.11.2
91252025-06-30T23:25:32.127Z Fresh bb8 v0.8.5
91262025-06-30T23:25:32.127Z Fresh kstat-rs v0.2.4
91272025-06-30T23:25:32.127Z Fresh reedline v0.40.0
91282025-06-30T23:25:32.127Z Fresh async-bb8-diesel v0.2.1
91292025-06-30T23:25:32.127Z Fresh diesel-dtrace v0.4.2
91302025-06-30T23:25:32.127Z Fresh phf_codegen v0.11.2
91312025-06-30T23:25:32.127Z Fresh parse-zoneinfo v0.3.1
91322025-06-30T23:25:32.127Z Fresh cfg_aliases v0.1.1
91332025-06-30T23:25:32.127Z Fresh predicates-tree v1.0.12
91342025-06-30T23:25:32.127Z Fresh papergrid v0.11.0
91352025-06-30T23:25:32.128Z Fresh chrono-tz-build v0.4.0
91362025-06-30T23:25:32.128Z Fresh tabled_derive v0.7.0
91372025-06-30T23:25:32.128Z Fresh primeorder v0.13.6
91382025-06-30T23:25:32.128Z Fresh tabled v0.15.0
91392025-06-30T23:25:32.128Z Fresh ignore v0.4.23
91402025-06-30T23:25:32.128Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
91412025-06-30T23:25:32.128Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54)
91422025-06-30T23:25:32.128Z Fresh bcs v0.1.6
91432025-06-30T23:25:32.128Z Fresh globwalk v0.9.1
91442025-06-30T23:25:32.129Z Fresh parking_lot_core v0.8.6
91452025-06-30T23:25:32.129Z Fresh unicase v2.7.0
91462025-06-30T23:25:32.129Z Fresh nix v0.28.0
91472025-06-30T23:25:32.129Z Fresh peg-macros v0.8.5
91482025-06-30T23:25:32.129Z Fresh nanorand v0.7.0
91492025-06-30T23:25:32.129Z Fresh sqlparser_derive v0.2.2
91502025-06-30T23:25:32.129Z Fresh unicode_categories v0.1.1
91512025-06-30T23:25:32.129Z Fresh flume v0.11.1
91522025-06-30T23:25:32.129Z Fresh peg v0.8.5
91532025-06-30T23:25:32.129Z Fresh sqlparser v0.45.0
91542025-06-30T23:25:32.129Z Fresh rustyline v14.0.0
91552025-06-30T23:25:32.129Z Fresh sqlformat v0.3.5
91562025-06-30T23:25:32.129Z Fresh parking_lot v0.11.2
91572025-06-30T23:25:32.129Z Fresh chrono-tz v0.10.3
91582025-06-30T23:25:32.129Z Fresh camino-tempfile-ext v0.3.1
91592025-06-30T23:25:32.129Z Fresh p384 v0.13.0
91602025-06-30T23:25:32.129Z Fresh prefix-trie v0.7.0
91612025-06-30T23:25:32.129Z Fresh pin-project-internal v1.1.6
91622025-06-30T23:25:32.129Z Fresh http-range v0.1.5
91632025-06-30T23:25:32.129Z Fresh void v1.0.2
91642025-06-30T23:25:32.129Z Fresh salty v0.3.0
91652025-06-30T23:25:32.129Z Fresh hickory-server v0.25.2
91662025-06-30T23:25:32.129Z Fresh lzss v0.8.2
91672025-06-30T23:25:32.129Z Fresh pin-project v1.1.6
91682025-06-30T23:25:32.129Z Fresh sled v0.34.7
91692025-06-30T23:25:32.129Z Fresh hickory-client v0.25.2
91702025-06-30T23:25:32.129Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
91712025-06-30T23:25:32.129Z Fresh tungstenite v0.23.0
91722025-06-30T23:25:32.133Z Fresh nix v0.27.1
91732025-06-30T23:25:32.133Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
91742025-06-30T23:25:32.133Z Fresh concurrent-queue v2.5.0
91752025-06-30T23:25:32.133Z Fresh serde_bytes v0.11.17
91762025-06-30T23:25:32.133Z Fresh atty v0.2.14
91772025-06-30T23:25:32.133Z Fresh env_filter v0.1.2
91782025-06-30T23:25:32.133Z Fresh csv-core v0.1.11
91792025-06-30T23:25:32.133Z Fresh parking v2.2.1
91802025-06-30T23:25:32.133Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
91812025-06-30T23:25:32.133Z Fresh tokio-tungstenite v0.23.1
91822025-06-30T23:25:32.134Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
91832025-06-30T23:25:32.134Z Fresh env_logger v0.11.5
91842025-06-30T23:25:32.134Z Fresh csv v1.3.1
91852025-06-30T23:25:32.134Z Fresh mime_guess v2.0.5
91862025-06-30T23:25:32.134Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
91872025-06-30T23:25:32.134Z Fresh signal-hook-tokio v0.3.1
91882025-06-30T23:25:32.134Z Fresh snafu-derive v0.8.5
91892025-06-30T23:25:32.134Z Fresh rand_seeder v0.3.0
91902025-06-30T23:25:32.134Z Fresh hyper-staticfile v0.10.1
91912025-06-30T23:25:32.134Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
91922025-06-30T23:25:32.134Z Fresh snafu v0.8.5
91932025-06-30T23:25:32.134Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
91942025-06-30T23:25:32.134Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
91952025-06-30T23:25:32.134Z Fresh olpc-cjson v0.1.4
91962025-06-30T23:25:32.134Z Fresh secrecy v0.8.0
91972025-06-30T23:25:32.134Z Fresh serde_plain v1.0.2
91982025-06-30T23:25:32.134Z Fresh assert_matches v1.5.0
91992025-06-30T23:25:32.134Z Fresh typed-path v0.9.3
92002025-06-30T23:25:32.134Z Fresh fs-err v2.11.0
92012025-06-30T23:25:32.134Z Fresh tough v0.20.0
92022025-06-30T23:25:32.134Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
92032025-06-30T23:25:32.134Z Fresh event-listener v5.3.1
92042025-06-30T23:25:32.135Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
92052025-06-30T23:25:32.135Z Fresh parse-size v1.1.0
92062025-06-30T23:25:32.135Z Fresh typeid v1.0.3
92072025-06-30T23:25:32.135Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d)
92082025-06-30T23:25:32.135Z Fresh event-listener-strategy v0.5.2
92092025-06-30T23:25:32.135Z Fresh yansi v1.0.1
92102025-06-30T23:25:32.135Z Fresh erased-serde v0.4.6
92112025-06-30T23:25:32.135Z Fresh futures-lite v2.3.0
92122025-06-30T23:25:32.135Z Fresh ordered-float v2.10.1
92132025-06-30T23:25:32.135Z Fresh pretty_assertions v1.4.1
92142025-06-30T23:25:32.135Z Fresh serde-value v0.7.0
92152025-06-30T23:25:32.135Z Fresh serde-untagged v0.1.7
92162025-06-30T23:25:32.135Z Fresh castaway v0.2.3
92172025-06-30T23:25:32.135Z Fresh indoc v2.0.6
92182025-06-30T23:25:32.135Z Fresh libz-sys v1.1.20
92192025-06-30T23:25:32.135Z Fresh cargo-util-schemas v0.2.0
92202025-06-30T23:25:32.135Z Fresh compact_str v0.8.0
92212025-06-30T23:25:32.135Z Fresh async-lock v3.4.0
92222025-06-30T23:25:32.135Z Fresh unicode-truncate v1.1.0
92232025-06-30T23:25:32.135Z Fresh polling v3.7.3
92242025-06-30T23:25:32.135Z Fresh lru v0.12.5
92252025-06-30T23:25:32.135Z Fresh cargo-platform v0.2.0
92262025-06-30T23:25:32.135Z Fresh instability v0.3.2
92272025-06-30T23:25:32.135Z Fresh is_ci v1.2.0
92282025-06-30T23:25:32.135Z Fresh cassowary v0.3.0
92292025-06-30T23:25:32.135Z Fresh libgit2-sys v0.17.0+1.8.1
92302025-06-30T23:25:32.135Z Fresh async-io v2.3.4
92312025-06-30T23:25:32.136Z Fresh ratatui v0.29.0
92322025-06-30T23:25:32.136Z Fresh supports-color v3.0.2
92332025-06-30T23:25:32.136Z Fresh cargo_metadata v0.20.0
92342025-06-30T23:25:32.136Z Fresh polyval v0.6.2
92352025-06-30T23:25:32.136Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
92362025-06-30T23:25:32.136Z Fresh cargo-platform v0.1.8
92372025-06-30T23:25:32.136Z Fresh smawk v0.3.2
92382025-06-30T23:25:32.136Z Fresh unicode-linebreak v0.1.5
92392025-06-30T23:25:32.136Z Fresh async-task v4.7.1
92402025-06-30T23:25:32.136Z Fresh plotters-backend v0.3.7
92412025-06-30T23:25:32.136Z Fresh ghash v0.5.1
92422025-06-30T23:25:32.136Z Fresh cargo_metadata v0.18.1
92432025-06-30T23:25:32.136Z Fresh git2 v0.19.0
92442025-06-30T23:25:32.136Z Fresh plotters-svg v0.3.7
92452025-06-30T23:25:32.136Z Fresh textwrap v0.16.2
92462025-06-30T23:25:32.136Z Fresh async-channel v2.3.1
92472025-06-30T23:25:32.136Z Fresh piper v0.2.4
92482025-06-30T23:25:32.136Z Fresh ctr v0.9.2
92492025-06-30T23:25:32.136Z Fresh constant_time_eq v0.3.1
92502025-06-30T23:25:32.136Z Fresh shell-words v1.1.0
92512025-06-30T23:25:32.136Z Fresh cast v0.3.0
92522025-06-30T23:25:32.136Z Fresh arrayref v0.3.9
92532025-06-30T23:25:32.136Z Fresh arrayvec v0.7.6
92542025-06-30T23:25:32.136Z Fresh blocking v1.6.1
92552025-06-30T23:25:32.136Z Fresh plotters v0.3.7
92562025-06-30T23:25:32.136Z Fresh aes-gcm v0.10.3
92572025-06-30T23:25:32.136Z Fresh criterion-plot v0.5.0
92582025-06-30T23:25:32.136Z Fresh vergen v8.3.2
92592025-06-30T23:25:32.136Z Fresh async-executor v1.13.1
92602025-06-30T23:25:32.136Z Fresh async-signal v0.2.10
92612025-06-30T23:25:32.136Z Fresh ssh-encoding v0.2.0
92622025-06-30T23:25:32.136Z Fresh sct v0.7.1
92632025-06-30T23:25:32.136Z Fresh rustls-webpki v0.101.7
92642025-06-30T23:25:32.136Z Fresh blowfish v0.9.1
92652025-06-30T23:25:32.136Z Fresh tinytemplate v1.2.1
92662025-06-30T23:25:32.136Z Fresh rtoolbox v0.0.2
92672025-06-30T23:25:32.136Z Fresh anes v0.1.6
92682025-06-30T23:25:32.136Z Fresh event-listener v2.5.3
92692025-06-30T23:25:32.136Z Fresh oorandom v11.1.4
92702025-06-30T23:25:32.136Z Fresh rustls v0.21.12
92712025-06-30T23:25:32.137Z Fresh rpassword v7.4.0
92722025-06-30T23:25:32.141Z Fresh ssh-cipher v0.2.0
92732025-06-30T23:25:32.141Z Fresh criterion v0.6.0
92742025-06-30T23:25:32.141Z Fresh async-channel v1.9.0
92752025-06-30T23:25:32.141Z Fresh bcrypt-pbkdf v0.10.0
92762025-06-30T23:25:32.141Z Fresh async-global-executor v2.4.1
92772025-06-30T23:25:32.141Z Fresh async-process v2.3.0
92782025-06-30T23:25:32.141Z Fresh tui-tree-widget v0.23.1
92792025-06-30T23:25:32.141Z Fresh password-hash v0.4.2
92802025-06-30T23:25:32.141Z Fresh async-attributes v1.1.2
92812025-06-30T23:25:32.141Z Fresh kv-log-macro v1.0.7
92822025-06-30T23:25:32.141Z Fresh futures-timer v3.0.3
92832025-06-30T23:25:32.142Z Fresh hex-literal v0.4.1
92842025-06-30T23:25:32.142Z Fresh async-std v1.13.0
92852025-06-30T23:25:32.142Z Fresh pbkdf2 v0.11.0
92862025-06-30T23:25:32.142Z Fresh petname v2.0.2
92872025-06-30T23:25:32.142Z Fresh ssh-key v0.6.6
92882025-06-30T23:25:32.142Z Fresh target-lexicon v0.13.2
92892025-06-30T23:25:32.142Z Fresh tokio-rustls v0.24.1
92902025-06-30T23:25:32.142Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d)
92912025-06-30T23:25:32.142Z Fresh p256 v0.13.2
92922025-06-30T23:25:32.142Z Fresh p521 v0.13.3
92932025-06-30T23:25:32.142Z Fresh common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
92942025-06-30T23:25:32.142Z Fresh rustls-pemfile v1.0.4
92952025-06-30T23:25:32.142Z Fresh twox-hash v2.1.0
92962025-06-30T23:25:32.142Z Fresh russh-cryptovec v0.7.3
92972025-06-30T23:25:32.143Z Fresh memmap2 v0.9.5
92982025-06-30T23:25:32.143Z Fresh sync-ptr v0.1.4
92992025-06-30T23:25:32.143Z Fresh md5 v0.7.0
93002025-06-30T23:25:32.143Z Fresh blake3 v1.5.4
93012025-06-30T23:25:32.143Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
93022025-06-30T23:25:32.143Z Fresh russh-keys v0.45.0
93032025-06-30T23:25:32.143Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
93042025-06-30T23:25:32.143Z Fresh cfg-expr v0.18.0
93052025-06-30T23:25:32.144Z Fresh async-object-pool v0.1.5
93062025-06-30T23:25:32.144Z Fresh guppy-workspace-hack v0.1.0
93072025-06-30T23:25:32.144Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
93082025-06-30T23:25:32.144Z Fresh httptest v0.16.3
93092025-06-30T23:25:32.144Z Fresh fatfs v0.3.6
93102025-06-30T23:25:32.144Z Fresh proc-macro-crate v3.2.0
93112025-06-30T23:25:32.144Z Fresh num-bigint v0.4.6
93122025-06-30T23:25:32.144Z Fresh des v0.8.1
93132025-06-30T23:25:32.144Z Fresh serde_regex v1.1.0
93142025-06-30T23:25:32.144Z Fresh assert-json-diff v2.0.2
93152025-06-30T23:25:32.144Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
93162025-06-30T23:25:32.144Z Fresh path-tree v0.8.1
93172025-06-30T23:25:32.144Z Fresh topological-sort v0.2.2
93182025-06-30T23:25:32.144Z Fresh relative-path v1.9.3
93192025-06-30T23:25:32.144Z Fresh stringmetrics v2.2.2
93202025-06-30T23:25:32.144Z Fresh escape8259 v0.5.3
93212025-06-30T23:25:32.144Z Fresh russh v0.45.0
93222025-06-30T23:25:32.144Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
93232025-06-30T23:25:32.144Z Fresh omicron-zone-package v0.12.2
93242025-06-30T23:25:32.144Z Fresh libtest-mimic v0.8.1
93252025-06-30T23:25:32.144Z Fresh rstest_macros v0.25.0
93262025-06-30T23:25:32.144Z Fresh httpmock v0.8.0-alpha.1
93272025-06-30T23:25:32.144Z Fresh target-spec v3.4.2
93282025-06-30T23:25:32.145Z Fresh target-triple v0.1.3
93292025-06-30T23:25:32.145Z Fresh doc-comment v0.3.3
93302025-06-30T23:25:32.145Z Fresh blake2b_simd v1.0.2
93312025-06-30T23:25:32.145Z Fresh petgraph v0.7.1
93322025-06-30T23:25:32.145Z Fresh fancy-regex v0.14.0
93332025-06-30T23:25:32.145Z Fresh pathdiff v0.2.3
93342025-06-30T23:25:32.145Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
93352025-06-30T23:25:32.145Z Fresh uzers v0.12.1
93362025-06-30T23:25:32.145Z Fresh internet-checksum v0.2.1
93372025-06-30T23:25:32.145Z Fresh nested v0.1.1
93382025-06-30T23:25:32.145Z Fresh rust-argon2 v2.1.0
93392025-06-30T23:25:32.145Z Fresh datatest-stable v0.3.2
93402025-06-30T23:25:32.145Z Fresh assert_cmd v2.0.17
93412025-06-30T23:25:32.145Z Fresh trybuild v1.0.105
93422025-06-30T23:25:32.145Z Fresh guppy v0.17.19
93432025-06-30T23:25:32.145Z Fresh rstest v0.25.0
93442025-06-30T23:25:32.145Z Fresh partial-io v0.5.4
93452025-06-30T23:25:32.145Z Fresh similar-asserts v1.7.0
93462025-06-30T23:25:32.145Z Fresh rand_distr v0.4.3
93472025-06-30T23:25:32.145Z Fresh approx v0.5.1
93482025-06-30T23:25:32.145Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
93492025-06-30T23:25:32.145Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
93502025-06-30T23:25:32.145Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
93512025-06-30T23:25:32.145Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
93522025-06-30T23:25:32.145Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
93532025-06-30T23:25:32.146Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
93542025-06-30T23:25:32.146Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
93552025-06-30T23:25:32.146Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
93562025-06-30T23:25:32.146Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
93572025-06-30T23:25:32.146Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
93582025-06-30T23:25:32.146Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
93592025-06-30T23:25:32.146Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
93602025-06-30T23:25:32.146Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
93612025-06-30T23:25:32.146Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
93622025-06-30T23:25:32.146Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
93632025-06-30T23:25:32.146Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
93642025-06-30T23:25:32.146Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
93652025-06-30T23:25:32.146Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
93662025-06-30T23:25:32.146Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
93672025-06-30T23:25:32.146Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
93682025-06-30T23:25:32.146Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
93692025-06-30T23:25:32.146Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
93702025-06-30T23:25:32.146Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
93712025-06-30T23:25:32.147Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
93722025-06-30T23:25:32.151Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
93732025-06-30T23:25:32.151Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
93742025-06-30T23:25:32.151Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
93752025-06-30T23:25:32.152Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
93762025-06-30T23:25:32.152Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
93772025-06-30T23:25:32.152Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
93782025-06-30T23:25:32.152Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
93792025-06-30T23:25:32.152Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
93802025-06-30T23:25:32.152Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
93812025-06-30T23:25:32.152Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
93822025-06-30T23:25:32.152Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
93832025-06-30T23:25:32.152Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
93842025-06-30T23:25:32.152Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
93852025-06-30T23:25:32.152Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
93862025-06-30T23:25:32.152Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
93872025-06-30T23:25:32.152Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
93882025-06-30T23:25:32.152Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
93892025-06-30T23:25:32.152Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
93902025-06-30T23:25:32.153Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
93912025-06-30T23:25:32.153Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
93922025-06-30T23:25:32.153Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
93932025-06-30T23:25:32.153Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
93942025-06-30T23:25:32.153Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
93952025-06-30T23:25:32.153Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
93962025-06-30T23:25:32.153Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
93972025-06-30T23:25:32.153Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
93982025-06-30T23:25:32.153Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
93992025-06-30T23:25:32.153Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
94002025-06-30T23:25:32.153Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
94012025-06-30T23:25:32.153Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
94022025-06-30T23:25:32.153Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
94032025-06-30T23:25:32.153Z Fresh sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
94042025-06-30T23:25:32.153Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
94052025-06-30T23:25:32.153Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
94062025-06-30T23:25:32.153Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
94072025-06-30T23:25:32.153Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
94082025-06-30T23:25:32.154Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
94092025-06-30T23:25:32.154Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
94102025-06-30T23:25:32.154Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
94112025-06-30T23:25:32.154Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
94122025-06-30T23:25:32.154Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
94132025-06-30T23:25:32.154Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
94142025-06-30T23:25:32.154Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
94152025-06-30T23:25:32.154Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
94162025-06-30T23:25:32.154Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
94172025-06-30T23:25:32.154Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
94182025-06-30T23:25:32.154Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
94192025-06-30T23:25:32.154Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
94202025-06-30T23:25:32.154Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
94212025-06-30T23:25:32.154Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
94222025-06-30T23:25:32.154Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
94232025-06-30T23:25:32.154Z Fresh sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
94242025-06-30T23:25:32.154Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
94252025-06-30T23:25:32.154Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
94262025-06-30T23:25:32.154Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
94272025-06-30T23:25:32.154Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
94282025-06-30T23:25:32.154Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
94292025-06-30T23:25:32.154Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
94302025-06-30T23:25:32.154Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
94312025-06-30T23:25:32.154Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
94322025-06-30T23:25:32.154Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
94332025-06-30T23:25:32.154Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
94342025-06-30T23:25:32.154Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
94352025-06-30T23:25:32.154Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
94362025-06-30T23:25:32.154Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
94372025-06-30T23:25:32.154Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
94382025-06-30T23:25:32.154Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
94392025-06-30T23:25:32.155Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
94402025-06-30T23:25:32.155Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
94412025-06-30T23:25:32.155Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
94422025-06-30T23:25:32.155Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
94432025-06-30T23:25:32.155Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
94442025-06-30T23:25:32.155Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
94452025-06-30T23:25:32.155Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
94462025-06-30T23:25:32.155Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
94472025-06-30T23:25:32.155Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
94482025-06-30T23:25:32.155Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
94492025-06-30T23:25:32.155Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
94502025-06-30T23:25:32.155Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
94512025-06-30T23:25:32.155Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
94522025-06-30T23:25:32.155Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
94532025-06-30T23:25:32.156Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
94542025-06-30T23:25:32.156Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
94552025-06-30T23:25:32.156Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
94562025-06-30T23:25:32.156Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
94572025-06-30T23:25:32.156Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
94582025-06-30T23:25:32.156Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
94592025-06-30T23:25:32.156Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
94602025-06-30T23:25:32.156Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
94612025-06-30T23:25:32.156Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
94622025-06-30T23:25:32.156Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
94632025-06-30T23:25:32.156Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
94642025-06-30T23:25:32.156Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
94652025-06-30T23:25:32.156Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
94662025-06-30T23:25:32.156Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
94672025-06-30T23:25:32.156Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
94682025-06-30T23:25:32.156Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
94692025-06-30T23:25:32.156Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
94702025-06-30T23:25:32.156Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
94712025-06-30T23:25:32.156Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
94722025-06-30T23:25:32.160Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
94732025-06-30T23:25:32.160Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
94742025-06-30T23:25:32.160Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
94752025-06-30T23:25:32.160Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
94762025-06-30T23:25:32.160Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
94772025-06-30T23:25:32.160Z Fresh id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
94782025-06-30T23:25:32.160Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
94792025-06-30T23:25:32.160Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
94802025-06-30T23:25:32.160Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.19s
94812025-06-30T23:25:32.222Z Doc-tests api_identity
94822025-06-30T23:25:32.226Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name api_identity --test api_identity/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/api_identity -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-de6ab9c7dbb44e65.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94832025-06-30T23:25:32.462Z
94842025-06-30T23:25:32.462Zrunning 0 tests
94852025-06-30T23:25:32.462Z
94862025-06-30T23:25:32.466Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94872025-06-30T23:25:32.466Z
94882025-06-30T23:25:32.476Z Doc-tests authz_macros
94892025-06-30T23:25:32.480Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-62cd9911aa89bca8.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f4f624c01a5a54e0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94902025-06-30T23:25:32.601Z
94912025-06-30T23:25:32.601Zrunning 7 tests
94922025-06-30T23:25:32.604Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
94932025-06-30T23:25:32.604Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
94942025-06-30T23:25:32.606Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
94952025-06-30T23:25:32.606Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
94962025-06-30T23:25:32.606Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
94972025-06-30T23:25:32.606Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
94982025-06-30T23:25:32.606Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
94992025-06-30T23:25:32.606Z
95002025-06-30T23:25:32.606Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
95012025-06-30T23:25:32.606Z
95022025-06-30T23:25:32.613Z Doc-tests bootstore
95032025-06-30T23:25:32.617Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7ba6a39e7b86ce7d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12629c63d03535fd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-3e2c566235cdb9ba.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
95042025-06-30T23:25:33.328Z
95052025-06-30T23:25:33.328Zrunning 0 tests
95062025-06-30T23:25:33.328Z
95072025-06-30T23:25:33.328Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95082025-06-30T23:25:33.328Z
95092025-06-30T23:25:33.365Z Doc-tests bootstrap_agent_api
95102025-06-30T23:25:33.365Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstrap_agent_api --test sled-agent/bootstrap-agent-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-32e54d84eb7c68e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95112025-06-30T23:25:33.745Z
95122025-06-30T23:25:33.745Zrunning 2 tests
95132025-06-30T23:25:33.749Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
95142025-06-30T23:25:33.749Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
95152025-06-30T23:25:33.749Z
95162025-06-30T23:25:33.749Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
95172025-06-30T23:25:33.749Z
95182025-06-30T23:25:33.777Z Doc-tests bootstrap_agent_client
95192025-06-30T23:25:33.780Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d69472432071b847.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95202025-06-30T23:25:34.680Z
95212025-06-30T23:25:34.680Zrunning 0 tests
95222025-06-30T23:25:34.680Z
95232025-06-30T23:25:34.680Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95242025-06-30T23:25:34.680Z
95252025-06-30T23:25:34.719Z Doc-tests clickana
95262025-06-30T23:25:34.722Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickana --test dev-tools/clickana/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/clickana -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-f5a9a76590a02ab2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95272025-06-30T23:25:35.168Z
95282025-06-30T23:25:35.168Zrunning 0 tests
95292025-06-30T23:25:35.168Z
95302025-06-30T23:25:35.168Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95312025-06-30T23:25:35.168Z
95322025-06-30T23:25:35.197Z Doc-tests clickhouse_admin_api
95332025-06-30T23:25:35.200Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_api --test clickhouse-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-57ee77431005e571.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95342025-06-30T23:25:35.470Z
95352025-06-30T23:25:35.470Zrunning 6 tests
95362025-06-30T23:25:35.474Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 37) ... ignored
95372025-06-30T23:25:35.474Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 43) ... ignored
95382025-06-30T23:25:35.474Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 115) ... ignored
95392025-06-30T23:25:35.474Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 121) ... ignored
95402025-06-30T23:25:35.474Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 180) ... ignored
95412025-06-30T23:25:35.474Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 186) ... ignored
95422025-06-30T23:25:35.474Z
95432025-06-30T23:25:35.474Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
95442025-06-30T23:25:35.474Z
95452025-06-30T23:25:35.496Z Doc-tests clickhouse_admin_keeper_client
95462025-06-30T23:25:35.499Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_keeper_client --test clients/clickhouse-admin-keeper-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b52a750bde10378b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95472025-06-30T23:25:36.066Z
95482025-06-30T23:25:36.066Zrunning 0 tests
95492025-06-30T23:25:36.066Z
95502025-06-30T23:25:36.066Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95512025-06-30T23:25:36.066Z
95522025-06-30T23:25:36.099Z Doc-tests clickhouse_admin_server_client
95532025-06-30T23:25:36.102Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_server_client --test clients/clickhouse-admin-server-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-server-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95542025-06-30T23:25:36.613Z
95552025-06-30T23:25:36.613Zrunning 0 tests
95562025-06-30T23:25:36.613Z
95572025-06-30T23:25:36.613Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95582025-06-30T23:25:36.613Z
95592025-06-30T23:25:36.644Z Doc-tests clickhouse_admin_single_client
95602025-06-30T23:25:36.650Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_single_client --test clients/clickhouse-admin-single-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-single-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c9931c5ab8806eaf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95612025-06-30T23:25:36.856Z
95622025-06-30T23:25:36.857Zrunning 0 tests
95632025-06-30T23:25:36.857Z
95642025-06-30T23:25:36.857Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95652025-06-30T23:25:36.857Z
95662025-06-30T23:25:36.875Z Doc-tests clickhouse_admin_test_utils
95672025-06-30T23:25:36.879Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_test_utils --test clickhouse-admin/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4f270b9dc7dca48d.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c0622698ecce47a9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95682025-06-30T23:25:37.108Z
95692025-06-30T23:25:37.108Zrunning 0 tests
95702025-06-30T23:25:37.108Z
95712025-06-30T23:25:37.108Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95722025-06-30T23:25:37.109Z
95732025-06-30T23:25:37.133Z Doc-tests clickhouse_admin_types
95742025-06-30T23:25:37.137Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_types --test clickhouse-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95752025-06-30T23:25:37.632Z
95762025-06-30T23:25:37.633Zrunning 0 tests
95772025-06-30T23:25:37.633Z
95782025-06-30T23:25:37.633Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95792025-06-30T23:25:37.633Z
95802025-06-30T23:25:37.665Z Doc-tests cockroach_admin_api
95812025-06-30T23:25:37.669Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_api --test cockroach-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d800d1b246a7e1c2.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b9999fef7d524659.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95822025-06-30T23:25:37.864Z
95832025-06-30T23:25:37.864Zrunning 2 tests
95842025-06-30T23:25:37.867Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 23) ... ignored
95852025-06-30T23:25:37.867Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 29) ... ignored
95862025-06-30T23:25:37.867Z
95872025-06-30T23:25:37.867Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
95882025-06-30T23:25:37.867Z
95892025-06-30T23:25:37.882Z Doc-tests cockroach_admin_client
95902025-06-30T23:25:37.886Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_client --test clients/cockroach-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/cockroach-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-edf8629ceb4f4ea2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95912025-06-30T23:25:38.159Z
95922025-06-30T23:25:38.159Zrunning 0 tests
95932025-06-30T23:25:38.159Z
95942025-06-30T23:25:38.159Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95952025-06-30T23:25:38.159Z
95962025-06-30T23:25:38.179Z Doc-tests cockroach_admin_types
95972025-06-30T23:25:38.182Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_types --test cockroach-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-edf8629ceb4f4ea2.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b9999fef7d524659.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5c6a4f36ae0c8939.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95982025-06-30T23:25:38.333Z
95992025-06-30T23:25:38.334Zrunning 0 tests
96002025-06-30T23:25:38.334Z
96012025-06-30T23:25:38.334Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96022025-06-30T23:25:38.334Z
96032025-06-30T23:25:38.348Z Doc-tests db_macros
96042025-06-30T23:25:38.352Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b70629b9d363b9ac.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f4f624c01a5a54e0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96052025-06-30T23:25:38.576Z
96062025-06-30T23:25:38.576Zrunning 3 tests
96072025-06-30T23:25:38.579Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
96082025-06-30T23:25:38.582Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored
96092025-06-30T23:25:38.582Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored
96102025-06-30T23:25:38.582Z
96112025-06-30T23:25:38.582Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
96122025-06-30T23:25:38.582Z
96132025-06-30T23:25:38.591Z Doc-tests dev_tools_common
96142025-06-30T23:25:38.594Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dev_tools_common --test dev-tools/common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-99fa2c98dcf1c79c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96152025-06-30T23:25:38.647Z
96162025-06-30T23:25:38.647Zrunning 0 tests
96172025-06-30T23:25:38.647Z
96182025-06-30T23:25:38.647Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96192025-06-30T23:25:38.648Z
96202025-06-30T23:25:38.655Z Doc-tests dns_server
96212025-06-30T23:25:38.658Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96222025-06-30T23:25:39.000Z
96232025-06-30T23:25:39.000Zrunning 0 tests
96242025-06-30T23:25:39.000Z
96252025-06-30T23:25:39.000Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96262025-06-30T23:25:39.000Z
96272025-06-30T23:25:39.029Z Doc-tests dns_server_api
96282025-06-30T23:25:39.029Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_server_api --test dns-server-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-edf8629ceb4f4ea2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96292025-06-30T23:25:39.271Z
96302025-06-30T23:25:39.271Zrunning 2 tests
96312025-06-30T23:25:39.275Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 134) ... ignored
96322025-06-30T23:25:39.275Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 140) ... ignored
96332025-06-30T23:25:39.275Z
96342025-06-30T23:25:39.275Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
96352025-06-30T23:25:39.275Z
96362025-06-30T23:25:39.295Z Doc-tests dns_service_client
96372025-06-30T23:25:39.298Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-edf8629ceb4f4ea2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96382025-06-30T23:25:39.609Z
96392025-06-30T23:25:39.610Zrunning 0 tests
96402025-06-30T23:25:39.610Z
96412025-06-30T23:25:39.610Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96422025-06-30T23:25:39.610Z
96432025-06-30T23:25:39.637Z Doc-tests end_to_end_tests
96442025-06-30T23:25:39.640Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name end_to_end_tests --test end-to-end-tests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/end-to-end-tests -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b0351b73701e7482.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-71ff1e13e9e856f8.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-b6858b247a7be4bf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-6c1f97feedf677b9.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-7ef9e523f137f2c4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-6763d881cf1e0b03.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6f9a4ca8cf8b25ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96452025-06-30T23:25:40.083Z
96462025-06-30T23:25:40.084Zrunning 0 tests
96472025-06-30T23:25:40.084Z
96482025-06-30T23:25:40.084Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96492025-06-30T23:25:40.084Z
96502025-06-30T23:25:40.116Z Doc-tests ereport_types
96512025-06-30T23:25:40.116Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ereport_types --test ereport/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ereport/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96522025-06-30T23:25:40.313Z
96532025-06-30T23:25:40.313Zrunning 0 tests
96542025-06-30T23:25:40.313Z
96552025-06-30T23:25:40.314Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96562025-06-30T23:25:40.314Z
96572025-06-30T23:25:40.332Z Doc-tests gateway_api
96582025-06-30T23:25:40.335Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_api --test gateway-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7aad44eb7032c853.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96592025-06-30T23:25:40.625Z
96602025-06-30T23:25:40.625Zrunning 2 tests
96612025-06-30T23:25:40.628Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 48) ... ignored
96622025-06-30T23:25:40.628Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 54) ... ignored
96632025-06-30T23:25:40.628Z
96642025-06-30T23:25:40.628Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
96652025-06-30T23:25:40.628Z
96662025-06-30T23:25:40.647Z Doc-tests gateway_client
96672025-06-30T23:25:40.650Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ef6e1aa9c68ab04f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96682025-06-30T23:25:41.614Z
96692025-06-30T23:25:41.615Zrunning 0 tests
96702025-06-30T23:25:41.615Z
96712025-06-30T23:25:41.615Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96722025-06-30T23:25:41.615Z
96732025-06-30T23:25:41.650Z Doc-tests gateway_test_utils
96742025-06-30T23:25:41.653Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4f270b9dc7dca48d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0faabaf2c9bf488a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96752025-06-30T23:25:42.268Z
96762025-06-30T23:25:42.268Zrunning 0 tests
96772025-06-30T23:25:42.268Z
96782025-06-30T23:25:42.268Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96792025-06-30T23:25:42.268Z
96802025-06-30T23:25:42.305Z Doc-tests gateway_types
96812025-06-30T23:25:42.308Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_types --test gateway-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-72f56b93b42caad5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2858ce7fca430d76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96822025-06-30T23:25:42.755Z
96832025-06-30T23:25:42.756Zrunning 0 tests
96842025-06-30T23:25:42.756Z
96852025-06-30T23:25:42.756Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96862025-06-30T23:25:42.756Z
96872025-06-30T23:25:42.780Z Doc-tests gfss
96882025-06-30T23:25:42.783Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gfss --test trust-quorum/gfss/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/gfss -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3e9ff315175280c8.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-54b19de0db01be94.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand09=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96892025-06-30T23:25:42.890Z
96902025-06-30T23:25:42.890Zrunning 0 tests
96912025-06-30T23:25:42.890Z
96922025-06-30T23:25:42.890Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96932025-06-30T23:25:42.890Z
96942025-06-30T23:25:42.903Z Doc-tests id_map
96952025-06-30T23:25:42.906Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name id_map --test id-map/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/id-map -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-72f56b93b42caad5.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96962025-06-30T23:25:43.009Z
96972025-06-30T23:25:43.009Zrunning 0 tests
96982025-06-30T23:25:43.009Z
96992025-06-30T23:25:43.009Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97002025-06-30T23:25:43.009Z
97012025-06-30T23:25:43.021Z Doc-tests illumos_utils
97022025-06-30T23:25:43.024Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-99a21674f504239c.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-7bff3febc5f6c73e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-44a25530587d4980.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c9d9cc016dcc99c9.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8244b0e76e42a5db.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-dc763c9e4cf3753b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --check-cfg 'cfg(svcadm_autoclear)' --document-private-items -D warnings --error-format human`
97032025-06-30T23:25:43.617Z
97042025-06-30T23:25:43.617Zrunning 0 tests
97052025-06-30T23:25:43.617Z
97062025-06-30T23:25:43.617Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97072025-06-30T23:25:43.617Z
97082025-06-30T23:25:43.652Z Doc-tests installinator
97092025-06-30T23:25:43.656Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08d488d3cba7dbcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-d1eb42071313cf87.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-fa500c06cf48bd48.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2858ce7fca430d76.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-3372c46ddd282e96.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human`
97102025-06-30T23:25:44.242Z
97112025-06-30T23:25:44.242Zrunning 0 tests
97122025-06-30T23:25:44.242Z
97132025-06-30T23:25:44.242Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97142025-06-30T23:25:44.242Z
97152025-06-30T23:25:44.278Z Doc-tests installinator_api
97162025-06-30T23:25:44.281Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_api --test installinator-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-836bcb07320eacbb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97172025-06-30T23:25:44.560Z
97182025-06-30T23:25:44.560Zrunning 2 tests
97192025-06-30T23:25:44.564Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
97202025-06-30T23:25:44.564Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
97212025-06-30T23:25:44.564Z
97222025-06-30T23:25:44.564Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
97232025-06-30T23:25:44.564Z
97242025-06-30T23:25:44.587Z Doc-tests installinator_client
97252025-06-30T23:25:44.590Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_client --test clients/installinator-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fa500c06cf48bd48.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97262025-06-30T23:25:45.376Z
97272025-06-30T23:25:45.376Zrunning 0 tests
97282025-06-30T23:25:45.376Z
97292025-06-30T23:25:45.376Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97302025-06-30T23:25:45.376Z
97312025-06-30T23:25:45.414Z Doc-tests installinator_common
97322025-06-30T23:25:45.419Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97332025-06-30T23:25:45.770Z
97342025-06-30T23:25:45.770Zrunning 0 tests
97352025-06-30T23:25:45.770Z
97362025-06-30T23:25:45.770Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97372025-06-30T23:25:45.770Z
97382025-06-30T23:25:45.801Z Doc-tests internal_dns_resolver
97392025-06-30T23:25:45.805Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name internal_dns_resolver --test internal-dns/resolver/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/resolver -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97402025-06-30T23:25:46.069Z
97412025-06-30T23:25:46.069Zrunning 0 tests
97422025-06-30T23:25:46.069Z
97432025-06-30T23:25:46.069Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97442025-06-30T23:25:46.069Z
97452025-06-30T23:25:46.096Z Doc-tests internal_dns_types
97462025-06-30T23:25:46.099Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name internal_dns_types --test internal-dns/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97472025-06-30T23:25:46.450Z
97482025-06-30T23:25:46.450Zrunning 0 tests
97492025-06-30T23:25:46.450Z
97502025-06-30T23:25:46.450Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97512025-06-30T23:25:46.450Z
97522025-06-30T23:25:46.478Z Doc-tests ipcc
97532025-06-30T23:25:46.481Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9a1e7e99ca25fd00.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2858ce7fca430d76.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-c2e26a7fc12c5175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97542025-06-30T23:25:46.615Z
97552025-06-30T23:25:46.615Zrunning 0 tests
97562025-06-30T23:25:46.615Z
97572025-06-30T23:25:46.615Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97582025-06-30T23:25:46.615Z
97592025-06-30T23:25:46.632Z Doc-tests key_manager
97602025-06-30T23:25:46.632Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0995b155a32ebe73.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97612025-06-30T23:25:46.878Z
97622025-06-30T23:25:46.879Zrunning 0 tests
97632025-06-30T23:25:46.879Z
97642025-06-30T23:25:46.879Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97652025-06-30T23:25:46.879Z
97662025-06-30T23:25:46.903Z Doc-tests live_tests_macros
97672025-06-30T23:25:46.907Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name live_tests_macros --test live-tests/macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/live-tests/macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-56fab96baf2f15b4.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97682025-06-30T23:25:46.967Z
97692025-06-30T23:25:46.967Zrunning 1 test
97702025-06-30T23:25:46.970Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
97712025-06-30T23:25:46.970Z
97722025-06-30T23:25:46.970Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
97732025-06-30T23:25:46.970Z
97742025-06-30T23:25:46.974Z Doc-tests nexus_auth
97752025-06-30T23:25:46.977Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_auth --test nexus/auth/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/auth -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-62cd9911aa89bca8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-0685597ec8dcf398.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d9938fd7365ced27.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
97762025-06-30T23:25:47.965Z
97772025-06-30T23:25:47.966Zrunning 0 tests
97782025-06-30T23:25:47.966Z
97792025-06-30T23:25:47.966Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97802025-06-30T23:25:47.966Z
97812025-06-30T23:25:48.012Z Doc-tests nexus_background_task_interface
97822025-06-30T23:25:48.015Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_background_task_interface --test nexus/background-task-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/background-task-interface -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d51c4b1c00d4799b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97832025-06-30T23:25:48.090Z
97842025-06-30T23:25:48.090Zrunning 0 tests
97852025-06-30T23:25:48.090Z
97862025-06-30T23:25:48.090Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97872025-06-30T23:25:48.090Z
97882025-06-30T23:25:48.100Z Doc-tests nexus_client
97892025-06-30T23:25:48.103Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-edf8629ceb4f4ea2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97902025-06-30T23:25:50.373Z
97912025-06-30T23:25:50.373Zrunning 0 tests
97922025-06-30T23:25:50.373Z
97932025-06-30T23:25:50.373Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97942025-06-30T23:25:50.374Z
97952025-06-30T23:25:50.434Z Doc-tests nexus_config
97962025-06-30T23:25:50.438Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97972025-06-30T23:25:50.988Z
97982025-06-30T23:25:50.988Zrunning 0 tests
97992025-06-30T23:25:50.989Z
98002025-06-30T23:25:50.989Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98012025-06-30T23:25:50.989Z
98022025-06-30T23:25:51.023Z Doc-tests nexus_db_errors
98032025-06-30T23:25:51.026Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_errors --test nexus/db-errors/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-errors -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-63a0384016e95522.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8b29f993ef945bfe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98042025-06-30T23:25:51.387Z
98052025-06-30T23:25:51.387Zrunning 0 tests
98062025-06-30T23:25:51.387Z
98072025-06-30T23:25:51.387Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98082025-06-30T23:25:51.387Z
98092025-06-30T23:25:51.420Z Doc-tests nexus_db_fixed_data
98102025-06-30T23:25:51.424Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_fixed_data --test nexus/db-fixed-data/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-fixed-data -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0685597ec8dcf398.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
98112025-06-30T23:25:51.881Z
98122025-06-30T23:25:51.881Zrunning 0 tests
98132025-06-30T23:25:51.881Z
98142025-06-30T23:25:51.881Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98152025-06-30T23:25:51.882Z
98162025-06-30T23:25:51.918Z Doc-tests nexus_db_lookup
98172025-06-30T23:25:51.922Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_lookup --test nexus/db-lookup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-lookup -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b70629b9d363b9ac.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7099a3b255142e9d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8b29f993ef945bfe.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
98182025-06-30T23:25:52.665Z
98192025-06-30T23:25:52.665Zrunning 0 tests
98202025-06-30T23:25:52.666Z
98212025-06-30T23:25:52.666Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98222025-06-30T23:25:52.666Z
98232025-06-30T23:25:52.708Z Doc-tests nexus_db_model
98242025-06-30T23:25:52.711Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b70629b9d363b9ac.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3f2b3bbabe6ddd40.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-40fc2e44375933e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
98252025-06-30T23:25:56.278Z
98262025-06-30T23:25:56.278Zrunning 2 tests
98272025-06-30T23:25:58.228Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
98282025-06-30T23:25:58.229Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
98292025-06-30T23:25:58.229Z
98302025-06-30T23:25:58.229Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.95s
98312025-06-30T23:25:58.229Z
98322025-06-30T23:25:58.328Z Doc-tests nexus_db_queries
98332025-06-30T23:25:58.334Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-97cbcd223e422a48.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b70629b9d363b9ac.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7099a3b255142e9d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8b29f993ef945bfe.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-0685597ec8dcf398.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d9938fd7365ced27.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-72ad14aa7b4c9ad8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-aa9a1b69536c32b5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
98342025-06-30T23:26:00.388Z
98352025-06-30T23:26:00.388Zrunning 1 test
98362025-06-30T23:26:03.397Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 394) ... ok
98372025-06-30T23:26:03.397Z
98382025-06-30T23:26:03.397Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.01s
98392025-06-30T23:26:03.397Z
98402025-06-30T23:26:03.479Z Doc-tests nexus_db_schema
98412025-06-30T23:26:03.482Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_schema --test nexus/db-schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-schema -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-63a0384016e95522.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98422025-06-30T23:26:11.039Z
98432025-06-30T23:26:11.039Zrunning 0 tests
98442025-06-30T23:26:11.039Z
98452025-06-30T23:26:11.039Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98462025-06-30T23:26:11.039Z
98472025-06-30T23:26:11.092Z Doc-tests nexus_defaults
98482025-06-30T23:26:11.092Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6cdb18cfaf521a4b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3f2b3bbabe6ddd40.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98492025-06-30T23:26:11.092Z
98502025-06-30T23:26:11.092Zrunning 0 tests
98512025-06-30T23:26:11.092Z
98522025-06-30T23:26:11.092Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98532025-06-30T23:26:11.092Z
98542025-06-30T23:26:11.092Z Doc-tests nexus_external_api
98552025-06-30T23:26:11.092Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_external_api --test nexus/external-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/external-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-f9c8c86e8b56cb48.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98562025-06-30T23:26:11.092Z
98572025-06-30T23:26:11.092Zrunning 2 tests
98582025-06-30T23:26:11.092Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 84) ... ignored
98592025-06-30T23:26:11.092Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 90) ... ignored
98602025-06-30T23:26:11.092Z
98612025-06-30T23:26:11.092Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
98622025-06-30T23:26:11.092Z
98632025-06-30T23:26:11.092Z Doc-tests nexus_internal_api
98642025-06-30T23:26:11.092Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_internal_api --test nexus/internal-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/internal-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f9054557649cbb01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7956cfa0869d8c87.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98652025-06-30T23:26:12.488Z
98662025-06-30T23:26:12.488Zrunning 2 tests
98672025-06-30T23:26:12.488Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 63) ... ignored
98682025-06-30T23:26:12.488Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 69) ... ignored
98692025-06-30T23:26:12.489Z
98702025-06-30T23:26:12.489Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
98712025-06-30T23:26:12.489Z
98722025-06-30T23:26:12.489Z Doc-tests nexus_inventory
98732025-06-30T23:26:12.489Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b52a750bde10378b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-a82f51dbecd00c3a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3da55ef5c00c9da0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98742025-06-30T23:26:12.489Z
98752025-06-30T23:26:12.489Zrunning 0 tests
98762025-06-30T23:26:12.489Z
98772025-06-30T23:26:12.489Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98782025-06-30T23:26:12.489Z
98792025-06-30T23:26:12.489Z Doc-tests nexus_macros_common
98802025-06-30T23:26:12.489Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f4f624c01a5a54e0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98812025-06-30T23:26:12.489Z
98822025-06-30T23:26:12.489Zrunning 0 tests
98832025-06-30T23:26:12.489Z
98842025-06-30T23:26:12.489Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98852025-06-30T23:26:12.489Z
98862025-06-30T23:26:12.489Z Doc-tests nexus_metrics_producer_gc
98872025-06-30T23:26:12.489Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_metrics_producer_gc --test nexus/metrics-producer-gc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/metrics-producer-gc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1d1c4d17796fbab7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3496fbe10c1d0394.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-7c4401ddf17c5985.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
98882025-06-30T23:26:12.500Z
98892025-06-30T23:26:12.500Zrunning 0 tests
98902025-06-30T23:26:12.500Z
98912025-06-30T23:26:12.500Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98922025-06-30T23:26:12.500Z
98932025-06-30T23:26:12.500Z Doc-tests nexus_mgs_updates
98942025-06-30T23:26:12.500Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_mgs_updates --test nexus/mgs-updates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/mgs-updates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98952025-06-30T23:26:12.500Z
98962025-06-30T23:26:12.500Zrunning 0 tests
98972025-06-30T23:26:12.500Z
98982025-06-30T23:26:12.500Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98992025-06-30T23:26:12.500Z
99002025-06-30T23:26:12.500Z Doc-tests nexus_networking
99012025-06-30T23:26:12.500Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-65e273faea63954f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99022025-06-30T23:26:12.500Z
99032025-06-30T23:26:12.500Zrunning 0 tests
99042025-06-30T23:26:12.500Z
99052025-06-30T23:26:12.500Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99062025-06-30T23:26:12.500Z
99072025-06-30T23:26:12.534Z Doc-tests nexus_reconfigurator_blippy
99082025-06-30T23:26:12.534Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_blippy --test nexus/reconfigurator/blippy/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/blippy -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99092025-06-30T23:26:12.916Z
99102025-06-30T23:26:12.916Zrunning 0 tests
99112025-06-30T23:26:12.916Z
99122025-06-30T23:26:12.916Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99132025-06-30T23:26:12.916Z
99142025-06-30T23:26:12.938Z Doc-tests nexus_reconfigurator_execution
99152025-06-30T23:26:12.938Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b52a750bde10378b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c9931c5ab8806eaf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3496fbe10c1d0394.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-65e273faea63954f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9f743f839125d775.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-432edd259989e2cf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
99162025-06-30T23:26:14.092Z
99172025-06-30T23:26:14.092Zrunning 0 tests
99182025-06-30T23:26:14.092Z
99192025-06-30T23:26:14.092Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99202025-06-30T23:26:14.092Z
99212025-06-30T23:26:14.117Z Doc-tests nexus_reconfigurator_planning
99222025-06-30T23:26:14.117Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3da55ef5c00c9da0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99232025-06-30T23:26:14.117Z
99242025-06-30T23:26:14.117Zrunning 0 tests
99252025-06-30T23:26:14.117Z
99262025-06-30T23:26:14.117Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99272025-06-30T23:26:14.117Z
99282025-06-30T23:26:14.117Z Doc-tests nexus_reconfigurator_preparation
99292025-06-30T23:26:14.117Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_preparation --test nexus/reconfigurator/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/preparation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99302025-06-30T23:26:14.444Z
99312025-06-30T23:26:14.444Zrunning 0 tests
99322025-06-30T23:26:14.444Z
99332025-06-30T23:26:14.444Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99342025-06-30T23:26:14.444Z
99352025-06-30T23:26:14.482Z Doc-tests nexus_reconfigurator_rendezvous
99362025-06-30T23:26:14.486Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_rendezvous --test nexus/reconfigurator/rendezvous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-305e37b3e0e16f7c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
99372025-06-30T23:26:14.910Z
99382025-06-30T23:26:14.910Zrunning 0 tests
99392025-06-30T23:26:14.910Z
99402025-06-30T23:26:14.910Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99412025-06-30T23:26:14.910Z
99422025-06-30T23:26:14.947Z Doc-tests nexus_reconfigurator_simulation
99432025-06-30T23:26:14.950Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_simulation --test nexus/reconfigurator/simulation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/simulation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-18f462546fb16707.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-edc7d2bb26d9dce2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-ba5aee3d0c00d402.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3da55ef5c00c9da0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99442025-06-30T23:26:15.358Z
99452025-06-30T23:26:15.358Zrunning 0 tests
99462025-06-30T23:26:15.358Z
99472025-06-30T23:26:15.358Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99482025-06-30T23:26:15.358Z
99492025-06-30T23:26:15.393Z Doc-tests nexus_saga_recovery
99502025-06-30T23:26:15.396Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_saga_recovery --test nexus/saga-recovery/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/saga-recovery -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-edf8629ceb4f4ea2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6bbe85e624072b6e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
99512025-06-30T23:26:15.771Z
99522025-06-30T23:26:15.771Zrunning 0 tests
99532025-06-30T23:26:15.771Z
99542025-06-30T23:26:15.771Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99552025-06-30T23:26:15.771Z
99562025-06-30T23:26:15.804Z Doc-tests nexus_sled_agent_shared
99572025-06-30T23:26:15.807Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_sled_agent_shared --test nexus-sled-agent-shared/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-sled-agent-shared -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99582025-06-30T23:26:16.303Z
99592025-06-30T23:26:16.303Zrunning 0 tests
99602025-06-30T23:26:16.303Z
99612025-06-30T23:26:16.303Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99622025-06-30T23:26:16.303Z
99632025-06-30T23:26:16.338Z Doc-tests nexus_test_interface
99642025-06-30T23:26:16.342Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_test_interface --test nexus/test-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-interface -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0995b155a32ebe73.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-82714634aec3490d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99652025-06-30T23:26:16.663Z
99662025-06-30T23:26:16.663Zrunning 0 tests
99672025-06-30T23:26:16.663Z
99682025-06-30T23:26:16.663Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99692025-06-30T23:26:16.663Z
99702025-06-30T23:26:16.695Z Doc-tests nexus_test_utils
99712025-06-30T23:26:16.698Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_test_utils --test nexus/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-82714634aec3490d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-f1a7bc8aedb37dd5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-63fcc38ca2e742af.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' --document-private-items -D warnings --error-format human`
99722025-06-30T23:26:17.506Z
99732025-06-30T23:26:17.506Zrunning 0 tests
99742025-06-30T23:26:17.506Z
99752025-06-30T23:26:17.506Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99762025-06-30T23:26:17.506Z
99772025-06-30T23:26:17.551Z Doc-tests nexus_test_utils_macros
99782025-06-30T23:26:17.556Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name nexus_test_utils_macros --test nexus/test-utils-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8d5ef3ef0800e5d2.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99792025-06-30T23:26:17.617Z
99802025-06-30T23:26:17.617Zrunning 1 test
99812025-06-30T23:26:17.620Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
99822025-06-30T23:26:17.620Z
99832025-06-30T23:26:17.620Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
99842025-06-30T23:26:17.620Z
99852025-06-30T23:26:17.626Z Doc-tests nexus_types
99862025-06-30T23:26:17.629Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-de6ab9c7dbb44e65.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99872025-06-30T23:26:20.924Z
99882025-06-30T23:26:20.924Zrunning 3 tests
99892025-06-30T23:26:20.927Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 1644) ... ignored
99902025-06-30T23:26:20.927Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 1516) ... ignored
99912025-06-30T23:26:20.927Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 931) ... ignored
99922025-06-30T23:26:20.927Z
99932025-06-30T23:26:20.927Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
99942025-06-30T23:26:20.927Z
99952025-06-30T23:26:21.020Z Doc-tests omicron_certificates
99962025-06-30T23:26:21.020Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7b855985f2fc6e77.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-f9d6d1e055588901.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-40fc2e44375933e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-5d1f69bb666610fc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99972025-06-30T23:26:21.313Z
99982025-06-30T23:26:21.313Zrunning 0 tests
99992025-06-30T23:26:21.313Z
100002025-06-30T23:26:21.313Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100012025-06-30T23:26:21.313Z
100022025-06-30T23:26:21.339Z Doc-tests omicron_clickhouse_admin
100032025-06-30T23:26:21.343Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_clickhouse_admin --test clickhouse-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-57ee77431005e571.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c0622698ecce47a9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a23024ff10ce3873.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e37019f77f74da6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100042025-06-30T23:26:21.737Z
100052025-06-30T23:26:21.737Zrunning 0 tests
100062025-06-30T23:26:21.737Z
100072025-06-30T23:26:21.737Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100082025-06-30T23:26:21.737Z
100092025-06-30T23:26:21.771Z Doc-tests omicron_cockroach_admin
100102025-06-30T23:26:21.775Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_cockroach_admin --test cockroach-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-d800d1b246a7e1c2.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b9999fef7d524659.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5c6a4f36ae0c8939.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-f1a7bc8aedb37dd5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
100112025-06-30T23:26:22.074Z
100122025-06-30T23:26:22.074Zrunning 0 tests
100132025-06-30T23:26:22.074Z
100142025-06-30T23:26:22.074Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100152025-06-30T23:26:22.074Z
100162025-06-30T23:26:22.103Z Doc-tests omicron_cockroach_metrics
100172025-06-30T23:26:22.106Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_cockroach_metrics --test cockroach-metrics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-metrics -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-a492d81da958255b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100182025-06-30T23:26:22.311Z
100192025-06-30T23:26:22.311Zrunning 1 test
100202025-06-30T23:26:22.540Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 94) - compile ... ok
100212025-06-30T23:26:22.540Z
100222025-06-30T23:26:22.540Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
100232025-06-30T23:26:22.540Z
100242025-06-30T23:26:22.560Z Doc-tests omicron_common
100252025-06-30T23:26:22.563Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-de6ab9c7dbb44e65.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5214dd74a1ef2464.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-010866bfd49291f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
100262025-06-30T23:26:24.340Z
100272025-06-30T23:26:24.340Zrunning 2 tests
100282025-06-30T23:26:24.345Ztest common/src/lib.rs - FileKv (line 39) ... ignored
100292025-06-30T23:26:29.196Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 620) ... ok
100302025-06-30T23:26:29.197Z
100312025-06-30T23:26:29.197Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.86s
100322025-06-30T23:26:29.197Z
100332025-06-30T23:26:29.260Z Doc-tests omicron_ddm_admin_client
100342025-06-30T23:26:29.265Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8804ad2a31b94b33.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100352025-06-30T23:26:29.527Z
100362025-06-30T23:26:29.527Zrunning 0 tests
100372025-06-30T23:26:29.527Z
100382025-06-30T23:26:29.527Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100392025-06-30T23:26:29.527Z
100402025-06-30T23:26:29.557Z Doc-tests omicron_dev_lib
100412025-06-30T23:26:29.563Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_dev_lib --test dev-tools/omicron-dev-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-dev-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-cefab6d96bfc6445.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-8e5193a7f1a1af3d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100422025-06-30T23:26:29.791Z
100432025-06-30T23:26:29.791Zrunning 0 tests
100442025-06-30T23:26:29.791Z
100452025-06-30T23:26:29.791Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100462025-06-30T23:26:29.791Z
100472025-06-30T23:26:29.816Z Doc-tests omicron_gateway
100482025-06-30T23:26:29.820Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7aad44eb7032c853.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1d75bcb326ade2db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2858ce7fca430d76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0faabaf2c9bf488a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-28eb7c9de9519ab1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-462e3136f0c7d964.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100492025-06-30T23:26:30.470Z
100502025-06-30T23:26:30.471Zrunning 0 tests
100512025-06-30T23:26:30.471Z
100522025-06-30T23:26:30.471Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100532025-06-30T23:26:30.471Z
100542025-06-30T23:26:30.514Z Doc-tests omicron_ls_apis
100552025-06-30T23:26:30.518Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_ls_apis --test dev-tools/ls-apis/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/ls-apis -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-cea6d5550762a4a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100562025-06-30T23:26:30.751Z
100572025-06-30T23:26:30.751Zrunning 1 test
100582025-06-30T23:26:30.754Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
100592025-06-30T23:26:30.754Z
100602025-06-30T23:26:30.754Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
100612025-06-30T23:26:30.754Z
100622025-06-30T23:26:30.768Z Doc-tests omicron_nexus
100632025-06-30T23:26:30.772Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b52a750bde10378b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c9931c5ab8806eaf.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-b6197df7a0d6acaf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ec47757df2f3e660.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ca2a96f4d5adc91d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a9e2cfcc6272f261.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3496fbe10c1d0394.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-cb299d2f0eb99bb9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d51c4b1c00d4799b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3f2b3bbabe6ddd40.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-f9c8c86e8b56cb48.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7956cfa0869d8c87.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-7c4401ddf17c5985.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-65e273faea63954f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9f743f839125d775.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-305e37b3e0e16f7c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6bbe85e624072b6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-82714634aec3490d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-432edd259989e2cf.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-63fcc38ca2e742af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-53aafce35083fc8f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-ab2ff3dc60214ab8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-aa9a1b69536c32b5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
100642025-06-30T23:26:33.139Z
100652025-06-30T23:26:33.139Zrunning 5 tests
100662025-06-30T23:26:33.143Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 246) ... ignored
100672025-06-30T23:26:36.303Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 884) ... ok
100682025-06-30T23:26:36.306Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 820) ... ok
100692025-06-30T23:26:36.306Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 842) ... ok
100702025-06-30T23:26:36.306Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 914) ... ok
100712025-06-30T23:26:36.306Z
100722025-06-30T23:26:36.306Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.16s
100732025-06-30T23:26:36.306Z
100742025-06-30T23:26:36.399Z Doc-tests omicron_package
100752025-06-30T23:26:36.402Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-99fa2c98dcf1c79c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-fb429347234dacbe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-89fa3850877291a0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-abdd979b084cafc5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100762025-06-30T23:26:36.661Z
100772025-06-30T23:26:36.661Zrunning 0 tests
100782025-06-30T23:26:36.661Z
100792025-06-30T23:26:36.661Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100802025-06-30T23:26:36.661Z
100812025-06-30T23:26:36.680Z Doc-tests omicron_passwords
100822025-06-30T23:26:36.683Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-e139f1343979802c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-76724db97869ce18.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100832025-06-30T23:26:36.803Z
100842025-06-30T23:26:36.803Zrunning 0 tests
100852025-06-30T23:26:36.803Z
100862025-06-30T23:26:36.803Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100872025-06-30T23:26:36.803Z
100882025-06-30T23:26:36.817Z Doc-tests omicron_pins
100892025-06-30T23:26:36.821Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_pins --test dev-tools/pins/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/pins -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-99dbb0b02a0740b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100902025-06-30T23:26:36.926Z
100912025-06-30T23:26:36.926Zrunning 0 tests
100922025-06-30T23:26:36.926Z
100932025-06-30T23:26:36.926Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100942025-06-30T23:26:36.926Z
100952025-06-30T23:26:36.939Z Doc-tests omicron_repl_utils
100962025-06-30T23:26:36.942Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_repl_utils --test dev-tools/repl-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/repl-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-fd7ecf9daf693bd7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100972025-06-30T23:26:37.021Z
100982025-06-30T23:26:37.021Zrunning 0 tests
100992025-06-30T23:26:37.021Z
101002025-06-30T23:26:37.021Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101012025-06-30T23:26:37.021Z
101022025-06-30T23:26:37.032Z Doc-tests omicron_rpaths
101032025-06-30T23:26:37.035Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9c9147f64aa06683.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101042025-06-30T23:26:37.089Z
101052025-06-30T23:26:37.089Zrunning 0 tests
101062025-06-30T23:26:37.090Z
101072025-06-30T23:26:37.090Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101082025-06-30T23:26:37.090Z
101092025-06-30T23:26:37.098Z Doc-tests omicron_sled_agent
101102025-06-30T23:26:37.102Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-32e54d84eb7c68e2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ac47e23a47e47000.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08d488d3cba7dbcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-44a25530587d4980.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-772ecac758e096fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-973017a9c286f392.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3d9ac8df282ce77a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07cc63e0f41c8fd0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' --document-private-items -D warnings --error-format human`
101112025-06-30T23:26:38.685Z
101122025-06-30T23:26:38.685Zrunning 0 tests
101132025-06-30T23:26:38.685Z
101142025-06-30T23:26:38.685Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101152025-06-30T23:26:38.685Z
101162025-06-30T23:26:38.751Z Doc-tests omicron_test_utils
101172025-06-30T23:26:38.755Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-f1ad58118408312d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-5c766a6d348e1049.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' --document-private-items -D warnings --error-format human`
101182025-06-30T23:26:39.087Z
101192025-06-30T23:26:39.087Zrunning 3 tests
101202025-06-30T23:26:39.091Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 237) ... ignored
101212025-06-30T23:26:44.479Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 249) ... ok
101222025-06-30T23:26:44.521Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 205) ... ok
101232025-06-30T23:26:44.521Z
101242025-06-30T23:26:44.524Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.43s
101252025-06-30T23:26:44.524Z
101262025-06-30T23:26:44.554Z Doc-tests omicron_uuid_kinds
101272025-06-30T23:26:44.557Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-72f56b93b42caad5.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' --document-private-items -D warnings --error-format human`
101282025-06-30T23:26:44.708Z
101292025-06-30T23:26:44.708Zrunning 0 tests
101302025-06-30T23:26:44.708Z
101312025-06-30T23:26:44.708Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101322025-06-30T23:26:44.708Z
101332025-06-30T23:26:44.722Z Doc-tests omicron_workspace_hack
101342025-06-30T23:26:44.727Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_workspace_hack --test workspace-hack/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/workspace-hack -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ce41b31d84d6e3a9.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-212bd90c4b2dd6c2.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-6abecefb8b67713a.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-51d372fa91d20d85.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-78e38759e3b6da1b.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b3c8cd159185181c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-612ce2e304571f81.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-faf115b538446cf7.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f31d3e05cb6ea3f7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-5635dba39bf9bf7b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-379a38323fc33607.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2c96830fae84e44c.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e49e148379376081.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ef421c864b54ec9e.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-ea40d9ab8b9757a5.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-2ecaa8b38dcf8faa.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-d64721bdf3087236.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-c755548413afb770.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-72fa9a7c58f40979.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-2258aab87697adbb.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-ad59467a09ca041e.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-340d4db1586c85dd.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-353e6090291573ff.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7507609290b17159.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd0dad88f56f0ea8.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-f1db6b1fa8fda49d.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ee2ff769a8771c26.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-59a59a87f1844024.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-34d50781102c559f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-76e46987a5cb127a.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a31d6e3ea5bde33b.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb1901253e0db9df.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a17f495745437ac9.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8b31b87f3240ff35.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0198d0379ddd5e72.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3b3b33ff78e5a886.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-33b5304ed311b179.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-987dcd08b67cb2a8.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-b6be0333af93ab88.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-d909e5bee2ee8acf.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-20179c07374f1a77.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-d3105508a84126c2.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-63c6474b95c77984.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d1942fe7a0f875a4.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-221a139d58cdccf4.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-47774841ed96ca61.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-e68eb56a87261b4f.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-72ad14aa7b4c9ad8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ff6ed72e3b7d50b0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6523adb68efc81b9.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-848ea02eff028b21.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-821ca613971b037b.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e70065b2fca30e15.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b6ed5c9162737056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9aa091ab62ef587d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1f873415a8bab1e6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-406ca8badcd23106.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a93b2b0d16191f46.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f0c21b5edc822a6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f60053941bf92db1.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2310c9a53b7cd6d1.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-904e4ec3fcbed7e7.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-643e7692f89b35e0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-25caf115c2801f29.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ad0a9d44eab449a4.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6d9084eefb049e89.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3ddec34f40a666cf.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6af2d8bdb1462b.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101352025-06-30T23:26:44.776Z
101362025-06-30T23:26:44.776Zrunning 0 tests
101372025-06-30T23:26:44.776Z
101382025-06-30T23:26:44.776Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101392025-06-30T23:26:44.776Z
101402025-06-30T23:26:44.784Z Doc-tests openapi_manager
101412025-06-30T23:26:44.787Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name openapi_manager --test dev-tools/openapi-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/openapi-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-32e54d84eb7c68e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-57ee77431005e571.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-d800d1b246a7e1c2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7aad44eb7032c853.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-836bcb07320eacbb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-f9c8c86e8b56cb48.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7956cfa0869d8c87.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-85373c37faffd6ca.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-7b63e4be5b6320b8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-096e6feb7cfe26d1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101422025-06-30T23:26:45.339Z
101432025-06-30T23:26:45.339Zrunning 0 tests
101442025-06-30T23:26:45.339Z
101452025-06-30T23:26:45.339Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101462025-06-30T23:26:45.339Z
101472025-06-30T23:26:45.377Z Doc-tests openapi_manager_types
101482025-06-30T23:26:45.380Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name openapi_manager_types --test dev-tools/openapi-manager/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/openapi-manager/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101492025-06-30T23:26:45.441Z
101502025-06-30T23:26:45.441Zrunning 2 tests
101512025-06-30T23:26:45.695Ztest dev-tools/openapi-manager/types/src/versions.rs - versions::api_versions (line 108) ... ok
101522025-06-30T23:26:45.698Ztest dev-tools/openapi-manager/types/src/versions.rs - versions::api_versions (line 90) ... ok
101532025-06-30T23:26:45.698Z
101542025-06-30T23:26:45.698Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s
101552025-06-30T23:26:45.698Z
101562025-06-30T23:26:45.704Z Doc-tests oxide_client
101572025-06-30T23:26:45.707Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101582025-06-30T23:26:51.127Z
101592025-06-30T23:26:51.127Zrunning 263 tests
101602025-06-30T23:26:51.136Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
101612025-06-30T23:26:51.136Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
101622025-06-30T23:26:51.136Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
101632025-06-30T23:26:51.136Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
101642025-06-30T23:26:51.136Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
101652025-06-30T23:26:51.136Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
101662025-06-30T23:26:51.136Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
101672025-06-30T23:26:51.136Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
101682025-06-30T23:26:51.136Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
101692025-06-30T23:26:51.136Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
101702025-06-30T23:26:51.136Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 25) ... ignored
101712025-06-30T23:26:51.136Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
101722025-06-30T23:26:51.136Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
101732025-06-30T23:26:51.137Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
101742025-06-30T23:26:51.137Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
101752025-06-30T23:26:51.137Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
101762025-06-30T23:26:51.137Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
101772025-06-30T23:26:51.137Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
101782025-06-30T23:26:51.137Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
101792025-06-30T23:26:51.137Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
101802025-06-30T23:26:51.137Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
101812025-06-30T23:26:51.137Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
101822025-06-30T23:26:51.137Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
101832025-06-30T23:26:51.137Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
101842025-06-30T23:26:51.137Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
101852025-06-30T23:26:51.137Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
101862025-06-30T23:26:51.137Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 32) ... ignored
101872025-06-30T23:26:51.137Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
101882025-06-30T23:26:51.137Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
101892025-06-30T23:26:51.137Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
101902025-06-30T23:26:51.137Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
101912025-06-30T23:26:51.137Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
101922025-06-30T23:26:51.137Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
101932025-06-30T23:26:51.138Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
101942025-06-30T23:26:51.138Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
101952025-06-30T23:26:51.138Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
101962025-06-30T23:26:51.138Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
101972025-06-30T23:26:51.138Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
101982025-06-30T23:26:51.138Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
101992025-06-30T23:26:51.138Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
102002025-06-30T23:26:51.138Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
102012025-06-30T23:26:51.138Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
102022025-06-30T23:26:51.138Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_create (line 23) ... ignored
102032025-06-30T23:26:51.138Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_delete (line 27) ... ignored
102042025-06-30T23:26:51.138Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download (line 28) ... ignored
102052025-06-30T23:26:51.138Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download_file (line 29) ... ignored
102062025-06-30T23:26:51.138Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head (line 28) ... ignored
102072025-06-30T23:26:51.138Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head_file (line 29) ... ignored
102082025-06-30T23:26:51.138Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_index (line 28) ... ignored
102092025-06-30T23:26:51.138Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_list (line 27) ... ignored
102102025-06-30T23:26:51.138Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_view (line 25) ... ignored
102112025-06-30T23:26:51.138Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::system_update_get_repository (line 27) ... ignored
102122025-06-30T23:26:51.138Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::system_update_put_repository (line 26) ... ignored
102132025-06-30T23:26:51.139Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::target_release_update (line 25) ... ignored
102142025-06-30T23:26:51.139Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::target_release_view (line 25) ... ignored
102152025-06-30T23:26:51.139Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
102162025-06-30T23:26:51.139Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
102172025-06-30T23:26:51.139Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 26) ... ignored
102182025-06-30T23:26:51.139Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
102192025-06-30T23:26:51.139Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
102202025-06-30T23:26:51.139Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
102212025-06-30T23:26:51.139Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
102222025-06-30T23:26:51.139Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
102232025-06-30T23:26:51.139Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
102242025-06-30T23:26:51.139Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
102252025-06-30T23:26:51.139Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
102262025-06-30T23:26:51.139Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
102272025-06-30T23:26:51.139Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
102282025-06-30T23:26:51.139Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
102292025-06-30T23:26:51.139Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
102302025-06-30T23:26:51.139Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
102312025-06-30T23:26:51.139Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
102322025-06-30T23:26:51.140Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
102332025-06-30T23:26:51.140Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
102342025-06-30T23:26:51.140Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
102352025-06-30T23:26:51.140Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
102362025-06-30T23:26:51.140Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 26) ... ignored
102372025-06-30T23:26:51.140Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
102382025-06-30T23:26:51.140Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
102392025-06-30T23:26:51.140Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
102402025-06-30T23:26:51.140Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
102412025-06-30T23:26:51.140Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
102422025-06-30T23:26:51.140Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
102432025-06-30T23:26:51.140Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
102442025-06-30T23:26:51.140Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
102452025-06-30T23:26:51.140Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
102462025-06-30T23:26:51.140Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
102472025-06-30T23:26:51.140Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
102482025-06-30T23:26:51.140Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
102492025-06-30T23:26:51.140Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
102502025-06-30T23:26:51.140Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
102512025-06-30T23:26:51.140Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
102522025-06-30T23:26:51.140Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
102532025-06-30T23:26:51.141Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
102542025-06-30T23:26:51.141Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
102552025-06-30T23:26:51.141Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
102562025-06-30T23:26:51.141Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
102572025-06-30T23:26:51.141Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
102582025-06-30T23:26:51.141Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
102592025-06-30T23:26:51.141Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 27) ... ignored
102602025-06-30T23:26:51.146Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 25) ... ignored
102612025-06-30T23:26:51.146Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
102622025-06-30T23:26:51.146Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
102632025-06-30T23:26:51.146Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
102642025-06-30T23:26:51.146Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
102652025-06-30T23:26:51.146Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
102662025-06-30T23:26:51.147Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 26) ... ignored
102672025-06-30T23:26:51.147Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 25) ... ignored
102682025-06-30T23:26:51.147Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
102692025-06-30T23:26:51.147Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
102702025-06-30T23:26:51.147Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
102712025-06-30T23:26:51.147Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
102722025-06-30T23:26:51.147Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
102732025-06-30T23:26:51.147Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
102742025-06-30T23:26:51.147Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
102752025-06-30T23:26:51.147Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
102762025-06-30T23:26:51.147Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
102772025-06-30T23:26:51.147Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
102782025-06-30T23:26:51.147Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
102792025-06-30T23:26:51.147Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
102802025-06-30T23:26:51.147Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
102812025-06-30T23:26:51.147Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
102822025-06-30T23:26:51.147Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
102832025-06-30T23:26:51.147Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
102842025-06-30T23:26:51.147Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
102852025-06-30T23:26:51.147Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
102862025-06-30T23:26:51.147Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
102872025-06-30T23:26:51.147Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
102882025-06-30T23:26:51.147Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
102892025-06-30T23:26:51.147Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
102902025-06-30T23:26:51.147Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
102912025-06-30T23:26:51.147Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
102922025-06-30T23:26:51.147Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
102932025-06-30T23:26:51.147Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
102942025-06-30T23:26:51.147Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
102952025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
102962025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
102972025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
102982025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
102992025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
103002025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
103012025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
103022025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
103032025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
103042025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
103052025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
103062025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 23) ... ignored
103072025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
103082025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
103092025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
103102025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
103112025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
103122025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
103132025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
103142025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
103152025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 23) ... ignored
103162025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 25) ... ignored
103172025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 27) ... ignored
103182025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 28) ... ignored
103192025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 29) ... ignored
103202025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 26) ... ignored
103212025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 25) ... ignored
103222025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 28) ... ignored
103232025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 23) ... ignored
103242025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 23) ... ignored
103252025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 28) ... ignored
103262025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 28) ... ignored
103272025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 25) ... ignored
103282025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 25) ... ignored
103292025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 26) ... ignored
103302025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 25) ... ignored
103312025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 25) ... ignored
103322025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
103332025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
103342025-06-30T23:26:51.148Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
103352025-06-30T23:26:51.149Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
103362025-06-30T23:26:51.149Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
103372025-06-30T23:26:51.149Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
103382025-06-30T23:26:51.149Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
103392025-06-30T23:26:51.149Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
103402025-06-30T23:26:51.149Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
103412025-06-30T23:26:51.149Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
103422025-06-30T23:26:51.149Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
103432025-06-30T23:26:51.149Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
103442025-06-30T23:26:51.149Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
103452025-06-30T23:26:51.149Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
103462025-06-30T23:26:51.149Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
103472025-06-30T23:26:51.149Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
103482025-06-30T23:26:51.149Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
103492025-06-30T23:26:51.149Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
103502025-06-30T23:26:51.149Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
103512025-06-30T23:26:51.149Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
103522025-06-30T23:26:51.149Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 25) ... ignored
103532025-06-30T23:26:51.149Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
103542025-06-30T23:26:51.149Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
103552025-06-30T23:26:51.149Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
103562025-06-30T23:26:51.149Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
103572025-06-30T23:26:51.149Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
103582025-06-30T23:26:51.149Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
103592025-06-30T23:26:51.149Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
103602025-06-30T23:26:51.154Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
103612025-06-30T23:26:51.154Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
103622025-06-30T23:26:51.154Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
103632025-06-30T23:26:51.154Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
103642025-06-30T23:26:51.154Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
103652025-06-30T23:26:51.154Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
103662025-06-30T23:26:51.154Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
103672025-06-30T23:26:51.154Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
103682025-06-30T23:26:51.154Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
103692025-06-30T23:26:51.154Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
103702025-06-30T23:26:51.154Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
103712025-06-30T23:26:51.154Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
103722025-06-30T23:26:51.154Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
103732025-06-30T23:26:51.154Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
103742025-06-30T23:26:51.154Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
103752025-06-30T23:26:51.154Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
103762025-06-30T23:26:51.154Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
103772025-06-30T23:26:51.154Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
103782025-06-30T23:26:51.155Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
103792025-06-30T23:26:51.155Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
103802025-06-30T23:26:51.155Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
103812025-06-30T23:26:51.155Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
103822025-06-30T23:26:51.155Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
103832025-06-30T23:26:51.155Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
103842025-06-30T23:26:51.155Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
103852025-06-30T23:26:51.155Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
103862025-06-30T23:26:51.155Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
103872025-06-30T23:26:51.155Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
103882025-06-30T23:26:51.155Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
103892025-06-30T23:26:51.155Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
103902025-06-30T23:26:51.155Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
103912025-06-30T23:26:51.155Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
103922025-06-30T23:26:51.155Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
103932025-06-30T23:26:51.155Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
103942025-06-30T23:26:51.155Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
103952025-06-30T23:26:51.155Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
103962025-06-30T23:26:51.155Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
103972025-06-30T23:26:51.155Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
103982025-06-30T23:26:51.155Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
103992025-06-30T23:26:51.155Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
104002025-06-30T23:26:51.155Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
104012025-06-30T23:26:51.155Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
104022025-06-30T23:26:51.156Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
104032025-06-30T23:26:51.156Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
104042025-06-30T23:26:51.156Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
104052025-06-30T23:26:51.156Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
104062025-06-30T23:26:51.156Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
104072025-06-30T23:26:51.156Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
104082025-06-30T23:26:51.156Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
104092025-06-30T23:26:51.156Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
104102025-06-30T23:26:51.156Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
104112025-06-30T23:26:51.156Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
104122025-06-30T23:26:51.156Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
104132025-06-30T23:26:51.156Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
104142025-06-30T23:26:51.156Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
104152025-06-30T23:26:51.156Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
104162025-06-30T23:26:51.156Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
104172025-06-30T23:26:51.156Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
104182025-06-30T23:26:51.156Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
104192025-06-30T23:26:51.156Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
104202025-06-30T23:26:51.156Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
104212025-06-30T23:26:51.156Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
104222025-06-30T23:26:51.156Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
104232025-06-30T23:26:51.156Z
104242025-06-30T23:26:51.157Ztest result: ok. 0 passed; 0 failed; 263 ignored; 0 measured; 0 filtered out; finished in 0.01s
104252025-06-30T23:26:51.157Z
104262025-06-30T23:26:51.243Z Doc-tests oximeter
104272025-06-30T23:26:51.243Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ef4a040546ae31f.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-0b0f7d6eadcf208d.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-e0c14a633803c5cf.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104282025-06-30T23:26:51.508Z
104292025-06-30T23:26:51.508Zrunning 2 tests
104302025-06-30T23:26:51.513Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
104312025-06-30T23:26:52.682Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
104322025-06-30T23:26:52.682Z
104332025-06-30T23:26:52.682Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.17s
104342025-06-30T23:26:52.682Z
104352025-06-30T23:26:52.717Z Doc-tests oximeter_api
104362025-06-30T23:26:52.721Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_api --test oximeter/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-7b63e4be5b6320b8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104372025-06-30T23:26:53.012Z
104382025-06-30T23:26:53.012Zrunning 2 tests
104392025-06-30T23:26:53.024Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 25) ... ignored
104402025-06-30T23:26:53.024Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 31) ... ignored
104412025-06-30T23:26:53.024Z
104422025-06-30T23:26:53.024Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
104432025-06-30T23:26:53.024Z
104442025-06-30T23:26:53.032Z Doc-tests oximeter_client
104452025-06-30T23:26:53.036Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-edf8629ceb4f4ea2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104462025-06-30T23:26:53.408Z
104472025-06-30T23:26:53.408Zrunning 0 tests
104482025-06-30T23:26:53.408Z
104492025-06-30T23:26:53.408Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104502025-06-30T23:26:53.408Z
104512025-06-30T23:26:53.439Z Doc-tests oximeter_collector
104522025-06-30T23:26:53.443Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a9e2cfcc6272f261.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-7b63e4be5b6320b8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-63fcc38ca2e742af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104532025-06-30T23:26:53.984Z
104542025-06-30T23:26:53.984Zrunning 0 tests
104552025-06-30T23:26:53.984Z
104562025-06-30T23:26:53.984Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104572025-06-30T23:26:53.984Z
104582025-06-30T23:26:54.025Z Doc-tests oximeter_db
104592025-06-30T23:26:54.029Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-952b2470db30a1c2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-414b4ff45220e293.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-fcc5c253f7baaea5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-97cbcd223e422a48.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5bd0bd296ec98b10.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-015002e6c87ba800.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e37019f77f74da6f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6e35b7e91b020491.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-ce101b571f0ea8b4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f747656fa0bcde03.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-684b65cd40f0afc9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-9eee3fc41e327ae2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' --document-private-items -D warnings --error-format human`
104602025-06-30T23:26:55.034Z
104612025-06-30T23:26:55.034Zrunning 5 tests
104622025-06-30T23:26:55.037Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
104632025-06-30T23:26:55.037Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
104642025-06-30T23:26:55.038Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
104652025-06-30T23:26:55.038Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
104662025-06-30T23:26:55.038Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
104672025-06-30T23:26:55.038Z
104682025-06-30T23:26:55.038Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
104692025-06-30T23:26:55.038Z
104702025-06-30T23:26:55.083Z Doc-tests oximeter_instruments
104712025-06-30T23:26:55.086Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-f577c68bd5feaa96.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' --document-private-items -D warnings --error-format human`
104722025-06-30T23:26:55.496Z
104732025-06-30T23:26:55.496Zrunning 0 tests
104742025-06-30T23:26:55.496Z
104752025-06-30T23:26:55.496Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104762025-06-30T23:26:55.496Z
104772025-06-30T23:26:55.530Z Doc-tests oximeter_macro_impl
104782025-06-30T23:26:55.534Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d329a378030b478a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ef4a040546ae31f.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104792025-06-30T23:26:55.609Z
104802025-06-30T23:26:55.609Zrunning 0 tests
104812025-06-30T23:26:55.609Z
104822025-06-30T23:26:55.609Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104832025-06-30T23:26:55.609Z
104842025-06-30T23:26:55.619Z Doc-tests oximeter_producer
104852025-06-30T23:26:55.622Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104862025-06-30T23:26:56.022Z
104872025-06-30T23:26:56.022Zrunning 0 tests
104882025-06-30T23:26:56.022Z
104892025-06-30T23:26:56.022Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104902025-06-30T23:26:56.022Z
104912025-06-30T23:26:56.058Z Doc-tests oximeter_schema
104922025-06-30T23:26:56.062Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_schema --test oximeter/schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/schema -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-0b0f7d6eadcf208d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104932025-06-30T23:26:56.372Z
104942025-06-30T23:26:56.372Zrunning 0 tests
104952025-06-30T23:26:56.372Z
104962025-06-30T23:26:56.373Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104972025-06-30T23:26:56.373Z
104982025-06-30T23:26:56.399Z Doc-tests oximeter_test_utils
104992025-06-30T23:26:56.399Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_test_utils --test oximeter/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ef4a040546ae31f.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e37019f77f74da6f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105002025-06-30T23:26:56.725Z
105012025-06-30T23:26:56.725Zrunning 0 tests
105022025-06-30T23:26:56.725Z
105032025-06-30T23:26:56.725Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105042025-06-30T23:26:56.725Z
105052025-06-30T23:26:56.774Z Doc-tests oximeter_timeseries_macro
105062025-06-30T23:26:56.780Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name oximeter_timeseries_macro --test oximeter/timeseries-macro/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/timeseries-macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d329a378030b478a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-cf55631a2ef5aafb.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-e0c14a633803c5cf.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a40dda17295f5ad9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105072025-06-30T23:26:56.995Z
105082025-06-30T23:26:56.995Zrunning 0 tests
105092025-06-30T23:26:56.995Z
105102025-06-30T23:26:56.995Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105112025-06-30T23:26:56.995Z
105122025-06-30T23:26:57.020Z Doc-tests oximeter_types
105132025-06-30T23:26:57.024Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_types --test oximeter/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4fdd4e3927eaf215.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c88984b8dab35587.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ef4a040546ae31f.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-8b871cc6b0764b64.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-b6e4b3864d84f85f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-a3a9a146dfdf743a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105142025-06-30T23:26:57.572Z
105152025-06-30T23:26:57.572Zrunning 11 tests
105162025-06-30T23:26:58.258Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
105172025-06-30T23:27:05.835Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
105182025-06-30T23:27:05.933Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 928) ... ok
105192025-06-30T23:27:05.978Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
105202025-06-30T23:27:05.981Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
105212025-06-30T23:27:05.981Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
105222025-06-30T23:27:05.984Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
105232025-06-30T23:27:05.984Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
105242025-06-30T23:27:06.395Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
105252025-06-30T23:27:09.916Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
105262025-06-30T23:27:10.952Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
105272025-06-30T23:27:10.952Z
105282025-06-30T23:27:10.952Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 13.38s
105292025-06-30T23:27:10.952Z
105302025-06-30T23:27:10.991Z Doc-tests oxlog
105312025-06-30T23:27:10.995Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ab065754353384b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8244b0e76e42a5db.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-996d59c4e5a5e5b6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105322025-06-30T23:27:11.078Z
105332025-06-30T23:27:11.078Zrunning 0 tests
105342025-06-30T23:27:11.078Z
105352025-06-30T23:27:11.081Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105362025-06-30T23:27:11.081Z
105372025-06-30T23:27:11.089Z Doc-tests oxql_types
105382025-06-30T23:27:11.092Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxql_types --test oximeter/oxql-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oxql-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5bd0bd296ec98b10.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105392025-06-30T23:27:11.431Z
105402025-06-30T23:27:11.431Zrunning 0 tests
105412025-06-30T23:27:11.432Z
105422025-06-30T23:27:11.432Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105432025-06-30T23:27:11.432Z
105442025-06-30T23:27:11.460Z Doc-tests parallel_task_set
105452025-06-30T23:27:11.463Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name parallel_task_set --test parallel-task-set/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/parallel-task-set -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d329a378030b478a.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105462025-06-30T23:27:11.527Z
105472025-06-30T23:27:11.527Zrunning 0 tests
105482025-06-30T23:27:11.527Z
105492025-06-30T23:27:11.527Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105502025-06-30T23:27:11.527Z
105512025-06-30T23:27:11.537Z Doc-tests range_requests
105522025-06-30T23:27:11.540Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name range_requests --test range-requests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/range-requests -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ee2129fa6db1368d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-94110eabed412358.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105532025-06-30T23:27:11.701Z
105542025-06-30T23:27:11.701Zrunning 0 tests
105552025-06-30T23:27:11.702Z
105562025-06-30T23:27:11.702Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105572025-06-30T23:27:11.702Z
105582025-06-30T23:27:11.721Z Doc-tests reconfigurator_cli
105592025-06-30T23:27:11.724Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name reconfigurator_cli --test dev-tools/reconfigurator-cli/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/reconfigurator-cli -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-5a7a56f126a0670c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-18f462546fb16707.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-fd7ecf9daf693bd7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-a758da05efed7fae.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
105602025-06-30T23:27:12.287Z
105612025-06-30T23:27:12.287Zrunning 0 tests
105622025-06-30T23:27:12.287Z
105632025-06-30T23:27:12.287Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105642025-06-30T23:27:12.287Z
105652025-06-30T23:27:12.326Z Doc-tests repo_depot_api
105662025-06-30T23:27:12.326Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name repo_depot_api --test sled-agent/repo-depot-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/repo-depot-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f9054557649cbb01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105672025-06-30T23:27:12.514Z
105682025-06-30T23:27:12.514Zrunning 2 tests
105692025-06-30T23:27:12.517Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 19) ... ignored
105702025-06-30T23:27:12.517Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 25) ... ignored
105712025-06-30T23:27:12.517Z
105722025-06-30T23:27:12.517Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
105732025-06-30T23:27:12.517Z
105742025-06-30T23:27:12.533Z Doc-tests repo_depot_client
105752025-06-30T23:27:12.537Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name repo_depot_client --test clients/repo-depot-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/repo-depot-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105762025-06-30T23:27:12.717Z
105772025-06-30T23:27:12.717Zrunning 0 tests
105782025-06-30T23:27:12.717Z
105792025-06-30T23:27:12.717Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105802025-06-30T23:27:12.717Z
105812025-06-30T23:27:12.735Z Doc-tests sled_agent_api
105822025-06-30T23:27:12.738Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_api --test sled-agent/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4f270b9dc7dca48d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3d9ac8df282ce77a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105832025-06-30T23:27:13.209Z
105842025-06-30T23:27:13.209Zrunning 2 tests
105852025-06-30T23:27:13.212Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 79) ... ignored
105862025-06-30T23:27:13.212Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 85) ... ignored
105872025-06-30T23:27:13.212Z
105882025-06-30T23:27:13.212Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
105892025-06-30T23:27:13.213Z
105902025-06-30T23:27:13.243Z Doc-tests sled_agent_client
105912025-06-30T23:27:13.247Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105922025-06-30T23:27:15.402Z
105932025-06-30T23:27:15.403Zrunning 0 tests
105942025-06-30T23:27:15.403Z
105952025-06-30T23:27:15.403Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105962025-06-30T23:27:15.403Z
105972025-06-30T23:27:15.464Z Doc-tests sled_agent_config_reconciler
105982025-06-30T23:27:15.467Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_config_reconciler --test sled-agent/config-reconciler/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/config-reconciler -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9aa091ab62ef587d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-80ba71216b06884a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
105992025-06-30T23:27:16.058Z
106002025-06-30T23:27:16.058Zrunning 0 tests
106012025-06-30T23:27:16.058Z
106022025-06-30T23:27:16.058Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106032025-06-30T23:27:16.058Z
106042025-06-30T23:27:16.096Z Doc-tests sled_agent_types
106052025-06-30T23:27:16.096Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_types --test sled-agent/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106062025-06-30T23:27:16.829Z
106072025-06-30T23:27:16.829Zrunning 0 tests
106082025-06-30T23:27:16.829Z
106092025-06-30T23:27:16.829Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106102025-06-30T23:27:16.829Z
106112025-06-30T23:27:16.870Z Doc-tests sled_agent_zone_images
106122025-06-30T23:27:16.874Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_zone_images --test sled-agent/zone-images/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/zone-images -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4f270b9dc7dca48d.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-b39b30c89250fb37.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-973017a9c286f392.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-a82f51dbecd00c3a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106132025-06-30T23:27:17.221Z
106142025-06-30T23:27:17.221Zrunning 0 tests
106152025-06-30T23:27:17.221Z
106162025-06-30T23:27:17.221Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106172025-06-30T23:27:17.221Z
106182025-06-30T23:27:17.252Z Doc-tests sled_agent_zone_images_examples
106192025-06-30T23:27:17.255Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_zone_images_examples --test sled-agent/zone-images-examples/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/zone-images-examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4f270b9dc7dca48d.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-b39b30c89250fb37.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-a82f51dbecd00c3a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106202025-06-30T23:27:17.562Z
106212025-06-30T23:27:17.562Zrunning 0 tests
106222025-06-30T23:27:17.562Z
106232025-06-30T23:27:17.562Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106242025-06-30T23:27:17.562Z
106252025-06-30T23:27:17.592Z Doc-tests sled_diagnostics
106262025-06-30T23:27:17.595Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_diagnostics --test sled-diagnostics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-diagnostics -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8244b0e76e42a5db.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3d9ac8df282ce77a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106272025-06-30T23:27:17.919Z
106282025-06-30T23:27:17.919Zrunning 0 tests
106292025-06-30T23:27:17.919Z
106302025-06-30T23:27:17.919Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106312025-06-30T23:27:17.919Z
106322025-06-30T23:27:17.946Z Doc-tests sled_hardware
106332025-06-30T23:27:17.949Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-ebf7f590bdbdf21b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-36b486c1e8b10b05.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-7175f51c0ffc9994.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
106342025-06-30T23:27:18.305Z
106352025-06-30T23:27:18.305Zrunning 0 tests
106362025-06-30T23:27:18.305Z
106372025-06-30T23:27:18.305Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106382025-06-30T23:27:18.305Z
106392025-06-30T23:27:18.335Z Doc-tests sled_hardware_types
106402025-06-30T23:27:18.340Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_hardware_types --test sled-hardware/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106412025-06-30T23:27:18.616Z
106422025-06-30T23:27:18.616Zrunning 0 tests
106432025-06-30T23:27:18.616Z
106442025-06-30T23:27:18.616Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106452025-06-30T23:27:18.616Z
106462025-06-30T23:27:18.642Z Doc-tests sled_storage
106472025-06-30T23:27:18.646Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-80ba71216b06884a.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
106482025-06-30T23:27:19.059Z
106492025-06-30T23:27:19.059Zrunning 0 tests
106502025-06-30T23:27:19.059Z
106512025-06-30T23:27:19.059Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106522025-06-30T23:27:19.059Z
106532025-06-30T23:27:19.091Z Doc-tests sp_sim
106542025-06-30T23:27:19.094Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-afbb5a030ded3cae.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5f71e5b6b3a7c292.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-374cd4b713341571.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106552025-06-30T23:27:19.564Z
106562025-06-30T23:27:19.565Zrunning 0 tests
106572025-06-30T23:27:19.565Z
106582025-06-30T23:27:19.565Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106592025-06-30T23:27:19.565Z
106602025-06-30T23:27:19.593Z Doc-tests trust_quorum
106612025-06-30T23:27:19.596Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name trust_quorum --test trust-quorum/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7ba6a39e7b86ce7d.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-414b4ff45220e293.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12629c63d03535fd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-54b19de0db01be94.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-e9ccc745ab62ee85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106622025-06-30T23:27:19.988Z
106632025-06-30T23:27:19.988Zrunning 0 tests
106642025-06-30T23:27:19.988Z
106652025-06-30T23:27:19.988Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106662025-06-30T23:27:19.988Z
106672025-06-30T23:27:20.020Z Doc-tests typed_rng
106682025-06-30T23:27:20.024Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name typed_rng --test typed-rng/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/typed-rng -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-863717e309b7a9bc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-87f476b0f04bc669.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3da55ef5c00c9da0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106692025-06-30T23:27:20.112Z
106702025-06-30T23:27:20.112Zrunning 0 tests
106712025-06-30T23:27:20.112Z
106722025-06-30T23:27:20.112Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106732025-06-30T23:27:20.112Z
106742025-06-30T23:27:20.124Z Doc-tests update_common
106752025-06-30T23:27:20.127Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106762025-06-30T23:27:20.452Z
106772025-06-30T23:27:20.452Zrunning 0 tests
106782025-06-30T23:27:20.452Z
106792025-06-30T23:27:20.455Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106802025-06-30T23:27:20.455Z
106812025-06-30T23:27:20.481Z Doc-tests update_engine
106822025-06-30T23:27:20.484Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-2b58a22a9b16359f.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-0aec142281e1a83a.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-cb57b30596f14652.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106832025-06-30T23:27:20.902Z
106842025-06-30T23:27:20.902Zrunning 4 tests
106852025-06-30T23:27:20.907Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
106862025-06-30T23:27:20.907Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
106872025-06-30T23:27:20.907Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
106882025-06-30T23:27:21.944Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
106892025-06-30T23:27:21.944Z
106902025-06-30T23:27:21.944Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 1.04s
106912025-06-30T23:27:21.945Z
106922025-06-30T23:27:21.968Z Doc-tests wicket
106932025-06-30T23:27:21.971Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec767dee9535a4a0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-07d2f03d40072207.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1b77d5babba41bb1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-233d5f13de19571d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2a08b715cfcd1209.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106942025-06-30T23:27:22.887Z
106952025-06-30T23:27:22.887Zrunning 0 tests
106962025-06-30T23:27:22.887Z
106972025-06-30T23:27:22.887Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106982025-06-30T23:27:22.887Z
106992025-06-30T23:27:22.932Z Doc-tests wicket_common
107002025-06-30T23:27:22.935Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107012025-06-30T23:27:23.533Z
107022025-06-30T23:27:23.533Zrunning 0 tests
107032025-06-30T23:27:23.533Z
107042025-06-30T23:27:23.533Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107052025-06-30T23:27:23.533Z
107062025-06-30T23:27:23.571Z Doc-tests wicket_dbg
107072025-06-30T23:27:23.574Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-233d5f13de19571d.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-d8bc6ed2ab8488ae.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107082025-06-30T23:27:23.998Z
107092025-06-30T23:27:23.998Zrunning 0 tests
107102025-06-30T23:27:23.998Z
107112025-06-30T23:27:23.998Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107122025-06-30T23:27:23.998Z
107132025-06-30T23:27:24.031Z Doc-tests wicketd
107142025-06-30T23:27:24.035Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-d1eb42071313cf87.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-836bcb07320eacbb.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-fa500c06cf48bd48.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-40fc2e44375933e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-973017a9c286f392.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-a82f51dbecd00c3a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-233d5f13de19571d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-3291b7bcaa82acdc.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-096e6feb7cfe26d1.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2a08b715cfcd1209.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107152025-06-30T23:27:24.692Z
107162025-06-30T23:27:24.692Zrunning 0 tests
107172025-06-30T23:27:24.692Z
107182025-06-30T23:27:24.692Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107192025-06-30T23:27:24.692Z
107202025-06-30T23:27:24.733Z Doc-tests wicketd_api
107212025-06-30T23:27:24.736Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd_api --test wicketd-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d69472432071b847.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-096e6feb7cfe26d1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107222025-06-30T23:27:25.170Z
107232025-06-30T23:27:25.170Zrunning 2 tests
107242025-06-30T23:27:25.173Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 54) ... ignored
107252025-06-30T23:27:25.173Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 60) ... ignored
107262025-06-30T23:27:25.173Z
107272025-06-30T23:27:25.173Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
107282025-06-30T23:27:25.173Z
107292025-06-30T23:27:25.203Z Doc-tests wicketd_client
107302025-06-30T23:27:25.207Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-edf8629ceb4f4ea2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2a08b715cfcd1209.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107312025-06-30T23:27:27.092Z
107322025-06-30T23:27:27.092Zrunning 0 tests
107332025-06-30T23:27:27.093Z
107342025-06-30T23:27:27.093Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107352025-06-30T23:27:27.093Z
107362025-06-30T23:27:27.147Z Doc-tests xtask_downloader
107372025-06-30T23:27:27.150Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name xtask_downloader --test dev-tools/downloader/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/downloader -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-2ad6a4cf809e235b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107382025-06-30T23:27:27.315Z
107392025-06-30T23:27:27.315Zrunning 1 test
107402025-06-30T23:27:27.318Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 223) ... ignored
107412025-06-30T23:27:27.318Z
107422025-06-30T23:27:27.318Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
107432025-06-30T23:27:27.318Z
107442025-06-30T23:27:27.331Z Doc-tests zone_setup
107452025-06-30T23:27:27.335Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name zone_setup --test zone-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/zone-setup -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-8bad8f3cc7ccfd76.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-e3e6ece434d142fc.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107462025-06-30T23:27:27.598Z
107472025-06-30T23:27:27.598Zrunning 0 tests
107482025-06-30T23:27:27.598Z
107492025-06-30T23:27:27.598Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107502025-06-30T23:27:27.598Z
107512025-06-30T23:27:27.694Z
107522025-06-30T23:27:27.694Zreal 1:57.826485696
107532025-06-30T23:27:27.694Zuser 2:09.169918650
107542025-06-30T23:27:27.694Zsys 52.518715643
107552025-06-30T23:27:27.694Ztrap 0.025350679
107562025-06-30T23:27:27.694Ztflt 0.737930899
107572025-06-30T23:27:27.694Zdflt 2.380591893
107582025-06-30T23:27:27.694Zkflt 0.006022348
107592025-06-30T23:27:27.694Zlock 1:18.759316318
107602025-06-30T23:27:27.694Zslp 15:04.256612913
107612025-06-30T23:27:27.694Zlat 3.139875889
107622025-06-30T23:27:27.694Zstop 3.584320545
107632025-06-30T23:27:27.698Z+ [[ illumos == \i\l\l\u\m\o\s ]]
107642025-06-30T23:27:27.698Z+ banner live-test
107652025-06-30T23:27:27.698Z
107662025-06-30T23:27:27.698Z # # # # ###### ##### ###### #### #####
107672025-06-30T23:27:27.698Z # # # # # # # # #
107682025-06-30T23:27:27.698Z # # # # ##### ##### # ##### #### #
107692025-06-30T23:27:27.698Z # # # # # # # # #
107702025-06-30T23:27:27.698Z # # # # # # # # # #
107712025-06-30T23:27:27.698Z ###### # ## ###### # ###### #### #
107722025-06-30T23:27:27.698Z
107732025-06-30T23:27:27.701Z+ ptime -m cargo xtask live-tests
107742025-06-30T23:27:28.492Z Compiling serde v1.0.219
107752025-06-30T23:27:28.492Z Compiling once_cell v1.21.3
107762025-06-30T23:27:28.492Z Compiling bitflags v2.9.0
107772025-06-30T23:27:28.496Z Compiling syn v2.0.104
107782025-06-30T23:27:28.496Z Compiling libc v0.2.174
107792025-06-30T23:27:28.496Z Compiling serde_json v1.0.140
107802025-06-30T23:27:28.496Z Compiling num-traits v0.2.19
107812025-06-30T23:27:28.496Z Compiling hashbrown v0.15.4
107822025-06-30T23:27:29.001Z Compiling rustix v0.38.37
107832025-06-30T23:27:29.037Z Compiling smallvec v1.15.0
107842025-06-30T23:27:29.301Z Compiling usdt-impl v0.5.0
107852025-06-30T23:27:29.366Z Compiling syn v1.0.109
107862025-06-30T23:27:29.467Z Compiling log v0.4.27
107872025-06-30T23:27:29.732Z Compiling indexmap v2.9.0
107882025-06-30T23:27:29.826Z Compiling getrandom v0.3.1
107892025-06-30T23:27:29.966Z Compiling percent-encoding v2.3.1
107902025-06-30T23:27:30.097Z Compiling thread-id v4.2.2
107912025-06-30T23:27:30.254Z Compiling form_urlencoded v1.2.1
107922025-06-30T23:27:30.313Z Compiling rustix v1.0.7
107932025-06-30T23:27:30.598Z Compiling fs-err v3.1.1
107942025-06-30T23:27:31.054Z Compiling anyhow v1.0.98
107952025-06-30T23:27:31.231Z Compiling terminal_size v0.4.0
107962025-06-30T23:27:31.445Z Compiling ordered-float v2.10.1
107972025-06-30T23:27:31.480Z Compiling clap_builder v4.5.40
107982025-06-30T23:27:31.702Z Compiling textwrap v0.16.2
107992025-06-30T23:27:32.033Z Compiling tempfile v3.20.0
108002025-06-30T23:27:32.941Z Compiling proc-macro-error v1.0.4
108012025-06-30T23:27:33.806Z Compiling tabled_derive v0.7.0
108022025-06-30T23:27:34.606Z Compiling synstructure v0.13.1
108032025-06-30T23:27:35.129Z Compiling tabled v0.15.0
108042025-06-30T23:27:36.535Z Compiling serde_derive v1.0.219
108052025-06-30T23:27:36.535Z Compiling zerofrom-derive v0.1.4
108062025-06-30T23:27:36.535Z Compiling thiserror-impl v1.0.69
108072025-06-30T23:27:36.542Z Compiling yoke-derive v0.7.4
108082025-06-30T23:27:36.542Z Compiling zerovec-derive v0.10.3
108092025-06-30T23:27:36.652Z Compiling displaydoc v0.2.5
108102025-06-30T23:27:38.379Z Compiling icu_provider_macros v1.5.0
108112025-06-30T23:27:39.005Z Compiling zerocopy-derive v0.7.35
108122025-06-30T23:27:39.273Z Compiling scroll_derive v0.12.0
108132025-06-30T23:27:39.451Z Compiling thiserror v1.0.69
108142025-06-30T23:27:39.603Z Compiling thiserror-impl v2.0.12
108152025-06-30T23:27:39.648Z Compiling pest v2.7.14
108162025-06-30T23:27:40.126Z Compiling zerofrom v0.1.4
108172025-06-30T23:27:40.406Z Compiling yoke v0.7.4
108182025-06-30T23:27:40.829Z Compiling zerovec v0.10.4
108192025-06-30T23:27:40.875Z Compiling scroll v0.12.0
108202025-06-30T23:27:41.051Z Compiling clap_derive v4.5.40
108212025-06-30T23:27:41.180Z Compiling zerocopy v0.7.35
108222025-06-30T23:27:41.465Z Compiling goblin v0.8.2
108232025-06-30T23:27:42.287Z Compiling pest_meta v2.7.14
108242025-06-30T23:27:42.603Z Compiling tinystr v0.7.6
108252025-06-30T23:27:42.645Z Compiling icu_collections v1.5.0
108262025-06-30T23:27:42.912Z Compiling thiserror v2.0.12
108272025-06-30T23:27:42.934Z Compiling icu_locid v1.5.0
108282025-06-30T23:27:43.704Z Compiling pest_generator v2.7.14
108292025-06-30T23:27:44.392Z Compiling icu_provider v1.5.0
108302025-06-30T23:27:44.946Z Compiling clap v4.5.40
108312025-06-30T23:27:45.332Z Compiling icu_locid_transform v1.5.0
108322025-06-30T23:27:45.514Z Compiling pest_derive v2.7.14
108332025-06-30T23:27:46.263Z Compiling icu_properties v1.5.1
108342025-06-30T23:27:46.496Z Compiling dtrace-parser v0.2.0
108352025-06-30T23:27:47.950Z Compiling serde_spanned v0.6.9
108362025-06-30T23:27:47.953Z Compiling toml_datetime v0.6.11
108372025-06-30T23:27:47.953Z Compiling erased-serde v0.4.6
108382025-06-30T23:27:48.072Z Compiling serde-value v0.7.0
108392025-06-30T23:27:48.271Z Compiling serde_tokenstream v0.2.2
108402025-06-30T23:27:48.467Z Compiling toml_edit v0.22.27
108412025-06-30T23:27:48.471Z Compiling semver v1.0.26
108422025-06-30T23:27:48.838Z Compiling camino v1.1.10
108432025-06-30T23:27:48.872Z Compiling cargo-platform v0.2.0
108442025-06-30T23:27:49.137Z Compiling serde-untagged v0.1.7
108452025-06-30T23:27:49.160Z Compiling macaddr v1.0.1
108462025-06-30T23:27:49.459Z Compiling camino-tempfile v1.4.1
108472025-06-30T23:27:49.747Z Compiling dof v0.3.0
108482025-06-30T23:27:49.767Z Compiling icu_normalizer v1.5.0
108492025-06-30T23:27:50.704Z Compiling idna_adapter v1.2.0
108502025-06-30T23:27:50.978Z Compiling idna v1.0.3
108512025-06-30T23:27:51.513Z Compiling usdt-attr-macro v0.5.0
108522025-06-30T23:27:51.516Z Compiling usdt-macro v0.5.0
108532025-06-30T23:27:51.540Z Compiling url v2.5.4
108542025-06-30T23:27:51.751Z Compiling toml v0.8.23
108552025-06-30T23:27:52.656Z Compiling cargo-util-schemas v0.2.0
108562025-06-30T23:27:52.692Z Compiling cargo_toml v0.21.0
108572025-06-30T23:27:52.915Z Compiling usdt v0.5.0
108582025-06-30T23:27:54.161Z Compiling cargo_metadata v0.20.0
108592025-06-30T23:27:56.020Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
108602025-06-30T23:27:59.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.92s
108612025-06-30T23:27:59.766Z Running `target/debug/xtask live-tests`
108622025-06-30T23:27:59.804Zusing temporary directory: /var/tmp/omicron_tmp/.tmpNsLTET
108632025-06-30T23:27:59.804Zwill create archive file: /var/tmp/omicron_tmp/.tmpNsLTET/live-tests-archive/omicron-live-tests.tar.zst
108642025-06-30T23:27:59.804Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
108652025-06-30T23:27:59.804Z
108662025-06-30T23:27:59.807Zrunning: /home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmpNsLTET/live-tests-archive/omicron-live-tests.tar.zst"
108672025-06-30T23:28:02.457Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
108682025-06-30T23:28:02.596Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
108692025-06-30T23:28:02.612Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
108702025-06-30T23:28:02.631Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
108712025-06-30T23:28:02.651Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
108722025-06-30T23:28:02.679Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
108732025-06-30T23:28:02.705Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
108742025-06-30T23:28:02.726Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
108752025-06-30T23:28:03.072Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
108762025-06-30T23:28:03.406Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
108772025-06-30T23:28:04.089Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
108782025-06-30T23:28:05.870Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
108792025-06-30T23:28:05.919Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
108802025-06-30T23:28:06.866Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
108812025-06-30T23:28:07.725Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
108822025-06-30T23:28:07.729Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
108832025-06-30T23:28:07.729Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
108842025-06-30T23:28:09.459Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
108852025-06-30T23:28:10.228Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
108862025-06-30T23:28:10.474Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
108872025-06-30T23:28:14.889Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
108882025-06-30T23:28:14.889Z Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
108892025-06-30T23:28:27.480Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
108902025-06-30T23:28:27.480Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
108912025-06-30T23:28:27.483Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
108922025-06-30T23:28:27.484Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
108932025-06-30T23:28:29.597Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
108942025-06-30T23:28:59.602Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
108952025-06-30T23:29:00.291Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
108962025-06-30T23:29:04.434Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
108972025-06-30T23:29:05.323Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
108982025-06-30T23:29:38.486Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
108992025-06-30T23:29:41.013Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
109002025-06-30T23:30:06.852Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 05s
109012025-06-30T23:30:07.094Zinfo: experimental features enabled: setup-scripts
109022025-06-30T23:30:07.103Z Archiving 1 binary, 1 build script output directory, 5 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpNsLTET/live-tests-archive/omicron-live-tests.tar.zst
109032025-06-30T23:30:07.734Z Archived 78 files to /var/tmp/omicron_tmp/.tmpNsLTET/live-tests-archive/omicron-live-tests.tar.zst in 0.63s
109042025-06-30T23:30:07.779Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpNsLTET/live-tests-archive\""
109052025-06-30T23:30:07.791Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpNsLTET" "live-tests-archive"
109062025-06-30T23:30:07.881Zcreated:
109072025-06-30T23:30:07.881ZTo use this:
109082025-06-30T23:30:07.881Z
109092025-06-30T23:30:07.881Z1. Copy the tarball to the switch zone in a deployed Omicron system.
109102025-06-30T23:30:07.881Z
109112025-06-30T23:30:07.881Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
109122025-06-30T23:30:07.885Z e.g., scp \
109132025-06-30T23:30:07.885Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
109142025-06-30T23:30:07.885Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
109152025-06-30T23:30:07.885Z
109162025-06-30T23:30:07.885Z2. Copy the `cargo-nextest` binary to the same place.
109172025-06-30T23:30:07.885Z
109182025-06-30T23:30:07.885Z e.g., scp \
109192025-06-30T23:30:07.885Z $(which cargo-nextest) \
109202025-06-30T23:30:07.885Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
109212025-06-30T23:30:07.885Z
109222025-06-30T23:30:07.885Z3. From the switch zone on that system, unpack the tarball with:
109232025-06-30T23:30:07.885Z
109242025-06-30T23:30:07.885Z tar xzf live-tests-archive.tgz
109252025-06-30T23:30:07.885Z
109262025-06-30T23:30:07.885Z4. From the switch zone on that system, run tests with:
109272025-06-30T23:30:07.885Z
109282025-06-30T23:30:07.885Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
109292025-06-30T23:30:07.885Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
109302025-06-30T23:30:07.885Z --workspace-remap live-tests-archive
109312025-06-30T23:30:07.885Z
109322025-06-30T23:30:07.885Z
109332025-06-30T23:30:07.885Zreal 2:40.165959187
109342025-06-30T23:30:07.885Zuser 7:21.428278375
109352025-06-30T23:30:07.885Zsys 52.870952151
109362025-06-30T23:30:07.885Ztrap 0.172237260
109372025-06-30T23:30:07.885Ztflt 0.389329673
109382025-06-30T23:30:07.885Zdflt 3.306552664
109392025-06-30T23:30:07.885Zkflt 0.002560682
109402025-06-30T23:30:07.885Zlock 14:26.534221755
109412025-06-30T23:30:07.885Zslp 27:13.510961847
109422025-06-30T23:30:07.885Zlat 12.322449457
109432025-06-30T23:30:07.885Zstop 34.760536805
109442025-06-30T23:30:07.885Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
109452025-06-30T23:30:07.889Z+ unset TMPDIR
109462025-06-30T23:30:07.889Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
109472025-06-30T23:30:07.889Zfiles in /var/tmp/omicron_tmp (none expected on success):
109482025-06-30T23:30:07.889Z+ find /var/tmp/omicron_tmp -ls
109492025-06-30T23:30:07.892Z164672 18 drwxr-xr-x 2 build build 2 Jun 30 23:30 /var/tmp/omicron_tmp
109502025-06-30T23:30:07.896Z+ rmdir /var/tmp/omicron_tmp
109512025-06-30T23:30:08.698Zprocess exited: duration 5100715 ms, exit code 0
 
109522025-06-30T23:30:08.710Zfound 3 output files
109532025-06-30T23:30:08.710Zuploading: /work/crate-build-timings.json (652510 bytes)
109542025-06-30T23:30:09.757Zuploaded: /work/crate-build-timings.json
109552025-06-30T23:30:09.757Zuploading: /work/environment.json (108 bytes)
109562025-06-30T23:30:10.769Zuploaded: /work/environment.json
109572025-06-30T23:30:10.769Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (417078 bytes)
109582025-06-30T23:30:11.790Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml