01JVWS3EFH2VKCB0CDKPZK3XTG: 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: 01JVWS3ZDTAT8N59FMGWMHSMWZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-05-22T19:57:27.919Zjob assigned to worker 01JVWS3ZT49922N02NCQMM3K0D [factory gimlet-EVT22200007-propolis, EVT22200007/28210] (queued for 31 s)
 
22025-05-22T19:57:37.430Zstarting task 0: "setup"
32025-05-22T19:57:37.459Z++ uname -s
42025-05-22T19:57:37.460Z+ kern=SunOS
52025-05-22T19:57:37.460Z+ build_user=build
62025-05-22T19:57:37.460Z+ build_uid=12345
72025-05-22T19:57:37.460Z+ work_dir=/work
82025-05-22T19:57:37.460Z+ input_dir=/input
92025-05-22T19:57:37.460Z+ [[ 0 == 12345 ]]
102025-05-22T19:57:37.460Z+ case "$kern" in
112025-05-22T19:57:37.460Z+ groupadd -g 12345 build
122025-05-22T19:57:37.460Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-05-22T19:57:39.457Z+ zfs create -o mountpoint=/work rpool/work
142025-05-22T19:57:39.507Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-05-22T19:57:39.533Z+ home_fs=zfs
162025-05-22T19:57:39.533Z+ [[ zfs == autofs ]]
172025-05-22T19:57:39.533Z+ mkdir -p /home/build
182025-05-22T19:57:39.533Z+ chown build:build /home/build /work
192025-05-22T19:57:41.524Z+ chmod 0700 /home/build /work
202025-05-22T19:57:41.550Zprocess exited: duration 4095 ms, exit code 0
 
212025-05-22T19:57:41.602Zstarting task 1: "rust-toolchain"
222025-05-22T19:57:41.628Z+ printf ' * rust toolchain channel = "%s"\n' 1.87.0
232025-05-22T19:57:41.628Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-05-22T19:57:41.628Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252025-05-22T19:57:41.628Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262025-05-22T19:57:41.628Z * rust toolchain channel = "1.87.0"
272025-05-22T19:57:41.628Z * rust toolchain profile = "default"
282025-05-22T19:57:41.628Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-05-22T19:57:41.629Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.87.0 --profile default
302025-05-22T19:57:41.828Zinfo: downloading installer
312025-05-22T19:57:42.330Zwarn: It looks like you have an existing installation of Rust at:
322025-05-22T19:57:42.330Zwarn: /opt/ooce/bin
332025-05-22T19:57:42.330Zwarn: It is recommended that rustup be the primary Rust installation.
342025-05-22T19:57:42.330Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-05-22T19:57:42.333Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-05-22T19:57:42.333Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-05-22T19:57:42.333Zwarn: or pass `-y' to ignore all ignorable checks.
382025-05-22T19:57:42.333Zerror: cannot install while Rust is installed
392025-05-22T19:57:42.333Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-05-22T19:57:42.368Zinfo: profile set to 'default'
412025-05-22T19:57:42.368Zinfo: default host triple is x86_64-unknown-illumos
422025-05-22T19:57:42.368Zinfo: syncing channel updates for '1.87.0-x86_64-unknown-illumos'
432025-05-22T19:57:42.504Zinfo: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09)
442025-05-22T19:57:42.504Zinfo: downloading component 'cargo'
452025-05-22T19:57:42.715Zinfo: downloading component 'clippy'
462025-05-22T19:57:42.827Zinfo: downloading component 'rust-docs'
472025-05-22T19:57:43.101Zinfo: downloading component 'rust-std'
482025-05-22T19:57:43.472Zinfo: downloading component 'rustc'
492025-05-22T19:57:45.101Zinfo: downloading component 'rustfmt'
502025-05-22T19:57:45.180Zinfo: installing component 'cargo'
512025-05-22T19:57:46.522Zinfo: installing component 'clippy'
522025-05-22T19:57:47.091Zinfo: installing component 'rust-docs'
532025-05-22T19:57:50.866Zinfo: installing component 'rust-std'
542025-05-22T19:57:53.302Zinfo: installing component 'rustc'
552025-05-22T19:58:03.152Zinfo: installing component 'rustfmt'
562025-05-22T19:58:03.675Z
572025-05-22T19:58:03.675Zinfo: default toolchain set to '1.87.0-x86_64-unknown-illumos'
582025-05-22T19:58:03.918Z 1.87.0-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09)
592025-05-22T19:58:03.918Z
602025-05-22T19:58:03.918Z
612025-05-22T19:58:03.918ZRust is installed now. Great!
622025-05-22T19:58:03.918Z
632025-05-22T19:58:03.918ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-05-22T19:58:03.918Zenvironment variable. This has not been done automatically.
652025-05-22T19:58:03.918Z
662025-05-22T19:58:03.918ZTo configure your current shell, you need to source
672025-05-22T19:58:03.918Zthe corresponding env file under $HOME/.cargo.
682025-05-22T19:58:03.918Z
692025-05-22T19:58:03.918ZThis is usually done by running one of the following (note the leading DOT):
702025-05-22T19:58:03.918Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-05-22T19:58:03.918Zsource "$HOME/.cargo/env.fish" # For fish
722025-05-22T19:58:03.945Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-05-22T19:58:04.059Z+ rustup --version
742025-05-22T19:58:04.084Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-05-22T19:58:04.084Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-05-22T19:58:04.204Zinfo: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)`
772025-05-22T19:58:04.229Z+ cargo --version
782025-05-22T19:58:04.345Zcargo 1.87.0 (99624be96 2025-05-06)
792025-05-22T19:58:04.370Z+ rustc --version
802025-05-22T19:58:04.526Zrustc 1.87.0 (17067e9ac 2025-05-09)
812025-05-22T19:58:04.552Zprocess exited: duration 22933 ms, exit code 0
 
822025-05-22T19:58:04.604Zstarting task 2: "authentication"
832025-05-22T19:58:04.675Zprocess exited: duration 69 ms, exit code 0
 
842025-05-22T19:58:04.726Zstarting task 3: "clone repository"
852025-05-22T19:58:04.752Z+ mkdir -p /work/oxidecomputer/omicron
862025-05-22T19:58:04.753Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-05-22T19:58:04.778ZCloning into '/work/oxidecomputer/omicron'...
882025-05-22T19:58:15.041Z+ cd /work/oxidecomputer/omicron
892025-05-22T19:58:15.041Z+ git fetch origin 50160a8100ab2e0e0a264b5535e542d78af78c16
902025-05-22T19:58:15.582ZFrom https://github.com/oxidecomputer/omicron
912025-05-22T19:58:15.582Z * branch 50160a8100ab2e0e0a264b5535e542d78af78c16 -> FETCH_HEAD
922025-05-22T19:58:15.608Z+ [[ -n range-request-sb ]]
932025-05-22T19:58:15.608Z++ git branch --show-current
942025-05-22T19:58:15.634Z+ current=main
952025-05-22T19:58:15.634Z+ [[ main != range-request-sb ]]
962025-05-22T19:58:15.634Z+ git branch -f range-request-sb 50160a8100ab2e0e0a264b5535e542d78af78c16
972025-05-22T19:58:15.634Z+ git checkout -f range-request-sb
982025-05-22T19:58:15.980ZSwitched to branch 'range-request-sb'
992025-05-22T19:58:16.006Z+ git reset --hard 50160a8100ab2e0e0a264b5535e542d78af78c16
1002025-05-22T19:58:16.075ZHEAD is now at 50160a810 More text
1012025-05-22T19:58:16.100Zprocess exited: duration 11352 ms, exit code 0
 
1022025-05-22T19:58:16.152Zstarting task 4: "build"
1032025-05-22T19:58:16.179Z+ source ./env.sh
1042025-05-22T19:58:16.179Z++ OLD_SHELL_OPTS=ehxB
1052025-05-22T19:58:16.179Z++ set -o xtrace
1062025-05-22T19:58:16.179Z++++ dirname ./env.sh
1072025-05-22T19:58:16.179Z+++ readlink -f .
1082025-05-22T19:58:16.179Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092025-05-22T19:58:16.179Z++ 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-05-22T19:58:16.179Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112025-05-22T19:58:16.179Z++ 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-05-22T19:58:16.179Z++ 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-05-22T19:58:16.179Z++ 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-05-22T19:58:16.179Z++ 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-05-22T19:58:16.179Z++ 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-05-22T19:58:16.179Z++ 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-05-22T19:58:16.179Z++ case $OLD_SHELL_OPTS in
1182025-05-22T19:58:16.179Z++ unset OLD_SHELL_OPTS OMICRON_WS
1192025-05-22T19:58:16.179Z+ source .github/buildomat/ci-env.sh
1202025-05-22T19:58:16.179Z++ export CARGO_TERM_COLOR=always
1212025-05-22T19:58:16.179Z++ CARGO_TERM_COLOR=always
1222025-05-22T19:58:16.179Z+ target_os=illumos
1232025-05-22T19:58:16.179Z+ NEXTEST_VERSION=0.9.96
1242025-05-22T19:58:16.179Z+ cargo --version
1252025-05-22T19:58:16.266Zcargo 1.87.0 (99624be96 2025-05-06)
1262025-05-22T19:58:16.292Z+ rustc --version
1272025-05-22T19:58:16.417Zrustc 1.87.0 (17067e9ac 2025-05-09)
1282025-05-22T19:58:16.442Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.96/illumos
1292025-05-22T19:58:16.442Z+ gunzip
1302025-05-22T19:58:16.442Z+ tar -xvf - -C /home/build/.cargo/bin
1312025-05-22T19:58:17.506Zx cargo-nextest, 18469096 bytes, 36073 tape blocks
1322025-05-22T19:58:17.533Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1332025-05-22T19:58:17.533Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1342025-05-22T19:58:17.533Ztests will store ephemeral output in /var/tmp/omicron_tmp
1352025-05-22T19:58:17.533Z+ mkdir /var/tmp/omicron_tmp
1362025-05-22T19:58:17.533Z+ OUTPUT_DIR=/work
1372025-05-22T19:58:17.533Z+ echo 'tests will store non-ephemeral output in /work'
1382025-05-22T19:58:17.533Ztests will store non-ephemeral output in /work
1392025-05-22T19:58:17.533Z+ mkdir -p /work
1402025-05-22T19:58:17.533Z+ banner prerequisites
1412025-05-22T19:58:17.533Z
1422025-05-22T19:58:17.533Z ##### ##### ###### ##### ###### #### # # # #### #
1432025-05-22T19:58:17.533Z # # # # # # # # # # # # # # #
1442025-05-22T19:58:17.533Z # # # # ##### # # ##### # # # # # #### #
1452025-05-22T19:58:17.533Z ##### ##### # ##### # # # # # # # # #
1462025-05-22T19:58:17.533Z # # # # # # # # # # # # # # #
1472025-05-22T19:58:17.533Z # # # ###### # # ###### ### # #### # #### #
1482025-05-22T19:58:17.533Z
1492025-05-22T19:58:17.533Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1502025-05-22T19:58:33.837Z Startup: Refreshing catalog 'helios-dev' ... Done
1512025-05-22T19:58:42.831Z Startup: Caching catalogs ... Done
1522025-05-22T19:58:52.301ZPlanning: Solver setup ... Done (7.354s)
1532025-05-22T19:58:52.363ZPlanning: Running solver ... Done (0.061s)
1542025-05-22T19:58:52.452ZPlanning: Finding local manifests ... Done (0.002s)
1552025-05-22T19:58:52.537ZPlanning: Fetching manifests: 0/4 0% complete
1562025-05-22T19:58:52.999ZPlanning: Fetching manifests: 4/4 100% complete
1572025-05-22T19:58:53.101ZPlanning: Package planning ... Done (0.102s)
1582025-05-22T19:58:53.172ZPlanning: Merging actions ... Done (0.070s)
1592025-05-22T19:58:53.604ZPlanning: Checking for conflicting actions ... Done (0.433s)
1602025-05-22T19:58:53.632ZPlanning: Consolidating action changes ... Done (0.015s)
1612025-05-22T19:58:54.718ZPlanning: Evaluating mediators ... Done (1.097s)
1622025-05-22T19:58:54.744ZPlanning: Planning completed in 11.78 seconds
1632025-05-22T19:58:54.770Z Packages to install: 4
1642025-05-22T19:58:54.770Z Mediators to change: 2
1652025-05-22T19:58:54.770Z Services to change: 1
1662025-05-22T19:58:54.770Z Estimated space available: 155.04 GB
1672025-05-22T19:58:54.770ZEstimated space to be consumed: 1.66 GB
1682025-05-22T19:58:54.770Z Create boot environment: No
1692025-05-22T19:58:54.770ZCreate backup boot environment: No
1702025-05-22T19:58:54.770Z Rebuild boot archive: No
1712025-05-22T19:58:54.770Z
1722025-05-22T19:58:54.770ZChanged mediators:
1732025-05-22T19:58:54.770Z mediator clang:
1742025-05-22T19:58:54.770Z version: None -> 15 (system default)
1752025-05-22T19:58:54.770Z
1762025-05-22T19:58:54.770Z mediator llvm:
1772025-05-22T19:58:54.770Z version: 14 (system default) -> 15 (system default)
1782025-05-22T19:58:54.770Z
1792025-05-22T19:58:54.770ZChanged packages:
1802025-05-22T19:58:54.770Zhelios-dev
1812025-05-22T19:58:54.770Z developer/build-essential
1822025-05-22T19:58:54.770Z None -> 11-2.0
1832025-05-22T19:58:54.770Z library/libxmlsec1
1842025-05-22T19:58:54.770Z None -> 1.2.35-2.0
1852025-05-22T19:58:54.771Z ooce/developer/clang-15
1862025-05-22T19:58:54.771Z None -> 15.0.7-2.0
1872025-05-22T19:58:54.771Z ooce/developer/llvm-15
1882025-05-22T19:58:54.771Z None -> 15.0.7-2.0
1892025-05-22T19:58:54.771Z
1902025-05-22T19:58:54.771ZServices:
1912025-05-22T19:58:54.771Z restart_fmri:
1922025-05-22T19:58:54.771Z svc:/system/update-man-index:default
1932025-05-22T19:58:54.830Z
1942025-05-22T19:58:54.830ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1952025-05-22T19:58:59.830ZDownload: 1198/3290 items 82.4/212.6MB 38% complete (16.6M/s)
1962025-05-22T19:59:04.829ZDownload: 2851/3290 items 121.1/212.6MB 56% complete (12.2M/s)
1972025-05-22T19:59:09.190ZDownload: Completed 212.60 MB in 14.36 seconds (14.8M/s)
1982025-05-22T19:59:09.507Z Actions: 1/3689 actions (Installing new actions)
1992025-05-22T19:59:14.737Z Actions: 2705/3689 actions (Installing new actions)
2002025-05-22T19:59:16.508Z Actions: Completed 3689 actions in 7.00 seconds.
2012025-05-22T19:59:17.082Z Done (0.568s)
2022025-05-22T19:59:17.083Z Done (0.000s)
2032025-05-22T19:59:18.159Z Done (1.076s)
2042025-05-22T19:59:25.927Z Done (7.493s)
2052025-05-22T19:59:26.052Z Done (0.022s)
2062025-05-22T19:59:26.077Z Done (0.000s)
2072025-05-22T19:59:26.281Z Done (0.000s)
2082025-05-22T19:59:27.535ZPlanning: Evaluating mediator changes ... Done
2092025-05-22T19:59:27.886ZPlanning: Checking for conflicting actions ... Done
2102025-05-22T19:59:27.912ZPlanning: Consolidating action changes ... Done
2112025-05-22T19:59:28.287ZPlanning: Evaluating mediators ... Done
2122025-05-22T19:59:28.313ZPlanning: Planning completed in 0.75 seconds
2132025-05-22T19:59:28.340Z Mediators to change: 2
2142025-05-22T19:59:28.341Z Create boot environment: No
2152025-05-22T19:59:28.341ZCreate backup boot environment: No
2162025-05-22T19:59:28.444Z Done
2172025-05-22T19:59:28.444Z Done
2182025-05-22T19:59:29.347Z Done
2192025-05-22T19:59:35.371Z Done
2202025-05-22T19:59:35.533Z Done
2212025-05-22T19:59:35.559Z Done
2222025-05-22T19:59:35.616Z Done
2232025-05-22T19:59:36.818ZPlanning: Evaluating mediator changes ... Done
2242025-05-22T19:59:36.846ZPlanning: Merging actions ... Done
2252025-05-22T19:59:37.116ZPlanning: Checking for conflicting actions ... Done
2262025-05-22T19:59:37.141ZPlanning: Consolidating action changes ... Done
2272025-05-22T19:59:37.495ZPlanning: Evaluating mediators ... Done
2282025-05-22T19:59:37.575ZPlanning: Planning completed in 1.21 seconds
2292025-05-22T19:59:37.630Z Packages to change: 1
2302025-05-22T19:59:37.630Z Mediators to change: 1
2312025-05-22T19:59:37.630Z Services to change: 1
2322025-05-22T19:59:37.630Z Create boot environment: No
2332025-05-22T19:59:37.630ZCreate backup boot environment: Yes
2342025-05-22T19:59:39.599Z Actions: 1/6 actions (Updating modified actions)
2352025-05-22T19:59:39.625Z Actions: Completed 6 actions in 0.00 seconds.
2362025-05-22T19:59:39.625Z Done
2372025-05-22T19:59:39.625Z Done
2382025-05-22T19:59:39.960Z Done
2392025-05-22T19:59:45.708Z Done
2402025-05-22T19:59:45.827Z Done
2412025-05-22T19:59:45.855Z Done
2422025-05-22T19:59:45.897Z Done
2432025-05-22T19:59:46.603ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2442025-05-22T19:59:46.603Zclang system 15 system
2452025-05-22T19:59:46.603Zcsh system system illumos
2462025-05-22T19:59:46.603Zctags system system illumos
2472025-05-22T19:59:46.603Zfile system system illumos
2482025-05-22T19:59:46.603Zgcc vendor 12 vendor
2492025-05-22T19:59:46.603Zgcc system 10 system
2502025-05-22T19:59:46.603Zgcc system 7 system
2512025-05-22T19:59:46.603Zgo system 1.20 system
2522025-05-22T19:59:46.603Zgo system 1.19 system
2532025-05-22T19:59:46.603Zllvm system 15 system
2542025-05-22T19:59:46.603Zllvm system 14 system
2552025-05-22T19:59:46.603Zmariadb system 10.6 system
2562025-05-22T19:59:46.603Zmta vendor vendor dma
2572025-05-22T19:59:46.604Zopenjdk system 17 system
2582025-05-22T19:59:46.604Zopenjdk system 11 system
2592025-05-22T19:59:46.604Zopenjdk system 1.8 system
2602025-05-22T19:59:46.604Zopenssl vendor 3 vendor
2612025-05-22T19:59:46.604Zperl system 5.36 system
2622025-05-22T19:59:46.604Zpostgresql system 15 system
2632025-05-22T19:59:46.604Zpostgresql system 13 system
2642025-05-22T19:59:46.604Zpython vendor 3 vendor
2652025-05-22T19:59:46.604Zpython system 2 system
2662025-05-22T19:59:46.604Zpython3 system 3.11 system
2672025-05-22T19:59:46.604Zruby system 3.0 system
2682025-05-22T19:59:46.604Zwords vendor vendor american-english
2692025-05-22T19:59:46.604Zwords system system australian-english
2702025-05-22T19:59:46.604Zwords system system british-english
2712025-05-22T19:59:46.604Zwords system system canadian-english
2722025-05-22T19:59:46.604Zwords system system french
2732025-05-22T19:59:46.604Zwords system system italian
2742025-05-22T19:59:46.604Zwords system system ngerman
2752025-05-22T19:59:46.604Zwords system system ogerman
2762025-05-22T19:59:46.604Zwords system system spanish
2772025-05-22T19:59:47.101ZPUBLISHER TYPE STATUS P LOCATION
2782025-05-22T19:59:47.101Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2792025-05-22T19:59:52.296ZFMRI IFO
2802025-05-22T19:59:52.296Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2812025-05-22T19:59:52.296Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2822025-05-22T19:59:52.296Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2832025-05-22T19:59:52.296Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2842025-05-22T19:59:52.297Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2852025-05-22T19:59:52.297Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2862025-05-22T19:59:52.297Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2872025-05-22T19:59:52.297Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2882025-05-22T19:59:52.297Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2892025-05-22T19:59:52.297Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2902025-05-22T19:59:52.297Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2912025-05-22T19:59:52.297Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2922025-05-22T19:59:52.297Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2932025-05-22T19:59:52.297Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2942025-05-22T19:59:52.297Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2952025-05-22T19:59:53.629Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2962025-05-22T19:59:54.003Z Updating git repository `https://github.com/seanmonstar/reqwest`
2972025-05-22T19:59:54.922Z Updating crates.io index
2982025-05-22T19:59:54.996Z Updating git repository `https://github.com/oxidecomputer/lldp`
2992025-05-22T19:59:55.650Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3002025-05-22T19:59:56.544Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3012025-05-22T19:59:56.906Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3022025-05-22T19:59:57.243Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3032025-05-22T19:59:57.751Z Updating git repository `https://github.com/oxidecomputer/propolis`
3042025-05-22T19:59:59.177Z Updating git repository `https://github.com/oxidecomputer/crucible`
3052025-05-22T20:00:01.899Z Updating git repository `https://github.com/oxidecomputer/opte`
3062025-05-22T20:00:03.901Z Updating git repository `https://github.com/oxidecomputer/falcon`
3072025-05-22T20:00:04.733Z Updating git repository `https://github.com/oxidecomputer/clickward`
3082025-05-22T20:00:05.133Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3092025-05-22T20:00:05.559Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3102025-05-22T20:00:06.398Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3112025-05-22T20:00:06.751Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3122025-05-22T20:00:07.298Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3132025-05-22T20:00:08.049Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3142025-05-22T20:00:08.674Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3152025-05-22T20:00:09.127Z Updating git repository `https://github.com/oxidecomputer/tofino`
3162025-05-22T20:00:09.526Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3172025-05-22T20:00:09.901Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3182025-05-22T20:00:10.289Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3192025-05-22T20:00:10.764Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3202025-05-22T20:00:11.238Z Updating git repository `https://github.com/oxidecomputer/ispf`
3212025-05-22T20:00:11.827Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3222025-05-22T20:00:12.211Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3232025-05-22T20:00:12.952Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3242025-05-22T20:00:13.497Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3252025-05-22T20:00:13.948Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3262025-05-22T20:00:14.478Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3272025-05-22T20:00:15.111Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3282025-05-22T20:00:15.513Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3292025-05-22T20:00:15.895Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3302025-05-22T20:00:16.266Z Updating git repository `https://github.com/oxidecomputer/omicron`
3312025-05-22T20:00:26.340Z Updating git repository `https://github.com/illumos/smf-rs`
3322025-05-22T20:00:28.047Z Downloading crates ...
3332025-05-22T20:00:28.120Z Downloaded equivalent v1.0.1
3342025-05-22T20:00:28.152Z Downloaded dtrace-parser v0.2.0
3352025-05-22T20:00:28.152Z Downloaded version_check v0.9.5
3362025-05-22T20:00:28.152Z Downloaded swrite v0.1.0
3372025-05-22T20:00:28.152Z Downloaded colorchoice v1.0.2
3382025-05-22T20:00:28.152Z Downloaded zerocopy-derive v0.7.35
3392025-05-22T20:00:28.152Z Downloaded usdt-macro v0.5.0
3402025-05-22T20:00:28.152Z Downloaded byteorder v1.5.0
3412025-05-22T20:00:28.153Z Downloaded digest v0.10.7
3422025-05-22T20:00:28.179Z Downloaded itoa v1.0.11
3432025-05-22T20:00:28.179Z Downloaded zerocopy v0.7.35
3442025-05-22T20:00:28.179Z Downloaded utf8parse v0.2.2
3452025-05-22T20:00:28.179Z Downloaded thiserror v2.0.12
3462025-05-22T20:00:28.205Z Downloaded unicode-ident v1.0.18
3472025-05-22T20:00:28.206Z Downloaded textwrap v0.16.1
3482025-05-22T20:00:28.206Z Downloaded toml v0.8.22
3492025-05-22T20:00:28.240Z Downloaded memchr v2.7.4
3502025-05-22T20:00:28.268Z Downloaded toml_edit v0.22.26
3512025-05-22T20:00:28.293Z Downloaded pest v2.7.14
3522025-05-22T20:00:28.319Z Downloaded clap_builder v4.5.35
3532025-05-22T20:00:28.319Z Downloaded serde_json v1.0.140
3542025-05-22T20:00:28.319Z Downloaded goblin v0.8.2
3552025-05-22T20:00:28.345Z Downloaded tabled v0.15.0
3562025-05-22T20:00:28.345Z Downloaded hashbrown v0.15.1
3572025-05-22T20:00:28.371Z Downloaded indexmap v2.9.0
3582025-05-22T20:00:28.371Z Downloaded syn v1.0.109
3592025-05-22T20:00:28.371Z Downloaded serde_derive v1.0.219
3602025-05-22T20:00:28.371Z Downloaded unicode-width v0.1.14
3612025-05-22T20:00:28.396Z Downloaded syn v2.0.101
3622025-05-22T20:00:28.397Z Downloaded rustix v0.37.28
3632025-05-22T20:00:28.422Z Downloaded serde v1.0.219
3642025-05-22T20:00:28.422Z Downloaded proc-macro2 v1.0.95
3652025-05-22T20:00:28.448Z Downloaded rustix v0.38.37
3662025-05-22T20:00:28.474Z Downloaded log v0.4.27
3672025-05-22T20:00:28.474Z Downloaded clap v4.5.35
3682025-05-22T20:00:28.474Z Downloaded ucd-trie v0.1.7
3692025-05-22T20:00:28.474Z Downloaded typenum v1.17.0
3702025-05-22T20:00:28.474Z Downloaded tempfile v3.13.0
3712025-05-22T20:00:28.474Z Downloaded ryu v1.0.18
3722025-05-22T20:00:28.500Z Downloaded pest_meta v2.7.14
3732025-05-22T20:00:28.500Z Downloaded pest_derive v2.7.14
3742025-05-22T20:00:28.500Z Downloaded papergrid v0.11.0
3752025-05-22T20:00:28.500Z Downloaded sha2 v0.10.8
3762025-05-22T20:00:28.500Z Downloaded serde_spanned v0.6.8
3772025-05-22T20:00:28.500Z Downloaded semver v1.0.26
3782025-05-22T20:00:28.500Z Downloaded quote v1.0.40
3792025-05-22T20:00:28.500Z Downloaded proc-macro-error v1.0.4
3802025-05-22T20:00:28.527Z Downloaded pest_generator v2.7.14
3812025-05-22T20:00:28.527Z Downloaded once_cell v1.21.3
3822025-05-22T20:00:28.527Z Downloaded macaddr v1.0.1
3832025-05-22T20:00:28.527Z Downloaded is_terminal_polyfill v1.70.1
3842025-05-22T20:00:28.527Z Downloaded io-lifetimes v1.0.11
3852025-05-22T20:00:28.527Z Downloaded heck v0.4.1
3862025-05-22T20:00:28.527Z Downloaded clap_derive v4.5.32
3872025-05-22T20:00:28.527Z Downloaded cargo_toml v0.21.0
3882025-05-22T20:00:28.527Z Downloaded camino-tempfile v1.3.0
3892025-05-22T20:00:28.527Z Downloaded libc v0.2.172
3902025-05-22T20:00:28.554Z Downloaded camino v1.1.9
3912025-05-22T20:00:28.579Z Downloaded bitflags v2.9.0
3922025-05-22T20:00:28.580Z Downloaded anyhow v1.0.98
3932025-05-22T20:00:28.580Z Downloaded anstyle-parse v0.2.5
3942025-05-22T20:00:28.580Z Downloaded anstream v0.6.18
3952025-05-22T20:00:28.580Z Downloaded usdt-impl v0.5.0
3962025-05-22T20:00:28.580Z Downloaded usdt v0.5.0
3972025-05-22T20:00:28.580Z Downloaded unicode-linebreak v0.1.5
3982025-05-22T20:00:28.580Z Downloaded toml_write v0.1.1
3992025-05-22T20:00:28.580Z Downloaded toml_datetime v0.6.9
4002025-05-22T20:00:28.580Z Downloaded thread-id v4.2.2
4012025-05-22T20:00:28.580Z Downloaded thiserror-impl v2.0.12
4022025-05-22T20:00:28.606Z Downloaded thiserror-impl v1.0.69
4032025-05-22T20:00:28.606Z Downloaded thiserror v1.0.69
4042025-05-22T20:00:28.606Z Downloaded terminal_size v0.2.6
4052025-05-22T20:00:28.606Z Downloaded tabled_derive v0.7.0
4062025-05-22T20:00:28.606Z Downloaded strsim v0.11.1
4072025-05-22T20:00:28.606Z Downloaded smawk v0.3.2
4082025-05-22T20:00:28.606Z Downloaded serde_tokenstream v0.2.2
4092025-05-22T20:00:28.606Z Downloaded scroll v0.12.0
4102025-05-22T20:00:28.606Z Downloaded plain v0.2.3
4112025-05-22T20:00:28.606Z Downloaded cargo_metadata v0.19.2
4122025-05-22T20:00:28.606Z Downloaded winnow v0.7.10
4132025-05-22T20:00:28.632Z Downloaded usdt-attr-macro v0.5.0
4142025-05-22T20:00:28.633Z Downloaded terminal_size v0.4.0
4152025-05-22T20:00:28.633Z Downloaded proc-macro-error-attr v1.0.4
4162025-05-22T20:00:28.633Z Downloaded memmap v0.7.0
4172025-05-22T20:00:28.633Z Downloaded heck v0.5.0
4182025-05-22T20:00:28.633Z Downloaded generic-array v0.14.7
4192025-05-22T20:00:28.633Z Downloaded fs-err v3.1.0
4202025-05-22T20:00:28.633Z Downloaded fnv v1.0.7
4212025-05-22T20:00:28.633Z Downloaded fastrand v2.1.1
4222025-05-22T20:00:28.633Z Downloaded errno v0.3.9
4232025-05-22T20:00:28.633Z Downloaded dof v0.3.0
4242025-05-22T20:00:28.633Z Downloaded crypto-common v0.1.6
4252025-05-22T20:00:28.633Z Downloaded cpufeatures v0.2.14
4262025-05-22T20:00:28.633Z Downloaded bitflags v1.3.2
4272025-05-22T20:00:28.664Z Downloaded anstyle v1.0.10
4282025-05-22T20:00:28.664Z Downloaded scroll_derive v0.12.0
4292025-05-22T20:00:28.664Z Downloaded pretty-hex v0.4.1
4302025-05-22T20:00:28.664Z Downloaded clap_lex v0.7.4
4312025-05-22T20:00:28.664Z Downloaded bytecount v0.6.8
4322025-05-22T20:00:28.664Z Downloaded anstyle-query v1.1.1
4332025-05-22T20:00:28.664Z Downloaded cfg-if v1.0.0
4342025-05-22T20:00:28.664Z Downloaded cargo-platform v0.1.8
4352025-05-22T20:00:28.664Z Downloaded block-buffer v0.10.4
4362025-05-22T20:00:28.664Z Downloaded autocfg v1.4.0
4372025-05-22T20:00:28.733Z Compiling proc-macro2 v1.0.95
4382025-05-22T20:00:28.733Z Compiling unicode-ident v1.0.18
4392025-05-22T20:00:28.734Z Compiling libc v0.2.172
4402025-05-22T20:00:28.734Z Compiling version_check v0.9.5
4412025-05-22T20:00:28.734Z Compiling serde v1.0.219
4422025-05-22T20:00:28.734Z Compiling memchr v2.7.4
4432025-05-22T20:00:28.760Z Compiling thiserror v1.0.69
4442025-05-22T20:00:28.760Z Compiling ucd-trie v0.1.7
4452025-05-22T20:00:29.121Z Compiling ryu v1.0.18
4462025-05-22T20:00:29.506Z Compiling itoa v1.0.11
4472025-05-22T20:00:29.566Z Compiling once_cell v1.21.3
4482025-05-22T20:00:29.705Z Compiling byteorder v1.5.0
4492025-05-22T20:00:29.784Z Compiling serde_json v1.0.140
4502025-05-22T20:00:29.981Z Compiling rustix v0.38.37
4512025-05-22T20:00:30.220Z Compiling bitflags v2.9.0
4522025-05-22T20:00:30.249Z Compiling proc-macro-error-attr v1.0.4
4532025-05-22T20:00:30.345Z Compiling usdt-impl v0.5.0
4542025-05-22T20:00:30.561Z Compiling syn v1.0.109
4552025-05-22T20:00:30.589Z Compiling io-lifetimes v1.0.11
4562025-05-22T20:00:30.805Z Compiling quote v1.0.40
4572025-05-22T20:00:30.872Z Compiling proc-macro-error v1.0.4
4582025-05-22T20:00:31.086Z Compiling errno v0.3.9
4592025-05-22T20:00:31.289Z Compiling log v0.4.27
4602025-05-22T20:00:31.413Z Compiling syn v2.0.101
4612025-05-22T20:00:31.451Z Compiling equivalent v1.0.1
4622025-05-22T20:00:31.552Z Compiling rustix v0.37.28
4632025-05-22T20:00:31.611Z Compiling utf8parse v0.2.2
4642025-05-22T20:00:31.642Z Compiling thread-id v4.2.2
4652025-05-22T20:00:31.673Z Compiling hashbrown v0.15.1
4662025-05-22T20:00:31.703Z Compiling camino v1.1.9
4672025-05-22T20:00:31.793Z Compiling plain v0.2.3
4682025-05-22T20:00:31.822Z Compiling anstyle-parse v0.2.5
4692025-05-22T20:00:32.395Z Compiling winnow v0.7.10
4702025-05-22T20:00:32.447Z Compiling autocfg v1.4.0
4712025-05-22T20:00:32.873Z Compiling indexmap v2.9.0
4722025-05-22T20:00:32.899Z Compiling pretty-hex v0.4.1
4732025-05-22T20:00:32.899Z Compiling is_terminal_polyfill v1.70.1
4742025-05-22T20:00:33.006Z Compiling bitflags v1.3.2
4752025-05-22T20:00:33.067Z Compiling toml_write v0.1.1
4762025-05-22T20:00:33.142Z Compiling unicode-width v0.1.14
4772025-05-22T20:00:33.475Z Compiling anstyle-query v1.1.1
4782025-05-22T20:00:33.500Z Compiling anstyle v1.0.10
4792025-05-22T20:00:33.698Z Compiling semver v1.0.26
4802025-05-22T20:00:33.729Z Compiling thiserror v2.0.12
4812025-05-22T20:00:33.890Z Compiling colorchoice v1.0.2
4822025-05-22T20:00:33.971Z Compiling fs-err v3.1.0
4832025-05-22T20:00:34.084Z Compiling anstream v0.6.18
4842025-05-22T20:00:34.229Z Compiling terminal_size v0.4.0
4852025-05-22T20:00:34.545Z Compiling heck v0.4.1
4862025-05-22T20:00:34.659Z Compiling bytecount v0.6.8
4872025-05-22T20:00:34.738Z Compiling fnv v1.0.7
4882025-05-22T20:00:34.930Z Compiling cfg-if v1.0.0
4892025-05-22T20:00:34.988Z Compiling anyhow v1.0.98
4902025-05-22T20:00:35.074Z Compiling clap_lex v0.7.4
4912025-05-22T20:00:35.243Z Compiling fastrand v2.1.1
4922025-05-22T20:00:35.609Z Compiling heck v0.5.0
4932025-05-22T20:00:35.646Z Compiling strsim v0.11.1
4942025-05-22T20:00:35.677Z Compiling tempfile v3.13.0
4952025-05-22T20:00:35.781Z Compiling terminal_size v0.2.6
4962025-05-22T20:00:36.050Z Compiling papergrid v0.11.0
4972025-05-22T20:00:36.100Z Compiling clap_builder v4.5.35
4982025-05-22T20:00:36.177Z Compiling memmap v0.7.0
4992025-05-22T20:00:36.327Z Compiling unicode-linebreak v0.1.5
5002025-05-22T20:00:36.458Z Compiling smawk v0.3.2
5012025-05-22T20:00:36.711Z Compiling textwrap v0.16.1
5022025-05-22T20:00:36.798Z Compiling swrite v0.1.0
5032025-05-22T20:00:36.954Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5042025-05-22T20:00:37.341Z Compiling tabled_derive v0.7.0
5052025-05-22T20:00:38.923Z Compiling serde_derive v1.0.219
5062025-05-22T20:00:38.923Z Compiling thiserror-impl v1.0.69
5072025-05-22T20:00:38.948Z Compiling zerocopy-derive v0.7.35
5082025-05-22T20:00:38.948Z Compiling scroll_derive v0.12.0
5092025-05-22T20:00:38.948Z Compiling thiserror-impl v2.0.12
5102025-05-22T20:00:38.948Z Compiling clap_derive v4.5.32
5112025-05-22T20:00:39.171Z Compiling tabled v0.15.0
5122025-05-22T20:00:40.319Z Compiling scroll v0.12.0
5132025-05-22T20:00:40.990Z Compiling goblin v0.8.2
5142025-05-22T20:00:41.147Z Compiling zerocopy v0.7.35
5152025-05-22T20:00:42.309Z Compiling pest v2.7.14
5162025-05-22T20:00:43.238Z Compiling clap v4.5.35
5172025-05-22T20:00:45.186Z Compiling pest_meta v2.7.14
5182025-05-22T20:00:46.624Z Compiling pest_generator v2.7.14
5192025-05-22T20:00:48.137Z Compiling pest_derive v2.7.14
5202025-05-22T20:00:48.853Z Compiling dtrace-parser v0.2.0
5212025-05-22T20:00:49.705Z Compiling serde_tokenstream v0.2.2
5222025-05-22T20:00:49.916Z Compiling serde_spanned v0.6.8
5232025-05-22T20:00:49.963Z Compiling toml_datetime v0.6.9
5242025-05-22T20:00:50.252Z Compiling cargo-platform v0.1.8
5252025-05-22T20:00:50.287Z Compiling macaddr v1.0.1
5262025-05-22T20:00:50.414Z Compiling toml_edit v0.22.26
5272025-05-22T20:00:50.704Z Compiling camino-tempfile v1.3.0
5282025-05-22T20:00:51.636Z Compiling dof v0.3.0
5292025-05-22T20:00:51.795Z Compiling cargo_metadata v0.19.2
5302025-05-22T20:00:53.253Z Compiling usdt-macro v0.5.0
5312025-05-22T20:00:53.280Z Compiling usdt-attr-macro v0.5.0
5322025-05-22T20:00:53.989Z Compiling toml v0.8.22
5332025-05-22T20:00:54.491Z Compiling usdt v0.5.0
5342025-05-22T20:00:55.018Z Compiling cargo_toml v0.21.0
5352025-05-22T20:00:58.975Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5362025-05-22T20:01:03.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
5372025-05-22T20:01:03.928Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5382025-05-22T20:01:04.882Z Downloading crates ...
5392025-05-22T20:01:05.083Z Downloaded cfg_aliases v0.1.1
5402025-05-22T20:01:05.109Z Downloaded atty v0.2.14
5412025-05-22T20:01:05.109Z Downloaded atomicwrites v0.4.4
5422025-05-22T20:01:05.109Z Downloaded crunchy v0.2.2
5432025-05-22T20:01:05.109Z Downloaded crc8 v0.1.1
5442025-05-22T20:01:05.109Z Downloaded async-stream-impl v0.3.6
5452025-05-22T20:01:05.109Z Downloaded cstr-argument v0.1.2
5462025-05-22T20:01:05.109Z Downloaded base16ct v0.2.0
5472025-05-22T20:01:05.136Z Downloaded lazycell v1.3.0
5482025-05-22T20:01:05.136Z Downloaded managed v0.8.0
5492025-05-22T20:01:05.136Z Downloaded progenitor-client v0.9.1
5502025-05-22T20:01:05.163Z Downloaded progenitor-client v0.10.0
5512025-05-22T20:01:05.163Z Downloaded progenitor v0.8.0
5522025-05-22T20:01:05.190Z Downloaded take_mut v0.2.2
5532025-05-22T20:01:05.191Z Downloaded serde_with_macros v3.12.0
5542025-05-22T20:01:05.218Z Downloaded zeroize_derive v1.4.2
5552025-05-22T20:01:05.218Z Downloaded zone_cfg_derive v0.1.2
5562025-05-22T20:01:05.218Z Downloaded serde_derive_internals v0.29.1
5572025-05-22T20:01:05.218Z Downloaded enum-as-inner v0.6.1
5582025-05-22T20:01:05.244Z Downloaded oso-derive v0.27.3
5592025-05-22T20:01:05.269Z Downloaded tracing-attributes v0.1.27
5602025-05-22T20:01:05.296Z Downloaded md5 v0.7.0
5612025-05-22T20:01:05.296Z Downloaded fxhash v0.2.1
5622025-05-22T20:01:05.296Z Downloaded darling v0.20.10
5632025-05-22T20:01:05.323Z Downloaded sigpipe v0.1.3
5642025-05-22T20:01:05.349Z Downloaded smallvec v0.6.14
5652025-05-22T20:01:05.349Z Downloaded strum v0.26.3
5662025-05-22T20:01:05.376Z Downloaded vte_generate_state_changes v0.1.2
5672025-05-22T20:01:05.376Z Downloaded void v1.0.2
5682025-05-22T20:01:05.376Z Downloaded write16 v1.0.0
5692025-05-22T20:01:05.376Z Downloaded wyz v0.5.1
5702025-05-22T20:01:05.377Z Downloaded tui-tree-widget v0.23.0
5712025-05-22T20:01:05.404Z Downloaded ssh-encoding v0.2.0
5722025-05-22T20:01:05.404Z Downloaded peg-runtime v0.8.5
5732025-05-22T20:01:05.429Z Downloaded pem-rfc7468 v0.7.0
5742025-05-22T20:01:05.429Z Downloaded phf_codegen v0.11.2
5752025-05-22T20:01:05.429Z Downloaded native-tls v0.2.12
5762025-05-22T20:01:05.455Z Downloaded percent-encoding v2.3.1
5772025-05-22T20:01:05.455Z Downloaded parking_lot_core v0.8.6
5782025-05-22T20:01:05.455Z Downloaded papergrid v0.14.0
5792025-05-22T20:01:05.481Z Downloaded parking_lot v0.12.3
5802025-05-22T20:01:05.481Z Downloaded yansi v1.0.1
5812025-05-22T20:01:05.481Z Downloaded minimal-lexical v0.2.1
5822025-05-22T20:01:05.481Z Downloaded mio v1.0.2
5832025-05-22T20:01:05.508Z Downloaded parse-zoneinfo v0.3.1
5842025-05-22T20:01:05.508Z Downloaded p521 v0.13.3
5852025-05-22T20:01:05.534Z Downloaded portable-atomic v1.11.0
5862025-05-22T20:01:05.534Z Downloaded git2 v0.19.0
5872025-05-22T20:01:05.559Z Downloaded rustls v0.23.19
5882025-05-22T20:01:05.559Z Downloaded diesel v2.2.10
5892025-05-22T20:01:05.585Z Downloaded vcpkg v0.2.15
5902025-05-22T20:01:05.626Z Downloaded webpki-roots v0.26.6
5912025-05-22T20:01:05.652Z Downloaded smoltcp v0.9.1
5922025-05-22T20:01:05.652Z Downloaded petname v2.0.2
5932025-05-22T20:01:05.677Z Downloaded lzma-sys v0.1.20
5942025-05-22T20:01:05.704Z Downloaded polar-core v0.27.3
5952025-05-22T20:01:05.730Z Downloaded regex-automata v0.4.8
5962025-05-22T20:01:05.730Z Downloaded p384 v0.13.0
5972025-05-22T20:01:05.755Z Downloaded jiff v0.2.13
5982025-05-22T20:01:05.782Z Downloaded smoltcp v0.11.0
5992025-05-22T20:01:05.782Z Downloaded curve25519-dalek v4.1.3
6002025-05-22T20:01:05.809Z Downloaded zerocopy-derive v0.6.6
6012025-05-22T20:01:05.809Z Downloaded csv v1.3.1
6022025-05-22T20:01:05.835Z Downloaded typify-impl v0.2.0
6032025-05-22T20:01:05.861Z Downloaded ratatui v0.29.0
6042025-05-22T20:01:05.891Z Downloaded typify-impl v0.4.1
6052025-05-22T20:01:05.931Z Downloaded typify-impl v0.3.0
6062025-05-22T20:01:05.962Z Downloaded sled v0.34.7
6072025-05-22T20:01:05.988Z Downloaded libz-sys v1.1.20
6082025-05-22T20:01:06.014Z Downloaded bzip2-sys v0.1.13+1.0.8
6092025-05-22T20:01:06.039Z Downloaded dropshot v0.16.2
6102025-05-22T20:01:06.065Z Downloaded gimli v0.31.1
6112025-05-22T20:01:06.065Z Downloaded nix v0.29.0
6122025-05-22T20:01:06.091Z Downloaded nix v0.28.0
6132025-05-22T20:01:06.128Z Downloaded chrono-tz v0.10.3
6142025-05-22T20:01:06.128Z Downloaded bstr v1.10.0
6152025-05-22T20:01:06.128Z Downloaded sha3 v0.10.8
6162025-05-22T20:01:06.128Z Downloaded rustls v0.22.4
6172025-05-22T20:01:06.154Z Downloaded radix_trie v0.2.1
6182025-05-22T20:01:06.154Z Downloaded petgraph v0.6.5
6192025-05-22T20:01:06.179Z Downloaded tokio v1.45.0
6202025-05-22T20:01:06.222Z Downloaded petgraph v0.7.1
6212025-05-22T20:01:06.248Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
6222025-05-22T20:01:06.277Z Downloaded nix v0.27.1
6232025-05-22T20:01:06.304Z Downloaded sqlparser v0.45.0
6242025-05-22T20:01:06.329Z Downloaded winnow v0.6.26
6252025-05-22T20:01:06.355Z Downloaded winnow v0.5.40
6262025-05-22T20:01:06.381Z Downloaded zerocopy v0.8.25
6272025-05-22T20:01:06.407Z Downloaded unicode-width v0.2.0
6282025-05-22T20:01:06.407Z Downloaded x509-cert v0.2.5
6292025-05-22T20:01:06.432Z Downloaded typed-path v0.9.3
6302025-05-22T20:01:06.432Z Downloaded ssh-key v0.6.6
6312025-05-22T20:01:06.432Z Downloaded proptest v1.6.0
6322025-05-22T20:01:06.459Z Downloaded futures-util v0.3.31
6332025-05-22T20:01:06.485Z Downloaded openapiv3 v2.0.0
6342025-05-22T20:01:06.485Z Downloaded object v0.36.5
6352025-05-22T20:01:06.510Z Downloaded regex-syntax v0.8.5
6362025-05-22T20:01:06.510Z Downloaded rustls-webpki v0.102.8
6372025-05-22T20:01:06.536Z Downloaded rustls v0.21.12
6382025-05-22T20:01:06.562Z Downloaded rayon v1.10.0
6392025-05-22T20:01:06.562Z Downloaded encoding_rs v0.8.34
6402025-05-22T20:01:06.590Z Downloaded miniz_oxide v0.8.5
6412025-05-22T20:01:06.616Z Downloaded xshell v0.2.7
6422025-05-22T20:01:06.616Z Downloaded typify v0.4.1
6432025-05-22T20:01:06.616Z Downloaded tungstenite v0.21.0
6442025-05-22T20:01:06.616Z Downloaded tracing-core v0.1.32
6452025-05-22T20:01:06.616Z Downloaded quinn-proto v0.11.8
6462025-05-22T20:01:06.642Z Downloaded tabled v0.18.0
6472025-05-22T20:01:06.668Z Downloaded peg-macros v0.8.5
6482025-05-22T20:01:06.668Z Downloaded password-hash v0.5.0
6492025-05-22T20:01:06.668Z Downloaded p256 v0.13.2
6502025-05-22T20:01:06.668Z Downloaded owo-colors v4.2.0
6512025-05-22T20:01:06.668Z Downloaded futures v0.3.31
6522025-05-22T20:01:06.668Z Downloaded ring v0.17.14
6532025-05-22T20:01:06.739Z Downloaded libgit2-sys v0.17.0+1.8.1
6542025-05-22T20:01:06.844Z Downloaded tungstenite v0.23.0
6552025-05-22T20:01:06.870Z Downloaded subprocess v0.2.9
6562025-05-22T20:01:06.870Z Downloaded url v2.5.3
6572025-05-22T20:01:06.870Z Downloaded steno v0.4.1
6582025-05-22T20:01:06.870Z Downloaded multer v3.1.0
6592025-05-22T20:01:06.870Z Downloaded futures-channel v0.3.31
6602025-05-22T20:01:06.896Z Downloaded fs_extra v1.3.0
6612025-05-22T20:01:06.896Z Downloaded typify v0.3.0
6622025-05-22T20:01:06.896Z Downloaded twox-hash v2.1.0
6632025-05-22T20:01:06.896Z Downloaded uuid v1.16.0
6642025-05-22T20:01:06.896Z Downloaded rustls-webpki v0.101.7
6652025-05-22T20:01:06.921Z Downloaded h2 v0.4.6
6662025-05-22T20:01:06.921Z Downloaded openssl v0.10.72
6672025-05-22T20:01:06.947Z Downloaded phf v0.11.2
6682025-05-22T20:01:06.947Z Downloaded pem v3.0.5
6692025-05-22T20:01:06.947Z Downloaded peg v0.8.5
6702025-05-22T20:01:06.947Z Downloaded pbkdf2 v0.11.0
6712025-05-22T20:01:06.947Z Downloaded paste v1.0.15
6722025-05-22T20:01:06.973Z Downloaded password-hash v0.4.2
6732025-05-22T20:01:06.973Z Downloaded parse-display-derive v0.10.0
6742025-05-22T20:01:06.973Z Downloaded packed_struct_codegen v0.10.1
6752025-05-22T20:01:06.973Z Downloaded packed_struct v0.10.1
6762025-05-22T20:01:06.973Z Downloaded oxnet v0.1.2
6772025-05-22T20:01:06.973Z Downloaded newtype-uuid v1.2.1
6782025-05-22T20:01:06.973Z Downloaded nanorand v0.7.0
6792025-05-22T20:01:06.973Z Downloaded multimap v0.10.1
6802025-05-22T20:01:06.973Z Downloaded futures-core v0.3.31
6812025-05-22T20:01:06.973Z Downloaded funty v2.0.0
6822025-05-22T20:01:06.973Z Downloaded fs-err v2.11.0
6832025-05-22T20:01:06.973Z Downloaded form_urlencoded v1.2.1
6842025-05-22T20:01:06.973Z Downloaded xz2 v0.1.7
6852025-05-22T20:01:06.973Z Downloaded typify v0.2.0
6862025-05-22T20:01:07.000Z Downloaded static_assertions v1.1.0
6872025-05-22T20:01:07.000Z Downloaded spin v0.9.8
6882025-05-22T20:01:07.000Z Downloaded socket2 v0.5.9
6892025-05-22T20:01:07.000Z Downloaded snafu-derive v0.8.5
6902025-05-22T20:01:07.000Z Downloaded snafu v0.8.5
6912025-05-22T20:01:07.000Z Downloaded slog v2.7.0
6922025-05-22T20:01:07.000Z Downloaded similar v2.7.0
6932025-05-22T20:01:07.026Z Downloaded pkcs5 v0.7.1
6942025-05-22T20:01:07.026Z Downloaded pkcs1 v0.7.5
6952025-05-22T20:01:07.026Z Downloaded pin-project v1.1.6
6962025-05-22T20:01:07.026Z Downloaded regress v0.10.3
6972025-05-22T20:01:07.052Z Downloaded pbkdf2 v0.12.2
6982025-05-22T20:01:07.052Z Downloaded path-slash v0.1.5
6992025-05-22T20:01:07.052Z Downloaded parse-size v1.1.0
7002025-05-22T20:01:07.053Z Downloaded parking_lot_core v0.9.10
7012025-05-22T20:01:07.053Z Downloaded parking_lot v0.11.2
7022025-05-22T20:01:07.053Z Downloaded xshell-macros v0.2.7
7032025-05-22T20:01:07.053Z Downloaded xattr v1.3.1
7042025-05-22T20:01:07.053Z Downloaded try-lock v0.2.5
7052025-05-22T20:01:07.053Z Downloaded subtle v2.6.1
7062025-05-22T20:01:07.080Z Downloaded strum_macros v0.26.4
7072025-05-22T20:01:07.080Z Downloaded strum_macros v0.25.3
7082025-05-22T20:01:07.080Z Downloaded sqlformat v0.3.5
7092025-05-22T20:01:07.080Z Downloaded slog-async v2.8.0
7102025-05-22T20:01:07.080Z Downloaded poly1305 v0.8.0
7112025-05-22T20:01:07.080Z Downloaded pkg-config v0.3.31
7122025-05-22T20:01:07.080Z Downloaded pkcs8 v0.10.2
7132025-05-22T20:01:07.080Z Downloaded pin-project-lite v0.2.14
7142025-05-22T20:01:07.080Z Downloaded pin-project-internal v1.1.6
7152025-05-22T20:01:07.106Z Downloaded vte v0.11.1
7162025-05-22T20:01:07.106Z Downloaded vsss-rs v3.3.4
7172025-05-22T20:01:07.106Z Downloaded vergen v8.3.2
7182025-05-22T20:01:07.106Z Downloaded value-bag v1.9.0
7192025-05-22T20:01:07.106Z Downloaded chrono v0.4.41
7202025-05-22T20:01:07.107Z Downloaded bindgen v0.71.1
7212025-05-22T20:01:07.132Z Downloaded parse-display v0.10.0
7222025-05-22T20:01:07.132Z Downloaded newtype_derive v0.1.6
7232025-05-22T20:01:07.132Z Downloaded newline-converter v0.3.0
7242025-05-22T20:01:07.132Z Downloaded new_debug_unreachable v1.0.6
7252025-05-22T20:01:07.132Z Downloaded strum_macros v0.24.3
7262025-05-22T20:01:07.132Z Downloaded stable_deref_trait v1.2.0
7272025-05-22T20:01:07.132Z Downloaded ssh-cipher v0.2.0
7282025-05-22T20:01:07.132Z Downloaded uzers v0.12.1
7292025-05-22T20:01:07.132Z Downloaded darling_core v0.20.10
7302025-05-22T20:01:07.132Z Downloaded pretty_assertions v1.4.1
7312025-05-22T20:01:07.158Z Downloaded object v0.30.4
7322025-05-22T20:01:07.158Z Downloaded sqlparser_derive v0.2.2
7332025-05-22T20:01:07.158Z Downloaded spki v0.7.3
7342025-05-22T20:01:07.158Z Downloaded slog-envlogger v2.2.0
7352025-05-22T20:01:07.158Z Downloaded slog-dtrace v0.3.0
7362025-05-22T20:01:07.158Z Downloaded slog-bunyan v2.5.0
7372025-05-22T20:01:07.158Z Downloaded slab v0.4.9
7382025-05-22T20:01:07.158Z Downloaded siphasher v0.3.11
7392025-05-22T20:01:07.184Z Downloaded polyval v0.6.2
7402025-05-22T20:01:07.185Z Downloaded pin-utils v0.1.0
7412025-05-22T20:01:07.185Z Downloaded phf_shared v0.11.2
7422025-05-22T20:01:07.185Z Downloaded phf_generator v0.11.2
7432025-05-22T20:01:07.185Z Downloaded zerocopy v0.6.6
7442025-05-22T20:01:07.185Z Downloaded hashbrown v0.13.2
7452025-05-22T20:01:07.185Z Downloaded regex-syntax v0.6.29
7462025-05-22T20:01:07.185Z Downloaded bitvec v1.0.1
7472025-05-22T20:01:07.211Z Downloaded whoami v1.5.2
7482025-05-22T20:01:07.211Z Downloaded walkdir v2.5.0
7492025-05-22T20:01:07.211Z Downloaded utf8_iter v1.0.4
7502025-05-22T20:01:07.211Z Downloaded utf16_iter v1.0.5
7512025-05-22T20:01:07.211Z Downloaded utf-8 v0.7.6
7522025-05-22T20:01:07.236Z Downloaded flate2 v1.1.1
7532025-05-22T20:01:07.236Z Downloaded quinn v0.11.5
7542025-05-22T20:01:07.236Z Downloaded progenitor-impl v0.10.0
7552025-05-22T20:01:07.236Z Downloaded tough v0.20.0
7562025-05-22T20:01:07.262Z Downloaded writeable v0.5.5
7572025-05-22T20:01:07.262Z Downloaded which v4.4.2
7582025-05-22T20:01:07.262Z Downloaded wait-timeout v0.2.0
7592025-05-22T20:01:07.262Z Downloaded flume v0.11.1
7602025-05-22T20:01:07.262Z Downloaded csv-core v0.1.11
7612025-05-22T20:01:07.263Z Downloaded zopfli v0.8.1
7622025-05-22T20:01:07.263Z Downloaded prettyplease v0.2.32
7632025-05-22T20:01:07.288Z Downloaded postcard v1.0.10
7642025-05-22T20:01:07.289Z Downloaded want v0.3.1
7652025-05-22T20:01:07.289Z Downloaded waitgroup v0.1.2
7662025-05-22T20:01:07.289Z Downloaded fixedbitset v0.5.7
7672025-05-22T20:01:07.289Z Downloaded publicsuffix v2.3.0
7682025-05-22T20:01:07.289Z Downloaded hashbrown v0.12.3
7692025-05-22T20:01:07.289Z Downloaded num-bigint-dig v0.8.4
7702025-05-22T20:01:07.289Z Downloaded nom v7.1.3
7712025-05-22T20:01:07.315Z Downloaded salty v0.3.0
7722025-05-22T20:01:07.315Z Downloaded bindgen v0.69.5
7732025-05-22T20:01:07.341Z Downloaded string_cache v0.8.9
7742025-05-22T20:01:07.341Z Downloaded slog-stdlog v4.1.1
7752025-05-22T20:01:07.341Z Downloaded slog-json v2.6.1
7762025-05-22T20:01:07.341Z Downloaded zstd-safe v7.2.3
7772025-05-22T20:01:07.341Z Downloaded zstd v0.13.3
7782025-05-22T20:01:07.341Z Downloaded yasna v0.5.2
7792025-05-22T20:01:07.341Z Downloaded signal-hook v0.3.17
7802025-05-22T20:01:07.341Z Downloaded progenitor-impl v0.8.0
7812025-05-22T20:01:07.341Z Downloaded postgres-types v0.2.9
7822025-05-22T20:01:07.368Z Downloaded postgres-protocol v0.6.8
7832025-05-22T20:01:07.368Z Downloaded tower v0.5.2
7842025-05-22T20:01:07.368Z Downloaded tokio-util v0.7.13
7852025-05-22T20:01:07.368Z Downloaded quick-xml v0.37.2
7862025-05-22T20:01:07.394Z Downloaded structmeta-derive v0.3.0
7872025-05-22T20:01:07.394Z Downloaded structmeta v0.3.0
7882025-05-22T20:01:07.394Z Downloaded strip-ansi-escapes v0.2.0
7892025-05-22T20:01:07.394Z Downloaded stringprep v0.1.5
7902025-05-22T20:01:07.394Z Downloaded smf v0.2.3
7912025-05-22T20:01:07.394Z Downloaded smallvec v1.14.0
7922025-05-22T20:01:07.394Z Downloaded slog-term v2.9.1
7932025-05-22T20:01:07.394Z Downloaded slog-scope v4.4.0
7942025-05-22T20:01:07.394Z Downloaded filetime v0.2.25
7952025-05-22T20:01:07.394Z Downloaded ff v0.13.0
7962025-05-22T20:01:07.394Z Downloaded defmt-parser v0.3.4
7972025-05-22T20:01:07.453Z Downloaded yoke v0.7.4
7982025-05-22T20:01:07.453Z Downloaded shlex v1.3.0
7992025-05-22T20:01:07.453Z Downloaded rustls-pki-types v1.10.0
8002025-05-22T20:01:07.453Z Downloaded progenitor-impl v0.9.1
8012025-05-22T20:01:07.453Z Downloaded proc-macro-error2 v2.0.1
8022025-05-22T20:01:07.453Z Downloaded getrandom v0.3.1
8032025-05-22T20:01:07.453Z Downloaded der v0.7.9
8042025-05-22T20:01:07.480Z Downloaded num-bigint v0.4.6
8052025-05-22T20:01:07.480Z Downloaded foreign-types-macros v0.2.3
8062025-05-22T20:01:07.480Z Downloaded foreign-types v0.5.0
8072025-05-22T20:01:07.480Z Downloaded foldhash v0.1.3
8082025-05-22T20:01:07.480Z Downloaded float-cmp v0.10.0
8092025-05-22T20:01:07.480Z Downloaded fixedbitset v0.4.2
8102025-05-22T20:01:07.480Z Downloaded fd-lock v4.0.2
8112025-05-22T20:01:07.480Z Downloaded defmt-macros v0.3.9
8122025-05-22T20:01:07.480Z Downloaded defmt v0.3.8
8132025-05-22T20:01:07.480Z Downloaded debug-ignore v1.0.5
8142025-05-22T20:01:07.480Z Downloaded data-encoding v2.6.0
8152025-05-22T20:01:07.480Z Downloaded curve25519-dalek-derive v0.1.1
8162025-05-22T20:01:07.480Z Downloaded ctr v0.9.2
8172025-05-22T20:01:07.480Z Downloaded signal-hook-tokio v0.3.1
8182025-05-22T20:01:07.480Z Downloaded sha1 v0.10.6
8192025-05-22T20:01:07.480Z Downloaded serde_yaml v0.9.34+deprecated
8202025-05-22T20:01:07.480Z Downloaded tracing v0.1.40
8212025-05-22T20:01:07.480Z Downloaded tokio-postgres v0.7.13
8222025-05-22T20:01:07.480Z Downloaded ron v0.8.1
8232025-05-22T20:01:07.480Z Downloaded ed25519-dalek v2.1.1
8242025-05-22T20:01:07.507Z Downloaded zerovec v0.10.4
8252025-05-22T20:01:07.507Z Downloaded hickory-proto v0.24.4
8262025-05-22T20:01:07.533Z Downloaded foreign-types-shared v0.3.1
8272025-05-22T20:01:07.533Z Downloaded foreign-types-shared v0.1.1
8282025-05-22T20:01:07.533Z Downloaded foreign-types v0.3.2
8292025-05-22T20:01:07.533Z Downloaded float-ord v0.3.2
8302025-05-22T20:01:07.533Z Downloaded flagset v0.4.6
8312025-05-22T20:01:07.533Z Downloaded darling_macro v0.20.10
8322025-05-22T20:01:07.533Z Downloaded zone_cfg_derive v0.3.0
8332025-05-22T20:01:07.533Z Downloaded yoke-derive v0.7.4
8342025-05-22T20:01:07.533Z Downloaded simd-adler32 v0.3.7
8352025-05-22T20:01:07.533Z Downloaded signature v2.2.0
8362025-05-22T20:01:07.533Z Downloaded signal-hook-registry v1.4.2
8372025-05-22T20:01:07.533Z Downloaded signal-hook-mio v0.2.4
8382025-05-22T20:01:07.533Z Downloaded shell-words v1.1.0
8392025-05-22T20:01:07.533Z Downloaded rustversion v1.0.17
8402025-05-22T20:01:07.533Z Downloaded rustls-pemfile v2.2.0
8412025-05-22T20:01:07.559Z Downloaded rustls-pemfile v1.0.4
8422025-05-22T20:01:07.559Z Downloaded psl-types v2.0.11
8432025-05-22T20:01:07.559Z Downloaded progenitor-macro v0.8.0
8442025-05-22T20:01:07.559Z Downloaded progenitor v0.10.0
8452025-05-22T20:01:07.559Z Downloaded progenitor v0.9.1
8462025-05-22T20:01:07.559Z Downloaded proc-macro-error-attr2 v2.0.0
8472025-05-22T20:01:07.559Z Downloaded proc-macro-crate v1.3.1
8482025-05-22T20:01:07.559Z Downloaded primeorder v0.13.6
8492025-05-22T20:01:07.559Z Downloaded predicates-core v1.0.8
8502025-05-22T20:01:07.559Z Downloaded powerfmt v0.2.0
8512025-05-22T20:01:07.559Z Downloaded mime_guess v2.0.5
8522025-05-22T20:01:07.559Z Downloaded memmap2 v0.9.5
8532025-05-22T20:01:07.559Z Downloaded half v2.4.1
8542025-05-22T20:01:07.559Z Downloaded half v1.8.3
8552025-05-22T20:01:07.585Z Downloaded group v0.13.0
8562025-05-22T20:01:07.585Z Downloaded globset v0.4.15
8572025-05-22T20:01:07.585Z Downloaded getrandom v0.2.15
8582025-05-22T20:01:07.585Z Downloaded futures-task v0.3.31
8592025-05-22T20:01:07.586Z Downloaded fatfs v0.3.6
8602025-05-22T20:01:07.586Z Downloaded des v0.8.1
8612025-05-22T20:01:07.586Z Downloaded derive_more v0.99.20
8622025-05-22T20:01:07.586Z Downloaded derive-where v1.2.7
8632025-05-22T20:01:07.611Z Downloaded tinyvec v1.8.0
8642025-05-22T20:01:07.611Z Downloaded russh v0.45.0
8652025-05-22T20:01:07.612Z Downloaded rsa v0.9.6
8662025-05-22T20:01:07.612Z Downloaded ron v0.7.1
8672025-05-22T20:01:07.637Z Downloaded rand v0.8.5
8682025-05-22T20:01:07.637Z Downloaded unicode-normalization v0.1.24
8692025-05-22T20:01:07.638Z Downloaded rustyline v14.0.0
8702025-05-22T20:01:07.638Z Downloaded blake3 v1.5.4
8712025-05-22T20:01:07.664Z Downloaded aws-lc-rs v1.12.4
8722025-05-22T20:01:07.664Z Downloaded progenitor-macro v0.9.1
8732025-05-22T20:01:07.664Z Downloaded progenitor-client v0.8.0
8742025-05-22T20:01:07.664Z Downloaded pretty-hex v0.2.1
8752025-05-22T20:01:07.664Z Downloaded mime v0.3.17
8762025-05-22T20:01:07.664Z Downloaded memoffset v0.9.1
8772025-05-22T20:01:07.690Z Downloaded hash32 v0.3.1
8782025-05-22T20:01:07.690Z Downloaded hash32 v0.2.1
8792025-05-22T20:01:07.690Z Downloaded glob v0.3.2
8802025-05-22T20:01:07.690Z Downloaded ghash v0.5.1
8812025-05-22T20:01:07.690Z Downloaded gethostname v0.5.0
8822025-05-22T20:01:07.690Z Downloaded futures-sink v0.3.31
8832025-05-22T20:01:07.690Z Downloaded futures-macro v0.3.31
8842025-05-22T20:01:07.690Z Downloaded futures-io v0.3.31
8852025-05-22T20:01:07.690Z Downloaded futures-executor v0.3.31
8862025-05-22T20:01:07.690Z Downloaded derive_builder v0.20.2
8872025-05-22T20:01:07.690Z Downloaded der_derive v0.7.3
8882025-05-22T20:01:07.690Z Downloaded toml v0.7.8
8892025-05-22T20:01:07.716Z Downloaded tokio-tungstenite v0.23.1
8902025-05-22T20:01:07.716Z Downloaded tokio-tungstenite v0.21.0
8912025-05-22T20:01:07.716Z Downloaded tokio-rustls v0.26.0
8922025-05-22T20:01:07.716Z Downloaded rayon-core v1.12.1
8932025-05-22T20:01:07.716Z Downloaded openssl-sys v0.9.107
8942025-05-22T20:01:07.716Z Downloaded diesel_derives v2.2.3
8952025-05-22T20:01:07.742Z Downloaded unicode-segmentation v1.12.0
8962025-05-22T20:01:07.742Z Downloaded reedline v0.38.0
8972025-05-22T20:01:07.742Z Downloaded lalrpop v0.19.12
8982025-05-22T20:01:07.768Z Downloaded aho-corasick v1.1.3
8992025-05-22T20:01:07.768Z Downloaded daft-derive v0.1.3
9002025-05-22T20:01:07.768Z Downloaded daft v0.1.3
9012025-05-22T20:01:07.768Z Downloaded topological-sort v0.2.2
9022025-05-22T20:01:07.768Z Downloaded toml_edit v0.19.15
9032025-05-22T20:01:07.794Z Downloaded tokio-rustls v0.25.0
9042025-05-22T20:01:07.820Z Downloaded rustc_version v0.1.7
9052025-05-22T20:01:07.820Z Downloaded deranged v0.3.11
9062025-05-22T20:01:07.820Z Downloaded tokio-native-tls v0.3.1
9072025-05-22T20:01:07.820Z Downloaded rtoolbox v0.0.2
9082025-05-22T20:01:07.820Z Downloaded expectorate v1.2.0
9092025-05-22T20:01:07.820Z Downloaded zip v2.6.1
9102025-05-22T20:01:07.820Z Downloaded crossterm v0.28.1
9112025-05-22T20:01:07.846Z Downloaded derive_builder_macro v0.20.2
9122025-05-22T20:01:07.846Z Downloaded derive_builder_core v0.20.2
9132025-05-22T20:01:07.846Z Downloaded tower-service v0.3.3
9142025-05-22T20:01:07.846Z Downloaded tower-layer v0.3.3
9152025-05-22T20:01:07.846Z Downloaded tokio-rustls v0.24.1
9162025-05-22T20:01:07.846Z Downloaded tokio-macros v2.5.0
9172025-05-22T20:01:07.846Z Downloaded tls_codec_derive v0.4.1
9182025-05-22T20:01:07.846Z Downloaded tls_codec v0.4.1
9192025-05-22T20:01:07.846Z Downloaded tinystr v0.7.6
9202025-05-22T20:01:07.846Z Downloaded tiny-keccak v2.0.2
9212025-05-22T20:01:07.872Z Downloaded time-macros v0.2.18
9222025-05-22T20:01:07.872Z Downloaded time-core v0.1.2
9232025-05-22T20:01:07.872Z Downloaded rustc-hash v2.1.1
9242025-05-22T20:01:07.872Z Downloaded rustc-hash v1.1.0
9252025-05-22T20:01:07.872Z Downloaded rustc-demangle v0.1.24
9262025-05-22T20:01:07.872Z Downloaded rpassword v7.3.1
9272025-05-22T20:01:07.872Z Downloaded rand_core v0.9.2
9282025-05-22T20:01:07.872Z Downloaded rand_core v0.6.4
9292025-05-22T20:01:07.872Z Downloaded oso v0.27.3
9302025-05-22T20:01:07.872Z Downloaded omicron-zone-package v0.12.2
9312025-05-22T20:01:07.872Z Downloaded num_enum_derive v0.5.11
9322025-05-22T20:01:07.898Z Downloaded num_enum v0.5.11
9332025-05-22T20:01:07.898Z Downloaded num-rational v0.4.2
9342025-05-22T20:01:07.898Z Downloaded num-derive v0.3.3
9352025-05-22T20:01:07.898Z Downloaded ecdsa v0.16.9
9362025-05-22T20:01:07.898Z Downloaded dropshot_endpoint v0.16.2
9372025-05-22T20:01:07.898Z Downloaded zerocopy-derive v0.8.25
9382025-05-22T20:01:07.924Z Downloaded unicode_categories v0.1.1
9392025-05-22T20:01:07.924Z Downloaded time v0.3.36
9402025-05-22T20:01:07.924Z Downloaded serde_with v3.12.0
9412025-05-22T20:01:07.924Z Downloaded regex v1.11.1
9422025-05-22T20:01:07.950Z Downloaded rand v0.9.0
9432025-05-22T20:01:07.950Z Downloaded itertools v0.14.0
9442025-05-22T20:01:07.976Z Downloaded itertools v0.13.0
9452025-05-22T20:01:07.976Z Downloaded aes-gcm v0.10.3
9462025-05-22T20:01:07.976Z Downloaded tokio-stream v0.1.17
9472025-05-22T20:01:08.002Z Downloaded tinyvec_macros v0.1.1
9482025-05-22T20:01:08.002Z Downloaded rustc_version v0.4.1
9492025-05-22T20:01:08.002Z Downloaded russh-keys v0.45.0
9502025-05-22T20:01:08.002Z Downloaded russh-cryptovec v0.7.3
9512025-05-22T20:01:08.002Z Downloaded rand_xorshift v0.3.0
9522025-05-22T20:01:08.002Z Downloaded rand_seeder v0.3.0
9532025-05-22T20:01:08.002Z Downloaded radium v0.7.0
9542025-05-22T20:01:08.002Z Downloaded r2d2 v0.8.10
9552025-05-22T20:01:08.002Z Downloaded quinn-udp v0.5.5
9562025-05-22T20:01:08.002Z Downloaded number_prefix v0.4.0
9572025-05-22T20:01:08.002Z Downloaded num-traits v0.2.19
9582025-05-22T20:01:08.002Z Downloaded num-iter v0.1.45
9592025-05-22T20:01:08.002Z Downloaded num-integer v0.1.46
9602025-05-22T20:01:08.028Z Downloaded num-derive v0.4.2
9612025-05-22T20:01:08.028Z Downloaded num-complex v0.4.6
9622025-05-22T20:01:08.028Z Downloaded num v0.4.3
9632025-05-22T20:01:08.028Z Downloaded nu-ansi-term v0.50.1
9642025-05-22T20:01:08.029Z Downloaded nibble_vec v0.1.0
9652025-05-22T20:01:08.029Z Downloaded fallible-iterator v0.2.0
9662025-05-22T20:01:08.029Z Downloaded env_logger v0.10.2
9672025-05-22T20:01:08.029Z Downloaded env_filter v0.1.2
9682025-05-22T20:01:08.029Z Downloaded endian-type v0.1.2
9692025-05-22T20:01:08.029Z Downloaded ena v0.14.3
9702025-05-22T20:01:08.029Z Downloaded elliptic-curve v0.13.8
9712025-05-22T20:01:08.029Z Downloaded ed25519 v2.2.3
9722025-05-22T20:01:08.055Z Downloaded document-features v0.2.10
9732025-05-22T20:01:08.055Z Downloaded displaydoc v0.2.5
9742025-05-22T20:01:08.055Z Downloaded diff v0.1.13
9752025-05-22T20:01:08.055Z Downloaded zone v0.3.1
9762025-05-22T20:01:08.055Z Downloaded unsafe-libyaml v0.2.11
9772025-05-22T20:01:08.055Z Downloaded unicode-bidi v0.3.17
9782025-05-22T20:01:08.055Z Downloaded test-strategy v0.4.0
9792025-05-22T20:01:08.083Z Downloaded tar v0.4.44
9802025-05-22T20:01:08.083Z Downloaded support-bundle-viewer v0.1.0
9812025-05-22T20:01:08.083Z Downloaded samael v0.0.18
9822025-05-22T20:01:08.083Z Downloaded libxml v0.3.3
9832025-05-22T20:01:08.084Z Downloaded itertools v0.12.1
9842025-05-22T20:01:08.109Z Downloaded idna v1.0.3
9852025-05-22T20:01:08.109Z Downloaded icu_properties_data v1.5.0
9862025-05-22T20:01:08.110Z Downloaded cc v1.2.15
9872025-05-22T20:01:08.136Z Downloaded aes v0.8.4
9882025-05-22T20:01:08.136Z Downloaded openssl-probe v0.1.5
9892025-05-22T20:01:08.136Z Downloaded openssl-macros v0.1.1
9902025-05-22T20:01:08.136Z Downloaded opaque-debug v0.3.1
9912025-05-22T20:01:08.136Z Downloaded olpc-cjson v0.1.4
9922025-05-22T20:01:08.136Z Downloaded num_threads v0.1.7
9932025-05-22T20:01:08.136Z Downloaded num-conv v0.1.0
9942025-05-22T20:01:08.136Z Downloaded normalize-line-endings v0.3.0
9952025-05-22T20:01:08.136Z Downloaded nodrop v0.1.14
9962025-05-22T20:01:08.136Z Downloaded env_logger v0.11.5
9972025-05-22T20:01:08.136Z Downloaded either v1.14.0
9982025-05-22T20:01:08.136Z Downloaded dyn-clone v1.0.19
9992025-05-22T20:01:08.136Z Downloaded dunce v1.0.5
10002025-05-22T20:01:08.162Z Downloaded dsl_auto_type v0.1.2
10012025-05-22T20:01:08.162Z Downloaded display-error-chain v0.2.2
10022025-05-22T20:01:08.162Z Downloaded dirs-next v2.0.0
10032025-05-22T20:01:08.162Z Downloaded difflib v0.4.0
10042025-05-22T20:01:08.163Z Downloaded diesel-dtrace v0.4.2
10052025-05-22T20:01:08.163Z Downloaded zone v0.1.8
10062025-05-22T20:01:08.163Z Downloaded zip v0.6.6
10072025-05-22T20:01:08.163Z Downloaded zerovec-derive v0.10.3
10082025-05-22T20:01:08.163Z Downloaded unicode-properties v0.1.3
10092025-05-22T20:01:08.163Z Downloaded serde_cbor v0.11.2
10102025-05-22T20:01:08.163Z Downloaded schemars v0.8.22
10112025-05-22T20:01:08.189Z Downloaded rcgen v0.12.1
10122025-05-22T20:01:08.189Z Downloaded qorb v0.3.1
10132025-05-22T20:01:08.189Z Downloaded libm v0.2.8
10142025-05-22T20:01:08.215Z Downloaded bumpalo v3.16.0
10152025-05-22T20:01:08.215Z Downloaded embedded-io v0.6.1
10162025-05-22T20:01:08.215Z Downloaded embedded-io v0.4.0
10172025-05-22T20:01:08.215Z Downloaded dirs-sys-next v0.1.2
10182025-05-22T20:01:08.215Z Downloaded diesel_table_macro_syntax v0.2.0
10192025-05-22T20:01:08.215Z Downloaded zeroize v1.8.1
10202025-05-22T20:01:08.215Z Downloaded zerofrom-derive v0.1.4
10212025-05-22T20:01:08.215Z Downloaded thiserror-no-std v2.0.2
10222025-05-22T20:01:08.215Z Downloaded thiserror-impl-no-std v2.0.2
10232025-05-22T20:01:08.241Z Downloaded termtree v0.5.1
10242025-05-22T20:01:08.241Z Downloaded jiff-static v0.2.13
10252025-05-22T20:01:08.241Z Downloaded crossbeam-channel v0.5.15
10262025-05-22T20:01:08.241Z Downloaded base64 v0.22.1
10272025-05-22T20:01:08.242Z Downloaded zerofrom v0.1.4
10282025-05-22T20:01:08.242Z Downloaded untrusted v0.7.1
10292025-05-22T20:01:08.242Z Downloaded universal-hash v0.5.1
10302025-05-22T20:01:08.242Z Downloaded unicase v2.7.0
10312025-05-22T20:01:08.242Z Downloaded termios v0.3.3
10322025-05-22T20:01:08.242Z Downloaded termcolor v1.4.1
10332025-05-22T20:01:08.242Z Downloaded term v0.7.0
10342025-05-22T20:01:08.268Z Downloaded serde_urlencoded v0.7.1
10352025-05-22T20:01:08.268Z Downloaded serde_repr v0.1.19
10362025-05-22T20:01:08.268Z Downloaded serde_plain v1.0.2
10372025-05-22T20:01:08.268Z Downloaded serde_path_to_error v0.1.17
10382025-05-22T20:01:08.268Z Downloaded sct v0.7.1
10392025-05-22T20:01:08.268Z Downloaded salsa20 v0.10.2
10402025-05-22T20:01:08.268Z Downloaded rfc6979 v0.4.0
10412025-05-22T20:01:08.268Z Downloaded ref-cast v1.0.23
10422025-05-22T20:01:08.268Z Downloaded indicatif v0.17.11
10432025-05-22T20:01:08.294Z Downloaded indexmap v1.9.3
10442025-05-22T20:01:08.294Z Downloaded icu_provider v1.5.0
10452025-05-22T20:01:08.294Z Downloaded icu_properties v1.5.1
10462025-05-22T20:01:08.294Z Downloaded icu_locid v1.5.0
10472025-05-22T20:01:08.294Z Downloaded icu_collections v1.5.0
10482025-05-22T20:01:08.320Z Downloaded hyper-util v0.1.11
10492025-05-22T20:01:08.320Z Downloaded hmac v0.12.1
10502025-05-22T20:01:08.320Z Downloaded highway v1.3.0
10512025-05-22T20:01:08.320Z Downloaded crypto-bigint v0.5.5
10522025-05-22T20:01:08.320Z Downloaded const_format v0.2.34
10532025-05-22T20:01:08.347Z Downloaded backtrace v0.3.74
10542025-05-22T20:01:08.347Z Downloaded untrusted v0.9.0
10552025-05-22T20:01:08.347Z Downloaded unicode-xid v0.2.6
10562025-05-22T20:01:08.347Z Downloaded unicode-truncate v1.1.0
10572025-05-22T20:01:08.347Z Downloaded aws-lc-sys v0.26.0
10582025-05-22T20:01:08.660Z Downloaded unarray v0.1.4
10592025-05-22T20:01:08.686Z Downloaded typify-macro v0.4.1
10602025-05-22T20:01:08.686Z Downloaded typify-macro v0.3.0
10612025-05-22T20:01:08.686Z Downloaded typify-macro v0.2.0
10622025-05-22T20:01:08.686Z Downloaded thread_local v1.1.8
10632025-05-22T20:01:08.686Z Downloaded tap v1.0.1
10642025-05-22T20:01:08.686Z Downloaded tabwriter v1.4.0
10652025-05-22T20:01:08.686Z Downloaded tabled_derive v0.10.0
10662025-05-22T20:01:08.686Z Downloaded synstructure v0.13.1
10672025-05-22T20:01:08.686Z Downloaded secrecy v0.8.0
10682025-05-22T20:01:08.686Z Downloaded same-file v1.0.6
10692025-05-22T20:01:08.686Z Downloaded resolv-conf v0.7.0
10702025-05-22T20:01:08.686Z Downloaded ref-cast-impl v1.0.23
10712025-05-22T20:01:08.686Z Downloaded maplit v1.0.2
10722025-05-22T20:01:08.686Z Downloaded lzss v0.8.2
10732025-05-22T20:01:08.686Z Downloaded lock_api v0.4.12
10742025-05-22T20:01:08.686Z Downloaded litrs v0.4.1
10752025-05-22T20:01:08.712Z Downloaded libefi-sys v0.1.0
10762025-05-22T20:01:08.712Z Downloaded impl-trait-for-tuples v0.2.2
10772025-05-22T20:01:08.712Z Downloaded icu_normalizer_data v1.5.0
10782025-05-22T20:01:08.712Z Downloaded icu_normalizer v1.5.0
10792025-05-22T20:01:08.712Z Downloaded hkdf v0.12.4
10802025-05-22T20:01:08.712Z Downloaded compact_str v0.8.0
10812025-05-22T20:01:08.712Z Downloaded bytes v1.10.1
10822025-05-22T20:01:08.738Z Downloaded base64 v0.21.7
10832025-05-22T20:01:08.738Z Downloaded allocator-api2 v0.2.18
10842025-05-22T20:01:08.738Z Downloaded serde_bytes v0.11.17
10852025-05-22T20:01:08.738Z Downloaded serde-hex v0.1.0
10862025-05-22T20:01:08.738Z Downloaded semver v0.1.20
10872025-05-22T20:01:08.738Z Downloaded secrecy v0.10.3
10882025-05-22T20:01:08.738Z Downloaded sec1 v0.7.3
10892025-05-22T20:01:08.738Z Downloaded scopeguard v1.2.0
10902025-05-22T20:01:08.738Z Downloaded schemars_derive v0.8.22
10912025-05-22T20:01:08.738Z Downloaded scheduled-thread-pool v0.2.7
10922025-05-22T20:01:08.738Z Downloaded rusty-fork v0.3.0
10932025-05-22T20:01:08.764Z Downloaded md-5 v0.10.6
10942025-05-22T20:01:08.764Z Downloaded maybe-uninit v2.0.0
10952025-05-22T20:01:08.764Z Downloaded match_cfg v0.1.0
10962025-05-22T20:01:08.764Z Downloaded lru v0.12.5
10972025-05-22T20:01:08.764Z Downloaded lockfree-object-pool v0.1.6
10982025-05-22T20:01:08.764Z Downloaded linked-hash-map v0.5.6
10992025-05-22T20:01:08.764Z Downloaded libscf-sys v1.1.0
11002025-05-22T20:01:08.764Z Downloaded libloading v0.8.5
11012025-05-22T20:01:08.764Z Downloaded lalrpop-util v0.19.12
11022025-05-22T20:01:08.764Z Downloaded kstat-rs v0.2.4
11032025-05-22T20:01:08.764Z Downloaded keccak v0.1.5
11042025-05-22T20:01:08.764Z Downloaded jobserver v0.1.32
11052025-05-22T20:01:08.764Z Downloaded is-terminal v0.4.13
11062025-05-22T20:01:08.764Z Downloaded ipnetwork v0.21.1
11072025-05-22T20:01:08.764Z Downloaded ipnet v2.11.0
11082025-05-22T20:01:08.791Z Downloaded inout v0.1.3
11092025-05-22T20:01:08.791Z Downloaded ingot-macros v0.1.0
11102025-05-22T20:01:08.791Z Downloaded ingot v0.1.0
11112025-05-22T20:01:08.791Z Downloaded indoc v2.0.6
11122025-05-22T20:01:08.791Z Downloaded icu_locid_transform_data v1.5.0
11132025-05-22T20:01:08.791Z Downloaded hyper v1.6.0
11142025-05-22T20:01:08.791Z Downloaded home v0.5.9
11152025-05-22T20:01:08.791Z Downloaded chacha20poly1305 v0.10.1
11162025-05-22T20:01:08.791Z Downloaded base64 v0.13.1
11172025-05-22T20:01:08.817Z Downloaded arc-swap v1.7.1
11182025-05-22T20:01:08.817Z Downloaded sync_wrapper v1.0.1
11192025-05-22T20:01:08.817Z Downloaded sync-ptr v0.1.1
11202025-05-22T20:01:08.817Z Downloaded supports-color v3.0.2
11212025-05-22T20:01:08.817Z Downloaded serde-big-array v0.5.1
11222025-05-22T20:01:08.817Z Downloaded scrypt v0.11.0
11232025-05-22T20:01:08.817Z Downloaded rand_chacha v0.9.0
11242025-05-22T20:01:08.817Z Downloaded rand_chacha v0.3.1
11252025-05-22T20:01:08.817Z Downloaded quick-error v1.2.3
11262025-05-22T20:01:08.817Z Downloaded progenitor-macro v0.10.0
11272025-05-22T20:01:08.817Z Downloaded linear-map v1.2.0
11282025-05-22T20:01:08.817Z Downloaded libsw-core v0.3.1
11292025-05-22T20:01:08.817Z Downloaded libsw v3.4.0
11302025-05-22T20:01:08.817Z Downloaded itertools v0.10.5
11312025-05-22T20:01:08.843Z Downloaded is_ci v1.2.0
11322025-05-22T20:01:08.843Z Downloaded internet-checksum v0.2.1
11332025-05-22T20:01:08.844Z Downloaded instant v0.1.13
11342025-05-22T20:01:08.844Z Downloaded indoc v1.0.9
11352025-05-22T20:01:08.844Z Downloaded idna_adapter v1.2.0
11362025-05-22T20:01:08.844Z Downloaded ident_case v1.0.1
11372025-05-22T20:01:08.844Z Downloaded icu_locid_transform v1.5.0
11382025-05-22T20:01:08.844Z Downloaded iana-time-zone v0.1.63
11392025-05-22T20:01:08.844Z Downloaded crossbeam-utils v0.8.21
11402025-05-22T20:01:08.844Z Downloaded crossbeam-epoch v0.9.18
11412025-05-22T20:01:08.870Z Downloaded crc-any v2.5.0
11422025-05-22T20:01:08.870Z Downloaded cookie v0.18.1
11432025-05-22T20:01:08.870Z Downloaded const-oid v0.9.6
11442025-05-22T20:01:08.870Z Downloaded colored v2.2.0
11452025-05-22T20:01:08.870Z Downloaded clang-sys v1.8.1
11462025-05-22T20:01:08.870Z Downloaded async-bb8-diesel v0.2.1
11472025-05-22T20:01:08.870Z Downloaded ahash v0.8.11
11482025-05-22T20:01:08.870Z Downloaded predicates v3.1.3
11492025-05-22T20:01:08.898Z Downloaded ppv-lite86 v0.2.20
11502025-05-22T20:01:08.898Z Downloaded icu_provider_macros v1.5.0
11512025-05-22T20:01:08.898Z Downloaded http v1.3.1
11522025-05-22T20:01:08.898Z Downloaded hickory-server v0.24.4
11532025-05-22T20:01:08.898Z Downloaded hickory-resolver v0.24.4
11542025-05-22T20:01:08.898Z Downloaded heapless v0.8.0
11552025-05-22T20:01:08.899Z Downloaded heapless v0.7.17
11562025-05-22T20:01:08.924Z Downloaded const_format_proc_macros v0.2.34
11572025-05-22T20:01:08.924Z Downloaded console v0.15.10
11582025-05-22T20:01:08.924Z Downloaded cmake v0.1.51
11592025-05-22T20:01:08.925Z Downloaded blake2 v0.10.6
11602025-05-22T20:01:08.925Z Downloaded bcs v0.1.6
11612025-05-22T20:01:08.925Z Downloaded litemap v0.7.3
11622025-05-22T20:01:08.925Z Downloaded hyper-staticfile v0.10.1
11632025-05-22T20:01:08.925Z Downloaded hex-literal v0.4.1
11642025-05-22T20:01:08.925Z Downloaded headers v0.4.0
11652025-05-22T20:01:08.951Z Downloaded crc32fast v1.4.2
11662025-05-22T20:01:08.951Z Downloaded cookie_store v0.21.1
11672025-05-22T20:01:08.951Z Downloaded ciborium v0.2.2
11682025-05-22T20:01:08.951Z Downloaded cancel-safe-futures v0.1.5
11692025-05-22T20:01:08.951Z Downloaded bzip2 v0.5.2
11702025-05-22T20:01:08.951Z Downloaded bzip2 v0.4.4
11712025-05-22T20:01:08.951Z Downloaded bitfield v0.14.0
11722025-05-22T20:01:08.951Z Downloaded bit-vec v0.8.0
11732025-05-22T20:01:08.977Z Downloaded async-trait v0.1.88
11742025-05-22T20:01:08.977Z Downloaded arrayvec v0.7.6
11752025-05-22T20:01:08.977Z Downloaded argon2 v0.5.3
11762025-05-22T20:01:08.977Z Downloaded addr2line v0.24.2
11772025-05-22T20:01:08.977Z Downloaded precomputed-hash v0.1.1
11782025-05-22T20:01:08.977Z Downloaded lru-cache v0.1.2
11792025-05-22T20:01:08.977Z Downloaded ingot-types v0.1.0
11802025-05-22T20:01:08.977Z Downloaded hostname v0.3.1
11812025-05-22T20:01:08.977Z Downloaded hickory-client v0.24.4
11822025-05-22T20:01:08.978Z Downloaded hex v0.4.3
11832025-05-22T20:01:08.978Z Downloaded heck v0.3.3
11842025-05-22T20:01:08.978Z Downloaded crossbeam-deque v0.8.5
11852025-05-22T20:01:09.003Z Downloaded crc-catalog v2.4.0
11862025-05-22T20:01:09.003Z Downloaded convert_case v0.4.0
11872025-05-22T20:01:09.004Z Downloaded cipher v0.4.4
11882025-05-22T20:01:09.004Z Downloaded ciborium-ll v0.2.2
11892025-05-22T20:01:09.004Z Downloaded chacha20 v0.9.1
11902025-05-22T20:01:09.004Z Downloaded cassowary v0.3.0
11912025-05-22T20:01:09.004Z Downloaded buf-list v1.0.3
11922025-05-22T20:01:09.004Z Downloaded base64ct v1.6.0
11932025-05-22T20:01:09.004Z Downloaded backoff v0.4.0
11942025-05-22T20:01:09.004Z Downloaded ascii-canvas v3.0.0
11952025-05-22T20:01:09.004Z Downloaded array-init v0.0.4
11962025-05-22T20:01:09.004Z Downloaded lazy_static v1.5.0
11972025-05-22T20:01:09.004Z Downloaded indent_write v2.2.0
11982025-05-22T20:01:09.004Z Downloaded hyper-tls v0.6.0
11992025-05-22T20:01:09.004Z Downloaded hyper-rustls v0.27.3
12002025-05-22T20:01:09.030Z Downloaded hubpack v0.1.2
12012025-05-22T20:01:09.030Z Downloaded httpdate v1.0.3
12022025-05-22T20:01:09.030Z Downloaded httparse v1.9.5
12032025-05-22T20:01:09.030Z Downloaded crc v3.2.1
12042025-05-22T20:01:09.030Z Downloaded constant_time_eq v0.3.1
12052025-05-22T20:01:09.030Z Downloaded cobs v0.2.3
12062025-05-22T20:01:09.030Z Downloaded chrono-tz-build v0.4.0
12072025-05-22T20:01:09.030Z Downloaded cexpr v0.6.0
12082025-05-22T20:01:09.030Z Downloaded cbc v0.1.2
12092025-05-22T20:01:09.030Z Downloaded castaway v0.2.3
12102025-05-22T20:01:09.030Z Downloaded cargo_metadata v0.18.1
12112025-05-22T20:01:09.030Z Downloaded blowfish v0.9.1
12122025-05-22T20:01:09.030Z Downloaded block-padding v0.3.3
12132025-05-22T20:01:09.030Z Downloaded bitfield-struct v0.6.2
12142025-05-22T20:01:09.056Z Downloaded bit-vec v0.6.3
12152025-05-22T20:01:09.056Z Downloaded bit-set v0.8.0
12162025-05-22T20:01:09.056Z Downloaded bcrypt-pbkdf v0.10.0
12172025-05-22T20:01:09.056Z Downloaded bb8 v0.8.5
12182025-05-22T20:01:09.056Z Downloaded async-recursion v1.1.1
12192025-05-22T20:01:09.056Z Downloaded arrayref v0.3.9
12202025-05-22T20:01:09.056Z Downloaded aead v0.5.2
12212025-05-22T20:01:09.056Z Downloaded adler2 v2.0.0
12222025-05-22T20:01:09.056Z Downloaded instability v0.3.2
12232025-05-22T20:01:09.056Z Downloaded humantime v2.1.0
12242025-05-22T20:01:09.056Z Downloaded hubpack_derive v0.1.1
12252025-05-22T20:01:09.057Z Downloaded http-range v0.1.5
12262025-05-22T20:01:09.057Z Downloaded http-body-util v0.1.3
12272025-05-22T20:01:09.057Z Downloaded http-body v1.0.1
12282025-05-22T20:01:09.057Z Downloaded hostname v0.4.0
12292025-05-22T20:01:09.057Z Downloaded headers-core v0.3.0
12302025-05-22T20:01:09.057Z Downloaded bit-set v0.5.3
12312025-05-22T20:01:09.083Z Downloaded assert_matches v1.5.0
12322025-05-22T20:01:09.083Z Downloaded atomic-waker v1.1.2
12332025-05-22T20:01:09.083Z Downloaded async-stream v0.3.6
12342025-05-22T20:01:09.083Z Downloaded crucible-workspace-hack v0.1.0
12352025-05-22T20:01:09.083Z Downloaded ciborium-io v0.2.2
12362025-05-22T20:01:09.083Z Downloaded cfg_aliases v0.2.1
12372025-05-22T20:01:09.250Z Compiling serde v1.0.219
12382025-05-22T20:01:09.275Z Compiling value-bag v1.9.0
12392025-05-22T20:01:09.275Z Compiling shlex v1.3.0
12402025-05-22T20:01:09.275Z Compiling lock_api v0.4.12
12412025-05-22T20:01:09.275Z Compiling scopeguard v1.2.0
12422025-05-22T20:01:09.276Z Compiling typenum v1.17.0
12432025-05-22T20:01:09.312Z Compiling syn v2.0.101
12442025-05-22T20:01:09.338Z Compiling getrandom v0.2.15
12452025-05-22T20:01:09.567Z Compiling jobserver v0.1.32
12462025-05-22T20:01:09.697Z Compiling rand_core v0.6.4
12472025-05-22T20:01:09.850Z Compiling log v0.4.27
12482025-05-22T20:01:09.882Z Compiling generic-array v0.14.7
12492025-05-22T20:01:09.907Z Compiling smallvec v1.14.0
12502025-05-22T20:01:10.218Z Compiling cc v1.2.15
12512025-05-22T20:01:10.326Z Compiling subtle v2.6.1
12522025-05-22T20:01:10.359Z Compiling const-oid v0.9.6
12532025-05-22T20:01:10.385Z Compiling stable_deref_trait v1.2.0
12542025-05-22T20:01:10.385Z Compiling pkg-config v0.3.31
12552025-05-22T20:01:10.536Z Compiling pin-project-lite v0.2.14
12562025-05-22T20:01:10.566Z Compiling parking_lot_core v0.9.10
12572025-05-22T20:01:10.675Z Compiling rustix v0.38.37
12582025-05-22T20:01:10.701Z Compiling signal-hook-registry v1.4.2
12592025-05-22T20:01:12.002Z Compiling parking_lot v0.12.3
12602025-05-22T20:01:12.033Z Compiling mio v1.0.2
12612025-05-22T20:01:12.060Z Compiling spin v0.9.8
12622025-05-22T20:01:12.141Z Compiling futures-core v0.3.31
12632025-05-22T20:01:12.185Z Compiling aho-corasick v1.1.3
12642025-05-22T20:01:12.478Z Compiling writeable v0.5.5
12652025-05-22T20:01:12.619Z Compiling serde_json v1.0.140
12662025-05-22T20:01:12.927Z Compiling cpufeatures v0.2.14
12672025-05-22T20:01:12.952Z Compiling regex-syntax v0.8.5
12682025-05-22T20:01:12.952Z Compiling either v1.14.0
12692025-05-22T20:01:13.054Z Compiling libm v0.2.8
12702025-05-22T20:01:13.121Z Compiling litemap v0.7.3
12712025-05-22T20:01:13.351Z Compiling socket2 v0.5.9
12722025-05-22T20:01:13.408Z Compiling num-traits v0.2.19
12732025-05-22T20:01:13.434Z Compiling slab v0.4.9
12742025-05-22T20:01:13.528Z Compiling glob v0.3.2
12752025-05-22T20:01:14.007Z Compiling icu_locid_transform_data v1.5.0
12762025-05-22T20:01:14.138Z Compiling getrandom v0.3.1
12772025-05-22T20:01:14.220Z Compiling prettyplease v0.2.32
12782025-05-22T20:01:14.380Z Compiling clang-sys v1.8.1
12792025-05-22T20:01:14.544Z Compiling futures-sink v0.3.31
12802025-05-22T20:01:14.746Z Compiling lazy_static v1.5.0
12812025-05-22T20:01:14.775Z Compiling icu_properties_data v1.5.0
12822025-05-22T20:01:14.921Z Compiling foldhash v0.1.3
12832025-05-22T20:01:15.047Z Compiling minimal-lexical v0.2.1
12842025-05-22T20:01:15.076Z Compiling allocator-api2 v0.2.18
12852025-05-22T20:01:15.234Z Compiling libloading v0.8.5
12862025-05-22T20:01:15.569Z Compiling nom v7.1.3
12872025-05-22T20:01:15.595Z Compiling utf8_iter v1.0.4
12882025-05-22T20:01:15.595Z Compiling base64ct v1.6.0
12892025-05-22T20:01:15.802Z Compiling hashbrown v0.15.1
12902025-05-22T20:01:15.846Z Compiling write16 v1.0.0
12912025-05-22T20:01:16.056Z Compiling home v0.5.9
12922025-05-22T20:01:16.248Z Compiling bindgen v0.69.5
12932025-05-22T20:01:16.277Z Compiling utf16_iter v1.0.5
12942025-05-22T20:01:16.381Z Compiling icu_normalizer_data v1.5.0
12952025-05-22T20:01:16.461Z Compiling regex-automata v0.4.8
12962025-05-22T20:01:16.515Z Compiling percent-encoding v2.3.1
12972025-05-22T20:01:16.541Z Compiling pem-rfc7468 v0.7.0
12982025-05-22T20:01:17.028Z Compiling synstructure v0.13.1
12992025-05-22T20:01:17.220Z Compiling itertools v0.12.1
13002025-05-22T20:01:18.470Z Compiling lazycell v1.3.0
13012025-05-22T20:01:18.503Z Compiling rustc-hash v1.1.0
13022025-05-22T20:01:18.697Z Compiling cexpr v0.6.0
13032025-05-22T20:01:18.743Z Compiling flagset v0.4.6
13042025-05-22T20:01:18.848Z Compiling futures-channel v0.3.31
13052025-05-22T20:01:19.027Z Compiling cmake v0.1.51
13062025-05-22T20:01:19.339Z Compiling futures-io v0.3.31
13072025-05-22T20:01:19.637Z Compiling futures-task v0.3.31
13082025-05-22T20:01:19.859Z Compiling pin-utils v0.1.0
13092025-05-22T20:01:20.192Z Compiling fs_extra v1.3.0
13102025-05-22T20:01:20.219Z Compiling dunce v1.0.5
13112025-05-22T20:01:20.219Z Compiling form_urlencoded v1.2.1
13122025-05-22T20:01:20.219Z Compiling paste v1.0.15
13132025-05-22T20:01:20.219Z Compiling vcpkg v0.2.15
13142025-05-22T20:01:20.279Z Compiling zerocopy v0.8.25
13152025-05-22T20:01:20.355Z Compiling crossbeam-utils v0.8.21
13162025-05-22T20:01:20.549Z Compiling ring v0.17.14
13172025-05-22T20:01:20.941Z Compiling tracing-core v0.1.32
13182025-05-22T20:01:21.152Z Compiling aws-lc-rs v1.12.4
13192025-05-22T20:01:21.540Z Compiling iana-time-zone v0.1.63
13202025-05-22T20:01:21.669Z Compiling serde_derive v1.0.219
13212025-05-22T20:01:21.749Z Compiling zeroize_derive v1.4.2
13222025-05-22T20:01:21.899Z Compiling zerofrom-derive v0.1.4
13232025-05-22T20:01:21.933Z Compiling yoke-derive v0.7.4
13242025-05-22T20:01:22.185Z Compiling zerovec-derive v0.10.3
13252025-05-22T20:01:23.038Z Compiling zeroize v1.8.1
13262025-05-22T20:01:24.372Z Compiling displaydoc v0.2.5
13272025-05-22T20:01:24.438Z Compiling zerocopy-derive v0.7.35
13282025-05-22T20:01:24.685Z Compiling crypto-common v0.1.6
13292025-05-22T20:01:24.940Z Compiling block-buffer v0.10.4
13302025-05-22T20:01:25.104Z Compiling zerofrom v0.1.4
13312025-05-22T20:01:25.239Z Compiling digest v0.10.7
13322025-05-22T20:01:25.338Z Compiling yoke v0.7.4
13332025-05-22T20:01:25.704Z Compiling zerovec v0.10.4
13342025-05-22T20:01:25.730Z Compiling hmac v0.12.1
13352025-05-22T20:01:25.730Z Compiling icu_provider_macros v1.5.0
13362025-05-22T20:01:26.058Z Compiling tokio-macros v2.5.0
13372025-05-22T20:01:26.282Z Compiling zerocopy v0.7.35
13382025-05-22T20:01:26.589Z Compiling block-padding v0.3.3
13392025-05-22T20:01:26.750Z Compiling sha2 v0.10.8
13402025-05-22T20:01:26.776Z Compiling regex v1.11.1
13412025-05-22T20:01:26.855Z Compiling inout v0.1.3
13422025-05-22T20:01:26.888Z Compiling der_derive v0.7.3
13432025-05-22T20:01:27.177Z Compiling cipher v0.4.4
13442025-05-22T20:01:27.505Z Compiling thiserror-impl v1.0.69
13452025-05-22T20:01:27.722Z Compiling tinystr v0.7.6
13462025-05-22T20:01:27.773Z Compiling icu_collections v1.5.0
13472025-05-22T20:01:27.855Z Compiling futures-macro v0.3.31
13482025-05-22T20:01:27.881Z Compiling salsa20 v0.10.2
13492025-05-22T20:01:28.147Z Compiling icu_locid v1.5.0
13502025-05-22T20:01:28.174Z Compiling ppv-lite86 v0.2.20
13512025-05-22T20:01:28.968Z Compiling pbkdf2 v0.12.2
13522025-05-22T20:01:29.026Z Compiling aes v0.8.4
13532025-05-22T20:01:29.054Z Compiling der v0.7.9
13542025-05-22T20:01:29.183Z Compiling scrypt v0.11.0
13552025-05-22T20:01:29.538Z Compiling icu_provider v1.5.0
13562025-05-22T20:01:29.661Z Compiling futures-util v0.3.31
13572025-05-22T20:01:29.717Z Compiling cbc v0.1.2
13582025-05-22T20:01:29.956Z Compiling openssl-sys v0.9.107
13592025-05-22T20:01:30.064Z Compiling tracing-attributes v0.1.27
13602025-05-22T20:01:30.246Z Compiling icu_locid_transform v1.5.0
13612025-05-22T20:01:30.411Z Compiling thiserror v1.0.69
13622025-05-22T20:01:30.572Z Compiling pest v2.7.14
13632025-05-22T20:01:31.021Z Compiling spki v0.7.3
13642025-05-22T20:01:31.396Z Compiling pkcs5 v0.7.1
13652025-05-22T20:01:31.440Z Compiling zerocopy-derive v0.8.25
13662025-05-22T20:01:31.928Z Compiling icu_properties v1.5.1
13672025-05-22T20:01:32.446Z Compiling pkcs8 v0.10.2
13682025-05-22T20:01:32.541Z Compiling scroll_derive v0.12.0
13692025-05-22T20:01:33.202Z Compiling tracing v0.1.40
13702025-05-22T20:01:33.715Z Compiling bitflags v2.9.0
13712025-05-22T20:01:33.741Z Compiling bytes v1.10.1
13722025-05-22T20:01:33.887Z Compiling semver v1.0.26
13732025-05-22T20:01:34.212Z Compiling indexmap v2.9.0
13742025-05-22T20:01:34.378Z Compiling rustc_version v0.4.1
13752025-05-22T20:01:34.560Z Compiling uuid v1.16.0
13762025-05-22T20:01:34.930Z Compiling tokio v1.45.0
13772025-05-22T20:01:35.021Z Compiling http v1.3.1
13782025-05-22T20:01:35.590Z Compiling icu_normalizer v1.5.0
13792025-05-22T20:01:35.848Z Compiling chrono v0.4.41
13802025-05-22T20:01:36.307Z Compiling pest_meta v2.7.14
13812025-05-22T20:01:36.432Z Compiling httparse v1.9.5
13822025-05-22T20:01:37.097Z Compiling idna_adapter v1.2.0
13832025-05-22T20:01:37.198Z Compiling rustls-pki-types v1.10.0
13842025-05-22T20:01:37.223Z Compiling tinyvec_macros v0.1.1
13852025-05-22T20:01:37.345Z Compiling idna v1.0.3
13862025-05-22T20:01:37.371Z Compiling tinyvec v1.8.0
13872025-05-22T20:01:38.150Z Compiling which v4.4.2
13882025-05-22T20:01:38.444Z Compiling url v2.5.3
13892025-05-22T20:01:38.702Z Compiling pest_generator v2.7.14
13902025-05-22T20:01:38.847Z Compiling http-body v1.0.1
13912025-05-22T20:01:38.900Z Compiling scroll v0.12.0
13922025-05-22T20:01:39.127Z Compiling serde_derive_internals v0.29.1
13932025-05-22T20:01:39.199Z Compiling bzip2-sys v0.1.13+1.0.8
13942025-05-22T20:01:39.462Z Compiling zstd-sys v2.0.14+zstd.1.5.7
13952025-05-22T20:01:39.673Z Compiling untrusted v0.9.0
13962025-05-22T20:01:39.870Z Compiling untrusted v0.7.1
13972025-05-22T20:01:40.421Z Compiling atomic-waker v1.1.2
13982025-05-22T20:01:40.421Z Compiling try-lock v0.2.5
13992025-05-22T20:01:40.421Z Compiling schemars v0.8.22
14002025-05-22T20:01:40.422Z Compiling time-core v0.1.2
14012025-05-22T20:01:40.422Z Compiling num-conv v0.1.0
14022025-05-22T20:01:40.422Z Compiling openssl v0.10.72
14032025-05-22T20:01:40.422Z Compiling foreign-types-shared v0.1.1
14042025-05-22T20:01:40.455Z Compiling rustversion v1.0.17
14052025-05-22T20:01:40.484Z Compiling powerfmt v0.2.0
14062025-05-22T20:01:40.511Z Compiling adler2 v2.0.0
14072025-05-22T20:01:40.617Z Compiling time-macros v0.2.18
14082025-05-22T20:01:40.731Z Compiling miniz_oxide v0.8.5
14092025-05-22T20:01:40.793Z Compiling deranged v0.3.11
14102025-05-22T20:01:40.912Z Compiling foreign-types v0.3.2
14112025-05-22T20:01:41.074Z Compiling goblin v0.8.2
14122025-05-22T20:01:41.204Z Compiling pest_derive v2.7.14
14132025-05-22T20:01:41.237Z Compiling schemars_derive v0.8.22
14142025-05-22T20:01:41.982Z Compiling want v0.3.1
14152025-05-22T20:01:43.447Z Compiling tokio-util v0.7.13
14162025-05-22T20:01:44.131Z Compiling rand_core v0.9.2
14172025-05-22T20:01:44.564Z Compiling openssl-macros v0.1.1
14182025-05-22T20:01:44.883Z Compiling h2 v0.4.6
14192025-05-22T20:01:45.274Z Compiling tower-service v0.3.3
14202025-05-22T20:01:45.423Z Compiling httpdate v1.0.3
14212025-05-22T20:01:45.641Z Compiling native-tls v0.2.12
14222025-05-22T20:01:45.934Z Compiling rustls v0.23.19
14232025-05-22T20:01:46.015Z Compiling syn v1.0.109
14242025-05-22T20:01:46.221Z Compiling dyn-clone v1.0.19
14252025-05-22T20:01:46.476Z Compiling num_threads v0.1.7
14262025-05-22T20:01:46.686Z Compiling time v0.3.36
14272025-05-22T20:01:47.817Z Compiling dof v0.3.0
14282025-05-22T20:01:49.546Z Compiling rand_chacha v0.9.0
14292025-05-22T20:01:49.891Z Compiling dtrace-parser v0.2.0
14302025-05-22T20:01:50.769Z Compiling unicode-normalization v0.1.24
14312025-05-22T20:01:51.137Z Compiling heapless v0.7.17
14322025-05-22T20:01:51.162Z Compiling crossbeam-epoch v0.9.18
14332025-05-22T20:01:51.527Z Compiling rand_chacha v0.3.1
14342025-05-22T20:01:51.592Z Compiling signature v2.2.0
14352025-05-22T20:01:51.834Z Compiling cookie v0.18.1
14362025-05-22T20:01:51.860Z Compiling crc32fast v1.4.2
14372025-05-22T20:01:51.919Z Compiling openssl-probe v0.1.5
14382025-05-22T20:01:52.134Z Compiling hyper v1.6.0
14392025-05-22T20:01:52.240Z Compiling signal-hook v0.3.17
14402025-05-22T20:01:52.279Z Compiling siphasher v0.3.11
14412025-05-22T20:01:52.541Z Compiling zstd-safe v7.2.3
14422025-05-22T20:01:52.693Z Compiling unicode-bidi v0.3.17
14432025-05-22T20:01:52.870Z Compiling base64 v0.22.1
14442025-05-22T20:01:53.126Z Compiling rayon-core v1.12.1
14452025-05-22T20:01:53.393Z Compiling unicode-properties v0.1.3
14462025-05-22T20:01:53.528Z Compiling slog v2.7.0
14472025-05-22T20:01:53.797Z Compiling stringprep v0.1.5
14482025-05-22T20:01:53.967Z Compiling phf_shared v0.11.2
14492025-05-22T20:01:54.239Z Compiling rand v0.8.5
14502025-05-22T20:01:54.376Z Compiling usdt-impl v0.5.0
14512025-05-22T20:01:54.445Z Compiling crossbeam-deque v0.8.5
14522025-05-22T20:01:54.746Z Compiling hyper-util v0.1.11
14532025-05-22T20:01:54.795Z Compiling rand v0.9.0
14542025-05-22T20:01:55.601Z Compiling curve25519-dalek v4.1.3
14552025-05-22T20:01:55.627Z Compiling serde_tokenstream v0.2.2
14562025-05-22T20:01:55.681Z Compiling toml_datetime v0.6.9
14572025-05-22T20:01:56.212Z Compiling serde_spanned v0.6.8
14582025-05-22T20:01:56.255Z Compiling md-5 v0.10.6
14592025-05-22T20:01:56.308Z Compiling num-integer v0.1.46
14602025-05-22T20:01:56.334Z Compiling ff v0.13.0
14612025-05-22T20:01:56.480Z Compiling hash32 v0.2.1
14622025-05-22T20:01:56.510Z Compiling memoffset v0.9.1
14632025-05-22T20:01:56.565Z Compiling smoltcp v0.9.1
14642025-05-22T20:01:56.604Z Compiling num-bigint-dig v0.8.4
14652025-05-22T20:01:56.818Z Compiling base16ct v0.2.0
14662025-05-22T20:01:56.860Z Compiling newtype-uuid v1.2.1
14672025-05-22T20:01:56.939Z Compiling fallible-iterator v0.2.0
14682025-05-22T20:01:57.041Z Compiling gimli v0.31.1
14692025-05-22T20:01:57.158Z Compiling litrs v0.4.1
14702025-05-22T20:01:57.184Z Compiling psl-types v2.0.11
14712025-05-22T20:01:57.184Z Compiling portable-atomic v1.11.0
14722025-05-22T20:01:57.410Z Compiling cfg_aliases v0.2.1
14732025-05-22T20:01:57.530Z Compiling nix v0.29.0
14742025-05-22T20:01:57.595Z Compiling postgres-protocol v0.6.8
14752025-05-22T20:01:57.676Z Compiling publicsuffix v2.3.0
14762025-05-22T20:01:58.057Z Compiling sec1 v0.7.3
14772025-05-22T20:01:58.251Z Compiling document-features v0.2.10
14782025-05-22T20:01:58.302Z Compiling num-iter v0.1.45
14792025-05-22T20:01:58.518Z Compiling group v0.13.0
14802025-05-22T20:01:58.855Z Compiling tokio-native-tls v0.3.1
14812025-05-22T20:01:59.408Z Compiling flate2 v1.1.1
14822025-05-22T20:01:59.895Z Compiling ipnetwork v0.21.1
14832025-05-22T20:01:59.966Z Compiling http-body-util v0.1.3
14842025-05-22T20:02:00.066Z Compiling webpki-roots v0.26.6
14852025-05-22T20:02:00.186Z Compiling terminal_size v0.4.0
14862025-05-22T20:02:00.243Z Compiling hkdf v0.12.4
14872025-05-22T20:02:00.301Z Compiling crypto-bigint v0.5.5
14882025-05-22T20:02:00.443Z Compiling curve25519-dalek-derive v0.1.1
14892025-05-22T20:02:00.469Z Compiling async-trait v0.1.88
14902025-05-22T20:02:00.551Z Compiling sync_wrapper v1.0.1
14912025-05-22T20:02:00.708Z Compiling object v0.36.5
14922025-05-22T20:02:00.735Z Compiling fs-err v3.1.0
14932025-05-22T20:02:01.085Z Compiling addr2line v0.24.2
14942025-05-22T20:02:01.407Z Compiling ahash v0.8.11
14952025-05-22T20:02:01.743Z Compiling lockfree-object-pool v0.1.6
14962025-05-22T20:02:01.769Z Compiling anyhow v1.0.98
14972025-05-22T20:02:01.814Z Compiling unicode-width v0.2.0
14982025-05-22T20:02:02.015Z Compiling bumpalo v3.16.0
14992025-05-22T20:02:02.341Z Compiling ipnet v2.11.0
15002025-05-22T20:02:02.448Z Compiling simd-adler32 v0.3.7
15012025-05-22T20:02:02.502Z Compiling buf-list v1.0.3
15022025-05-22T20:02:02.718Z Compiling tower-layer v0.3.3
15032025-05-22T20:02:02.962Z Compiling winnow v0.5.40
15042025-05-22T20:02:03.021Z Compiling zip v2.6.1
15052025-05-22T20:02:03.066Z Compiling rustc-demangle v0.1.24
15062025-05-22T20:02:03.328Z Compiling managed v0.8.0
15072025-05-22T20:02:03.386Z Compiling elliptic-curve v0.13.8
15082025-05-22T20:02:03.974Z Compiling tower v0.5.2
15092025-05-22T20:02:04.163Z Compiling zopfli v0.8.1
15102025-05-22T20:02:04.762Z Compiling clap_builder v4.5.35
15112025-05-22T20:02:05.585Z Compiling console v0.15.10
15122025-05-22T20:02:05.685Z Compiling strum_macros v0.25.3
15132025-05-22T20:02:06.063Z Compiling hubpack_derive v0.1.1
15142025-05-22T20:02:06.362Z Compiling toml_edit v0.19.15
15152025-05-22T20:02:06.919Z Compiling hubpack v0.1.2
15162025-05-22T20:02:07.039Z Compiling backtrace v0.3.74
15172025-05-22T20:02:07.555Z Compiling hyper-tls v0.6.0
15182025-05-22T20:02:07.593Z Compiling oxnet v0.1.2
15192025-05-22T20:02:07.752Z Compiling cookie_store v0.21.1
15202025-05-22T20:02:08.296Z Compiling signal-hook-mio v0.2.4
15212025-05-22T20:02:08.473Z Compiling rayon v1.10.0
15222025-05-22T20:02:08.964Z Compiling zstd v0.13.3
15232025-05-22T20:02:09.632Z Compiling postgres-types v0.2.9
15242025-05-22T20:02:10.909Z Compiling usdt-macro v0.5.0
15252025-05-22T20:02:11.234Z Compiling usdt-attr-macro v0.5.0
15262025-05-22T20:02:12.249Z Compiling phf v0.11.2
15272025-05-22T20:02:12.277Z Compiling ed25519 v2.2.3
15282025-05-22T20:02:12.590Z Compiling strum_macros v0.26.4
15292025-05-22T20:02:12.617Z Compiling bzip2 v0.5.2
15302025-05-22T20:02:12.694Z Compiling bzip2 v0.4.4
15312025-05-22T20:02:12.757Z Compiling clap_derive v4.5.32
15322025-05-22T20:02:12.834Z Compiling enum-as-inner v0.6.1
15332025-05-22T20:02:13.009Z Compiling rustls-pemfile v2.2.0
15342025-05-22T20:02:13.129Z Compiling futures-executor v0.3.31
15352025-05-22T20:02:13.350Z Compiling serde-big-array v0.5.1
15362025-05-22T20:02:13.601Z Compiling serde_urlencoded v0.7.1
15372025-05-22T20:02:13.627Z Compiling pkcs1 v0.7.5
15382025-05-22T20:02:13.771Z Compiling rfc6979 v0.4.0
15392025-05-22T20:02:13.986Z Compiling bstr v1.10.0
15402025-05-22T20:02:14.023Z Compiling serde_repr v0.1.19
15412025-05-22T20:02:14.133Z Compiling daft-derive v0.1.3
15422025-05-22T20:02:14.525Z Compiling float-cmp v0.10.0
15432025-05-22T20:02:14.771Z Compiling encoding_rs v0.8.34
15442025-05-22T20:02:14.968Z Compiling whoami v1.5.2
15452025-05-22T20:02:15.406Z Compiling difflib v0.4.0
15462025-05-22T20:02:15.499Z Compiling data-encoding v2.6.0
15472025-05-22T20:02:15.525Z Compiling fixedbitset v0.4.2
15482025-05-22T20:02:16.075Z Compiling new_debug_unreachable v1.0.6
15492025-05-22T20:02:16.203Z Compiling precomputed-hash v0.1.1
15502025-05-22T20:02:16.367Z Compiling predicates-core v1.0.8
15512025-05-22T20:02:16.692Z Compiling number_prefix v0.4.0
15522025-05-22T20:02:16.727Z Compiling unicode-segmentation v1.12.0
15532025-05-22T20:02:16.781Z Compiling mime v0.3.17
15542025-05-22T20:02:16.822Z Compiling static_assertions v1.1.0
15552025-05-22T20:02:16.942Z Compiling normalize-line-endings v0.3.0
15562025-05-22T20:02:16.967Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
15572025-05-22T20:02:17.114Z Compiling predicates v3.1.3
15582025-05-22T20:02:17.327Z Compiling indicatif v0.17.11
15592025-05-22T20:02:17.353Z Compiling clap v4.5.35
15602025-05-22T20:02:17.525Z Compiling similar v2.7.0
15612025-05-22T20:02:17.631Z Compiling toml_edit v0.22.26
15622025-05-22T20:02:18.583Z Compiling strum v0.26.3
15632025-05-22T20:02:18.728Z Compiling string_cache v0.8.9
15642025-05-22T20:02:18.795Z Compiling hickory-proto v0.24.4
15652025-05-22T20:02:19.194Z Compiling petgraph v0.6.5
15662025-05-22T20:02:19.349Z Compiling daft v0.1.3
15672025-05-22T20:02:19.699Z Compiling tokio-postgres v0.7.13
15682025-05-22T20:02:19.879Z Compiling usdt v0.5.0
15692025-05-22T20:02:20.345Z Compiling rsa v0.9.6
15702025-05-22T20:02:21.449Z Compiling ecdsa v0.16.9
15712025-05-22T20:02:22.299Z Compiling futures v0.3.31
15722025-05-22T20:02:22.444Z Compiling zip v0.6.6
15732025-05-22T20:02:23.648Z Compiling ed25519-dalek v2.1.1
15742025-05-22T20:02:24.674Z Compiling toml v0.7.8
15752025-05-22T20:02:24.948Z Compiling crossterm v0.28.1
15762025-05-22T20:02:26.033Z Compiling tokio-stream v0.1.17
15772025-05-22T20:02:26.146Z Compiling openapiv3 v2.0.0
15782025-05-22T20:02:26.221Z Compiling x509-cert v0.2.5
15792025-05-22T20:02:26.322Z Compiling sha1 v0.10.6
15802025-05-22T20:02:26.801Z Compiling itertools v0.10.5
15812025-05-22T20:02:27.014Z Compiling dirs-sys-next v0.1.2
15822025-05-22T20:02:27.473Z Compiling winnow v0.6.26
15832025-05-22T20:02:27.612Z Compiling peg-runtime v0.8.5
15842025-05-22T20:02:27.697Z Compiling unicode-xid v0.2.6
15852025-05-22T20:02:27.919Z Compiling lalrpop-util v0.19.12
15862025-05-22T20:02:28.116Z Compiling dirs-next v2.0.0
15872025-05-22T20:02:28.148Z Compiling thread_local v1.1.8
15882025-05-22T20:02:28.296Z Compiling slog-async v2.8.0
15892025-05-22T20:02:28.349Z Compiling term v0.7.0
15902025-05-22T20:02:28.665Z Compiling xattr v1.3.1
15912025-05-22T20:02:28.856Z Compiling crossbeam-channel v0.5.15
15922025-05-22T20:02:28.961Z Compiling is-terminal v0.4.13
15932025-05-22T20:02:29.135Z Compiling filetime v0.2.25
15942025-05-22T20:02:29.359Z Compiling take_mut v0.2.2
15952025-05-22T20:02:29.478Z Compiling tar v0.4.44
15962025-05-22T20:02:29.550Z Compiling slog-term v2.9.1
15972025-05-22T20:02:29.609Z Compiling camino v1.1.9
15982025-05-22T20:02:36.988Z Compiling aws-lc-sys v0.26.0
15992025-05-22T20:03:16.356Z Compiling rustls-webpki v0.102.8
16002025-05-22T20:03:23.908Z Compiling tokio-rustls v0.26.0
16012025-05-22T20:03:24.350Z Compiling hyper-rustls v0.27.3
16022025-05-22T20:03:24.773Z Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
16032025-05-22T20:03:32.191Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16042025-05-22T20:03:32.288Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16052025-05-22T20:03:37.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s
16062025-05-22T20:03:37.599Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16072025-05-22T20:03:37.678ZMay 22 20:03:37.381 INFO Starting download, target: Clickhouse
16082025-05-22T20:03:37.678ZMay 22 20:03:37.382 INFO Starting download, target: Cockroach
16092025-05-22T20:03:37.678ZMay 22 20:03:37.382 INFO Starting download, target: Console
16102025-05-22T20:03:37.704ZMay 22 20:03:37.382 INFO Starting download, target: DendriteStub
16112025-05-22T20:03:37.704ZMay 22 20:03:37.382 INFO Starting download, target: MaghemiteMgd
16122025-05-22T20:03:37.704ZMay 22 20:03:37.382 INFO Starting download, target: TransceiverControl
16132025-05-22T20:03:37.704ZMay 22 20:03:37.384 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16142025-05-22T20:03:37.704ZMay 22 20:03:37.384 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16152025-05-22T20:03:37.704ZMay 22 20:03:37.384 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16162025-05-22T20:03:37.704ZMay 22 20:03:37.384 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16172025-05-22T20:03:37.704ZMay 22 20:03:37.384 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16182025-05-22T20:03:37.704ZMay 22 20:03:37.385 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16192025-05-22T20:03:38.091ZMay 22 20:03:37.785 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16202025-05-22T20:03:38.465ZMay 22 20:03:38.167 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16212025-05-22T20:03:38.652ZMay 22 20:03:38.342 INFO Download complete, target: Console
16222025-05-22T20:03:39.006ZMay 22 20:03:38.701 INFO Download complete, target: TransceiverControl
16232025-05-22T20:03:40.233ZMay 22 20:03:39.925 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16242025-05-22T20:03:40.692ZMay 22 20:03:40.377 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16252025-05-22T20:03:43.212ZMay 22 20:03:42.399 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16262025-05-22T20:03:43.212ZMay 22 20:03:42.399 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16272025-05-22T20:03:44.683ZMay 22 20:03:44.387 INFO Download complete, target: DendriteStub
16282025-05-22T20:03:45.538ZMay 22 20:03:45.242 INFO Download complete, target: MaghemiteMgd
16292025-05-22T20:03:52.868ZMay 22 20:03:52.554 INFO Checking that binary works, target: Cockroach
16302025-05-22T20:03:53.191ZMay 22 20:03:52.879 INFO Download complete, target: Cockroach
16312025-05-22T20:03:55.521ZMay 22 20:03:55.221 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16322025-05-22T20:04:10.867ZMay 22 20:04:10.558 INFO Checking that binary works, target: Clickhouse
16332025-05-22T20:04:11.117ZMay 22 20:04:10.817 INFO Download complete, target: Clickhouse
16342025-05-22T20:04:11.158ZAll builder prerequisites installed successfully, and PATH looks valid
16352025-05-22T20:04:11.188Z
16362025-05-22T20:04:11.189Zreal 5:53.637349242
16372025-05-22T20:04:11.189Zuser 16:20.751250022
16382025-05-22T20:04:11.189Zsys 2:40.085735603
16392025-05-22T20:04:11.189Ztrap 0.694790020
16402025-05-22T20:04:11.189Ztflt 0.501416829
16412025-05-22T20:04:11.189Zdflt 1.165977350
16422025-05-22T20:04:11.189Zkflt 0.012782620
16432025-05-22T20:04:11.189Zlock 29:39.367208868
16442025-05-22T20:04:11.189Zslp 57:51.359850317
16452025-05-22T20:04:11.189Zlat 1:07.169003521
16462025-05-22T20:04:11.190Zstop 2:30.529255692
16472025-05-22T20:04:11.190Z++ bmat factory name
16482025-05-22T20:04:11.190Z++ bmat factory private
16492025-05-22T20:04:11.190Z+ jq --null-input --arg bmat_factory_name gimlet-EVT22200007-propolis --arg bmat_factory_private EVT22200007/28210 '{
16502025-05-22T20:04:11.190Z buildomat: {
16512025-05-22T20:04:11.190Z factory: {
16522025-05-22T20:04:11.190Z name: $bmat_factory_name,
16532025-05-22T20:04:11.190Z private: $bmat_factory_private,
16542025-05-22T20:04:11.190Z },
16552025-05-22T20:04:11.190Z },
16562025-05-22T20:04:11.190Z }'
16572025-05-22T20:04:11.250Z+ banner ls-apis
16582025-05-22T20:04:11.279Z
16592025-05-22T20:04:11.280Z # #### ## ##### # ####
16602025-05-22T20:04:11.280Z # # # # # # # #
16612025-05-22T20:04:11.280Z # #### ##### # # # # # ####
16622025-05-22T20:04:11.280Z # # ###### ##### # #
16632025-05-22T20:04:11.280Z # # # # # # # # #
16642025-05-22T20:04:11.280Z ###### #### # # # # ####
16652025-05-22T20:04:11.280Z
16662025-05-22T20:04:11.280Z+ source ./tools/include/force-git-over-https.sh
16672025-05-22T20:04:11.280Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16682025-05-22T20:04:11.280Z++ (( i = 0 ))
16692025-05-22T20:04:11.280Z++ (( i < 5 ))
16702025-05-22T20:04:11.280Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16712025-05-22T20:04:11.281Z++ (( i++ ))
16722025-05-22T20:04:11.281Z++ (( i < 5 ))
16732025-05-22T20:04:11.281Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16742025-05-22T20:04:11.281Z++ (( i++ ))
16752025-05-22T20:04:11.281Z++ (( i < 5 ))
16762025-05-22T20:04:11.281Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16772025-05-22T20:04:11.281Z++ (( i++ ))
16782025-05-22T20:04:11.281Z++ (( i < 5 ))
16792025-05-22T20:04:11.281Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16802025-05-22T20:04:11.281Z++ (( i++ ))
16812025-05-22T20:04:11.281Z++ (( i < 5 ))
16822025-05-22T20:04:11.281Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16832025-05-22T20:04:11.281Z++ (( i++ ))
16842025-05-22T20:04:11.282Z++ (( i < 5 ))
16852025-05-22T20:04:11.282Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16862025-05-22T20:04:11.282Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16872025-05-22T20:04:11.282Z+ ptime -m cargo xtask ls-apis apis
16882025-05-22T20:04:12.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
16892025-05-22T20:04:12.607Z Running `target/debug/xtask ls-apis apis`
16902025-05-22T20:04:14.218Z Compiling semver v0.1.20
16912025-05-22T20:04:14.244Z Compiling structmeta-derive v0.3.0
16922025-05-22T20:04:14.244Z Compiling thiserror-impl v2.0.12
16932025-05-22T20:04:14.272Z Compiling cargo-platform v0.1.8
16942025-05-22T20:04:14.272Z Compiling fixedbitset v0.5.7
16952025-05-22T20:04:14.307Z Compiling toml v0.8.22
16962025-05-22T20:04:14.682Z Compiling rustc_version v0.1.7
16972025-05-22T20:04:14.880Z Compiling petgraph v0.7.1
16982025-05-22T20:04:15.133Z Compiling newtype_derive v0.1.6
16992025-05-22T20:04:16.596Z Compiling structmeta v0.3.0
17002025-05-22T20:04:16.761Z Compiling thiserror v2.0.12
17012025-05-22T20:04:16.953Z Compiling cargo_metadata v0.19.2
17022025-05-22T20:04:17.136Z Compiling parse-display-derive v0.10.0
17032025-05-22T20:04:20.345Z Compiling parse-display v0.10.0
17042025-05-22T20:04:20.757Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
17052025-05-22T20:04:27.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.82s
17062025-05-22T20:04:27.658Z Running `target/debug/ls-apis apis`
17072025-05-22T20:04:27.730Zloading metadata for workspace omicron from current workspace
17082025-05-22T20:04:33.416Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/875ae5b/Cargo.toml
17092025-05-22T20:04:33.444Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
17102025-05-22T20:04:33.445Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
17112025-05-22T20:04:33.445Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml
17122025-05-22T20:04:33.445Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/Cargo.toml
17132025-05-22T20:05:01.604Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
17142025-05-22T20:05:03.271Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
17152025-05-22T20:05:03.298Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
17162025-05-22T20:05:03.610ZBootstrap Agent (client: bootstrap-agent-client)
17172025-05-22T20:05:03.611Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17182025-05-22T20:05:03.611Z consumed by: wicketd (omicron/wicketd) via 2 paths
17192025-05-22T20:05:03.611Z
17202025-05-22T20:05:03.611ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
17212025-05-22T20:05:03.611Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17222025-05-22T20:05:03.611Z
17232025-05-22T20:05:03.611ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
17242025-05-22T20:05:03.611Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17252025-05-22T20:05:03.611Z
17262025-05-22T20:05:03.611ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
17272025-05-22T20:05:03.611Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17282025-05-22T20:05:03.611Z
17292025-05-22T20:05:03.611ZCockroachDB Cluster Admin (client: cockroach-admin-client)
17302025-05-22T20:05:03.611Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17312025-05-22T20:05:03.611Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17322025-05-22T20:05:03.611Z
17332025-05-22T20:05:03.611ZCrucible Agent (client: crucible-agent-client)
17342025-05-22T20:05:03.638Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17352025-05-22T20:05:03.638Z
17362025-05-22T20:05:03.638ZCrucible Control (for testing only) (client: crucible-control-client)
17372025-05-22T20:05:03.638Z
17382025-05-22T20:05:03.638ZCrucible Pantry (client: crucible-pantry-client)
17392025-05-22T20:05:03.638Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17402025-05-22T20:05:03.638Z
17412025-05-22T20:05:03.638ZMaghemite DDM Admin (client: ddm-admin-client)
17422025-05-22T20:05:03.638Z consumed by: installinator (omicron/installinator) via 1 path
17432025-05-22T20:05:03.639Z consumed by: mgd (maghemite/mgd) via 1 path
17442025-05-22T20:05:03.639Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17452025-05-22T20:05:03.639Z consumed by: wicketd (omicron/wicketd) via 1 path
17462025-05-22T20:05:03.639Z
17472025-05-22T20:05:03.639ZDNS Server (client: dns-service-client)
17482025-05-22T20:05:03.639Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17492025-05-22T20:05:03.639Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17502025-05-22T20:05:03.639Z
17512025-05-22T20:05:03.639ZDendrite DPD (client: dpd-client)
17522025-05-22T20:05:03.639Z consumed by: ddmd (maghemite/ddmd) via 2 paths
17532025-05-22T20:05:03.639Z consumed by: lldpd (lldp/lldpd) via 2 paths
17542025-05-22T20:05:03.639Z consumed by: mgd (maghemite/mgd) via 1 path
17552025-05-22T20:05:03.639Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17562025-05-22T20:05:03.639Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17572025-05-22T20:05:03.639Z consumed by: tfportd (dendrite/tfportd) via 1 path
17582025-05-22T20:05:03.639Z consumed by: wicketd (omicron/wicketd) via 2 paths
17592025-05-22T20:05:03.639Z
17602025-05-22T20:05:03.639ZDownstairs Controller (debugging only) (client: dsc-client)
17612025-05-22T20:05:03.639Z
17622025-05-22T20:05:03.639ZManagement Gateway Service (client: gateway-client)
17632025-05-22T20:05:03.639Z consumed by: dpd (dendrite/dpd) via 1 path
17642025-05-22T20:05:03.639Z consumed by: omicron-nexus (omicron/nexus) via 4 paths
17652025-05-22T20:05:03.639Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17662025-05-22T20:05:03.639Z consumed by: wicketd (omicron/wicketd) via 3 paths
17672025-05-22T20:05:03.639Z
17682025-05-22T20:05:03.639ZWicketd Installinator (client: installinator-client)
17692025-05-22T20:05:03.639Z consumed by: installinator (omicron/installinator) via 1 path
17702025-05-22T20:05:03.639Z
17712025-05-22T20:05:03.639ZLLDP daemon (client: lldpd-client)
17722025-05-22T20:05:03.639Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17732025-05-22T20:05:03.639Z consumed by: tfportd (dendrite/tfportd) via 1 path
17742025-05-22T20:05:03.639Z
17752025-05-22T20:05:03.639ZMaghemite MG Admin (client: mg-admin-client)
17762025-05-22T20:05:03.639Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17772025-05-22T20:05:03.640Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17782025-05-22T20:05:03.640Z
17792025-05-22T20:05:03.640ZNexus Internal API (client: nexus-client)
17802025-05-22T20:05:03.666Z consumed by: crucible-pantry (crucible/pantry) via 1 path
17812025-05-22T20:05:03.666Z consumed by: dpd (dendrite/dpd) via 1 path
17822025-05-22T20:05:03.666Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17832025-05-22T20:05:03.666Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
17842025-05-22T20:05:03.666Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
17852025-05-22T20:05:03.666Z
17862025-05-22T20:05:03.666ZExternal API (client: oxide-client)
17872025-05-22T20:05:03.666Z
17882025-05-22T20:05:03.666ZOximeter (client: oximeter-client)
17892025-05-22T20:05:03.666Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17902025-05-22T20:05:03.666Z
17912025-05-22T20:05:03.666ZPropolis (client: propolis-client)
17922025-05-22T20:05:03.666Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17932025-05-22T20:05:03.666Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
17942025-05-22T20:05:03.667Z
17952025-05-22T20:05:03.667ZCrucible Repair (client: repair-client)
17962025-05-22T20:05:03.667Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
17972025-05-22T20:05:03.667Z
17982025-05-22T20:05:03.667ZRepo Depot API (client: repo-depot-client)
17992025-05-22T20:05:03.667Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18002025-05-22T20:05:03.667Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18012025-05-22T20:05:03.667Z
18022025-05-22T20:05:03.667ZSled Agent (client: sled-agent-client)
18032025-05-22T20:05:03.667Z consumed by: omicron-nexus (omicron/nexus) via 7 paths
18042025-05-22T20:05:03.667Z
18052025-05-22T20:05:03.667ZWicketd (client: wicketd-client)
18062025-05-22T20:05:03.667Z
18072025-05-22T20:05:03.783Z
18082025-05-22T20:05:03.809Zreal 52.474955939
18092025-05-22T20:05:03.809Zuser 49.996769228
18102025-05-22T20:05:03.809Zsys 19.047612161
18112025-05-22T20:05:03.809Ztrap 0.032425313
18122025-05-22T20:05:03.809Ztflt 0.028521819
18132025-05-22T20:05:03.809Zdflt 0.357652851
18142025-05-22T20:05:03.809Zkflt 0.000014068
18152025-05-22T20:05:03.809Zlock 1:02.970598088
18162025-05-22T20:05:03.809Zslp 6:21.880195873
18172025-05-22T20:05:03.809Zlat 1.113712767
18182025-05-22T20:05:03.809Zstop 1.948299967
18192025-05-22T20:05:03.809Z+ ptime -m cargo xtask ls-apis deployment-units
18202025-05-22T20:05:05.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
18212025-05-22T20:05:05.224Z Running `target/debug/xtask ls-apis deployment-units`
18222025-05-22T20:05:06.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
18232025-05-22T20:05:07.073Z Running `target/debug/ls-apis deployment-units`
18242025-05-22T20:05:07.158Zloading metadata for workspace omicron from current workspace
18252025-05-22T20:05:09.442Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
18262025-05-22T20:05:09.469Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
18272025-05-22T20:05:09.469Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/875ae5b/Cargo.toml
18282025-05-22T20:05:09.496Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/Cargo.toml
18292025-05-22T20:05:09.497Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml
18302025-05-22T20:05:14.084Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
18312025-05-22T20:05:15.311Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18322025-05-22T20:05:15.336Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18332025-05-22T20:05:15.581ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
18342025-05-22T20:05:15.581Z omicron-clickhouse-admin (omicron/clickhouse-admin)
18352025-05-22T20:05:15.581Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
18362025-05-22T20:05:15.581Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
18372025-05-22T20:05:15.581Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
18382025-05-22T20:05:15.630Z
18392025-05-22T20:05:15.630Z
18402025-05-22T20:05:15.630ZCockroach
18412025-05-22T20:05:15.631Z omicron-cockroach-admin (omicron/cockroach-admin)
18422025-05-22T20:05:15.631Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
18432025-05-22T20:05:15.631Z
18442025-05-22T20:05:15.631Z
18452025-05-22T20:05:15.631ZCrucible
18462025-05-22T20:05:15.631Z crucible-agent (crucible/agent)
18472025-05-22T20:05:15.631Z exposes: Crucible Agent (client = crucible-agent-client)
18482025-05-22T20:05:15.631Z
18492025-05-22T20:05:15.631Z crucible-downstairs (crucible/downstairs)
18502025-05-22T20:05:15.631Z exposes: Crucible Repair (client = repair-client)
18512025-05-22T20:05:15.631Z consumes: repair-client
18522025-05-22T20:05:15.631Z
18532025-05-22T20:05:15.631Z
18542025-05-22T20:05:15.631ZCrucible Pantry
18552025-05-22T20:05:15.631Z crucible-pantry (crucible/pantry)
18562025-05-22T20:05:15.631Z exposes: Crucible Pantry (client = crucible-pantry-client)
18572025-05-22T20:05:15.631Z consumes: nexus-client
18582025-05-22T20:05:15.631Z
18592025-05-22T20:05:15.631Z
18602025-05-22T20:05:15.631ZDNS Server
18612025-05-22T20:05:15.631Z dns-server (omicron/dns-server)
18622025-05-22T20:05:15.631Z exposes: DNS Server (client = dns-service-client)
18632025-05-22T20:05:15.631Z
18642025-05-22T20:05:15.631Z
18652025-05-22T20:05:15.631ZHost OS
18662025-05-22T20:05:15.631Z ddmd (maghemite/ddmd)
18672025-05-22T20:05:15.631Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
18682025-05-22T20:05:15.631Z consumes: dpd-client
18692025-05-22T20:05:15.631Z
18702025-05-22T20:05:15.631Z dpd (dendrite/dpd)
18712025-05-22T20:05:15.631Z exposes: Dendrite DPD (client = dpd-client)
18722025-05-22T20:05:15.631Z consumes: gateway-client
18732025-05-22T20:05:15.631Z consumes: nexus-client
18742025-05-22T20:05:15.631Z
18752025-05-22T20:05:15.631Z lldpd (lldp/lldpd)
18762025-05-22T20:05:15.631Z exposes: LLDP daemon (client = lldpd-client)
18772025-05-22T20:05:15.631Z consumes: dpd-client
18782025-05-22T20:05:15.631Z
18792025-05-22T20:05:15.631Z mgd (maghemite/mgd)
18802025-05-22T20:05:15.632Z exposes: Maghemite MG Admin (client = mg-admin-client)
18812025-05-22T20:05:15.632Z consumes: ddm-admin-client
18822025-05-22T20:05:15.632Z consumes: dpd-client
18832025-05-22T20:05:15.632Z
18842025-05-22T20:05:15.632Z omicron-gateway (omicron/gateway)
18852025-05-22T20:05:15.632Z exposes: Management Gateway Service (client = gateway-client)
18862025-05-22T20:05:15.632Z
18872025-05-22T20:05:15.632Z omicron-sled-agent (omicron/sled-agent)
18882025-05-22T20:05:15.632Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
18892025-05-22T20:05:15.632Z exposes: Repo Depot API (client = repo-depot-client)
18902025-05-22T20:05:15.632Z exposes: Sled Agent (client = sled-agent-client)
18912025-05-22T20:05:15.632Z consumes: bootstrap-agent-client
18922025-05-22T20:05:15.632Z consumes: cockroach-admin-client
18932025-05-22T20:05:15.632Z consumes: ddm-admin-client
18942025-05-22T20:05:15.632Z consumes: dns-service-client
18952025-05-22T20:05:15.632Z consumes: dpd-client
18962025-05-22T20:05:15.632Z consumes: gateway-client
18972025-05-22T20:05:15.632Z consumes: mg-admin-client
18982025-05-22T20:05:15.632Z consumes: nexus-client
18992025-05-22T20:05:15.632Z consumes: propolis-client
19002025-05-22T20:05:15.632Z consumes: repo-depot-client
19012025-05-22T20:05:15.632Z
19022025-05-22T20:05:15.632Z propolis-server (propolis/bin/propolis-server)
19032025-05-22T20:05:15.632Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
19042025-05-22T20:05:15.632Z exposes: Propolis (client = propolis-client)
19052025-05-22T20:05:15.632Z consumes: nexus-client
19062025-05-22T20:05:15.632Z
19072025-05-22T20:05:15.632Z tfportd (dendrite/tfportd)
19082025-05-22T20:05:15.632Z consumes: dpd-client
19092025-05-22T20:05:15.632Z consumes: lldpd-client
19102025-05-22T20:05:15.632Z
19112025-05-22T20:05:15.632Z wicketd (omicron/wicketd)
19122025-05-22T20:05:15.632Z exposes: Wicketd Installinator (client = installinator-client)
19132025-05-22T20:05:15.632Z exposes: Wicketd (client = wicketd-client)
19142025-05-22T20:05:15.632Z consumes: bootstrap-agent-client
19152025-05-22T20:05:15.632Z consumes: ddm-admin-client
19162025-05-22T20:05:15.632Z consumes: dpd-client
19172025-05-22T20:05:15.632Z consumes: gateway-client
19182025-05-22T20:05:15.632Z
19192025-05-22T20:05:15.633Z
19202025-05-22T20:05:15.633ZInstallinator
19212025-05-22T20:05:15.633Z installinator (omicron/installinator)
19222025-05-22T20:05:15.633Z consumes: ddm-admin-client
19232025-05-22T20:05:15.633Z consumes: installinator-client
19242025-05-22T20:05:15.633Z
19252025-05-22T20:05:15.633Z
19262025-05-22T20:05:15.633ZNexus
19272025-05-22T20:05:15.633Z omicron-nexus (omicron/nexus)
19282025-05-22T20:05:15.633Z exposes: Nexus Internal API (client = nexus-client)
19292025-05-22T20:05:15.633Z exposes: External API (client = oxide-client)
19302025-05-22T20:05:15.659Z consumes: clickhouse-admin-keeper-client
19312025-05-22T20:05:15.659Z consumes: clickhouse-admin-server-client
19322025-05-22T20:05:15.659Z consumes: clickhouse-admin-single-client
19332025-05-22T20:05:15.659Z consumes: cockroach-admin-client
19342025-05-22T20:05:15.659Z consumes: crucible-agent-client
19352025-05-22T20:05:15.659Z consumes: crucible-pantry-client
19362025-05-22T20:05:15.659Z consumes: dns-service-client
19372025-05-22T20:05:15.659Z consumes: dpd-client
19382025-05-22T20:05:15.659Z consumes: gateway-client
19392025-05-22T20:05:15.659Z consumes: lldpd-client
19402025-05-22T20:05:15.659Z consumes: mg-admin-client
19412025-05-22T20:05:15.659Z consumes: oximeter-client
19422025-05-22T20:05:15.659Z consumes: propolis-client
19432025-05-22T20:05:15.659Z consumes: repo-depot-client
19442025-05-22T20:05:15.659Z consumes: sled-agent-client
19452025-05-22T20:05:15.659Z
19462025-05-22T20:05:15.659Z
19472025-05-22T20:05:15.660ZOximeter
19482025-05-22T20:05:15.660Z oximeter-collector (omicron/oximeter/collector)
19492025-05-22T20:05:15.660Z exposes: Oximeter (client = oximeter-client)
19502025-05-22T20:05:15.660Z consumes: nexus-client
19512025-05-22T20:05:15.660Z
19522025-05-22T20:05:15.660Z
19532025-05-22T20:05:15.719Z
19542025-05-22T20:05:15.719Zreal 11.895165322
19552025-05-22T20:05:15.744Zuser 9.136997926
19562025-05-22T20:05:15.744Zsys 4.694338857
19572025-05-22T20:05:15.744Ztrap 0.004797734
19582025-05-22T20:05:15.745Ztflt 0.000139603
19592025-05-22T20:05:15.745Zdflt 0.000065084
19602025-05-22T20:05:15.745Zkflt 0.000000000
19612025-05-22T20:05:15.745Zlock 0.615013693
19622025-05-22T20:05:15.745Zslp 39.852311682
19632025-05-22T20:05:15.745Zlat 0.077915647
19642025-05-22T20:05:15.745Zstop 0.015894018
19652025-05-22T20:05:15.745Z+ ptime -m cargo xtask ls-apis servers
19662025-05-22T20:05:16.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
19672025-05-22T20:05:16.756Z Running `target/debug/xtask ls-apis servers`
19682025-05-22T20:05:18.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
19692025-05-22T20:05:18.348Z Running `target/debug/ls-apis servers`
19702025-05-22T20:05:18.418Zloading metadata for workspace omicron from current workspace
19712025-05-22T20:05:20.465Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
19722025-05-22T20:05:20.491Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/875ae5b/Cargo.toml
19732025-05-22T20:05:20.491Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
19742025-05-22T20:05:20.491Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/Cargo.toml
19752025-05-22T20:05:20.517Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml
19762025-05-22T20:05:24.997Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
19772025-05-22T20:05:26.477Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19782025-05-22T20:05:26.502Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19792025-05-22T20:05:26.748Zomicron-clickhouse-admin (omicron/clickhouse-admin)
19802025-05-22T20:05:26.748Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19812025-05-22T20:05:26.748Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
19822025-05-22T20:05:26.748Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19832025-05-22T20:05:26.800Z
19842025-05-22T20:05:26.800Zomicron-cockroach-admin (omicron/cockroach-admin)
19852025-05-22T20:05:26.800Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
19862025-05-22T20:05:26.800Z
19872025-05-22T20:05:26.800Zcrucible-agent (crucible/agent)
19882025-05-22T20:05:26.800Z exposes: Crucible Agent (client = crucible-agent-client)
19892025-05-22T20:05:26.800Z
19902025-05-22T20:05:26.800Zcrucible-downstairs (crucible/downstairs)
19912025-05-22T20:05:26.800Z exposes: Crucible Repair (client = repair-client)
19922025-05-22T20:05:26.800Z consumes: repair-client
19932025-05-22T20:05:26.800Z
19942025-05-22T20:05:26.800Zcrucible-pantry (crucible/pantry)
19952025-05-22T20:05:26.800Z exposes: Crucible Pantry (client = crucible-pantry-client)
19962025-05-22T20:05:26.800Z consumes: nexus-client
19972025-05-22T20:05:26.800Z
19982025-05-22T20:05:26.800Zdns-server (omicron/dns-server)
19992025-05-22T20:05:26.800Z exposes: DNS Server (client = dns-service-client)
20002025-05-22T20:05:26.800Z
20012025-05-22T20:05:26.800Zomicron-sled-agent (omicron/sled-agent)
20022025-05-22T20:05:26.800Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20032025-05-22T20:05:26.800Z exposes: Repo Depot API (client = repo-depot-client)
20042025-05-22T20:05:26.800Z exposes: Sled Agent (client = sled-agent-client)
20052025-05-22T20:05:26.800Z consumes: bootstrap-agent-client
20062025-05-22T20:05:26.800Z consumes: cockroach-admin-client
20072025-05-22T20:05:26.800Z consumes: ddm-admin-client
20082025-05-22T20:05:26.800Z consumes: dns-service-client
20092025-05-22T20:05:26.800Z consumes: dpd-client
20102025-05-22T20:05:26.800Z consumes: gateway-client
20112025-05-22T20:05:26.800Z consumes: mg-admin-client
20122025-05-22T20:05:26.800Z consumes: nexus-client
20132025-05-22T20:05:26.801Z consumes: propolis-client
20142025-05-22T20:05:26.801Z consumes: repo-depot-client
20152025-05-22T20:05:26.801Z
20162025-05-22T20:05:26.801Zpropolis-server (propolis/bin/propolis-server)
20172025-05-22T20:05:26.801Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20182025-05-22T20:05:26.801Z exposes: Propolis (client = propolis-client)
20192025-05-22T20:05:26.801Z consumes: nexus-client
20202025-05-22T20:05:26.801Z
20212025-05-22T20:05:26.801Zddmd (maghemite/ddmd)
20222025-05-22T20:05:26.801Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20232025-05-22T20:05:26.801Z consumes: dpd-client
20242025-05-22T20:05:26.801Z
20252025-05-22T20:05:26.801Zdpd (dendrite/dpd)
20262025-05-22T20:05:26.801Z exposes: Dendrite DPD (client = dpd-client)
20272025-05-22T20:05:26.801Z consumes: gateway-client
20282025-05-22T20:05:26.801Z consumes: nexus-client
20292025-05-22T20:05:26.801Z
20302025-05-22T20:05:26.801Zlldpd (lldp/lldpd)
20312025-05-22T20:05:26.801Z exposes: LLDP daemon (client = lldpd-client)
20322025-05-22T20:05:26.801Z consumes: dpd-client
20332025-05-22T20:05:26.801Z
20342025-05-22T20:05:26.801Zmgd (maghemite/mgd)
20352025-05-22T20:05:26.801Z exposes: Maghemite MG Admin (client = mg-admin-client)
20362025-05-22T20:05:26.801Z consumes: ddm-admin-client
20372025-05-22T20:05:26.801Z consumes: dpd-client
20382025-05-22T20:05:26.801Z
20392025-05-22T20:05:26.801Zomicron-gateway (omicron/gateway)
20402025-05-22T20:05:26.801Z exposes: Management Gateway Service (client = gateway-client)
20412025-05-22T20:05:26.801Z
20422025-05-22T20:05:26.801Ztfportd (dendrite/tfportd)
20432025-05-22T20:05:26.801Z consumes: dpd-client
20442025-05-22T20:05:26.801Z consumes: lldpd-client
20452025-05-22T20:05:26.801Z
20462025-05-22T20:05:26.801Zwicketd (omicron/wicketd)
20472025-05-22T20:05:26.801Z exposes: Wicketd Installinator (client = installinator-client)
20482025-05-22T20:05:26.801Z exposes: Wicketd (client = wicketd-client)
20492025-05-22T20:05:26.801Z consumes: bootstrap-agent-client
20502025-05-22T20:05:26.801Z consumes: ddm-admin-client
20512025-05-22T20:05:26.801Z consumes: dpd-client
20522025-05-22T20:05:26.801Z consumes: gateway-client
20532025-05-22T20:05:26.802Z
20542025-05-22T20:05:26.802Zinstallinator (omicron/installinator)
20552025-05-22T20:05:26.802Z consumes: ddm-admin-client
20562025-05-22T20:05:26.802Z consumes: installinator-client
20572025-05-22T20:05:26.802Z
20582025-05-22T20:05:26.802Zomicron-nexus (omicron/nexus)
20592025-05-22T20:05:26.802Z exposes: Nexus Internal API (client = nexus-client)
20602025-05-22T20:05:26.802Z exposes: External API (client = oxide-client)
20612025-05-22T20:05:26.828Z consumes: clickhouse-admin-keeper-client
20622025-05-22T20:05:26.828Z consumes: clickhouse-admin-server-client
20632025-05-22T20:05:26.828Z consumes: clickhouse-admin-single-client
20642025-05-22T20:05:26.828Z consumes: cockroach-admin-client
20652025-05-22T20:05:26.828Z consumes: crucible-agent-client
20662025-05-22T20:05:26.828Z consumes: crucible-pantry-client
20672025-05-22T20:05:26.828Z consumes: dns-service-client
20682025-05-22T20:05:26.828Z consumes: dpd-client
20692025-05-22T20:05:26.828Z consumes: gateway-client
20702025-05-22T20:05:26.828Z consumes: lldpd-client
20712025-05-22T20:05:26.828Z consumes: mg-admin-client
20722025-05-22T20:05:26.828Z consumes: oximeter-client
20732025-05-22T20:05:26.828Z consumes: propolis-client
20742025-05-22T20:05:26.828Z consumes: repo-depot-client
20752025-05-22T20:05:26.828Z consumes: sled-agent-client
20762025-05-22T20:05:26.828Z
20772025-05-22T20:05:26.828Zoximeter-collector (omicron/oximeter/collector)
20782025-05-22T20:05:26.828Z exposes: Oximeter (client = oximeter-client)
20792025-05-22T20:05:26.828Z consumes: nexus-client
20802025-05-22T20:05:26.828Z
20812025-05-22T20:05:26.881Z
20822025-05-22T20:05:26.881Zreal 11.132484309
20832025-05-22T20:05:26.881Zuser 9.064228588
20842025-05-22T20:05:26.881Zsys 4.053032885
20852025-05-22T20:05:26.881Ztrap 0.002872203
20862025-05-22T20:05:26.881Ztflt 0.000043905
20872025-05-22T20:05:26.881Zdflt 0.000181334
20882025-05-22T20:05:26.881Zkflt 0.000002164
20892025-05-22T20:05:26.881Zlock 0.500650632
20902025-05-22T20:05:26.881Zslp 39.570790780
20912025-05-22T20:05:26.881Zlat 0.041015626
20922025-05-22T20:05:26.881Zstop 0.014200043
20932025-05-22T20:05:26.908Z+ ptime -m cargo xtask ls-apis check
20942025-05-22T20:05:27.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
20952025-05-22T20:05:27.955Z Running `target/debug/xtask ls-apis check`
20962025-05-22T20:05:29.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
20972025-05-22T20:05:29.737Z Running `target/debug/ls-apis check`
20982025-05-22T20:05:29.814Zloading metadata for workspace omicron from current workspace
20992025-05-22T20:05:32.270Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
21002025-05-22T20:05:32.296Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
21012025-05-22T20:05:32.321Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml
21022025-05-22T20:05:32.321Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/875ae5b/Cargo.toml
21032025-05-22T20:05:32.321Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/Cargo.toml
21042025-05-22T20:05:36.989Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
21052025-05-22T20:05:38.440Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21062025-05-22T20:05:38.476Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21072025-05-22T20:05:38.871Z
21082025-05-22T20:05:38.871Z
21092025-05-22T20:05:38.871ZServer-managed APIs:
21102025-05-22T20:05:38.871Z
21112025-05-22T20:05:38.871Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
21122025-05-22T20:05:38.871Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
21132025-05-22T20:05:38.872Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
21142025-05-22T20:05:38.872Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
21152025-05-22T20:05:38.872Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
21162025-05-22T20:05:38.872Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
21172025-05-22T20:05:38.872Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
21182025-05-22T20:05:38.872Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
21192025-05-22T20:05:38.872Z DNS Server (dns-service-client, exposed by dns-server)
21202025-05-22T20:05:38.872Z Dendrite DPD (dpd-client, exposed by dpd)
21212025-05-22T20:05:38.872Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
21222025-05-22T20:05:38.872Z LLDP daemon (lldpd-client, exposed by lldpd)
21232025-05-22T20:05:38.872Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
21242025-05-22T20:05:38.872Z External API (oxide-client, exposed by omicron-nexus)
21252025-05-22T20:05:38.872Z Oximeter (oximeter-client, exposed by oximeter-collector)
21262025-05-22T20:05:38.872Z Propolis (propolis-client, exposed by propolis-server)
21272025-05-22T20:05:38.872Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
21282025-05-22T20:05:38.872Z Wicketd (wicketd-client, exposed by wicketd)
21292025-05-22T20:05:38.872Z
21302025-05-22T20:05:38.872Z
21312025-05-22T20:05:38.872ZClient-managed API:
21322025-05-22T20:05:38.872Z
21332025-05-22T20:05:38.872Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
21342025-05-22T20:05:38.872Z reason: depends on itself (i.e., instances call each other)
21352025-05-22T20:05:38.872Z Wicketd Installinator (installinator-client, exposed by wicketd)
21362025-05-22T20:05:38.872Z reason: client is provided implicitly by the operator
21372025-05-22T20:05:38.872Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
21382025-05-22T20:05:38.872Z reason: Circular dependencies between Nexus and other services
21392025-05-22T20:05:38.872Z Crucible Repair (repair-client, exposed by crucible-downstairs)
21402025-05-22T20:05:38.872Z reason: depends on itself (i.e., instances call each other)
21412025-05-22T20:05:38.872Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
21422025-05-22T20:05:38.872Z reason: depends on itself (i.e., instances call each other)
21432025-05-22T20:05:38.872Z
21442025-05-22T20:05:38.872Z
21452025-05-22T20:05:38.872ZAPIs with unknown version management: none
21462025-05-22T20:05:38.965Z
21472025-05-22T20:05:38.965Zreal 12.043672057
21482025-05-22T20:05:38.965Zuser 9.909589476
21492025-05-22T20:05:38.965Zsys 4.254291203
21502025-05-22T20:05:38.965Ztrap 0.003041828
21512025-05-22T20:05:38.965Ztflt 0.000174005
21522025-05-22T20:05:38.965Zdflt 0.000291424
21532025-05-22T20:05:38.965Zkflt 0.000003547
21542025-05-22T20:05:38.965Zlock 0.465632177
21552025-05-22T20:05:38.965Zslp 40.793019471
21562025-05-22T20:05:38.965Zlat 0.041181547
21572025-05-22T20:05:38.965Zstop 0.017731359
21582025-05-22T20:05:38.991Z+ ptime -m cargo xtask ls-apis adoc
21592025-05-22T20:05:40.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
21602025-05-22T20:05:40.235Z Running `target/debug/xtask ls-apis adoc`
21612025-05-22T20:05:41.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
21622025-05-22T20:05:42.021Z Running `target/debug/ls-apis adoc`
21632025-05-22T20:05:42.095Zloading metadata for workspace omicron from current workspace
21642025-05-22T20:05:44.575Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
21652025-05-22T20:05:44.601Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/875ae5b/Cargo.toml
21662025-05-22T20:05:44.601Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
21672025-05-22T20:05:44.601Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml
21682025-05-22T20:05:44.627Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/Cargo.toml
21692025-05-22T20:05:48.995Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
21702025-05-22T20:05:50.371Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21712025-05-22T20:05:50.397Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21722025-05-22T20:05:50.808Z
21732025-05-22T20:05:50.808Zreal 11.801369436
21742025-05-22T20:05:50.808Zuser 9.530408434
21752025-05-22T20:05:50.808Zsys 4.226675068
21762025-05-22T20:05:50.808Ztrap 0.002608110
21772025-05-22T20:05:50.808Ztflt 0.000162248
21782025-05-22T20:05:50.808Zdflt 0.000130237
21792025-05-22T20:05:50.808Zkflt 0.000003617
21802025-05-22T20:05:50.808Zlock 0.778804584
21812025-05-22T20:05:50.809Zslp 38.667382551
21822025-05-22T20:05:50.809Zlat 0.041832058
21832025-05-22T20:05:50.809Zstop 0.016434089
21842025-05-22T20:05:50.835Z+ banner build
21852025-05-22T20:05:50.835Z
21862025-05-22T20:05:50.835Z ##### # # # # #####
21872025-05-22T20:05:50.835Z # # # # # # # #
21882025-05-22T20:05:50.836Z ##### # # # # # #
21892025-05-22T20:05:50.836Z # # # # # # # #
21902025-05-22T20:05:50.836Z # # # # # # # #
21912025-05-22T20:05:50.836Z ##### #### # ###### #####
21922025-05-22T20:05:50.836Z
21932025-05-22T20:05:50.836Z+ export 'RUSTFLAGS=-D warnings'
21942025-05-22T20:05:50.836Z+ RUSTFLAGS='-D warnings'
21952025-05-22T20:05:50.836Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
21962025-05-22T20:05:50.836Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
21972025-05-22T20:05:50.836Z+ [[ illumos == \i\l\l\u\m\o\s ]]
21982025-05-22T20:05:50.836Z+ RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
21992025-05-22T20:05:50.836Z+ export TMPDIR=/var/tmp/omicron_tmp
22002025-05-22T20:05:50.836Z+ TMPDIR=/var/tmp/omicron_tmp
22012025-05-22T20:05:50.836Z+ export RUST_BACKTRACE=1
22022025-05-22T20:05:50.836Z+ RUST_BACKTRACE=1
22032025-05-22T20:05:50.836Z+ export CARGO_INCREMENTAL=0
22042025-05-22T20:05:50.836Z+ CARGO_INCREMENTAL=0
22052025-05-22T20:05:50.836Z+ export RUSTC_BOOTSTRAP=1
22062025-05-22T20:05:50.836Z+ RUSTC_BOOTSTRAP=1
22072025-05-22T20:05:50.836Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --exclude=omicron-nexus --tests --locked --verbose
22082025-05-22T20:05:55.348Z Compiling proc-macro2 v1.0.95
22092025-05-22T20:05:55.348Z Compiling unicode-ident v1.0.18
22102025-05-22T20:05:55.348Z Compiling libc v0.2.172
22112025-05-22T20:05:55.348Z Compiling cfg-if v1.0.0
22122025-05-22T20:05:55.398Z Compiling serde v1.0.219
22132025-05-22T20:05:55.399Z Compiling autocfg v1.4.0
22142025-05-22T20:05:55.399Z Compiling memchr v2.7.4
22152025-05-22T20:05:55.399Z Compiling value-bag v1.9.0
22162025-05-22T20:05:55.399Z 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.172/build.rs --error-format=json --json=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="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=7b65ab7a0ab576c3 -C extra-filename=-6ae313d5977f48c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-6ae313d5977f48c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22172025-05-22T20:05:55.399Z 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=-2fb36b43ac59150a --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-2fb36b43ac59150a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22182025-05-22T20:05:55.399Z 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=-8e6784b78ff938fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22192025-05-22T20:05:55.399Z 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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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"))' -C metadata=c2f4c23088d1f6fc -C extra-filename=-05d9a6e89676a9f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22202025-05-22T20:05:55.399Z 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=-6461ceff8954e4ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22212025-05-22T20:05:55.487Z 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=-64eddfadf42e0b77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22222025-05-22T20:05:55.514Z 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=-ac95aa56f11c7576 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22232025-05-22T20:05:55.514Z 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=-5277623ea9b67371 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-5277623ea9b67371 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22242025-05-22T20:05:55.797Z Compiling version_check v0.9.5
22252025-05-22T20:05:55.857Z 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=-64521a973ff0676f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22262025-05-22T20:05:56.041Z Compiling smallvec v1.14.0
22272025-05-22T20:05:56.067Z 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.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="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=a2923058c3e21c53 -C extra-filename=-dbb95c3a428e30f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22282025-05-22T20:05:56.110Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-2fb36b43ac59150a/build-script-build`
22292025-05-22T20:05:56.355Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-5277623ea9b67371/build-script-build`
22302025-05-22T20:05:56.428Z Compiling log v0.4.27
22312025-05-22T20:05:56.454Z 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=-0c3f9f9074fd84d6 --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-ac95aa56f11c7576.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22322025-05-22T20:05:56.483Z Compiling itoa v1.0.11
22332025-05-22T20:05:56.483Z 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=-52e1d93ca6a73556 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22342025-05-22T20:05:56.529Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-6ae313d5977f48c1/build-script-build`
22352025-05-22T20:05:56.582Z Compiling scopeguard v1.2.0
22362025-05-22T20:05:56.608Z 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=-4c50366c16e309bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22372025-05-22T20:05:56.634Z Compiling ryu v1.0.18
22382025-05-22T20:05:56.670Z 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=-e333b6170bff6ca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22392025-05-22T20:05:56.719Z 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.172/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=c715b5eb1f1e0772 -C extra-filename=-861b24e1ce2145a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -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(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(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"))'`
22402025-05-22T20:05:56.745Z 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=-6a79716c0dc665fc --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-8e6784b78ff938fa.rmeta --cap-lints allow -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)'`
22412025-05-22T20:05:56.827Z Compiling once_cell v1.21.3
22422025-05-22T20:05:56.868Z 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="default"' --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=073205cb5e32e35b -C extra-filename=-2a147402c71c6c21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22432025-05-22T20:05:56.896Z Compiling lock_api v0.4.12
22442025-05-22T20:05:56.896Z Compiling stable_deref_trait v1.2.0
22452025-05-22T20:05:56.896Z 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=-24cb4a3f30bb21bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22462025-05-22T20:05:56.896Z 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=-8adc48cc7413a953 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-8adc48cc7413a953 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-64eddfadf42e0b77.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22472025-05-22T20:05:57.074Z Compiling libm v0.2.8
22482025-05-22T20:05:57.100Z 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=-42fe6926b00b33f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-42fe6926b00b33f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22492025-05-22T20:05:57.137Z Compiling num-traits v0.2.19
22502025-05-22T20:05:57.167Z 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=-f46049b56443760a --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-f46049b56443760a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-64eddfadf42e0b77.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22512025-05-22T20:05:57.193Z Compiling shlex v1.3.0
22522025-05-22T20:05:57.193Z 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=-6a0bc1bb118c96fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22532025-05-22T20:05:57.299Z Compiling serde_json v1.0.140
22542025-05-22T20:05:57.328Z 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=-314eacb57da6407e --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-314eacb57da6407e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22552025-05-22T20:05:57.439Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-8adc48cc7413a953/build-script-build`
22562025-05-22T20:05:57.439Z Compiling pin-project-lite v0.2.14
22572025-05-22T20:05:57.480Z 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=-0110dcd00b10bbfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22582025-05-22T20:05:57.640Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-f46049b56443760a/build-script-build`
22592025-05-22T20:05:57.666Z Compiling regex-syntax v0.8.5
22602025-05-22T20:05:57.692Z 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=-8a5c4ab1e9e4d4bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22612025-05-22T20:05:57.692Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-42fe6926b00b33f5/build-script-build`
22622025-05-22T20:05:57.758Z Compiling quote v1.0.40
22632025-05-22T20:05:57.785Z 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=-2a3bb5719b58d5fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22642025-05-22T20:05:57.811Z 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=-18688dbff68d1a2c --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-4c50366c16e309bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
22652025-05-22T20:05:57.865Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-314eacb57da6407e/build-script-build`
22662025-05-22T20:05:57.892Z 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=-52e190b49346b5a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22672025-05-22T20:05:57.996Z Compiling getrandom v0.2.15
22682025-05-22T20:05:57.997Z Compiling jobserver v0.1.32
22692025-05-22T20:05:58.038Z 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=acd84019cd1637e8 -C extra-filename=-d3e85c47b514f975 --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-05d9a6e89676a9f8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22702025-05-22T20:05:58.038Z 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=7c03dc4587dabbb2 -C extra-filename=-cbd387e207411117 --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-861b24e1ce2145a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22712025-05-22T20:05:58.273Z Compiling semver v1.0.26
22722025-05-22T20:05:58.299Z 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=-37a9b4b591d42ad3 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-37a9b4b591d42ad3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22732025-05-22T20:05:58.408Z Compiling syn v2.0.101
22742025-05-22T20:05:58.436Z 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.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=33b74cda02620911 -C extra-filename=-afae99689092f356 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-8e6784b78ff938fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22752025-05-22T20:05:58.463Z Compiling rand_core v0.6.4
22762025-05-22T20:05:58.509Z 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=779f9824e6fdd522 -C extra-filename=-ef8c2fcc9369ed60 --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-d3e85c47b514f975.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22772025-05-22T20:05:58.554Z Compiling cc v1.2.15
22782025-05-22T20:05:58.580Z 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=c3b94ebf357e6e8a -C extra-filename=-94e598273c421973 --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-cbd387e207411117.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-6a0bc1bb118c96fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22792025-05-22T20:05:58.632Z Compiling byteorder v1.5.0
22802025-05-22T20:05:58.658Z 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=-bd9324fe48e620f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22812025-05-22T20:05:58.972Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-37a9b4b591d42ad3/build-script-build`
22822025-05-22T20:05:59.018Z Compiling litemap v0.7.3
22832025-05-22T20:05:59.044Z 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=-a1aea475dd5a4024 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22842025-05-22T20:05:59.105Z 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=-1fb6e8465c7f7e68 --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-52e190b49346b5a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'`
22852025-05-22T20:05:59.164Z Compiling writeable v0.5.5
22862025-05-22T20:05:59.164Z 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=-8a3842fb3f0bb28e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22872025-05-22T20:05:59.215Z Compiling aho-corasick v1.1.3
22882025-05-22T20:05:59.269Z 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=-36bced02ae4bd5ce --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-6461ceff8954e4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22892025-05-22T20:05:59.421Z Compiling subtle v2.6.1
22902025-05-22T20:05:59.448Z 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=-c6d4853b27733a97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22912025-05-22T20:05:59.603Z Compiling parking_lot_core v0.9.10
22922025-05-22T20:05:59.629Z 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=-c9e62b891ff46edb --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-c9e62b891ff46edb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22932025-05-22T20:05:59.836Z Compiling equivalent v1.0.1
22942025-05-22T20:05:59.862Z 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43f461cf72424270 -C extra-filename=-9240a0723269fc89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22952025-05-22T20:05:59.945Z Compiling allocator-api2 v0.2.18
22962025-05-22T20:05:59.971Z 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.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=011366104258060a -C extra-filename=-d14d137befdb9a92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22972025-05-22T20:06:00.071Z Compiling icu_locid_transform_data v1.5.0
22982025-05-22T20:06:00.097Z 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=-b2a8e588de5bc58d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22992025-05-22T20:06:00.167Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-c9e62b891ff46edb/build-script-build`
23002025-05-22T20:06:00.232Z Compiling foldhash v0.1.3
23012025-05-22T20:06:00.289Z 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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=1c485dfc9ccb8e9f -C extra-filename=-65d05ecea4fc02ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23022025-05-22T20:06:00.393Z 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=2a063fa09ee45602 -C extra-filename=-66739d943619abeb --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-05d9a6e89676a9f8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-dbb95c3a428e30f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23032025-05-22T20:06:00.776Z Compiling hashbrown v0.15.1
23042025-05-22T20:06:00.801Z 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.1/src/lib.rs --error-format=json --json=diagnostic-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", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=88e3ef5765637778 -C extra-filename=-b7e2d5194bb65c6f --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-d14d137befdb9a92.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-9240a0723269fc89.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-65d05ecea4fc02ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23052025-05-22T20:06:00.849Z Compiling errno v0.3.9
23062025-05-22T20:06:00.911Z 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.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f03b319db7aa1c11 -C extra-filename=-ad3cba27c91ccfdc --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-861b24e1ce2145a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23072025-05-22T20:06:01.061Z Compiling icu_properties_data v1.5.0
23082025-05-22T20:06:01.087Z 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=-7dfbae7f50591b51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23092025-05-22T20:06:01.125Z Compiling percent-encoding v2.3.1
23102025-05-22T20:06:01.154Z 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=-1ffbb2c1bbf7af15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23112025-05-22T20:06:01.182Z Compiling parking_lot v0.12.3
23122025-05-22T20:06:01.208Z 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=d0bf84c43c3665d8 -C extra-filename=-2aa0d0d1dca32990 --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-18688dbff68d1a2c.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-66739d943619abeb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23132025-05-22T20:06:01.412Z Compiling utf16_iter v1.0.5
23142025-05-22T20:06:01.438Z 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=-cc49e5090736ecd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23152025-05-22T20:06:01.545Z Compiling write16 v1.0.0
23162025-05-22T20:06:01.574Z 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=-514bf1cb798ddbec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23172025-05-22T20:06:01.713Z Compiling icu_normalizer_data v1.5.0
23182025-05-22T20:06:01.739Z 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=-234d8fd31bf85695 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23192025-05-22T20:06:01.769Z Compiling regex-automata v0.4.8
23202025-05-22T20:06:01.795Z 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=-6fc1782911ea05df --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-36bced02ae4bd5ce.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8a5c4ab1e9e4d4bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23212025-05-22T20:06:01.896Z Compiling utf8_iter v1.0.4
23222025-05-22T20:06:01.922Z 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=-0d248010a893f171 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23232025-05-22T20:06:02.065Z Compiling rustix v0.38.37
23242025-05-22T20:06:02.091Z 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=-1156ada6d05aa0f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-1156ada6d05aa0f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23252025-05-22T20:06:02.210Z Compiling form_urlencoded v1.2.1
23262025-05-22T20:06:02.236Z 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=-3baecd70a88ba04a --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-1ffbb2c1bbf7af15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23272025-05-22T20:06:02.262Z Compiling signal-hook-registry v1.4.2
23282025-05-22T20:06:02.262Z 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=42fac12cef996180 -C extra-filename=-ec5b056e97b9efa8 --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-861b24e1ce2145a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23292025-05-22T20:06:02.700Z Compiling fnv v1.0.7
23302025-05-22T20:06:02.744Z 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=-4cbe4ea4e54cb639 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23312025-05-22T20:06:02.769Z Compiling typenum v1.17.0
23322025-05-22T20:06:02.769Z 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=-cd7505c3f5376888 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-cd7505c3f5376888 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23332025-05-22T20:06:02.963Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-1156ada6d05aa0f6/build-script-build`
23342025-05-22T20:06:03.018Z Compiling generic-array v0.14.7
23352025-05-22T20:06:03.049Z 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=-592abe1686d9b77f --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-592abe1686d9b77f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23362025-05-22T20:06:03.149Z Compiling futures-core v0.3.31
23372025-05-22T20:06:03.175Z 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=-cc268f9244d9ad28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23382025-05-22T20:06:03.376Z Compiling mio v1.0.2
23392025-05-22T20:06:03.402Z 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=d731485847ababd4 -C extra-filename=-0285c7849a144e15 --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-861b24e1ce2145a7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23402025-05-22T20:06:03.523Z Compiling either v1.14.0
23412025-05-22T20:06:03.550Z 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.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_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=6c8a17d94586f4f9 -C extra-filename=-ed761dbd9a6ae688 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23422025-05-22T20:06:03.640Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-592abe1686d9b77f/build-script-build`
23432025-05-22T20:06:03.712Z Compiling heck v0.5.0
23442025-05-22T20:06:03.750Z 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=-973fa8e1d737893b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23452025-05-22T20:06:04.073Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-cd7505c3f5376888/build-script-main`
23462025-05-22T20:06:04.143Z Compiling thiserror v1.0.69
23472025-05-22T20:06:04.176Z Compiling getrandom v0.3.1
23482025-05-22T20:06:04.176Z 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=-74e1c85a16b70b83 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-74e1c85a16b70b83 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23492025-05-22T20:06:04.176Z 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=-23a75501c567e501 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-23a75501c567e501 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23502025-05-22T20:06:04.202Z Compiling socket2 v0.5.9
23512025-05-22T20:06:04.202Z 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.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="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=87d3a9c397467db0 -C extra-filename=-c0d48df8e813928a --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-861b24e1ce2145a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23522025-05-22T20:06:04.361Z 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=-b4e1437a670c0b17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23532025-05-22T20:06:04.429Z Compiling iana-time-zone v0.1.63
23542025-05-22T20:06:04.455Z 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=-b563444bd3d79103 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23552025-05-22T20:06:04.725Z Compiling spin v0.9.8
23562025-05-22T20:06:04.751Z 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=-dc900234ca880324 --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-18688dbff68d1a2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23572025-05-22T20:06:04.963Z Compiling slab v0.4.9
23582025-05-22T20:06:04.989Z 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=-8148b1b24de65c0e --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-8148b1b24de65c0e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-64eddfadf42e0b77.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23592025-05-22T20:06:05.049Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-74e1c85a16b70b83/build-script-build`
23602025-05-22T20:06:05.110Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-23a75501c567e501/build-script-build`
23612025-05-22T20:06:05.540Z 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=5871213dda15a680 -C extra-filename=-02873555aa1f7fad --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-05d9a6e89676a9f8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23622025-05-22T20:06:05.566Z Compiling pkg-config v0.3.31
23632025-05-22T20:06:05.566Z 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=-f17f01e4eb57ec55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23642025-05-22T20:06:05.566Z Compiling futures-io v0.3.31
23652025-05-22T20:06:05.566Z 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=-e716efa3b094ca97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23662025-05-22T20:06:05.594Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-8148b1b24de65c0e/build-script-build`
23672025-05-22T20:06:05.634Z Compiling const-oid v0.9.6
23682025-05-22T20:06:05.660Z 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=-e55f68fe8b969bcd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23692025-05-22T20:06:05.696Z Compiling schemars v0.8.22
23702025-05-22T20:06:05.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/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=-b027ec65f4ec9f14 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-b027ec65f4ec9f14 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23712025-05-22T20:06:05.762Z Compiling dyn-clone v1.0.19
23722025-05-22T20:06:05.788Z 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=-0eed3e3386dece13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23732025-05-22T20:06:05.813Z 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=-30b5dc21d1e08451 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23742025-05-22T20:06:05.860Z Compiling lazy_static v1.5.0
23752025-05-22T20:06:05.860Z 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=-7d13f98916d1d3e8 --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-dc900234ca880324.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23762025-05-22T20:06:06.083Z Compiling futures-sink v0.3.31
23772025-05-22T20:06:06.109Z Compiling cpufeatures v0.2.14
23782025-05-22T20:06:06.109Z 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=-b54f0766faacde7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23792025-05-22T20:06:06.109Z 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=-d1d1da8be6c6940e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23802025-05-22T20:06:06.179Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-b027ec65f4ec9f14/build-script-build`
23812025-05-22T20:06:06.252Z Compiling syn v1.0.109
23822025-05-22T20:06:06.278Z 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=-9b8c17f050b04b66 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-9b8c17f050b04b66 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23832025-05-22T20:06:06.308Z Compiling pin-utils v0.1.0
23842025-05-22T20:06:06.308Z 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=-edeb4baaa379e23d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23852025-05-22T20:06:06.349Z Compiling futures-channel v0.3.31
23862025-05-22T20:06:06.349Z Compiling futures-task v0.3.31
23872025-05-22T20:06:06.349Z 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=-3690577ee22f758c --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-cc268f9244d9ad28.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b54f0766faacde7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23882025-05-22T20:06:06.375Z 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=-e1867bd8b0b9071d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23892025-05-22T20:06:06.475Z Compiling glob v0.3.2
23902025-05-22T20:06:06.500Z 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=-344997d15477f1f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23912025-05-22T20:06:06.704Z Compiling synstructure v0.13.1
23922025-05-22T20:06:06.730Z 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=0fdb0f3684f32fa3 -C extra-filename=-f94d59b04a3ccf50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23932025-05-22T20:06:06.756Z Compiling serde_derive_internals v0.29.1
23942025-05-22T20:06:06.756Z 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=2e1410fa91877032 -C extra-filename=-40eba67257973264 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23952025-05-22T20:06:06.910Z Compiling tracing-core v0.1.32
23962025-05-22T20:06:06.938Z 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=94ad7ddcc6aa1d0b -C extra-filename=-9659a3212ee65609 --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-2a147402c71c6c21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23972025-05-22T20:06:06.985Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-9b8c17f050b04b66/build-script-build`
23982025-05-22T20:06:07.111Z 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=-7764272970a39c34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-8e6784b78ff938fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
23992025-05-22T20:06:07.556Z Compiling strsim v0.11.1
24002025-05-22T20:06:07.582Z 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=-f78af29a5eda1a64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24012025-05-22T20:06:07.677Z Compiling clang-sys v1.8.1
24022025-05-22T20:06:07.677Z 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=-7f7aa14ae4aee28c --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-7f7aa14ae4aee28c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24032025-05-22T20:06:08.236Z Compiling regex v1.11.1
24042025-05-22T20:06:08.262Z 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=-ea2bf633eee21eec --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-36bced02ae4bd5ce.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6fc1782911ea05df.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8a5c4ab1e9e4d4bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24052025-05-22T20:06:08.374Z Compiling minimal-lexical v0.2.1
24062025-05-22T20:06:08.399Z 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=-72e3a8a9dedb0455 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24072025-05-22T20:06:08.466Z Compiling prettyplease v0.2.32
24082025-05-22T20:06:08.494Z 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.32/build.rs --error-format=json --json=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=66aca6455c8e76f4 -C extra-filename=-23cc2ce8ea683f64 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-23cc2ce8ea683f64 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24092025-05-22T20:06:08.571Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-7f7aa14ae4aee28c/build-script-build`
24102025-05-22T20:06:08.646Z Compiling paste v1.0.15
24112025-05-22T20:06:08.672Z 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=-9b70284ad1378aa4 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-9b70284ad1378aa4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24122025-05-22T20:06:09.014Z Compiling nom v7.1.3
24132025-05-22T20:06:09.040Z 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=-e822832db8731ed7 --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-6461ceff8954e4ce.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-72e3a8a9dedb0455.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24142025-05-22T20:06:09.071Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-23cc2ce8ea683f64/build-script-build`
24152025-05-22T20:06:09.148Z Compiling libloading v0.8.5
24162025-05-22T20:06:09.175Z 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=5c1b6a365baf1456 -C extra-filename=-8077519c13c1ee4a --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-05d9a6e89676a9f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24172025-05-22T20:06:09.201Z Compiling adler2 v2.0.0
24182025-05-22T20:06:09.252Z 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=-76f51ffbe3ea7acb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24192025-05-22T20:06:09.372Z Compiling crossbeam-utils v0.8.21
24202025-05-22T20:06:09.398Z 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=-c17f0827ec75066b --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c17f0827ec75066b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24212025-05-22T20:06:09.492Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-9b70284ad1378aa4/build-script-build`
24222025-05-22T20:06:09.518Z Compiling miniz_oxide v0.8.5
24232025-05-22T20:06:09.518Z 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=-6988ec5fa265824a --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-76f51ffbe3ea7acb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24242025-05-22T20:06:09.603Z 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=-5a7744e0b57282b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -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"))'`
24252025-05-22T20:06:09.697Z 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=3c9e9fc97372a16e -C extra-filename=-cf42db9b19972d0f --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-344997d15477f1f9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-8077519c13c1ee4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24262025-05-22T20:06:10.082Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c17f0827ec75066b/build-script-build`
24272025-05-22T20:06:10.153Z 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.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="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=159784dd0c98f3de -C extra-filename=-a041e6542cd42be6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --cap-lints allow -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)'`
24282025-05-22T20:06:10.855Z Compiling vcpkg v0.2.15
24292025-05-22T20:06:10.881Z 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=-e151e297389c0a87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24302025-05-22T20:06:11.286Z Compiling home v0.5.9
24312025-05-22T20:06:11.311Z 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=-28e9aeedac828e4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24322025-05-22T20:06:11.629Z Compiling serde_derive v1.0.219
24332025-05-22T20:06:11.666Z 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=8c708184a4d9c374 -C extra-filename=-3d752c196cd4ce71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24342025-05-22T20:06:11.844Z Compiling zeroize_derive v1.4.2
24352025-05-22T20:06:11.844Z 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=9a0adac9b29cfb3e -C extra-filename=-9f1310d1232108a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24362025-05-22T20:06:12.558Z Compiling zerofrom-derive v0.1.4
24372025-05-22T20:06:12.583Z 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=71e935fe6cd7fadc -C extra-filename=-3d660f634f718e9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-f94d59b04a3ccf50.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24382025-05-22T20:06:12.791Z Compiling yoke-derive v0.7.4
24392025-05-22T20:06:12.847Z 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=4dcaf980dabc5105 -C extra-filename=-e8efd4eeb25a66cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-f94d59b04a3ccf50.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24402025-05-22T20:06:13.380Z Compiling zerovec-derive v0.10.3
24412025-05-22T20:06:13.405Z 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=0d1864b3ae48b481 -C extra-filename=-3b6f78436fb426b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24422025-05-22T20:06:13.444Z Compiling zeroize v1.8.1
24432025-05-22T20:06:13.494Z 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=c8ae92a43e51dc96 -C extra-filename=-93964ecc8c97fb70 --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-9f1310d1232108a9.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24442025-05-22T20:06:13.519Z Compiling displaydoc v0.2.5
24452025-05-22T20:06:13.519Z 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=2a3092af86d87d72 -C extra-filename=-f489b490341827e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24462025-05-22T20:06:13.916Z Compiling icu_provider_macros v1.5.0
24472025-05-22T20:06:13.944Z 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=9811a4dfa2d021c1 -C extra-filename=-66c589f85791eac0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24482025-05-22T20:06:15.187Z 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=7b6d2af6f090e968 -C extra-filename=-5a41f0b5a4a31464 --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-b4e1437a670c0b17.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
24492025-05-22T20:06:15.513Z Compiling thiserror-impl v1.0.69
24502025-05-22T20:06:15.538Z 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=cb8de79222731a3e -C extra-filename=-90a513fe90410f25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24512025-05-22T20:06:15.801Z Compiling tokio-macros v2.5.0
24522025-05-22T20:06:15.831Z 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=6a395aa50deadbfa -C extra-filename=-2f30c89b4440f63b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24532025-05-22T20:06:16.193Z Compiling zerocopy-derive v0.7.35
24542025-05-22T20:06:16.218Z 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=2e521eafc3e9203b -C extra-filename=-eb80665367f731b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24552025-05-22T20:06:16.374Z Compiling zerofrom v0.1.4
24562025-05-22T20:06:16.399Z 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=18e56eb73f0ea1e5 -C extra-filename=-507314faa92ccb59 --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-3d660f634f718e9c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24572025-05-22T20:06:16.648Z Compiling crypto-common v0.1.6
24582025-05-22T20:06:16.688Z 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=865d499875087ece -C extra-filename=-4c308f9f263b3acb --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-5a41f0b5a4a31464.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ef8c2fcc9369ed60.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-b4e1437a670c0b17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24592025-05-22T20:06:16.713Z Compiling yoke v0.7.4
24602025-05-22T20:06:16.713Z 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=a390410581c12657 -C extra-filename=-f8056db3d7c88bd1 --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-24cb4a3f30bb21bb.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-e8efd4eeb25a66cf.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-507314faa92ccb59.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24612025-05-22T20:06:17.039Z Compiling block-buffer v0.10.4
24622025-05-22T20:06:17.064Z 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=9741bbfb27b77bfa -C extra-filename=-8145955707eb5cc0 --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-5a41f0b5a4a31464.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24632025-05-22T20:06:17.189Z Compiling zerovec v0.10.4
24642025-05-22T20:06:17.235Z 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=ca1b09a3363c220d -C extra-filename=-336890301ab731bb --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-f8056db3d7c88bd1.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-507314faa92ccb59.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-3b6f78436fb426b2.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24652025-05-22T20:06:17.469Z Compiling schemars_derive v0.8.22
24662025-05-22T20:06:17.495Z 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=fd23954a74ccff1d -C extra-filename=-88e6c477243deaea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-40eba67257973264.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24672025-05-22T20:06:17.520Z Compiling digest v0.10.7
24682025-05-22T20:06:17.520Z 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=de6280bb15e0140f -C extra-filename=-1d6ab4ed8afa3f4c --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-8145955707eb5cc0.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e55f68fe8b969bcd.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-4c308f9f263b3acb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24692025-05-22T20:06:18.284Z Compiling futures-macro v0.3.31
24702025-05-22T20:06:18.310Z 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=2551e86a438c8b6e -C extra-filename=-c108fd55ee661d46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24712025-05-22T20:06:18.533Z Compiling zerocopy v0.7.35
24722025-05-22T20:06:18.558Z 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=30c5a3206a0dc00c -C extra-filename=-86d4ae5d34df00b9 --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-bd9324fe48e620f7.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-eb80665367f731b0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24732025-05-22T20:06:18.973Z 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=ffd10cd9a5673a1a -C extra-filename=-da1f261dcf0b07b9 --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-90a513fe90410f25.so --cap-lints allow -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)'`
24742025-05-22T20:06:19.228Z Compiling tracing-attributes v0.1.27
24752025-05-22T20:06:19.256Z 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=8367cd32a3b35f1d -C extra-filename=-ec296b087d291c01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24762025-05-22T20:06:19.680Z 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=98ffccd51d40c26a -C extra-filename=-3797518153757616 --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-3d752c196cd4ce71.so --cap-lints allow -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)'`
24772025-05-22T20:06:19.814Z Compiling tinystr v0.7.6
24782025-05-22T20:06:19.839Z 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=dbefc7ea68721bd0 -C extra-filename=-150b3f115664a213 --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-f489b490341827e2.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-336890301ab731bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24792025-05-22T20:06:19.874Z Compiling icu_collections v1.5.0
24802025-05-22T20:06:19.946Z 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=ef961c3813542639 -C extra-filename=-7013996d5f31e3f3 --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-f489b490341827e2.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-f8056db3d7c88bd1.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-507314faa92ccb59.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-336890301ab731bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24812025-05-22T20:06:20.068Z Compiling ppv-lite86 v0.2.20
24822025-05-22T20:06:20.094Z 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=af7ce9eb74bee56e -C extra-filename=-833a6f2afb35dc9f --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-86d4ae5d34df00b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24832025-05-22T20:06:20.310Z Compiling icu_locid v1.5.0
24842025-05-22T20:06:20.335Z 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=e5c3d7475083963b -C extra-filename=-baa273429dc128db --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-f489b490341827e2.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-a1aea475dd5a4024.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-150b3f115664a213.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-8a3842fb3f0bb28e.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-336890301ab731bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24852025-05-22T20:06:20.381Z Compiling futures-util v0.3.31
24862025-05-22T20:06:20.407Z 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=83267082975997f9 -C extra-filename=-fa33b9f36748c437 --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-3690577ee22f758c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-c108fd55ee661d46.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b54f0766faacde7a.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e1867bd8b0b9071d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-edeb4baaa379e23d.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-30b5dc21d1e08451.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24872025-05-22T20:06:20.693Z Compiling cexpr v0.6.0
24882025-05-22T20:06:20.718Z 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=-8b73cb8b6ee8149f --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-e822832db8731ed7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24892025-05-22T20:06:20.949Z Compiling rand_chacha v0.3.1
24902025-05-22T20:06:20.974Z 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=85a5140eaa6dd596 -C extra-filename=-07cedfa1f2c9df08 --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-833a6f2afb35dc9f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ef8c2fcc9369ed60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24912025-05-22T20:06:21.008Z 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=-7359b4299789c5bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
24922025-05-22T20:06:21.378Z Compiling ring v0.17.14
24932025-05-22T20:06:21.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/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=0784ebfd0dcd5dda -C extra-filename=-efa64f1100fc06d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-efa64f1100fc06d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-94e598273c421973.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24942025-05-22T20:06:22.239Z Compiling icu_provider v1.5.0
24952025-05-22T20:06:22.264Z 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=f9703a9903213fb4 -C extra-filename=-a64874799c64688a --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-f489b490341827e2.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-baa273429dc128db.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-66c589f85791eac0.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-24cb4a3f30bb21bb.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-150b3f115664a213.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-8a3842fb3f0bb28e.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-f8056db3d7c88bd1.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-507314faa92ccb59.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-336890301ab731bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24962025-05-22T20:06:22.436Z Compiling rand v0.8.5
24972025-05-22T20:06:22.437Z 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=02a0513f17841344 -C extra-filename=-ab1fc069870bc0e4 --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-861b24e1ce2145a7.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-07cedfa1f2c9df08.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ef8c2fcc9369ed60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24982025-05-22T20:06:22.481Z Compiling block-padding v0.3.3
24992025-05-22T20:06:22.506Z 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=f168c14a203ac5c9 -C extra-filename=-71bac9e52723f8b9 --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-5a41f0b5a4a31464.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25002025-05-22T20:06:22.649Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-efa64f1100fc06d6/build-script-build`
25012025-05-22T20:06:22.756Z Compiling itertools v0.12.1
25022025-05-22T20:06:22.781Z 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=72401c74d83c5575 -C extra-filename=-0d7cde468535b2dd --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-ed761dbd9a6ae688.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25032025-05-22T20:06:22.807Z Compiling tracing v0.1.40
25042025-05-22T20:06:22.832Z 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=d495db44b80c1416 -C extra-filename=-5601242d4cca54cf --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-0c3f9f9074fd84d6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-ec296b087d291c01.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-9659a3212ee65609.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25052025-05-22T20:06:22.889Z Compiling powerfmt v0.2.0
25062025-05-22T20:06:22.914Z 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=-1b951eb685767300 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25072025-05-22T20:06:23.342Z Compiling icu_locid_transform v1.5.0
25082025-05-22T20:06:23.367Z 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=c582b4013f198b0f -C extra-filename=-04ffd3548ee20ba5 --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-f489b490341827e2.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-baa273429dc128db.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-b2a8e588de5bc58d.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-a64874799c64688a.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-150b3f115664a213.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-336890301ab731bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25092025-05-22T20:06:23.432Z Compiling num-conv v0.1.0
25102025-05-22T20:06:23.457Z 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=-a6397ed30fc5127a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25112025-05-22T20:06:23.490Z Compiling time-core v0.1.2
25122025-05-22T20:06:23.515Z 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=-a8cbde7d806426e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25132025-05-22T20:06:23.760Z Compiling deranged v0.3.11
25142025-05-22T20:06:23.785Z 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=-fbee571ca486c4d6 --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-1b951eb685767300.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25152025-05-22T20:06:23.895Z Compiling time-macros v0.2.18
25162025-05-22T20:06:23.920Z 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=-a83722f41e62c232 --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-a6397ed30fc5127a.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-a8cbde7d806426e6.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25172025-05-22T20:06:24.765Z Compiling inout v0.1.3
25182025-05-22T20:06:24.791Z 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=547a656aa195f9ab -C extra-filename=-bc205343c3f910de --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-71bac9e52723f8b9.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5a41f0b5a4a31464.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25192025-05-22T20:06:25.198Z Compiling icu_properties v1.5.1
25202025-05-22T20:06:25.225Z 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=b96bee6367d478bf -C extra-filename=-f33d654c3488e116 --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-f489b490341827e2.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-7013996d5f31e3f3.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-04ffd3548ee20ba5.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-7dfbae7f50591b51.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-a64874799c64688a.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-150b3f115664a213.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-336890301ab731bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25212025-05-22T20:06:25.335Z Compiling bytes v1.10.1
25222025-05-22T20:06:25.360Z 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=6721193a9d3ea6b4 -C extra-filename=-5d6c1e9618f55f42 --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-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25232025-05-22T20:06:25.646Z Compiling bitflags v2.9.0
25242025-05-22T20:06:25.671Z 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=3d095304145955d4 -C extra-filename=-beab76081c319986 --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-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25252025-05-22T20:06:25.838Z 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=cb78d0812b6b4bb0 -C extra-filename=-6251bde64cce40ae --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-52e1d93ca6a73556.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e333b6170bff6ca3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
25262025-05-22T20:06:26.081Z 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=1600fdc2b9745588 -C extra-filename=-5571e112a653d91b --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-3797518153757616.rmeta --cap-lints allow -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)'`
25272025-05-22T20:06:26.230Z 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=b8cf892f82b9f8ff -C extra-filename=-52a7e34822aa1467 --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-beab76081c319986.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-ad3cba27c91ccfdc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
25282025-05-22T20:06:26.474Z Compiling indexmap v2.9.0
25292025-05-22T20:06:26.499Z 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=9d6562c47f25cebc -C extra-filename=-a384275f6c4d7326 --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-9240a0723269fc89.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b7e2d5194bb65c6f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25302025-05-22T20:06:26.910Z Compiling tokio v1.45.0
25312025-05-22T20:06:26.936Z 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.0/src/lib.rs --error-format=json --json=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=d7c758db0f244369 -C extra-filename=-63041c43d64718a3 --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-5d6c1e9618f55f42.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0285c7849a144e15.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-2aa0d0d1dca32990.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-ec5b056e97b9efa8.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-c0d48df8e813928a.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-2f30c89b4440f63b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25322025-05-22T20:06:26.961Z Compiling chrono v0.4.41
25332025-05-22T20:06:26.986Z 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=fa9181d4a86fe6fd -C extra-filename=-1cd817a3f34bbccd --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-b563444bd3d79103.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25342025-05-22T20:06:27.122Z Compiling uuid v1.16.0
25352025-05-22T20:06:27.161Z 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.16.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=2af561ae8e56a9b0 -C extra-filename=-e75d8c2b7970b63f --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-02873555aa1f7fad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25362025-05-22T20:06:27.899Z Compiling http v1.3.1
25372025-05-22T20:06:27.939Z 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=734f2f9286d6bbc6 -C extra-filename=-0a6f4624c17fcf4b --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-5d6c1e9618f55f42.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-4cbe4ea4e54cb639.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-52e1d93ca6a73556.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25382025-05-22T20:06:28.268Z Compiling bindgen v0.69.5
25392025-05-22T20:06:28.308Z 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=-19bb01bd254ab687 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-19bb01bd254ab687 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25402025-05-22T20:06:28.875Z Compiling num_threads v0.1.7
25412025-05-22T20:06:28.900Z 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=-a586c74fc555cb89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25422025-05-22T20:06:29.136Z Compiling time v0.3.36
25432025-05-22T20:06:29.161Z 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=c1d268d58a9fdbfd -C extra-filename=-6170a89a7cf31b99 --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-fbee571ca486c4d6.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-52e1d93ca6a73556.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-a6397ed30fc5127a.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-a586c74fc555cb89.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-1b951eb685767300.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-a8cbde7d806426e6.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-a83722f41e62c232.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25442025-05-22T20:06:29.195Z Compiling serde_tokenstream v0.2.2
25452025-05-22T20:06:29.196Z 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=ccc408eb6a901dad -C extra-filename=-c0d3326f90e6d1d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25462025-05-22T20:06:29.519Z Compiling icu_normalizer v1.5.0
25472025-05-22T20:06:29.544Z 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=8b80f6a83a1a97f4 -C extra-filename=-e5e077fa11e25e23 --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-f489b490341827e2.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-7013996d5f31e3f3.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-234d8fd31bf85695.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-f33d654c3488e116.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-a64874799c64688a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-dbb95c3a428e30f8.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-cc49e5090736ecd3.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-0d248010a893f171.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-514bf1cb798ddbec.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-336890301ab731bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25482025-05-22T20:06:29.892Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-19bb01bd254ab687/build-script-build`
25492025-05-22T20:06:29.960Z Compiling cipher v0.4.4
25502025-05-22T20:06:29.986Z 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=1bf5551830b827d4 -C extra-filename=-64aa4ce7eb6af6b2 --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-4c308f9f263b3acb.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-bc205343c3f910de.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25512025-05-22T20:06:30.205Z Compiling rustc-hash v1.1.0
25522025-05-22T20:06:30.242Z 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=-a87979940961ffe0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25532025-05-22T20:06:30.341Z Compiling lazycell v1.3.0
25542025-05-22T20:06:30.367Z 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=-b74e44824986a351 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25552025-05-22T20:06:30.467Z Compiling which v4.4.2
25562025-05-22T20:06:30.493Z 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=8b61c9f3c97ea429 -C extra-filename=-541071db5dcd4061 --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-ed761dbd9a6ae688.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-28e9aeedac828e4f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-52a7e34822aa1467.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25572025-05-22T20:06:30.602Z Compiling idna_adapter v1.2.0
25582025-05-22T20:06:30.627Z 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=713f0b4484db3e32 -C extra-filename=-9c89218bba5d3d5e --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-e5e077fa11e25e23.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-f33d654c3488e116.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25592025-05-22T20:06:30.653Z Compiling atomic-waker v1.1.2
25602025-05-22T20:06:30.653Z 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=-b88de53e82c6fffa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25612025-05-22T20:06:30.781Z Compiling httparse v1.9.5
25622025-05-22T20:06:30.806Z 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=-1691dad6cc9e2a85 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-1691dad6cc9e2a85 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632025-05-22T20:06:30.926Z Compiling idna v1.0.3
25642025-05-22T20:06:30.926Z 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=fe20eb12ff618506 -C extra-filename=-8e30d2ac86fd165d --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-9c89218bba5d3d5e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-dbb95c3a428e30f8.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-0d248010a893f171.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25652025-05-22T20:06:30.973Z 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=ff042fc362dc59e7 -C extra-filename=-9a01c6761b8807ef --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-beab76081c319986.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-8b73cb8b6ee8149f.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-cf42db9b19972d0f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0d7cde468535b2dd.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-b74e44824986a351.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a041e6542cd42be6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-a87979940961ffe0.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-6a0bc1bb118c96fe.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-541071db5dcd4061.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25662025-05-22T20:06:31.127Z Compiling cmake v0.1.51
25672025-05-22T20:06:31.153Z 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=48eef3016b2bf8a9 -C extra-filename=-9544f3e07155b19f --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-94e598273c421973.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25682025-05-22T20:06:31.331Z Compiling dunce v1.0.5
25692025-05-22T20:06:31.356Z 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=-9e0505f906e2b10b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25702025-05-22T20:06:31.439Z Compiling untrusted v0.9.0
25712025-05-22T20:06:31.464Z 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=-7300bbcd9e2b6e82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25722025-05-22T20:06:31.563Z Compiling fs_extra v1.3.0
25732025-05-22T20:06:31.588Z 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=-b1d532e803ea1f2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25742025-05-22T20:06:31.624Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-1691dad6cc9e2a85/build-script-build`
25752025-05-22T20:06:31.712Z Compiling url v2.5.3
25762025-05-22T20:06:31.737Z 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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=3a3156330526bba2 -C extra-filename=-363632c650604cac --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-3baecd70a88ba04a.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8e30d2ac86fd165d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25772025-05-22T20:06:31.768Z 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=-bd816f45ec33d3cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd_neon_intrinsics --cfg httparse_simd`
25782025-05-22T20:06:32.104Z 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=c4236774e320edfe -C extra-filename=-42e297bdf6176b96 --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-05d9a6e89676a9f8.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d3e85c47b514f975.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7300bbcd9e2b6e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -l static=ring_core_0_17_14_ -l static=ring_core_0_17_14__test`
25792025-05-22T20:06:32.174Z Compiling gimli v0.31.1
25802025-05-22T20:06:32.199Z 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=-5c0780044f773d47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25812025-05-22T20:06:32.521Z Compiling base64ct v1.6.0
25822025-05-22T20:06:32.546Z 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=-fae69d05f1cd8859 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25832025-05-22T20:06:32.579Z Compiling hmac v0.12.1
25842025-05-22T20:06:32.604Z 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=87c8cb004929b1a2 -C extra-filename=-7fc1247b1e4c45d9 --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-1d6ab4ed8afa3f4c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25852025-05-22T20:06:32.969Z 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=0aa98d97f49dcfa5 -C extra-filename=-3a5582aafb9fc80e --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-5d6c1e9618f55f42.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0eed3e3386dece13.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-88e6c477243deaea.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
25862025-05-22T20:06:33.256Z Compiling sha2 v0.10.8
25872025-05-22T20:06:33.281Z 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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=b4317708651cb144 -C extra-filename=-4e987d8e71a5f8cd --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-05d9a6e89676a9f8.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d1d1da8be6c6940e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1d6ab4ed8afa3f4c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25882025-05-22T20:06:33.723Z Compiling object v0.36.5
25892025-05-22T20:06:33.748Z 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=-b73ccbd776489aa0 --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-6461ceff8954e4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25902025-05-22T20:06:33.826Z Compiling rustc-demangle v0.1.24
25912025-05-22T20:06:33.852Z 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=-1d8d2fc78523db1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25922025-05-22T20:06:34.912Z Compiling anyhow v1.0.98
25932025-05-22T20:06:34.937Z 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=-4de3a49e942672b7 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-4de3a49e942672b7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25942025-05-22T20:06:35.730Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-4de3a49e942672b7/build-script-build`
25952025-05-22T20:06:36.320Z Compiling aws-lc-rs v1.12.4
25962025-05-22T20:06:36.345Z 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=-ec08acd25c6a0b2d --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-ec08acd25c6a0b2d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972025-05-22T20:06:36.582Z Compiling addr2line v0.24.2
25982025-05-22T20:06:36.607Z 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=-c43a618e0283b0ed --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-5c0780044f773d47.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25992025-05-22T20:06:36.716Z Compiling tokio-util v0.7.13
26002025-05-22T20:06:36.741Z 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.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="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=6f6d1ea5f847417d -C extra-filename=-c9c06020dc17cf5b --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-5d6c1e9618f55f42.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b54f0766faacde7a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-30b5dc21d1e08451.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26012025-05-22T20:06:36.861Z Compiling rustls-pki-types v1.10.0
26022025-05-22T20:06:36.887Z 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=-fe220a1c44515e68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26032025-05-22T20:06:36.912Z Compiling base64 v0.22.1
26042025-05-22T20:06:36.912Z 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=-47534339b40df4f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26052025-05-22T20:06:37.177Z Compiling http-body v1.0.1
26062025-05-22T20:06:37.203Z 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=bf4918ed09d8c7b8 -C extra-filename=-68878559edd21b25 --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-5d6c1e9618f55f42.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26072025-05-22T20:06:37.525Z Compiling toml_datetime v0.6.9
26082025-05-22T20:06:37.550Z 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.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=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="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=67bab3c8a36960a9 -C extra-filename=-1a53d49653501b73 --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-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26092025-05-22T20:06:37.577Z Compiling serde_spanned v0.6.8
26102025-05-22T20:06:37.617Z 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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::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="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=c31e58d4742d9f21 -C extra-filename=-b1bfaaa4ff399fe1 --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-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26112025-05-22T20:06:37.773Z Compiling untrusted v0.7.1
26122025-05-22T20:06:37.798Z 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=-fa3ccdb9ba98dc3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26132025-05-22T20:06:37.931Z Compiling try-lock v0.2.5
26142025-05-22T20:06:37.956Z 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=-5de0ae846aa9ec6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26152025-05-22T20:06:38.085Z Compiling httpdate v1.0.3
26162025-05-22T20:06:38.110Z 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=-bafdc436c339b98a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26172025-05-22T20:06:38.135Z Compiling h2 v0.4.6
26182025-05-22T20:06:38.135Z 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=3ef71415d93e9c9c -C extra-filename=-d7b7e72a7dd5c7fe --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-b88de53e82c6fffa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-4cbe4ea4e54cb639.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b54f0766faacde7a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-30b5dc21d1e08451.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5601242d4cca54cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26192025-05-22T20:06:38.188Z Compiling want v0.3.1
26202025-05-22T20:06:38.188Z 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=-11a8256d92ee1122 --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-5de0ae846aa9ec6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26212025-05-22T20:06:38.231Z Compiling pem-rfc7468 v0.7.0
26222025-05-22T20:06:38.231Z 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=-342e1c0a888cffaa --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-fae69d05f1cd8859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26232025-05-22T20:06:38.540Z Compiling openssl-sys v0.9.107
26242025-05-22T20:06:38.565Z 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.107/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=fef6602dc70e8675 -C extra-filename=-6f817a9eade2ec7d --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-6f817a9eade2ec7d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-94e598273c421973.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f17f01e4eb57ec55.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-e151e297389c0a87.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26252025-05-22T20:06:38.603Z Compiling utf8parse v0.2.2
26262025-05-22T20:06:38.629Z 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=-03bf52d9306b5785 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26272025-05-22T20:06:38.654Z Compiling rustversion v1.0.17
26282025-05-22T20:06:38.654Z 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=-f734781250b5f121 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-f734781250b5f121 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26292025-05-22T20:06:38.862Z Compiling tower-service v0.3.3
26302025-05-22T20:06:38.888Z 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=-d346929584aa12d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26312025-05-22T20:06:39.028Z Compiling der_derive v0.7.3
26322025-05-22T20:06:39.053Z 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=20bc89c33c9f4e9e -C extra-filename=-c28a50b52e18a6f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26332025-05-22T20:06:39.134Z Compiling slog v2.7.0
26342025-05-22T20:06:39.160Z 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=-82494b0e7f315f12 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-82494b0e7f315f12 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26352025-05-22T20:06:39.541Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-f734781250b5f121/build-script-build`
26362025-05-22T20:06:39.663Z Compiling flagset v0.4.6
26372025-05-22T20:06:39.688Z 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=-d38e5dd6ee677f9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26382025-05-22T20:06:39.887Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-82494b0e7f315f12/build-script-build`
26392025-05-22T20:06:39.996Z 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=-148d4a25b6a900e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -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"))'`
26402025-05-22T20:06:40.054Z Compiling pbkdf2 v0.12.2
26412025-05-22T20:06:40.079Z 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=a911c3a2bf96fc14 -C extra-filename=-3cdf3bae5fd97e19 --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-1d6ab4ed8afa3f4c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-7fc1247b1e4c45d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26422025-05-22T20:06:40.111Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-6f817a9eade2ec7d/build-script-main`
26432025-05-22T20:06:40.263Z Compiling aes v0.8.4
26442025-05-22T20:06:40.288Z 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=a976d4e65a90ca0b -C extra-filename=-b7a8fc7001274ad5 --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-05d9a6e89676a9f8.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-64aa4ce7eb6af6b2.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d1d1da8be6c6940e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26452025-05-22T20:06:40.376Z Compiling mime v0.3.17
26462025-05-22T20:06:40.401Z 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=-6a9761af3a61b81d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472025-05-22T20:06:41.040Z Compiling anstyle v1.0.10
26482025-05-22T20:06:41.065Z 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.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' '--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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d4a2adc2d9189058 -C extra-filename=-f0d665ae03ab89d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26492025-05-22T20:06:41.505Z Compiling backtrace v0.3.74
26502025-05-22T20:06:41.530Z 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=8b254de98e867566 -C extra-filename=-4b62f64657afeb8f --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-c43a618e0283b0ed.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-6988ec5fa265824a.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-b73ccbd776489aa0.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-1d8d2fc78523db1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26512025-05-22T20:06:42.778Z 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=-ddf7ca289917e60a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
26522025-05-22T20:06:42.828Z Compiling der v0.7.9
26532025-05-22T20:06:42.828Z 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=87b2dcbf0b0a97b8 -C extra-filename=-86dc450592e58195 --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-e55f68fe8b969bcd.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-c28a50b52e18a6f7.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-d38e5dd6ee677f9d.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-342e1c0a888cffaa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26542025-05-22T20:06:42.828Z Compiling cbc v0.1.2
26552025-05-22T20:06:42.828Z 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=1885b5f1fb466b0a -C extra-filename=-b40d575311c80252 --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-64aa4ce7eb6af6b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26562025-05-22T20:06:42.828Z Compiling salsa20 v0.10.2
26572025-05-22T20:06:42.828Z 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=6e824912ea3f9346 -C extra-filename=-8c999752e75089d1 --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-64aa4ce7eb6af6b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26582025-05-22T20:06:42.828Z Compiling async-trait v0.1.88
26592025-05-22T20:06:42.828Z 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=3980325f2aac0494 -C extra-filename=-178f17d25fe9aeb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26602025-05-22T20:06:42.828Z Compiling foreign-types-shared v0.1.1
26612025-05-22T20:06:42.828Z 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=-63418ab7f95a3f86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26622025-05-22T20:06:42.828Z Compiling openssl v0.10.72
26632025-05-22T20:06:42.828Z 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.72/build.rs --error-format=json --json=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=e81d8620479c0538 -C extra-filename=-0aa71a47220518ee --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-0aa71a47220518ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26642025-05-22T20:06:42.828Z Compiling openssl-probe v0.1.5
26652025-05-22T20:06:42.828Z 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=-4df1d1c7c945f588 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26662025-05-22T20:06:42.913Z 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=2bf272d41bdb56ff -C extra-filename=-815284d1de2d1d0e --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-4b62f64657afeb8f.rmeta --cap-lints allow -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)'`
26672025-05-22T20:06:43.106Z Compiling ipnet v2.11.0
26682025-05-22T20:06:43.132Z 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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=075aa5b107a6725f -C extra-filename=-2bbad1053bc3dd9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26692025-05-22T20:06:43.189Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-0aa71a47220518ee/build-script-build`
26702025-05-22T20:06:43.252Z Compiling foreign-types v0.3.2
26712025-05-22T20:06:43.277Z 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=-c2a0be81ef6eaaf6 --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-63418ab7f95a3f86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26722025-05-22T20:06:43.448Z Compiling scrypt v0.11.0
26732025-05-22T20:06:43.498Z 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=067822bb66403061 -C extra-filename=-5edc73c08026fadd --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-3cdf3bae5fd97e19.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-8c999752e75089d1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26742025-05-22T20:06:43.879Z 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.107/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=0dfb6389922b6650 -C extra-filename=-a5cba47263e8a0d9 --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-861b24e1ce2145a7.rmeta --cap-lints allow -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)'`
26752025-05-22T20:06:44.067Z Compiling anstyle-parse v0.2.5
26762025-05-22T20:06:44.105Z 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=-25e8598483079844 --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-03bf52d9306b5785.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26772025-05-22T20:06:44.436Z Compiling spki v0.7.3
26782025-05-22T20:06:44.461Z 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=58a46c457aa78d06 -C extra-filename=-2de2a39b28629dce --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-86dc450592e58195.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26792025-05-22T20:06:44.541Z Compiling http-body-util v0.1.3
26802025-05-22T20:06:44.566Z 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=4c081314e3d718f5 -C extra-filename=-835b7ceed5a00504 --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-5d6c1e9618f55f42.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-68878559edd21b25.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26812025-05-22T20:06:44.905Z Compiling rustc_version v0.4.1
26822025-05-22T20:06:44.931Z 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=a488304541e94666 -C extra-filename=-9c42e7e0fc277399 --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-5571e112a653d91b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26832025-05-22T20:06:44.956Z Compiling openssl-macros v0.1.1
26842025-05-22T20:06:45.014Z 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=6d6a9fcd67aed06d -C extra-filename=-13bb9800bf6faa49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26852025-05-22T20:06:45.069Z Compiling colorchoice v1.0.2
26862025-05-22T20:06:45.094Z 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=-ab566953f6745526 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26872025-05-22T20:06:45.227Z Compiling anstyle-query v1.1.1
26882025-05-22T20:06:45.252Z 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=-34b0abdf8e6f8759 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26892025-05-22T20:06:45.291Z Compiling rustls v0.23.19
26902025-05-22T20:06:45.318Z 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=-1856558b521a9f8f --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-1856558b521a9f8f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26912025-05-22T20:06:45.349Z Compiling is_terminal_polyfill v1.70.1
26922025-05-22T20:06:45.394Z 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=-6c3043da1ab8077d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26932025-05-22T20:06:45.430Z Compiling pkcs5 v0.7.1
26942025-05-22T20:06:45.430Z 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=9798ac84a595e315 -C extra-filename=-d6c107d42bc3b176 --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-b7a8fc7001274ad5.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-b40d575311c80252.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-86dc450592e58195.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-3cdf3bae5fd97e19.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-5edc73c08026fadd.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2de2a39b28629dce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26952025-05-22T20:06:45.494Z Compiling rustls-pemfile v2.2.0
26962025-05-22T20:06:45.524Z 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=-c8fc30b72ed3faa9 --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-fe220a1c44515e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26972025-05-22T20:06:45.581Z Compiling anstream v0.6.18
26982025-05-22T20:06:45.606Z 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=0fb7f714b0029232 -C extra-filename=-d24e584261a1a2b7 --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-f0d665ae03ab89d5.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-25e8598483079844.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-34b0abdf8e6f8759.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-ab566953f6745526.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-6c3043da1ab8077d.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-03bf52d9306b5785.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26992025-05-22T20:06:45.719Z Compiling native-tls v0.2.12
27002025-05-22T20:06:45.760Z 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=-32b55d0bedb36943 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-32b55d0bedb36943 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27012025-05-22T20:06:45.834Z Compiling terminal_size v0.4.0
27022025-05-22T20:06:45.834Z 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=b5478c606b07b603 -C extra-filename=-a12fdc5dce3d7ae9 --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-52a7e34822aa1467.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27032025-05-22T20:06:45.944Z 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.72/src/lib.rs --error-format=json --json=diagnostic-rendered-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=befa614e4707fb85 -C extra-filename=-dd3873209fa27529 --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-beab76081c319986.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-c2a0be81ef6eaaf6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-13bb9800bf6faa49.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a5cba47263e8a0d9.rmeta --cap-lints allow -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)'`
27042025-05-22T20:06:45.970Z Compiling serde_urlencoded v0.7.1
27052025-05-22T20:06:45.970Z 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=f0a9696b17c4cce7 -C extra-filename=-9dffcc25b3f24448 --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-3baecd70a88ba04a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-52e1d93ca6a73556.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e333b6170bff6ca3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27062025-05-22T20:06:46.127Z Compiling hyper v1.6.0
27072025-05-22T20:06:46.167Z 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=70ee25e4c5bfd9ad -C extra-filename=-cd0afd2097bd3905 --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-5d6c1e9618f55f42.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3690577ee22f758c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-d7b7e72a7dd5c7fe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-68878559edd21b25.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-bd816f45ec33d3cd.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-bafdc436c339b98a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-52e1d93ca6a73556.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-dbb95c3a428e30f8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-11a8256d92ee1122.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27082025-05-22T20:06:46.202Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-32b55d0bedb36943/build-script-build`
27092025-05-22T20:06:46.270Z Compiling pkcs8 v0.10.2
27102025-05-22T20:06:46.295Z 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=65bcec2845815930 -C extra-filename=-a0c82bb1eeded8a6 --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-86dc450592e58195.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-d6c107d42bc3b176.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ef8c2fcc9369ed60.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2de2a39b28629dce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27112025-05-22T20:06:46.372Z Compiling cookie v0.18.1
27122025-05-22T20:06:46.397Z 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=-f446e8e3b0a90ddc --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-f446e8e3b0a90ddc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27132025-05-22T20:06:46.593Z Compiling encoding_rs v0.8.34
27142025-05-22T20:06:46.618Z Compiling clap_lex v0.7.4
27152025-05-22T20:06:46.618Z 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=8f55ae60eed8fc81 -C extra-filename=-695bb8f059c81f50 --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-05d9a6e89676a9f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27162025-05-22T20:06:46.619Z 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=-e97ca5fb56a9329f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27172025-05-22T20:06:46.800Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-f446e8e3b0a90ddc/build-script-build`
27182025-05-22T20:06:46.921Z Compiling clap_derive v4.5.32
27192025-05-22T20:06:46.947Z 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.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=20de8c2038a7218b -C extra-filename=-59c4c25bf92446f4 --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-973fa8e1d737893b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27202025-05-22T20:06:46.986Z Compiling clap_builder v4.5.35
27212025-05-22T20:06:47.017Z 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.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 --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' --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=d24e3b775b4b4d5b -C extra-filename=-2715fefc30f52791 --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-d24e584261a1a2b7.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-f0d665ae03ab89d5.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-e97ca5fb56a9329f.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f78af29a5eda1a64.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-a12fdc5dce3d7ae9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27222025-05-22T20:06:47.176Z Compiling litrs v0.4.1
27232025-05-22T20:06:47.240Z 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=-b4b1cbd943d6e953 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27242025-05-22T20:06:48.603Z Compiling psl-types v2.0.11
27252025-05-22T20:06:48.628Z 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=-e4c58618c38e6c87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27262025-05-22T20:06:48.724Z Compiling document-features v0.2.10
27272025-05-22T20:06:48.750Z 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=-1da1b4a8417ed643 --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-b4b1cbd943d6e953.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27282025-05-22T20:06:48.936Z Compiling hyper-util v0.1.11
27292025-05-22T20:06:48.961Z 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.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="client"' --cfg 'feature="client-legacy"' --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", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=514ad3c0a576391e -C extra-filename=-4e5ed60eb88b216b --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-5d6c1e9618f55f42.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3690577ee22f758c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-68878559edd21b25.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-c0d48df8e813928a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-d346929584aa12d0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5601242d4cca54cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27302025-05-22T20:06:49.999Z Compiling publicsuffix v2.3.0
27312025-05-22T20:06:50.025Z 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=8a66434af65bf639 -C extra-filename=-c501a6fd91d359e7 --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-8e30d2ac86fd165d.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-e4c58618c38e6c87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27322025-05-22T20:06:50.196Z 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=6b3a6763698f0104 -C extra-filename=-0363576967932e69 --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-1ffbb2c1bbf7af15.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6170a89a7cf31b99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27332025-05-22T20:06:50.344Z Compiling webpki-roots v0.26.6
27342025-05-22T20:06:50.369Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-0.26.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=0af50a0e91d0115a -C extra-filename=-803ad1264bde6062 --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-fe220a1c44515e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27352025-05-22T20:06:50.407Z Compiling openapiv3 v2.0.0
27362025-05-22T20:06:50.434Z 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.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="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=822663265cbfce0c -C extra-filename=-24adaeb0dba1d390 --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-a384275f6c4d7326.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27372025-05-22T20:06:50.625Z Compiling futures-executor v0.3.31
27382025-05-22T20:06:50.650Z 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=1757befdc29efe58 -C extra-filename=-231de2b7b493161c --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-cc268f9244d9ad28.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e1867bd8b0b9071d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27392025-05-22T20:06:51.299Z Compiling sync_wrapper v1.0.1
27402025-05-22T20:06:51.324Z 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=-01d21f426bdedda3 --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-cc268f9244d9ad28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27412025-05-22T20:06:51.350Z Compiling tower-layer v0.3.3
27422025-05-22T20:06:51.350Z 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=-9e72ee3d92fccfd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27432025-05-22T20:06:51.566Z Compiling futures v0.3.31
27442025-05-22T20:06:51.591Z 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=2fa427a7798cccdd -C extra-filename=-86316886c4cceb3b --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-3690577ee22f758c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-231de2b7b493161c.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b54f0766faacde7a.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e1867bd8b0b9071d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27452025-05-22T20:06:51.720Z Compiling tower v0.5.2
27462025-05-22T20:06:51.812Z 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=a7b63a8ce93c5520 -C extra-filename=-2de9c0270eebe2b5 --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-cc268f9244d9ad28.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-01d21f426bdedda3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-9e72ee3d92fccfd5.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-d346929584aa12d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27472025-05-22T20:06:51.813Z Compiling cookie_store v0.21.1
27482025-05-22T20:06:51.838Z 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=60b5f16b96e90e53 -C extra-filename=-5b62f700aefef64f --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-0363576967932e69.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-1da1b4a8417ed643.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8e30d2ac86fd165d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-c501a6fd91d359e7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3d752c196cd4ce71.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6170a89a7cf31b99.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27492025-05-22T20:06:51.864Z Compiling clap v4.5.35
27502025-05-22T20:06:51.864Z 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.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 --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' --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=d0f3eaf59ceab4c9 -C extra-filename=-177ddd74a4dc0477 --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-2715fefc30f52791.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-59c4c25bf92446f4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27512025-05-22T20:06:52.060Z 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=856c0c0679b94ccf -C extra-filename=-fa026470500af9fa --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-0c3f9f9074fd84d6.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dd3873209fa27529.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-4df1d1c7c945f588.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a5cba47263e8a0d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
27522025-05-22T20:06:52.267Z Compiling ucd-trie v0.1.7
27532025-05-22T20:06:52.293Z 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=-93393122bde76d9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27542025-05-22T20:06:52.962Z Compiling tokio-native-tls v0.3.1
27552025-05-22T20:06:52.988Z 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=370fc877ef483e2e -C extra-filename=-4182a5ad8576e00e --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-fa026470500af9fa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
27562025-05-22T20:06:52.988Z Compiling pest v2.7.14
27572025-05-22T20:06:52.988Z 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=5dd0815a254878a1 -C extra-filename=-47cc135d8a974a73 --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-6461ceff8954e4ce.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-93393122bde76d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27582025-05-22T20:06:52.988Z Compiling ipnetwork v0.21.1
27592025-05-22T20:06:52.988Z 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=5f7f0883765a68a0 -C extra-filename=-f650cf923ca8fbb1 --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-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27602025-05-22T20:06:53.165Z Compiling hyper-tls v0.6.0
27612025-05-22T20:06:53.190Z 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=629824e84ce44a18 -C extra-filename=-2d3520a88a0bc5a2 --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-5d6c1e9618f55f42.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4e5ed60eb88b216b.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-fa026470500af9fa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-4182a5ad8576e00e.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-d346929584aa12d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
27622025-05-22T20:06:53.420Z Compiling zerocopy v0.8.25
27632025-05-22T20:06:53.445Z 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.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=ec352d8198eed401 -C extra-filename=-bb9c1cd8862c99ec --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-bb9c1cd8862c99ec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27642025-05-22T20:06:53.717Z Compiling winnow v0.5.40
27652025-05-22T20:06:53.743Z 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=-be7caf338c4608ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27662025-05-22T20:06:53.907Z Compiling signature v2.2.0
27672025-05-22T20:06:53.932Z 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=efc032045af209b8 -C extra-filename=-b4adb2c9a1b7efcd --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-1d6ab4ed8afa3f4c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ef8c2fcc9369ed60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27682025-05-22T20:06:54.188Z Compiling scroll_derive v0.12.0
27692025-05-22T20:06:54.214Z 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=9c4b221e71e3f9bd -C extra-filename=-16405648cbc37068 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27702025-05-22T20:06:54.321Z Compiling zerocopy-derive v0.8.25
27712025-05-22T20:06:54.346Z 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.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e366c2745484ff04 -C extra-filename=-2ee2e42a023f80ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27722025-05-22T20:06:54.502Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-bb9c1cd8862c99ec/build-script-build`
27732025-05-22T20:06:54.603Z Compiling data-encoding v2.6.0
27742025-05-22T20:06:54.628Z 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.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=138c5975bb42c88a -C extra-filename=-48ef01d1b4729c3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27752025-05-22T20:06:54.974Z Compiling plain v0.2.3
27762025-05-22T20:06:54.999Z 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=-99923c2741c78449 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27772025-05-22T20:06:55.222Z Compiling siphasher v0.3.11
27782025-05-22T20:06:55.247Z 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=-476a87f7f513ad72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27792025-05-22T20:06:55.488Z Compiling tinyvec_macros v0.1.1
27802025-05-22T20:06:55.513Z 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=-47258b81c2acc1d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27812025-05-22T20:06:55.663Z Compiling tinyvec v1.8.0
27822025-05-22T20:06:55.688Z 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=-325532fcd294f993 --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-47258b81c2acc1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27832025-05-22T20:06:55.688Z Compiling phf_shared v0.11.2
27842025-05-22T20:06:55.718Z 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=-c3d33902be3a3c7a --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-476a87f7f513ad72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27852025-05-22T20:06:55.845Z Compiling pest_meta v2.7.14
27862025-05-22T20:06:55.870Z 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=293ef08fabbb8b8c -C extra-filename=-abef2ae21216464e --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-2a147402c71c6c21.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-47cc135d8a974a73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27872025-05-22T20:06:56.185Z Compiling scroll v0.12.0
27882025-05-22T20:06:56.211Z 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=d45e1491272f6fe9 -C extra-filename=-97a8d44bb49ffee7 --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-16405648cbc37068.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27892025-05-22T20:06:56.277Z Compiling usdt-impl v0.5.0
27902025-05-22T20:06:56.302Z 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=-1a1416f23c19b077 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-1a1416f23c19b077 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27912025-05-22T20:06:56.382Z Compiling bitflags v1.3.2
27922025-05-22T20:06:56.407Z 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=-be8aff341cdf0f9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27932025-05-22T20:06:56.580Z Compiling pretty-hex v0.4.1
27942025-05-22T20:06:56.606Z 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=-1a836bdbd14b3195 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27952025-05-22T20:06:56.779Z Compiling goblin v0.8.2
27962025-05-22T20:06:56.804Z 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=51c7594b648b8d8f -C extra-filename=-8458a4fa7b161a64 --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-0c3f9f9074fd84d6.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-99923c2741c78449.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-97a8d44bb49ffee7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27972025-05-22T20:06:56.889Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-1a1416f23c19b077/build-script-build`
27982025-05-22T20:06:56.929Z Compiling sha1 v0.10.6
27992025-05-22T20:06:56.929Z 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=7cf7755e4de15ef6 -C extra-filename=-1e37e518e321c5ae --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-05d9a6e89676a9f8.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d1d1da8be6c6940e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1d6ab4ed8afa3f4c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28002025-05-22T20:06:57.070Z Compiling num-integer v0.1.46
28012025-05-22T20:06:57.095Z 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=-a8d9c42ce3064789 --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-1fb6e8465c7f7e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28022025-05-22T20:06:57.274Z Compiling toml_edit v0.19.15
28032025-05-22T20:06:57.299Z 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=08715b7a55816103 -C extra-filename=-a50964eed4dd5fca --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-a384275f6c4d7326.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b1bfaaa4ff399fe1.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-1a53d49653501b73.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-be7caf338c4608ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28042025-05-22T20:06:57.439Z Compiling pest_generator v2.7.14
28052025-05-22T20:06:57.439Z 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=3ece796ee92fc222 -C extra-filename=-a143433d25293c16 --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-47cc135d8a974a73.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-abef2ae21216464e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28062025-05-22T20:06:57.542Z Compiling thread-id v4.2.2
28072025-05-22T20:06:57.567Z 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=d4a7c782f6731753 -C extra-filename=-a0eb0c80db0cedf0 --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-861b24e1ce2145a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28082025-05-22T20:06:57.755Z Compiling crc32fast v1.4.2
28092025-05-22T20:06:57.827Z 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=988872c24a45c2d1 -C extra-filename=-53d7effdbab7d1d5 --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-05d9a6e89676a9f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28102025-05-22T20:06:57.953Z Compiling unicode-segmentation v1.12.0
28112025-05-22T20:06:57.978Z 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=-360547933b906551 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28122025-05-22T20:06:58.059Z 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.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=2134cf9ed0d463fa -C extra-filename=-b755c5a6bb05839b --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-2ee2e42a023f80ec.so --cap-lints allow -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(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(zerocopy_target_has_atomics_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)'`
28132025-05-22T20:06:58.328Z Compiling winnow v0.7.10
28142025-05-22T20:06:58.353Z 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=-1eb43030107365d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28152025-05-22T20:06:59.156Z Compiling static_assertions v1.1.0
28162025-05-22T20:06:59.183Z 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=-722f924b2fade996 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28172025-05-22T20:06:59.370Z Compiling toml_write v0.1.1
28182025-05-22T20:06:59.396Z 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.1/src/lib.rs --error-format=json --json=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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=664ca428822214aa -C extra-filename=-76b2168571226076 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28192025-05-22T20:06:59.534Z Compiling base16ct v0.2.0
28202025-05-22T20:06:59.559Z 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=-2fad40719046d586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28212025-05-22T20:06:59.839Z Compiling sec1 v0.7.3
28222025-05-22T20:06:59.865Z 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=228ef4e66dba572c -C extra-filename=-57f0e264e407cf83 --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-2fad40719046d586.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-86dc450592e58195.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5a41f0b5a4a31464.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-a0c82bb1eeded8a6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28232025-05-22T20:06:59.950Z Compiling crossbeam-epoch v0.9.18
28242025-05-22T20:06:59.976Z 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=-31712546fcde96fc --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-7359b4299789c5bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28252025-05-22T20:07:00.442Z Compiling pest_derive v2.7.14
28262025-05-22T20:07:00.467Z 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=035bb4213e9339c3 -C extra-filename=-61d432139eb67ed6 --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-47cc135d8a974a73.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-a143433d25293c16.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28272025-05-22T20:07:00.541Z Compiling hubpack_derive v0.1.1
28282025-05-22T20:07:00.568Z 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=-ac58161a22a25e08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28292025-05-22T20:07:00.754Z Compiling bstr v1.10.0
28302025-05-22T20:07:00.779Z 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=-74fae681615b10bb --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-6461ceff8954e4ce.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6fc1782911ea05df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28312025-05-22T20:07:01.525Z Compiling dtrace-parser v0.2.0
28322025-05-22T20:07:01.551Z 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=e0d5b6fc0c5be077 -C extra-filename=-8db4de405a8ad8c3 --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-47cc135d8a974a73.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-61d432139eb67ed6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28332025-05-22T20:07:01.672Z Compiling ff v0.13.0
28342025-05-22T20:07:01.697Z 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=f594df4d17a5779f -C extra-filename=-45931e58a466b58b --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-ef8c2fcc9369ed60.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28352025-05-22T20:07:01.928Z Compiling toml_edit v0.22.26
28362025-05-22T20:07:01.953Z 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.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' '--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="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"))' -C metadata=ba5fd46e518e22d9 -C extra-filename=-eeb238e858ddb870 --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-a384275f6c4d7326.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b1bfaaa4ff399fe1.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-1a53d49653501b73.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-76b2168571226076.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1eb43030107365d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28372025-05-22T20:07:01.986Z Compiling heck v0.4.1
28382025-05-22T20:07:02.029Z 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=-983699ac8dfc5d2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28392025-05-22T20:07:02.123Z Compiling unicode-width v0.2.0
28402025-05-22T20:07:02.148Z 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=-f8e3d5f3ac8a66c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28412025-05-22T20:07:02.388Z Compiling group v0.13.0
28422025-05-22T20:07:02.440Z 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=b31977017debcb33 -C extra-filename=-f9fc266c50de2be5 --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-45931e58a466b58b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ef8c2fcc9369ed60.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28432025-05-22T20:07:02.531Z Compiling hubpack v0.1.2
28442025-05-22T20:07:02.558Z 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=b8b9d285ae668752 -C extra-filename=-13b29d216221c8e7 --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-ac58161a22a25e08.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28452025-05-22T20:07:02.814Z Compiling num-iter v0.1.45
28462025-05-22T20:07:02.840Z 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=-b1af0a1645222b48 --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-a8d9c42ce3064789.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28472025-05-22T20:07:02.865Z Compiling oxnet v0.1.2
28482025-05-22T20:07:02.865Z 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=3145a7ad3107b055 -C extra-filename=-1d5a9a8c23a27fc4 --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-f650cf923ca8fbb1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28492025-05-22T20:07:03.095Z Compiling strum_macros v0.26.4
28502025-05-22T20:07:03.120Z 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=81d0de7974f869ab -C extra-filename=-2c3edb2c616c3ea7 --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-973fa8e1d737893b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-148d4a25b6a900e7.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28512025-05-22T20:07:03.145Z Compiling hkdf v0.12.4
28522025-05-22T20:07:03.145Z 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=5ca6e0bd1af0865d -C extra-filename=-3c5ca9db08553e22 --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-7fc1247b1e4c45d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28532025-05-22T20:07:03.536Z Compiling dof v0.3.0
28542025-05-22T20:07:03.563Z Compiling crypto-bigint v0.5.5
28552025-05-22T20:07:03.563Z 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=b84ea239c71f6297 -C extra-filename=-9fc69d5c4eb5f54b --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-8458a4fa7b161a64.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-86d4ae5d34df00b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28562025-05-22T20:07:03.563Z 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=a178171e7d10e613 -C extra-filename=-c5abcc85f6fed73f --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-5a41f0b5a4a31464.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ef8c2fcc9369ed60.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28572025-05-22T20:07:03.910Z Compiling bzip2-sys v0.1.13+1.0.8
28582025-05-22T20:07:03.936Z 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=08cb4e6df382a8da -C extra-filename=-5f72fec7dfd2a0be --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5f72fec7dfd2a0be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-94e598273c421973.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f17f01e4eb57ec55.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28592025-05-22T20:07:04.508Z Compiling memmap v0.7.0
28602025-05-22T20:07:04.533Z 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=ac9132236cd11063 -C extra-filename=-7becb703ad37ede8 --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-861b24e1ce2145a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28612025-05-22T20:07:04.624Z 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=18259862d0736f63 -C extra-filename=-0b7c8d2cf36bacc2 --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-bd9324fe48e620f7.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-9fc69d5c4eb5f54b.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-8db4de405a8ad8c3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-a0eb0c80db0cedf0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
28622025-05-22T20:07:04.919Z Compiling num-bigint-dig v0.8.4
28632025-05-22T20:07:04.945Z 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=-a558fb6f75232e6e --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-a558fb6f75232e6e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28642025-05-22T20:07:05.366Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-a558fb6f75232e6e/build-script-build`
28652025-05-22T20:07:05.432Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5f72fec7dfd2a0be/build-script-build`
28662025-05-22T20:07:05.577Z Compiling crossbeam-deque v0.8.5
28672025-05-22T20:07:05.602Z 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=-03eeb3299729bc03 --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-31712546fcde96fc.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-7359b4299789c5bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28682025-05-22T20:07:06.031Z Compiling flate2 v1.1.1
28692025-05-22T20:07:06.057Z 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.1/src/lib.rs --error-format=json --json=diagnostic-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="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --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=eb0129b78538889a -C extra-filename=-18e34be0a9d8916f --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-53d7effdbab7d1d5.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-6988ec5fa265824a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28702025-05-22T20:07:06.104Z 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=6b5b53b1ec37a71b -C extra-filename=-fee13790db3f937e --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-bd9324fe48e620f7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-52e190b49346b5a0.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b1af0a1645222b48.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-dbb95c3a428e30f8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
28712025-05-22T20:07:06.749Z Compiling usdt-attr-macro v0.5.0
28722025-05-22T20:07:06.775Z 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=d5bd4457b6c5d745 -C extra-filename=-1e32ee0ae7d27f2e --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-8db4de405a8ad8c3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c0d3326f90e6d1d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0b7c8d2cf36bacc2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28732025-05-22T20:07:06.882Z Compiling usdt-macro v0.5.0
28742025-05-22T20:07:06.910Z 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=fd97b8a01a863b20 -C extra-filename=-1fb3bdb56652fdae --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-8db4de405a8ad8c3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c0d3326f90e6d1d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0b7c8d2cf36bacc2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28752025-05-22T20:07:07.089Z Compiling elliptic-curve v0.13.8
28762025-05-22T20:07:07.129Z 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=ccc55a9cd0536622 -C extra-filename=-391a2f5ca8aa2814 --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-2fad40719046d586.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-c5abcc85f6fed73f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1d6ab4ed8afa3f4c.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-45931e58a466b58b.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5a41f0b5a4a31464.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-f9fc266c50de2be5.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-3c5ca9db08553e22.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-342e1c0a888cffaa.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-a0c82bb1eeded8a6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ef8c2fcc9369ed60.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-57f0e264e407cf83.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28772025-05-22T20:07:08.008Z Compiling strum v0.26.3
28782025-05-22T20:07:08.034Z 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=fcf9e5167f23b47a -C extra-filename=-c026122e39579104 --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-2c3edb2c616c3ea7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28792025-05-22T20:07:08.162Z 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=015c21d5f17cad0b -C extra-filename=-4bb098ba85ae1e58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -l static=bz2`
28802025-05-22T20:07:08.289Z Compiling pkcs1 v0.7.5
28812025-05-22T20:07:08.314Z 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=6432b1aa0c5f0764 -C extra-filename=-42a70b21a9d8ed55 --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-86dc450592e58195.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-a0c82bb1eeded8a6.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2de2a39b28629dce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822025-05-22T20:07:08.398Z Compiling curve25519-dalek v4.1.3
28832025-05-22T20:07:08.423Z 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=94659da3427590e5 -C extra-filename=-920f39a66fa2443e --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-920f39a66fa2443e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-9c42e7e0fc277399.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28842025-05-22T20:07:08.832Z Compiling zstd-sys v2.0.14+zstd.1.5.7
28852025-05-22T20:07:08.858Z 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=4324966e022ac938 -C extra-filename=-f4745c6efde69b76 --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-sys-f4745c6efde69b76 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-94e598273c421973.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f17f01e4eb57ec55.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28862025-05-22T20:07:08.883Z Compiling usdt v0.5.0
28872025-05-22T20:07:08.883Z 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=3ece0a6eb83596a6 -C extra-filename=-6d04259461ea3283 --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-9fc69d5c4eb5f54b.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-8db4de405a8ad8c3.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-8458a4fa7b161a64.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-7becb703ad37ede8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-1e32ee0ae7d27f2e.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0b7c8d2cf36bacc2.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-1fb3bdb56652fdae.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28882025-05-22T20:07:09.293Z Compiling itertools v0.10.5
28892025-05-22T20:07:09.318Z 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=6f98638a230bd0bd -C extra-filename=-c919e9c07f8e06f6 --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-ed761dbd9a6ae688.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28902025-05-22T20:07:09.505Z Compiling ahash v0.8.11
28912025-05-22T20:07:09.529Z 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=-c55cee3548e3d26f --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-c55cee3548e3d26f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922025-05-22T20:07:09.573Z Compiling rayon-core v1.12.1
28932025-05-22T20:07:09.621Z 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=-fd10f72247f301f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-fd10f72247f301f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28942025-05-22T20:07:09.646Z Compiling newtype-uuid v1.2.1
28952025-05-22T20:07:09.646Z 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.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="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=357373fd5b95be4d -C extra-filename=-2e8c3eb105432a93 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-2e8c3eb105432a93 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962025-05-22T20:07:09.839Z Compiling signal-hook v0.3.17
28972025-05-22T20:07:09.864Z 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.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="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=6f93069a52ec085f -C extra-filename=-5544964e70527a4a --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-5544964e70527a4a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982025-05-22T20:07:09.932Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-f4745c6efde69b76/build-script-build`
28992025-05-22T20:07:10.068Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-c55cee3548e3d26f/build-script-build`
29002025-05-22T20:07:10.120Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-fd10f72247f301f8/build-script-build`
29012025-05-22T20:07:10.146Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-2e8c3eb105432a93/build-script-build`
29022025-05-22T20:07:10.300Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-920f39a66fa2443e/build-script-build`
29032025-05-22T20:07:10.326Z Compiling rsa v0.9.6
29042025-05-22T20:07:10.326Z 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=6e735593f3ed1e89 -C extra-filename=-a8cfc978a1436320 --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-e55f68fe8b969bcd.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1d6ab4ed8afa3f4c.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-fee13790db3f937e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-42a70b21a9d8ed55.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-a0c82bb1eeded8a6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ef8c2fcc9369ed60.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-b4adb2c9a1b7efcd.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2de2a39b28629dce.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29052025-05-22T20:07:10.352Z Compiling toml v0.7.8
29062025-05-22T20:07:10.352Z 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=26e7aa54a0070435 -C extra-filename=-946b619ace1d2796 --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-3797518153757616.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b1bfaaa4ff399fe1.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-1a53d49653501b73.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a50964eed4dd5fca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29072025-05-22T20:07:10.393Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-5544964e70527a4a/build-script-build`
29082025-05-22T20:07:10.436Z Compiling unicode-normalization v0.1.24
29092025-05-22T20:07:10.461Z 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=-c13988823d7f23c5 --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-325532fcd294f993.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29102025-05-22T20:07:10.507Z Compiling rfc6979 v0.4.0
29112025-05-22T20:07:10.532Z 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=0296077296a92fdc -C extra-filename=-8d969804b2e4dbe4 --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-7fc1247b1e4c45d9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29122025-05-22T20:07:10.821Z Compiling curve25519-dalek-derive v0.1.1
29132025-05-22T20:07:10.858Z 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=19f256fbe5e68b17 -C extra-filename=-1a945e7eb0a0c6fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29142025-05-22T20:07:11.643Z Compiling memoffset v0.9.1
29152025-05-22T20:07:11.668Z 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=-d3306130064414d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-d3306130064414d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-64eddfadf42e0b77.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29162025-05-22T20:07:11.964Z Compiling managed v0.8.0
29172025-05-22T20:07:11.989Z 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=-546499f45209a4df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29182025-05-22T20:07:12.129Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-d3306130064414d8/build-script-build`
29192025-05-22T20:07:12.319Z Compiling ecdsa v0.16.9
29202025-05-22T20:07:12.344Z 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=99268a66f1bc8839 -C extra-filename=-dc7921bbf0ae3c48 --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-86dc450592e58195.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1d6ab4ed8afa3f4c.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-391a2f5ca8aa2814.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-8d969804b2e4dbe4.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-b4adb2c9a1b7efcd.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2de2a39b28629dce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29212025-05-22T20:07:12.369Z 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.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="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=e40893262aa63b27 -C extra-filename=-058b814ab96e74ad --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-861b24e1ce2145a7.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-ec5b056e97b9efa8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29222025-05-22T20:07:12.485Z 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=a1d105405dfd80d1 -C extra-filename=-9c47023c64efb974 --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-05d9a6e89676a9f8.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d1d1da8be6c6940e.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-1a945e7eb0a0c6fe.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1d6ab4ed8afa3f4c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ef8c2fcc9369ed60.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
29232025-05-22T20:07:12.628Z 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=477254c143d2890a -C extra-filename=-09cebd030251fa7f --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-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
29242025-05-22T20:07:13.155Z 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=24581aa75e887e6a -C extra-filename=-d8bd5b90e89be16d --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-05d9a6e89676a9f8.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d3e85c47b514f975.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-86d4ae5d34df00b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
29252025-05-22T20:07:13.348Z Compiling x509-cert v0.2.5
29262025-05-22T20:07:13.373Z 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=56b82ef7c8fbb701 -C extra-filename=-37ca749e972e1092 --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-e55f68fe8b969bcd.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-86dc450592e58195.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2de2a39b28629dce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272025-05-22T20:07:13.555Z Compiling daft-derive v0.1.3
29282025-05-22T20:07:13.555Z 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=839ec16dc3c52f52 -C extra-filename=-6244d583ecf3518c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292025-05-22T20:07:13.896Z Compiling new_debug_unreachable v1.0.6
29302025-05-22T20:07:13.923Z 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=-8b4e895896a22e10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29312025-05-22T20:07:14.086Z Compiling zstd-safe v7.2.3
29322025-05-22T20:07:14.116Z 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=-329664a3737bad5d --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-safe-329664a3737bad5d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29332025-05-22T20:07:14.568Z Compiling precomputed-hash v0.1.1
29342025-05-22T20:07:14.594Z 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=-2c14360bf6ee125e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29352025-05-22T20:07:14.784Z Compiling unicode-xid v0.2.6
29362025-05-22T20:07:14.810Z 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=-61828afd5cf1b997 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29372025-05-22T20:07:15.091Z Compiling fixedbitset v0.4.2
29382025-05-22T20:07:15.117Z 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=-28036b58c2f193fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29392025-05-22T20:07:15.459Z Compiling daft v0.1.3
29402025-05-22T20:07:15.485Z 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=9c5c6d705bcfb8dd -C extra-filename=-f350214c5e77f4cb --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-6244d583ecf3518c.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-09cebd030251fa7f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412025-05-22T20:07:15.664Z Compiling petgraph v0.6.5
29422025-05-22T20:07:15.689Z 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=7e9c1eef39bf08f8 -C extra-filename=-1e0427ca8cfde79c --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-28036b58c2f193fa.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3d752c196cd4ce71.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29432025-05-22T20:07:16.051Z Compiling string_cache v0.8.9
29442025-05-22T20:07:16.077Z 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=ad93aeb4108ff327 -C extra-filename=-b3f851e4e1013d46 --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-8b4e895896a22e10.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-2aa0d0d1dca32990.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-c3d33902be3a3c7a.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-2c14360bf6ee125e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29452025-05-22T20:07:16.590Z 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=-8d08de17c8080ce8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -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`
29462025-05-22T20:07:16.777Z 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=-61f364f613778fdd --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-03eeb3299729bc03.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-7359b4299789c5bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29472025-05-22T20:07:17.888Z Compiling rand_core v0.9.2
29482025-05-22T20:07:17.913Z 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=4eb2583fa6675faf -C extra-filename=-3d314478af50890a --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-02873555aa1f7fad.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b755c5a6bb05839b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29492025-05-22T20:07:18.418Z Compiling ed25519 v2.2.3
29502025-05-22T20:07:18.443Z 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=2393f649f04a1ea2 -C extra-filename=-a98cca7c75c8b209 --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-a0c82bb1eeded8a6.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-b4adb2c9a1b7efcd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29512025-05-22T20:07:18.470Z Compiling enum-as-inner v0.6.1
29522025-05-22T20:07:18.495Z 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=2b9b44ef707e31e2 -C extra-filename=-d3333394a65bc480 --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-973fa8e1d737893b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29532025-05-22T20:07:18.700Z Compiling cfg_aliases v0.2.1
29542025-05-22T20:07:18.725Z 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=-f49e3f28a60c75c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29552025-05-22T20:07:18.883Z Compiling nix v0.29.0
29562025-05-22T20:07:18.909Z 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=-635ff7a21040d961 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-635ff7a21040d961 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-f49e3f28a60c75c3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29572025-05-22T20:07:19.826Z Compiling hickory-proto v0.24.4
29582025-05-22T20:07:19.851Z 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="default"' --cfg 'feature="text-parsing"' --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=396dc88cacfe114d -C extra-filename=-6e5529a61faa4dd6 --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-178f17d25fe9aeb4.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-48ef01d1b4729c3d.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-d3333394a65bc480.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3690577ee22f758c.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8e30d2ac86fd165d.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-2bbad1053bc3dd9c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-325532fcd294f993.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5601242d4cca54cf.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29592025-05-22T20:07:19.876Z Compiling ed25519-dalek v2.1.1
29602025-05-22T20:07:19.876Z Compiling rand_chacha v0.9.0
29612025-05-22T20:07:19.902Z 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=abb2408ee195a834 -C extra-filename=-903db01f47f860dd --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-9c47023c64efb974.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-a98cca7c75c8b209.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ef8c2fcc9369ed60.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-b4adb2c9a1b7efcd.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29622025-05-22T20:07:19.902Z 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=8527c785b7578699 -C extra-filename=-df9fbff791295793 --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-833a6f2afb35dc9f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3d314478af50890a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29632025-05-22T20:07:20.294Z Compiling signal-hook-mio v0.2.4
29642025-05-22T20:07:20.321Z 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=771600217192610b -C extra-filename=-819c3ec58255b524 --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-861b24e1ce2145a7.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-0285c7849a144e15.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-058b814ab96e74ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652025-05-22T20:07:20.525Z Compiling bzip2 v0.4.4
29662025-05-22T20:07:20.550Z 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=a1b1c7a8606f2e0d -C extra-filename=-e23405c5cf41759e --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-4bb098ba85ae1e58.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib`
29672025-05-22T20:07:20.593Z Compiling heapless v0.7.17
29682025-05-22T20:07:20.618Z 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=70ad59e25297fc70 -C extra-filename=-b2d6246391a59eb2 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-b2d6246391a59eb2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-9c42e7e0fc277399.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29692025-05-22T20:07:20.643Z Compiling bumpalo v3.16.0
29702025-05-22T20:07:20.685Z 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=-6aaad6148977693c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29712025-05-22T20:07:21.006Z Compiling lalrpop-util v0.19.12
29722025-05-22T20:07:21.063Z 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=-45fc1ecef8334f2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29732025-05-22T20:07:21.167Z Compiling lockfree-object-pool v0.1.6
29742025-05-22T20:07:21.192Z 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=-e7bf1d027174f454 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29752025-05-22T20:07:21.240Z Compiling zip v2.6.1
29762025-05-22T20:07:21.265Z 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/zip-2.6.1/src/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,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-zopfli"' --cfg 'feature="flate2"' --cfg 'feature="zopfli"' --cfg 'feature="zstd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes", "aes-crypto", "bzip2", "chrono", "constant_time_eq", "default", "deflate", "deflate-flate2", "deflate-miniz", "deflate-zlib", "deflate-zlib-ng", "deflate-zopfli", "deflate64", "flate2", "getrandom", "hmac", "jiff-02", "lzma", "lzma-rs", "nt-time", "pbkdf2", "proc-macro2", "sha1", "time", "unreserved", "xz", "zeroize", "zopfli", "zstd"))' -C metadata=261cc4ade47b3b61 -C extra-filename=-7ec87a07c4ef1303 --out-dir /work/oxidecomputer/omicron/target/debug/build/zip-7ec87a07c4ef1303 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29772025-05-22T20:07:21.381Z Compiling simd-adler32 v0.3.7
29782025-05-22T20:07:21.416Z 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=-51c2577908a0ba33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29792025-05-22T20:07:21.477Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-b2d6246391a59eb2/build-script-build`
29802025-05-22T20:07:21.536Z Compiling zip v0.6.6
29812025-05-22T20:07:21.561Z 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=314f7f1fadd5db31 -C extra-filename=-bf13de9ad42c7533 --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-bd9324fe48e620f7.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-e23405c5cf41759e.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-53d7effdbab7d1d5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-18e34be0a9d8916f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib`
29822025-05-22T20:07:21.604Z Compiling crossterm v0.28.1
29832025-05-22T20:07:21.629Z 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=ebac3e248840b959 -C extra-filename=-3f2c1554917f5114 --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-beab76081c319986.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0285c7849a144e15.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-2aa0d0d1dca32990.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-52a7e34822aa1467.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-058b814ab96e74ad.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-819c3ec58255b524.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29842025-05-22T20:07:21.654Z Compiling rand v0.9.0
29852025-05-22T20:07:21.654Z 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.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="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=ba709c2b3cbac392 -C extra-filename=-7b013d69c72f87a6 --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-df9fbff791295793.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3d314478af50890a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b755c5a6bb05839b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29862025-05-22T20:07:21.730Z Running `/work/oxidecomputer/omicron/target/debug/build/zip-7ec87a07c4ef1303/build-script-build`
29872025-05-22T20:07:21.798Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-635ff7a21040d961/build-script-build`
29882025-05-22T20:07:21.869Z Compiling zopfli v0.8.1
29892025-05-22T20:07:21.894Z 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=88388bc376c70bec -C extra-filename=-c5a51267028c9dac --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-6aaad6148977693c.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-53d7effdbab7d1d5.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-e7bf1d027174f454.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-51c2577908a0ba33.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29902025-05-22T20:07:22.013Z Compiling bzip2 v0.5.2
29912025-05-22T20:07:22.038Z 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=b11c9937d573a6fd -C extra-filename=-bd8e20f06af77b51 --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-4bb098ba85ae1e58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib`
29922025-05-22T20:07:22.518Z Compiling console v0.15.10
29932025-05-22T20:07:22.543Z 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=aa06d659bb1e3543 -C extra-filename=-ec0951ff84750b18 --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-861b24e1ce2145a7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f8e3d5f3ac8a66c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29942025-05-22T20:07:23.025Z Compiling hash32 v0.2.1
29952025-05-22T20:07:23.050Z 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=-9e2a994cc2ca235b --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-bd9324fe48e620f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29962025-05-22T20:07:23.517Z 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=e34061bbff2640a1 -C extra-filename=-b68eccc9fdc2d42a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -l static=zstd`
29972025-05-22T20:07:23.544Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-329664a3737bad5d/build-script-build`
29982025-05-22T20:07:23.632Z Compiling winnow v0.6.26
29992025-05-22T20:07:23.658Z 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=-4160d46f2ca5230e --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-6461ceff8954e4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30002025-05-22T20:07:23.706Z Compiling buf-list v1.0.3
30012025-05-22T20:07:23.731Z 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=-0f620de063912105 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-0f620de063912105 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30022025-05-22T20:07:23.816Z 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=54d85c4f9878027c -C extra-filename=-ee4ad45a5ff6eb7c --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-b68eccc9fdc2d42a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
30032025-05-22T20:07:23.977Z Compiling portable-atomic v1.11.0
30042025-05-22T20:07:24.002Z 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=-2657fdf881e8a8f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-2657fdf881e8a8f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30052025-05-22T20:07:24.213Z Compiling predicates-core v1.0.8
30062025-05-22T20:07:24.239Z 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=-44f787477a210ef1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30072025-05-22T20:07:24.391Z Compiling zstd v0.13.3
30082025-05-22T20:07:24.416Z 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=05b0baca788052d7 -C extra-filename=-c4cf01b4f433176a --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-ee4ad45a5ff6eb7c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
30092025-05-22T20:07:24.478Z Compiling unicode-properties v0.1.3
30102025-05-22T20:07:24.504Z 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=-a0e0977a74aa9a9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30112025-05-22T20:07:24.671Z Compiling unicode-bidi v0.3.17
30122025-05-22T20:07:24.697Z 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=-b6b415bde6543573 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30132025-05-22T20:07:24.989Z Compiling smoltcp v0.9.1
30142025-05-22T20:07:25.015Z 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=-cfd4949fefb508f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-cfd4949fefb508f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30152025-05-22T20:07:25.091Z 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-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="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="flate2"' --cfg 'feature="zopfli"' --cfg 'feature="zstd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes", "aes-crypto", "bzip2", "chrono", "constant_time_eq", "default", "deflate", "deflate-flate2", "deflate-miniz", "deflate-zlib", "deflate-zlib-ng", "deflate-zopfli", "deflate64", "flate2", "getrandom", "hmac", "jiff-02", "lzma", "lzma-rs", "nt-time", "pbkdf2", "proc-macro2", "sha1", "time", "unreserved", "xz", "zeroize", "zopfli", "zstd"))' -C metadata=5ad7f40dfeb71997 -C extra-filename=-561dac0dfe66cdbf --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-bd8e20f06af77b51.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-53d7effdbab7d1d5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-18e34be0a9d8916f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-c5a51267028c9dac.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-c4cf01b4f433176a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
30162025-05-22T20:07:25.211Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-2657fdf881e8a8f0/build-script-build`
30172025-05-22T20:07:25.309Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-0f620de063912105/build-script-build`
30182025-05-22T20:07:25.368Z 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=07af21705fc8e534 -C extra-filename=-e45acd00ab0e83cd --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-9e2a994cc2ca235b.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-dc900234ca880324.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-24cb4a3f30bb21bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
30192025-05-22T20:07:25.443Z 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=a37256b8246e7718 -C extra-filename=-a36be6e63a1c4628 --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-beab76081c319986.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-8d08de17c8080ce8.rmeta --cap-lints allow -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)'`
30202025-05-22T20:07:25.761Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-cfd4949fefb508f0/build-script-build`
30212025-05-22T20:07:25.848Z Compiling stringprep v0.1.5
30222025-05-22T20:07:25.873Z 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=-65b8d77881977686 --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-b6b415bde6543573.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-c13988823d7f23c5.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-a0e0977a74aa9a9b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30232025-05-22T20:07:26.114Z Compiling rayon v1.10.0
30242025-05-22T20:07:26.140Z 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=89cf1d4c767883ee -C extra-filename=-430d859215fc2171 --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-ed761dbd9a6ae688.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-61f364f613778fdd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30252025-05-22T20:07:26.552Z Compiling tokio-stream v0.1.17
30262025-05-22T20:07:26.578Z 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=8c324ecbd85bcfa8 -C extra-filename=-7ef61ac51fd0819f --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-cc268f9244d9ad28.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30272025-05-22T20:07:27.017Z Compiling md-5 v0.10.6
30282025-05-22T20:07:27.043Z 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=d0b47e0b5cb5933b -C extra-filename=-aadb81fd5fe1e244 --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-05d9a6e89676a9f8.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1d6ab4ed8afa3f4c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30292025-05-22T20:07:27.385Z Compiling float-cmp v0.10.0
30302025-05-22T20:07:27.411Z 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=-2dc33a91a868594e --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-1fb6e8465c7f7e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30312025-05-22T20:07:27.506Z Compiling fs-err v3.1.0
30322025-05-22T20:07:27.532Z 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.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("expose_original_error", "tokio"))' -C metadata=f4292dd7a25cfb60 -C extra-filename=-41ab3e31de502a01 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-41ab3e31de502a01 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-64eddfadf42e0b77.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30332025-05-22T20:07:27.607Z Compiling fallible-iterator v0.2.0
30342025-05-22T20:07:27.633Z 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=-88f6b8adc3ca0bc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30352025-05-22T20:07:27.671Z Compiling normalize-line-endings v0.3.0
30362025-05-22T20:07:27.697Z 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=-2c2bfc43658c7590 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30372025-05-22T20:07:27.736Z Compiling difflib v0.4.0
30382025-05-22T20:07:27.736Z 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=-3352eda02888ee0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30392025-05-22T20:07:27.789Z 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=4e803443e3c7435e -C extra-filename=-673d74d3e0a28d88 --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-be8aff341cdf0f9a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-e45acd00ab0e83cd.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-546499f45209a4df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30402025-05-22T20:07:27.923Z 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=24a0b7cb223969db -C extra-filename=-6fd1820348c63f7e --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-5d6c1e9618f55f42.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
30412025-05-22T20:07:28.089Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-41ab3e31de502a01/build-script-build`
30422025-05-22T20:07:28.293Z 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=-7bfa30f50eedaa7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -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"))'`
30432025-05-22T20:07:28.453Z Compiling postgres-protocol v0.6.8
30442025-05-22T20:07:28.479Z 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=e8db7a4602b62edd -C extra-filename=-12db66b5002cdb84 --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-47534339b40df4f4.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-88f6b8adc3ca0bc5.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-7fc1247b1e4c45d9.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-aadb81fd5fe1e244.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7b013d69c72f87a6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-65b8d77881977686.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30452025-05-22T20:07:28.522Z Compiling predicates v3.1.3
30462025-05-22T20:07:28.549Z 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=24ddd19cefbaee6e -C extra-filename=-14b6e25768d4002a --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-f0d665ae03ab89d5.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-3352eda02888ee0f.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-2dc33a91a868594e.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-2c2bfc43658c7590.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-44f787477a210ef1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30472025-05-22T20:07:29.353Z Compiling strum_macros v0.25.3
30482025-05-22T20:07:29.380Z 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=a0b813b52df964b3 -C extra-filename=-ba5c72f125de0e60 --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-983699ac8dfc5d2a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-148d4a25b6a900e7.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30492025-05-22T20:07:29.797Z Compiling similar v2.7.0
30502025-05-22T20:07:29.823Z 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=-0559c45c5f37fd70 --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-74fae681615b10bb.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-360547933b906551.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30512025-05-22T20:07:29.928Z Compiling phf v0.11.2
30522025-05-22T20:07:29.954Z 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=-7d36d1187c824df7 --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-c3d33902be3a3c7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30532025-05-22T20:07:29.981Z Compiling serde-big-array v0.5.1
30542025-05-22T20:07:30.036Z 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=53c069039ae596bd -C extra-filename=-a09db9ac982bc600 --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-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30552025-05-22T20:07:30.080Z Compiling serde_repr v0.1.19
30562025-05-22T20:07:30.107Z 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=313731a5772fe2a2 -C extra-filename=-8e4a15112b19aa56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30572025-05-22T20:07:30.259Z Compiling peg-runtime v0.8.5
30582025-05-22T20:07:30.285Z 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=-1d5d7e38952c741d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30592025-05-22T20:07:30.312Z Compiling number_prefix v0.4.0
30602025-05-22T20:07:30.362Z 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=-517d2876978551d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30612025-05-22T20:07:30.388Z Compiling postgres-types v0.2.9
30622025-05-22T20:07:30.388Z 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=02dcece7986d101c -C extra-filename=-aee31058d714c40e --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-5d6c1e9618f55f42.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-88f6b8adc3ca0bc5.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-12db66b5002cdb84.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30632025-05-22T20:07:30.643Z 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.0/src/lib.rs --error-format=json --json=diagnostic-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=532cf2e9826f6f47 -C extra-filename=-a2ce994b29edea0d --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-63041c43d64718a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'`
30642025-05-22T20:07:30.927Z Compiling indicatif v0.17.11
30652025-05-22T20:07:30.953Z 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=26f094a29b759078 -C extra-filename=-cf5a4519ad610b34 --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-ec0951ff84750b18.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-517d2876978551d7.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-7bfa30f50eedaa7d.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-430d859215fc2171.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f8e3d5f3ac8a66c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30662025-05-22T20:07:31.219Z Compiling whoami v1.5.2
30672025-05-22T20:07:31.245Z 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.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(daku)' --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' -C metadata=56eadb9bd253c302 -C extra-filename=-521af590f1ebdea1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30682025-05-22T20:07:31.462Z Compiling thiserror v2.0.12
30692025-05-22T20:07:31.488Z 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=-834eccd1b445f892 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-834eccd1b445f892 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30702025-05-22T20:07:31.593Z Compiling thiserror-impl v2.0.12
30712025-05-22T20:07:31.620Z 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=be9596c362f5314e -C extra-filename=-6541148ce7c07aea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30722025-05-22T20:07:31.807Z Compiling tokio-postgres v0.7.13
30732025-05-22T20:07:31.833Z 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=f1a89d3cb3516734 -C extra-filename=-7ad3a06912287c77 --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-178f17d25fe9aeb4.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-88f6b8adc3ca0bc5.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3690577ee22f758c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-2aa0d0d1dca32990.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-7d36d1187c824df7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-12db66b5002cdb84.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-aee31058d714c40e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7b013d69c72f87a6.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-c0d48df8e813928a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-521af590f1ebdea1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30742025-05-22T20:07:31.867Z Compiling camino v1.1.9
30752025-05-22T20:07:31.949Z 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.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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=420ea8272ef3b131 -C extra-filename=-e0d92cac1375c526 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-e0d92cac1375c526 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30762025-05-22T20:07:32.059Z Compiling fastrand v2.1.1
30772025-05-22T20:07:32.085Z 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=-227a30ba850577c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30782025-05-22T20:07:32.209Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-834eccd1b445f892/build-script-build`
30792025-05-22T20:07:32.679Z Compiling regress v0.10.3
30802025-05-22T20:07:32.679Z 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=6905053f13adcb60 -C extra-filename=-5ad3554f8389aea7 --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-b7e2d5194bb65c6f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30812025-05-22T20:07:32.795Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-e0d92cac1375c526/build-script-build`
30822025-05-22T20:07:32.864Z Compiling is-terminal v0.4.13
30832025-05-22T20:07:32.909Z 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=fea0c1dd4903f520 -C extra-filename=-3e6855822e384784 --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-861b24e1ce2145a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30842025-05-22T20:07:32.935Z 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.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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=b00deffdae0ba04e -C extra-filename=-99e741043228244f --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-3797518153757616.rmeta --cap-lints allow -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)'`
30852025-05-22T20:07:33.095Z Compiling dirs-sys-next v0.1.2
30862025-05-22T20:07:33.121Z 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=fcb41b9939b6f9ae -C extra-filename=-edca5a1f1d84a64a --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-861b24e1ce2145a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30872025-05-22T20:07:33.188Z Compiling ident_case v1.0.1
30882025-05-22T20:07:33.218Z 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=-68e3e3945ea186a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30892025-05-22T20:07:33.471Z Compiling dirs-next v2.0.0
30902025-05-22T20:07:33.497Z 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=03d6e15a421aeccc -C extra-filename=-d92abadfee4d4db9 --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-05d9a6e89676a9f8.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-edca5a1f1d84a64a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30912025-05-22T20:07:33.524Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
30922025-05-22T20:07:33.524Z 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=60f7e65c1a1e0179 -C extra-filename=-43578568c7d5f391 --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-beab76081c319986.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-13b29d216221c8e7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-a09db9ac982bc600.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-8e4a15112b19aa56.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-673d74d3e0a28d88.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-ba5c72f125de0e60.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b755c5a6bb05839b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30932025-05-22T20:07:33.775Z Compiling darling_core v0.20.10
30942025-05-22T20:07:33.801Z 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=ef34ebd2d72dc88e -C extra-filename=-9e5373f845f3fc11 --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-4cbe4ea4e54cb639.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-68e3e3945ea186a9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f78af29a5eda1a64.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30952025-05-22T20:07:33.832Z Compiling term v0.7.0
30962025-05-22T20:07:33.858Z 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=9b84e27b951959b2 -C extra-filename=-2b3377333019c1f2 --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-d92abadfee4d4db9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30972025-05-22T20:07:33.925Z Compiling tempfile v3.13.0
30982025-05-22T20:07:33.952Z 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.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=ec3070be81441656 -C extra-filename=-018d6d02ff3a82c4 --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-05d9a6e89676a9f8.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-227a30ba850577c3.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-52a7e34822aa1467.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992025-05-22T20:07:34.972Z Compiling unsafe-libyaml v0.2.11
31002025-05-22T20:07:34.998Z 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=-c5151a703ed68b76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012025-05-22T20:07:35.204Z 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=4f531501a8c55ad6 -C extra-filename=-293894e97e6386bc --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-6541148ce7c07aea.so --cap-lints allow -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)'`
31022025-05-22T20:07:35.335Z Compiling crossbeam-channel v0.5.15
31032025-05-22T20:07:35.361Z 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=-e27ca64bee1862ba --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-7359b4299789c5bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31042025-05-22T20:07:35.439Z Compiling thread_local v1.1.8
31052025-05-22T20:07:35.481Z 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=aabd9967fafb43c5 -C extra-filename=-f7102a551f96adb9 --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-05d9a6e89676a9f8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31062025-05-22T20:07:36.001Z Compiling slog-async v2.8.0
31072025-05-22T20:07:36.038Z 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=-c381a5a1cfa3872e --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-c381a5a1cfa3872e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31082025-05-22T20:07:36.481Z Compiling serde_yaml v0.9.34+deprecated
31092025-05-22T20:07:36.507Z 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=fe837dcd508957fa -C extra-filename=-50067a856f4b7f4c --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-a384275f6c4d7326.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-52e1d93ca6a73556.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e333b6170bff6ca3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-c5151a703ed68b76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31102025-05-22T20:07:36.643Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-c381a5a1cfa3872e/build-script-build`
31112025-05-22T20:07:36.756Z Compiling take_mut v0.2.2
31122025-05-22T20:07:36.782Z 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=-82098248e0fb9f72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31132025-05-22T20:07:36.808Z Compiling slog-term v2.9.1
31142025-05-22T20:07:36.835Z 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=1f66b683bf5fb7dc -C extra-filename=-827f419c2da50fc5 --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-3e6855822e384784.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-2b3377333019c1f2.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-f7102a551f96adb9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6170a89a7cf31b99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31152025-05-22T20:07:37.003Z 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=c42981e094cf5278 -C extra-filename=-a4d4b3312d7c3f3b --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-e27ca64bee1862ba.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-82098248e0fb9f72.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-f7102a551f96adb9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
31162025-05-22T20:07:37.551Z Compiling toml v0.8.22
31172025-05-22T20:07:37.578Z 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.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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="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=9b276148120e8c01 -C extra-filename=-52271b564f360baa --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-3797518153757616.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b1bfaaa4ff399fe1.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-1a53d49653501b73.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-eeb238e858ddb870.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31182025-05-22T20:07:37.688Z Compiling quick-error v1.2.3
31192025-05-22T20:07:37.731Z 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=-4a5450cdebef5a61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31202025-05-22T20:07:37.965Z Compiling match_cfg v0.1.0
31212025-05-22T20:07:37.991Z 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=-841fc7ac89c7ed30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31222025-05-22T20:07:38.021Z Compiling hex v0.4.3
31232025-05-22T20:07:38.048Z 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=2809442b6284d70f -C extra-filename=-d1c0841ee202cde3 --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-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31242025-05-22T20:07:38.147Z Compiling hostname v0.3.1
31252025-05-22T20:07:38.174Z 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=eb5ef104484f5e18 -C extra-filename=-25f257e79e6ca76b --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-861b24e1ce2145a7.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-841fc7ac89c7ed30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31262025-05-22T20:07:38.202Z Compiling structmeta-derive v0.3.0
31272025-05-22T20:07:38.229Z 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=05f8d191cc762432 -C extra-filename=-81faf6dc5fd2a838 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31282025-05-22T20:07:38.480Z Compiling debug-ignore v1.0.5
31292025-05-22T20:07:38.506Z 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=-46745f9c6835f9eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31302025-05-22T20:07:38.703Z Compiling bit-vec v0.8.0
31312025-05-22T20:07:38.729Z 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=-63f54b76a91629a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31322025-05-22T20:07:38.756Z Compiling wait-timeout v0.2.0
31332025-05-22T20:07:38.756Z 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=48d332b913dd1b23 -C extra-filename=-4b039d192dc67bdd --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-861b24e1ce2145a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342025-05-22T20:07:39.239Z Compiling bit-set v0.8.0
31352025-05-22T20:07:39.265Z 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=-1474895ebf0b0b53 --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-63f54b76a91629a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31362025-05-22T20:07:39.343Z Compiling rustls v0.22.4
31372025-05-22T20:07:39.374Z 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=-a5d9830dc5bddc9c --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-a5d9830dc5bddc9c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31382025-05-22T20:07:39.432Z Compiling rusty-fork v0.3.0
31392025-05-22T20:07:39.459Z 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=a5d469f07cbe6e7d -C extra-filename=-8ff9bc70af77618f --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-4cbe4ea4e54cb639.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-4a5450cdebef5a61.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-4b039d192dc67bdd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402025-05-22T20:07:39.650Z Compiling serde_path_to_error v0.1.17
31412025-05-22T20:07:39.712Z 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=44b79381a761f80e -C extra-filename=-5a1252f0d8a4b7dd --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-52e1d93ca6a73556.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31422025-05-22T20:07:39.776Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-a5d9830dc5bddc9c/build-script-build`
31432025-05-22T20:07:39.857Z Compiling rand_xorshift v0.3.0
31442025-05-22T20:07:39.883Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=af70c49d7b91a8fe -C extra-filename=-ec484022b5c530a2 --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-ef8c2fcc9369ed60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31452025-05-22T20:07:40.404Z Compiling unarray v0.1.4
31462025-05-22T20:07:40.430Z 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=-49ef8c53e618957c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31472025-05-22T20:07:40.430Z Compiling multer v3.1.0
31482025-05-22T20:07:40.430Z 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=-2d26fdada89b1792 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-2d26fdada89b1792 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31492025-05-22T20:07:40.430Z Compiling slog-json v2.6.1
31502025-05-22T20:07:40.430Z 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=6d78a3ef8175d7db -C extra-filename=-60e9c56327ec3599 --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-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6170a89a7cf31b99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512025-05-22T20:07:40.458Z Compiling proptest v1.6.0
31522025-05-22T20:07:40.458Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-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 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=30bad5598b6ba4e2 -C extra-filename=-81ab985d4933973c --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-1474895ebf0b0b53.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-63f54b76a91629a3.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-beab76081c319986.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-07cedfa1f2c9df08.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-ec484022b5c530a2.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8a5c4ab1e9e4d4bb.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-8ff9bc70af77618f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-49ef8c53e618957c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31532025-05-22T20:07:40.581Z Compiling darling_macro v0.20.10
31542025-05-22T20:07:40.607Z 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=3f9d19bfca6c4b99 -C extra-filename=-0d84ea859cd1b94a --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-9e5373f845f3fc11.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31552025-05-22T20:07:40.639Z Compiling async-stream-impl v0.3.6
31562025-05-22T20:07:40.672Z 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=14f93e3c4b441ce6 -C extra-filename=-690badf21112bb4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31572025-05-22T20:07:40.712Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-2d26fdada89b1792/build-script-build`
31582025-05-22T20:07:40.781Z Compiling dropshot v0.16.2
31592025-05-22T20:07:40.838Z 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=-f3518f263aa0eec2 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-f3518f263aa0eec2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31602025-05-22T20:07:40.865Z Compiling slog-bunyan v2.5.0
31612025-05-22T20:07:40.865Z 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=3645a7ff8df640c7 -C extra-filename=-f921d9319839a49a --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-25f257e79e6ca76b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-60e9c56327ec3599.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6170a89a7cf31b99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31622025-05-22T20:07:40.890Z 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=9793defd18b1534e -C extra-filename=-9ad7f52c794dfd5e --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-5d6c1e9618f55f42.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-695bb8f059c81f50.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-bd816f45ec33d3cd.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a9761af3a61b81d.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-dc900234ca880324.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31632025-05-22T20:07:41.184Z Compiling waitgroup v0.1.2
31642025-05-22T20:07:41.229Z 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=-64e0e824a97aa05d --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-b88de53e82c6fffa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31652025-05-22T20:07:41.255Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-f3518f263aa0eec2/build-script-build`
31662025-05-22T20:07:41.305Z Compiling structmeta v0.3.0
31672025-05-22T20:07:41.331Z 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=c1ded3c960ed827c -C extra-filename=-36258188a2b7348a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-81faf6dc5fd2a838.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31682025-05-22T20:07:41.386Z Compiling dropshot_endpoint v0.16.2
31692025-05-22T20:07:41.413Z 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=2122fbab8429eb4a -C extra-filename=-051339e79ebd9bed --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-973fa8e1d737893b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c0d3326f90e6d1d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31702025-05-22T20:07:41.505Z Compiling hostname v0.4.0
31712025-05-22T20:07:41.532Z 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=c3bd8c81be678cf3 -C extra-filename=-d3d648c0b0e52973 --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-05d9a6e89676a9f8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31722025-05-22T20:07:41.797Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
31732025-05-22T20:07:41.838Z 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=3ad9813175a7e4c0 -C extra-filename=-faea8cd48a0dbc46 --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-d1c0841ee202cde3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31742025-05-22T20:07:41.865Z Compiling test-strategy v0.4.0
31752025-05-22T20:07:41.865Z 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.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=a269dcbb79de3ebf -C extra-filename=-e9dae80dd6e116b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-36258188a2b7348a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31762025-05-22T20:07:41.903Z Compiling darling v0.20.10
31772025-05-22T20:07:41.929Z 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=29a9337d70b7b00e -C extra-filename=-9464675204c606a5 --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-9e5373f845f3fc11.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-0d84ea859cd1b94a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31782025-05-22T20:07:42.018Z Compiling typify-impl v0.3.0
31792025-05-22T20:07:42.051Z 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=025c216641062bd1 -C extra-filename=-36f6db46fd17cf96 --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-973fa8e1d737893b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5ad3554f8389aea7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-8e6784b78ff938fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31802025-05-22T20:07:42.080Z Compiling macaddr v1.0.1
31812025-05-22T20:07:42.125Z 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=90c1a0de9a194609 -C extra-filename=-4a43eaf5ad8d27ba --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-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31822025-05-22T20:07:42.151Z Compiling async-stream v0.3.6
31832025-05-22T20:07:42.151Z Compiling serde_with_macros v3.12.0
31842025-05-22T20:07:42.151Z 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=03642777cac39873 -C extra-filename=-e2dbc60e44bb725a --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-690badf21112bb4d.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31852025-05-22T20:07:42.177Z 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=ebe77e90b34556f1 -C extra-filename=-460e9157e90fb85d --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-9464675204c606a5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31862025-05-22T20:07:42.544Z Compiling instant v0.1.13
31872025-05-22T20:07:42.591Z 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=68ec0f21d15e865b -C extra-filename=-f88c3d47152678f5 --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-05d9a6e89676a9f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31882025-05-22T20:07:42.618Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31892025-05-22T20:07:42.618Z 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=1a4d475446355804 -C extra-filename=-13f792bc8f6a5ed8 --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-f350214c5e77f4cb.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-09cebd030251fa7f.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902025-05-22T20:07:42.816Z Compiling derive-where v1.2.7
31912025-05-22T20:07:42.843Z 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.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("nightly", "safe", "zeroize", "zeroize-on-drop"))' -C metadata=da905a3446668bd0 -C extra-filename=-85e23b5420a509ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31922025-05-22T20:07:43.286Z Compiling parse-display-derive v0.10.0
31932025-05-22T20:07:43.312Z 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=c010bde95b7df053 -C extra-filename=-7ed9698b4e1aff69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8a5c4ab1e9e4d4bb.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-36258188a2b7348a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31942025-05-22T20:07:45.120Z Compiling serde_with v3.12.0
31952025-05-22T20:07:45.146Z 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=bd91325289bbba62 -C extra-filename=-ed4d36191df23078 --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-3797518153757616.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3d752c196cd4ce71.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-460e9157e90fb85d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31962025-05-22T20:07:45.631Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31972025-05-22T20:07:45.657Z 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=710c29397313ea86 -C extra-filename=-f2b5e1c16c2bd827 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31982025-05-22T20:07:46.056Z Compiling backoff v0.4.0
31992025-05-22T20:07:46.082Z 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=1c063357704662bd -C extra-filename=-03110428734066a6 --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-cc268f9244d9ad28.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d3e85c47b514f975.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-f88c3d47152678f5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32002025-05-22T20:07:46.306Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
32012025-05-22T20:07:46.332Z 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=82ef79fdbadca2f1 -C extra-filename=-73bb3674874c829a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32022025-05-22T20:07:46.607Z Compiling camino-tempfile v1.3.0
32032025-05-22T20:07:46.633Z 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.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("nightly"))' -C metadata=e24513fe6b4c5c26 -C extra-filename=-6c0069e3378425a8 --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-99e741043228244f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32042025-05-22T20:07:46.773Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
32052025-05-22T20:07:46.800Z 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=3439fd6a572bada5 -C extra-filename=-52454fd2ba1f89cc --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-ddf7ca289917e60a.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-f2b5e1c16c2bd827.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32062025-05-22T20:07:47.061Z Compiling unicode-width v0.1.14
32072025-05-22T20:07:47.087Z 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=-21117c0d696a5843 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32082025-05-22T20:07:47.164Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
32092025-05-22T20:07:47.190Z 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/04681f2/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=e91d692de1340265 -C extra-filename=-310f377c02b47234 --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-f350214c5e77f4cb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32102025-05-22T20:07:47.813Z Compiling proc-macro-error-attr v1.0.4
32112025-05-22T20:07:47.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=-a1d73e94cac1324c --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a1d73e94cac1324c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32122025-05-22T20:07:47.904Z Compiling parse-display v0.10.0
32132025-05-22T20:07:47.904Z 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=8e6bd3e308f1af66 -C extra-filename=-cd0fe46122d3415a --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-7ed9698b4e1aff69.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8a5c4ab1e9e4d4bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32142025-05-22T20:07:48.227Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a1d73e94cac1324c/build-script-build`
32152025-05-22T20:07:48.335Z Compiling proc-macro-error v1.0.4
32162025-05-22T20:07:48.371Z 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=-98f6594da06e7bc7 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-98f6594da06e7bc7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32172025-05-22T20:07:48.397Z 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=-5d826fe80afb52ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182025-05-22T20:07:48.545Z Compiling proc-macro-crate v1.3.1
32192025-05-22T20:07:48.593Z 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=04cf9f3edd670bb1 -C extra-filename=-0344dccd6f650d0c --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-2a147402c71c6c21.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a50964eed4dd5fca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202025-05-22T20:07:48.680Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32212025-05-22T20:07:48.706Z 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=-79abc4128a3366db --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-79abc4128a3366db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32222025-05-22T20:07:48.791Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-98f6594da06e7bc7/build-script-build`
32232025-05-22T20:07:49.020Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
32242025-05-22T20:07:49.046Z 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=-d55a162c44c8a311 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-d55a162c44c8a311 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32252025-05-22T20:07:49.106Z Compiling tabwriter v1.4.0
32262025-05-22T20:07:49.133Z 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=-0934d224f5e402dd --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-21117c0d696a5843.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32272025-05-22T20:07:49.159Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-79abc4128a3366db/build-script-build`
32282025-05-22T20:07:49.219Z Compiling foreign-types-macros v0.2.3
32292025-05-22T20:07:49.269Z 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=b413e61f7b1fd756 -C extra-filename=-4800df717e4df0c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32302025-05-22T20:07:49.340Z 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=-927bd74b4b9336a6 --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-5d826fe80afb52ee.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
32312025-05-22T20:07:49.449Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-d55a162c44c8a311/build-script-build`
32322025-05-22T20:07:49.518Z Compiling foreign-types-shared v0.3.1
32332025-05-22T20:07:49.545Z 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=-b103d03f38850b87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32342025-05-22T20:07:49.571Z Compiling num_enum_derive v0.5.11
32352025-05-22T20:07:49.614Z 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=7a5b501635f10430 -C extra-filename=-2d07a70eb772e3de --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-0344dccd6f650d0c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32362025-05-22T20:07:49.640Z 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=-a23426112efd3f09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi`
32372025-05-22T20:07:49.753Z 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=-482c8b1944016b75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair -l zfs`
32382025-05-22T20:07:49.887Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32392025-05-22T20:07:49.913Z 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=-18a7f9ca81f6f36d --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-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32402025-05-22T20:07:50.003Z Compiling cstr-argument v0.1.2
32412025-05-22T20:07:50.003Z 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=4af3f8c51ae297a8 -C extra-filename=-704c0d6c5918001a --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-05d9a6e89676a9f8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32422025-05-22T20:07:50.047Z Compiling pretty-hex v0.2.1
32432025-05-22T20:07:50.074Z 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=-8096325d5cb7db7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32442025-05-22T20:07:50.320Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
32452025-05-22T20:07:50.346Z 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=-da0641e25c7fb567 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-da0641e25c7fb567 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32462025-05-22T20:07:50.392Z Compiling colored v2.2.0
32472025-05-22T20:07:50.392Z 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=-00aa725a2871b002 --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-7d13f98916d1d3e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32482025-05-22T20:07:50.614Z Compiling foreign-types v0.5.0
32492025-05-22T20:07:50.640Z 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=ed41d2b561bd2cc6 -C extra-filename=-3e0a5d563a4f75e6 --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-4800df717e4df0c4.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-b103d03f38850b87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32502025-05-22T20:07:50.801Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-da0641e25c7fb567/build-script-build`
32512025-05-22T20:07:50.848Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32522025-05-22T20:07:50.874Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32532025-05-22T20:07:50.874Z 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=175e4b4d9abf8ca1 -C extra-filename=-2f3f86b07a5c1009 --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-861b24e1ce2145a7.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-18a7f9ca81f6f36d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32542025-05-22T20:07:50.874Z 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=19291db68bf93709 -C extra-filename=-4484a3878161fa4f --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-704c0d6c5918001a.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-3e0a5d563a4f75e6.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-482c8b1944016b75.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32552025-05-22T20:07:50.936Z Compiling smf v0.2.3
32562025-05-22T20:07:50.962Z 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=da9a2feaa5a2ffe8 -C extra-filename=-89b1a37521970879 --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-da1f261dcf0b07b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32572025-05-22T20:07:51.152Z Compiling itertools v0.14.0
32582025-05-22T20:07:51.180Z 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=d8f2f3afdb96a1b0 -C extra-filename=-933f3f91cf655987 --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-ed761dbd9a6ae688.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32592025-05-22T20:07:51.273Z Compiling itertools v0.13.0
32602025-05-22T20:07:51.299Z 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=a61bdae6a41bd9f2 -C extra-filename=-50aa4900af2b0e9b --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-ed761dbd9a6ae688.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32612025-05-22T20:07:51.425Z Compiling crucible-workspace-hack v0.1.0
32622025-05-22T20:07:51.451Z 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=-fe13fa56889615d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-fe13fa56889615d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32632025-05-22T20:07:51.804Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-fe13fa56889615d6/build-script-build`
32642025-05-22T20:07:51.863Z Compiling atomicwrites v0.4.4
32652025-05-22T20:07:51.889Z 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=55b1b52846411ce8 -C extra-filename=-2ed982ab574d3381 --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-52a7e34822aa1467.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32662025-05-22T20:07:52.014Z Compiling num_enum v0.5.11
32672025-05-22T20:07:52.046Z 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=b5f1233c7a620cf8 -C extra-filename=-5448c47e336b5473 --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-2d07a70eb772e3de.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32682025-05-22T20:07:52.186Z 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=-a26220e982e069bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32692025-05-22T20:07:52.252Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
32702025-05-22T20:07:52.288Z 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=2202c00675ed4144 -C extra-filename=-96bbfdb53e80409a --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-861b24e1ce2145a7.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-a23426112efd3f09.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5448c47e336b5473.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8096325d5cb7db7e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32712025-05-22T20:07:52.314Z Compiling heapless v0.8.0
32722025-05-22T20:07:52.314Z 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=-6510f075d57c3368 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-6510f075d57c3368 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32732025-05-22T20:07:52.351Z Compiling hash32 v0.3.1
32742025-05-22T20:07:52.402Z 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=-4244ce8b8ef38371 --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-bd9324fe48e620f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32752025-05-22T20:07:52.675Z 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=0f024a5b596c9733 -C extra-filename=-ebb4664ffaf2e801 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-96bbfdb53e80409a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5448c47e336b5473.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-4484a3878161fa4f.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-482c8b1944016b75.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-2f3f86b07a5c1009.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-c0d48df8e813928a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5601242d4cca54cf.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-4160d46f2ca5230e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
32762025-05-22T20:07:52.744Z Compiling smoltcp v0.11.0
32772025-05-22T20:07:52.780Z 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=-20950faca6cf1351 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-20950faca6cf1351 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32782025-05-22T20:07:53.005Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-6510f075d57c3368/build-script-build`
32792025-05-22T20:07:53.351Z 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=-ce50bfa30d0f7691 --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-4244ce8b8ef38371.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-24cb4a3f30bb21bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32802025-05-22T20:07:53.488Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-20950faca6cf1351/build-script-build`
32812025-05-22T20:07:53.565Z Compiling cobs v0.2.3
32822025-05-22T20:07:53.590Z 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=-f0e61f2c8462d8c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32832025-05-22T20:07:53.940Z Compiling postcard v1.0.10
32842025-05-22T20:07:53.966Z 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=601a4cd6920e4479 -C extra-filename=-105a742a2753d80f --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-f0e61f2c8462d8c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32852025-05-22T20:07:54.244Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
32862025-05-22T20:07:54.269Z 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/9e79588/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=abe001cd4b5953e2 -C extra-filename=-0a2443f4e9f1a48b --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-beab76081c319986.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32872025-05-22T20:07:54.406Z Compiling ingot-macros v0.1.0
32882025-05-22T20:07:54.432Z 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=70f82258ea6093ac -C extra-filename=-ba8189cae1356cff --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-9464675204c606a5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-50aa4900af2b0e9b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32892025-05-22T20:07:54.567Z 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=5537c33be8495f1e -C extra-filename=-00d882b6d3947597 --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-be8aff341cdf0f9a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-ce50bfa30d0f7691.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-546499f45209a4df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32902025-05-22T20:07:54.808Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
32912025-05-22T20:07:54.834Z 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/9e79588/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=145396c7e0eee338 -C extra-filename=-37e1e31f2d49a85c --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-37e1e31f2d49a85c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32922025-05-22T20:07:55.047Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
32932025-05-22T20:07:55.074Z 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/9e79588/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=acab7508973f6ad3 -C extra-filename=-f3d9e9e73c9c0821 --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-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32942025-05-22T20:07:55.334Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-37e1e31f2d49a85c/build-script-build`
32952025-05-22T20:07:55.455Z Compiling sigpipe v0.1.3
32962025-05-22T20:07:55.481Z 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=f5a7ddffac36a85f -C extra-filename=-5d336fd19e8d8000 --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-861b24e1ce2145a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32972025-05-22T20:07:55.651Z Compiling base64 v0.21.7
32982025-05-22T20:07:55.677Z 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=-40930d55b624874f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32992025-05-22T20:07:56.153Z Compiling jiff v0.2.13
33002025-05-22T20:07:56.179Z 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.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="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=cb3d60448118a9c6 -C extra-filename=-d9e47a710bc38c83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33012025-05-22T20:07:56.345Z Compiling typify-macro v0.3.0
33022025-05-22T20:07:56.370Z 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=e4ba98a5f494824c -C extra-filename=-1bf98e5f0bb78ceb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c0d3326f90e6d1d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-36f6db46fd17cf96.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33032025-05-22T20:07:56.563Z Compiling typify-impl v0.4.1
33042025-05-22T20:07:56.613Z 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=d99ecaa3692ec93e -C extra-filename=-2bdccd98ee99b193 --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-973fa8e1d737893b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5ad3554f8389aea7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-8e6784b78ff938fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33052025-05-22T20:07:56.774Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
33062025-05-22T20:07:56.800Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-41c41244d8cc4d69/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a864f83f487f803 -C extra-filename=-9e8f5b91e066b993 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33072025-05-22T20:07:57.176Z Compiling zone_cfg_derive v0.3.0
33082025-05-22T20:07:57.206Z 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=-2f5988e7d8fbc860 --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-983699ac8dfc5d2a.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-927bd74b4b9336a6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33092025-05-22T20:07:58.816Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
33102025-05-22T20:07:58.841Z 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=0c3dfaa010fd7f61 -C extra-filename=-a0357f306537f3ad --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-861b24e1ce2145a7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33112025-05-22T20:07:59.335Z Compiling num-derive v0.4.2
33122025-05-22T20:07:59.361Z 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=bebda3931643e9e2 -C extra-filename=-f60b349543c2581f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33132025-05-22T20:07:59.704Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33142025-05-22T20:07:59.729Z 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=-466907a367b70263 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-466907a367b70263 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33152025-05-22T20:08:00.207Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-466907a367b70263/build-script-build`
33162025-05-22T20:08:00.298Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
33172025-05-22T20:08:00.324Z 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=2eb888371d755adb -C extra-filename=-87cbca4990a29b56 --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-a0357f306537f3ad.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33182025-05-22T20:08:00.869Z Compiling zone v0.3.1
33192025-05-22T20:08:00.894Z 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=8a9d8c4e2f2d81d7 -C extra-filename=-ef3831e116aacf0b --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-0d7cde468535b2dd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-2f5988e7d8fbc860.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33202025-05-22T20:08:01.255Z Compiling typify v0.3.0
33212025-05-22T20:08:01.280Z 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=1bb75a3aca26a784 -C extra-filename=-fd7ce3900e4fd6dd --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-36f6db46fd17cf96.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-1bf98e5f0bb78ceb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33222025-05-22T20:08:01.519Z Compiling progenitor-impl v0.9.1
33232025-05-22T20:08:01.545Z 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=f63c64e5467c3650 -C extra-filename=-667fa277b3dce5de --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-973fa8e1d737893b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-fd7ce3900e4fd6dd.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-8e6784b78ff938fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33242025-05-22T20:08:01.792Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
33252025-05-22T20:08:01.818Z 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=72adb514a43486f2 -C extra-filename=-7ad9fe31fb5e4172 --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-a26220e982e069bc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-f60b349543c2581f.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33262025-05-22T20:08:01.985Z Compiling ingot-types v0.1.0
33272025-05-22T20:08:02.013Z 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=9f74fb85cdf91f74 -C extra-filename=-6d5bc919cff4e7c0 --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-ba8189cae1356cff.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b755c5a6bb05839b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33282025-05-22T20:08:02.596Z Compiling convert_case v0.4.0
33292025-05-22T20:08:02.621Z 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=-b38d43d6d0a3d25d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33302025-05-22T20:08:02.794Z Compiling utf-8 v0.7.6
33312025-05-22T20:08:02.819Z 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=-5cf1910ce24cb533 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33322025-05-22T20:08:03.000Z Compiling ingot v0.1.0
33332025-05-22T20:08:03.025Z 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=7e2935ce8123d9c9 -C extra-filename=-b6e94bbbf49f4887 --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-beab76081c319986.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-ba8189cae1356cff.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-6d5bc919cff4e7c0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b755c5a6bb05839b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33342025-05-22T20:08:03.244Z Compiling newline-converter v0.3.0
33352025-05-22T20:08:03.269Z 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=-a08188bbee2caed2 --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-360547933b906551.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33362025-05-22T20:08:03.513Z Compiling expectorate v1.2.0
33372025-05-22T20:08:03.539Z 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=f9f39c8b61b47b20 -C extra-filename=-33b0ce998003bbb7 --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-2ed982ab574d3381.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ec0951ff84750b18.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-a08188bbee2caed2.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0559c45c5f37fd70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33382025-05-22T20:08:03.664Z Compiling derive_more v0.99.20
33392025-05-22T20:08:03.689Z 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=afa4d4061791eda4 -C extra-filename=-577a499c36dcf57a --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-b38d43d6d0a3d25d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33402025-05-22T20:08:03.942Z Compiling num-rational v0.4.2
33412025-05-22T20:08:03.967Z 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=-3bddfea4db6446fb --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-a8d9c42ce3064789.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33422025-05-22T20:08:05.475Z Compiling num-complex v0.4.6
33432025-05-22T20:08:05.509Z 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=-4e8fedabfba3dd60 --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-1fb6e8465c7f7e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33442025-05-22T20:08:06.446Z Compiling num v0.4.3
33452025-05-22T20:08:06.472Z 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=-6368f2b07121436b --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-4e8fedabfba3dd60.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b1af0a1645222b48.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-3bddfea4db6446fb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33462025-05-22T20:08:06.621Z Compiling tungstenite v0.21.0
33472025-05-22T20:08:06.649Z 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=012e147564063148 -C extra-filename=-bcf885de1e01de92 --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-bd9324fe48e620f7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-48ef01d1b4729c3d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-bd816f45ec33d3cd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1e37e518e321c5ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5cf1910ce24cb533.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33482025-05-22T20:08:07.257Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
33492025-05-22T20:08:07.283Z 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/9e79588/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=a9b82be7f0dd3855 -C extra-filename=-fad6fbd5303413a7 --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-0a2443f4e9f1a48b.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-b6e94bbbf49f4887.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-105a742a2753d80f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-00d882b6d3947597.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33502025-05-22T20:08:07.737Z Compiling aws-lc-sys v0.26.0
33512025-05-22T20:08:07.769Z 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=1015c538bda2d033 -C extra-filename=-4baff7bbe6b4499c --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4baff7bbe6b4499c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-9a01c6761b8807ef.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-94e598273c421973.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-9544f3e07155b19f.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-9e0505f906e2b10b.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-b1d532e803ea1f2d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33522025-05-22T20:08:08.749Z 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/9e79588/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=1a10dd8b88e871c2 -C extra-filename=-639a3d4d96bf0bd3 --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-beab76081c319986.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0eed3e3386dece13.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-0a2443f4e9f1a48b.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-b6e94bbbf49f4887.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-f3d9e9e73c9c0821.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-fad6fbd5303413a7.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-105a742a2753d80f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-00d882b6d3947597.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-0934d224f5e402dd.rmeta --cap-lints allow -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)'`
33532025-05-22T20:08:08.851Z Compiling progenitor-macro v0.9.1
33542025-05-22T20:08:08.883Z 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=cdaf3b3a006d1788 -C extra-filename=-941eba6b0e09f42f --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-24adaeb0dba1d390.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-667fa277b3dce5de.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c0d3326f90e6d1d1.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-50067a856f4b7f4c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33552025-05-22T20:08:09.003Z Compiling float-ord v0.3.2
33562025-05-22T20:08:09.042Z 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=-15dab050fa171917 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33572025-05-22T20:08:09.115Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
33582025-05-22T20:08:09.147Z 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/9e79588/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=be436e2d5867809b -C extra-filename=-a2e29396d1392be0 --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-05d9a6e89676a9f8.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-0a2443f4e9f1a48b.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-639a3d4d96bf0bd3.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-9e8f5b91e066b993.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-00d882b6d3947597.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-0934d224f5e402dd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b755c5a6bb05839b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33592025-05-22T20:08:09.181Z Compiling tokio-tungstenite v0.21.0
33602025-05-22T20:08:09.181Z 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=aac60e31c09237fd -C extra-filename=-f8bc86961c0a673c --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-fa33b9f36748c437.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-bcf885de1e01de92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33612025-05-22T20:08:09.289Z Compiling half v2.4.1
33622025-05-22T20:08:09.324Z 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=ab00be22dedea04f -C extra-filename=-517d7412da3201d3 --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-05d9a6e89676a9f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33632025-05-22T20:08:09.357Z Compiling ciborium-io v0.2.2
33642025-05-22T20:08:09.357Z 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=-f19374a6c13cd9f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33652025-05-22T20:08:09.567Z Compiling secrecy v0.10.3
33662025-05-22T20:08:09.599Z 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=d5bfe8b9f7a6a71d -C extra-filename=-6bf1502fcb651c82 --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-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33672025-05-22T20:08:09.896Z Compiling ciborium-ll v0.2.2
33682025-05-22T20:08:09.948Z 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=c1e07628de5ff288 -C extra-filename=-6eaf68bcc7d64265 --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-f19374a6c13cd9f1.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-517d7412da3201d3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33692025-05-22T20:08:09.983Z Compiling fixedbitset v0.5.7
33702025-05-22T20:08:09.983Z Compiling indent_write v2.2.0
33712025-05-22T20:08:09.983Z 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=-5608683ae2af4267 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33722025-05-22T20:08:09.983Z 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=-20d09b58c5f7acd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33732025-05-22T20:08:10.380Z Compiling ciborium v0.2.2
33742025-05-22T20:08:10.406Z 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=ff5e36d72f319ace -C extra-filename=-85cdd742a5123a32 --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-f19374a6c13cd9f1.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-6eaf68bcc7d64265.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33752025-05-22T20:08:10.464Z Compiling same-file v1.0.6
33762025-05-22T20:08:10.464Z 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=-74af842c00779229 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33772025-05-22T20:08:10.761Z Compiling petgraph v0.7.1
33782025-05-22T20:08:10.793Z 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 --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --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=c9e5859eee407725 -C extra-filename=-d122a0cd649f2f6a --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-5608683ae2af4267.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33792025-05-22T20:08:10.847Z Compiling walkdir v2.5.0
33802025-05-22T20:08:14.699Z 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=-502402daacd53cf1 --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-74af842c00779229.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33812025-05-22T20:08:14.699Z Compiling password-hash v0.5.0
33822025-05-22T20:08:14.699Z 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=c27b47186ad17c95 -C extra-filename=-fbf105091751351d --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-fae69d05f1cd8859.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ef8c2fcc9369ed60.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33832025-05-22T20:08:14.699Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
33842025-05-22T20:08:14.699Z 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/9e79588/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=b1a92aadef765acf -C extra-filename=-585a69e7b541d637 --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-861b24e1ce2145a7.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-ebb4664ffaf2e801.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-639a3d4d96bf0bd3.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-a2e29396d1392be0.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-105a742a2753d80f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33852025-05-22T20:08:14.699Z Compiling blake2 v0.10.6
33862025-05-22T20:08:14.699Z 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=1783e1712d50f9e4 -C extra-filename=-9f87cd718b19a95d --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-1d6ab4ed8afa3f4c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872025-05-22T20:08:14.699Z Compiling typify-macro v0.4.1
33882025-05-22T20:08:14.699Z 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=d10789d4a627f934 -C extra-filename=-e65d7ea96cfe798d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c0d3326f90e6d1d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-2bdccd98ee99b193.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33892025-05-22T20:08:14.701Z Compiling arc-swap v1.7.1
33902025-05-22T20:08:14.701Z 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=-a046c14e6a885976 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33912025-05-22T20:08:14.701Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
33922025-05-22T20:08:14.701Z 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=-de12ac21968c01e6 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-de12ac21968c01e6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33932025-05-22T20:08:14.749Z Compiling argon2 v0.5.3
33942025-05-22T20:08:14.749Z 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=1c07deabd6314f5d -C extra-filename=-c3c31eea81948390 --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-fae69d05f1cd8859.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-9f87cd718b19a95d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d1d1da8be6c6940e.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-fbf105091751351d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33952025-05-22T20:08:14.749Z Compiling slog-scope v4.4.0
33962025-05-22T20:08:14.749Z 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=-b6977333bd34080f --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-a046c14e6a885976.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33972025-05-22T20:08:14.749Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-de12ac21968c01e6/build-script-build`
33982025-05-22T20:08:14.749Z Compiling xattr v1.3.1
33992025-05-22T20:08:14.749Z 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=1d57135caada95d7 -C extra-filename=-08722ff55915ebf4 --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-52a7e34822aa1467.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34002025-05-22T20:08:14.749Z Compiling filetime v0.2.25
34012025-05-22T20:08:14.750Z 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=197e53f813161108 -C extra-filename=-c2e3b4797df951d4 --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-05d9a6e89676a9f8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34022025-05-22T20:08:14.750Z Compiling slog-stdlog v4.1.1
34032025-05-22T20:08:14.750Z 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=-fd451cb6841dc4c9 --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-0c3f9f9074fd84d6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-b6977333bd34080f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34042025-05-22T20:08:14.750Z Compiling owo-colors v4.2.0
34052025-05-22T20:08:14.750Z 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.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=2b49a7459123c801 -C extra-filename=-f2c6c06a63d6f0a6 --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-f2c6c06a63d6f0a6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34062025-05-22T20:08:14.750Z Compiling cancel-safe-futures v0.1.5
34072025-05-22T20:08:14.750Z 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=-69dc3a648feeab65 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-69dc3a648feeab65 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34082025-05-22T20:08:14.750Z Compiling slog-envlogger v2.2.0
34092025-05-22T20:08:14.750Z 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=83231a1eee649161 -C extra-filename=-0dba5871d0ebce1f --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-0c3f9f9074fd84d6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-b6977333bd34080f.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-fd451cb6841dc4c9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34102025-05-22T20:08:14.750Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-69dc3a648feeab65/build-script-build`
34112025-05-22T20:08:14.750Z Compiling tar v0.4.44
34122025-05-22T20:08:14.750Z 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=c618089c934023da -C extra-filename=-8945fb8df0c5ac25 --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-c2e3b4797df951d4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-08722ff55915ebf4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34132025-05-22T20:08:14.750Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-f2c6c06a63d6f0a6/build-script-build`
34142025-05-22T20:08:14.750Z Compiling libsw-core v0.3.1
34152025-05-22T20:08:14.750Z 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=d8fd15e0384dd5a8 -C extra-filename=-c921d528a66ef2e1 --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-63041c43d64718a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34162025-05-22T20:08:14.750Z Compiling swrite v0.1.0
34172025-05-22T20:08:14.750Z 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=-948768355417aa57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34182025-05-22T20:08:14.750Z Compiling libsw v3.4.0
34192025-05-22T20:08:14.750Z 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.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 --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=09f27bc20b63021f -C extra-filename=-04d215a8959f0703 --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-c921d528a66ef2e1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34202025-05-22T20:08:14.777Z 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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=b5a542be222ea500 -C extra-filename=-b811c2f97608b7d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -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)'`
34212025-05-22T20:08:15.056Z 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=959baf9f8c2a7fb1 -C extra-filename=-ee912c437156fb5c --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-cc268f9244d9ad28.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b54f0766faacde7a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34222025-05-22T20:08:15.187Z Compiling linear-map v1.2.0
34232025-05-22T20:08:15.212Z 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=-faa762f55049f9c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34242025-05-22T20:08:15.598Z Compiling keccak v0.1.5
34252025-05-22T20:08:15.624Z 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=-388bed5b78c7f6a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262025-05-22T20:08:15.656Z Compiling pem v3.0.5
34272025-05-22T20:08:15.656Z 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=-11e440f246b9f98d --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-47534339b40df4f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34282025-05-22T20:08:15.702Z Compiling highway v1.3.0
34292025-05-22T20:08:15.727Z 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=-d2eb89831c39492e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34302025-05-22T20:08:16.231Z Compiling sha3 v0.10.8
34312025-05-22T20:08:16.257Z 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=58a9712dfbb3983b -C extra-filename=-82f5b5779c10b7f8 --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-1d6ab4ed8afa3f4c.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-388bed5b78c7f6a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34322025-05-22T20:08:16.439Z Compiling typify-impl v0.2.0
34332025-05-22T20:08:16.465Z 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=249097ee21c13e45 -C extra-filename=-1bdb5638bed69269 --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-973fa8e1d737893b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5ad3554f8389aea7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-8e6784b78ff938fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34342025-05-22T20:08:16.491Z Compiling typify v0.4.1
34352025-05-22T20:08:16.517Z 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=aed51172e0268a39 -C extra-filename=-de4a09e9b3e60b0d --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-2bdccd98ee99b193.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-e65d7ea96cfe798d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34362025-05-22T20:08:16.556Z Compiling headers-core v0.3.0
34372025-05-22T20:08:16.603Z 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=4f0354429d1334c7 -C extra-filename=-d2aedf31428a53a4 --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-0a6f4624c17fcf4b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34382025-05-22T20:08:16.741Z Compiling progenitor-impl v0.10.0
34392025-05-22T20:08:16.767Z 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=41b794d23e579683 -C extra-filename=-a883a1877f714eb9 --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-973fa8e1d737893b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-de4a09e9b3e60b0d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-8e6784b78ff938fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34402025-05-22T20:08:16.792Z Compiling linked-hash-map v0.5.6
34412025-05-22T20:08:16.792Z 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=-736251c8af299c7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34422025-05-22T20:08:16.823Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
34432025-05-22T20:08:16.848Z Compiling headers v0.4.0
34442025-05-22T20:08:16.848Z 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=-451ca367f13aee77 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-451ca367f13aee77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34452025-05-22T20:08:16.879Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-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("nightly"))' -C metadata=10874e42a009b1e8 -C extra-filename=-8de967e119dd7c6d --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-40930d55b624874f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-d2aedf31428a53a4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-bafdc436c339b98a.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a9761af3a61b81d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1e37e518e321c5ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34462025-05-22T20:08:17.227Z Compiling lru-cache v0.1.2
34472025-05-22T20:08:17.252Z 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=-0a5c2e0fec56d0d3 --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-736251c8af299c7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34482025-05-22T20:08:17.284Z Compiling resolv-conf v0.7.0
34492025-05-22T20:08:17.284Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-451ca367f13aee77/build-script-build`
34502025-05-22T20:08:17.309Z 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=a581d7fb731e326e -C extra-filename=-c119f8ef93f3da5e --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-25f257e79e6ca76b.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-4a5450cdebef5a61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34512025-05-22T20:08:17.392Z 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=f59f94780cc1b72b -C extra-filename=-8c157499cf53fa6f --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-05d9a6e89676a9f8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --cap-lints allow -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/`
34522025-05-22T20:08:17.504Z Compiling lzma-sys v0.1.20
34532025-05-22T20:08:17.531Z 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=c7b842059c6a3e25 -C extra-filename=-283ab75721077b47 --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-283ab75721077b47 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-94e598273c421973.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f17f01e4eb57ec55.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34542025-05-22T20:08:17.924Z Compiling hickory-resolver v0.24.4
34552025-05-22T20:08:17.953Z 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=a2b9f238acffc8ea -C extra-filename=-cb42d1ad2154cc43 --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-05d9a6e89676a9f8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-6e5529a61faa4dd6.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-0a5c2e0fec56d0d3.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-2aa0d0d1dca32990.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-c119f8ef93f3da5e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-dbb95c3a428e30f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5601242d4cca54cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34562025-05-22T20:08:18.172Z Compiling heck v0.3.3
34572025-05-22T20:08:18.198Z 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=-259e2d328230a8a3 --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-360547933b906551.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34582025-05-22T20:08:18.479Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-283ab75721077b47/build-script-build`
34592025-05-22T20:08:18.552Z 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=557b5290c34260e7 -C extra-filename=-456fc4a15363a195 --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-861b24e1ce2145a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma`
34602025-05-22T20:08:18.619Z Compiling zone_cfg_derive v0.1.2
34612025-05-22T20:08:18.645Z 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=-6c94cbc5a16b2f1b --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-259e2d328230a8a3.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-927bd74b4b9336a6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34622025-05-22T20:08:18.778Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34632025-05-22T20:08:18.814Z 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=3e48b763fe12a9ae -C extra-filename=-85e016f0e9cb3123 --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-3797518153757616.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3d752c196cd4ce71.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-946b619ace1d2796.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34642025-05-22T20:08:18.840Z Compiling yasna v0.5.2
34652025-05-22T20:08:18.866Z 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=f4fef60a3c0c980e -C extra-filename=-a692b3c24cc8e298 --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-6170a89a7cf31b99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34662025-05-22T20:08:19.293Z Compiling base64 v0.13.1
34672025-05-22T20:08:19.319Z 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=-9ce82c47c5046763 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34682025-05-22T20:08:19.922Z Compiling humantime v2.1.0
34692025-05-22T20:08:19.948Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5466e87a3aaffd28 -C extra-filename=-0e4dd5ffcc57d0fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34702025-05-22T20:08:20.127Z Compiling zone v0.1.8
34712025-05-22T20:08:20.167Z 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=8421767bd3514026 -C extra-filename=-0fb31e1577a584f6 --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-c919e9c07f8e06f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-6c94cbc5a16b2f1b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34722025-05-22T20:08:20.376Z Compiling rcgen v0.12.1
34732025-05-22T20:08:20.402Z 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=f3c9320713ec873f -C extra-filename=-21d72b11cf8192de --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-11e440f246b9f98d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-42e297bdf6176b96.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6170a89a7cf31b99.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-a692b3c24cc8e298.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out`
34742025-05-22T20:08:20.472Z Compiling ron v0.7.1
34752025-05-22T20:08:20.498Z 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=a419104bfc0098ff -C extra-filename=-b15d595d09f262cd --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-9ce82c47c5046763.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be8aff341cdf0f9a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34762025-05-22T20:08:21.598Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34772025-05-22T20:08:21.625Z 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=c2728d9b176c9c43 -C extra-filename=-1c27efcb5212cad1 --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-85e016f0e9cb3123.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3d752c196cd4ce71.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-946b619ace1d2796.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34782025-05-22T20:08:22.069Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4baff7bbe6b4499c/build-script-main`
34792025-05-22T20:08:22.359Z Compiling xz2 v0.1.7
34802025-05-22T20:08:22.386Z 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=caacb986b7f8fa5e -C extra-filename=-8b704015b65c1ef6 --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-456fc4a15363a195.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
34812025-05-22T20:08:22.419Z Compiling semver v0.1.20
34822025-05-22T20:08:22.419Z 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=-ac792cf307ef5ce1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34832025-05-22T20:08:22.461Z 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=-fb006f2bc6280bf1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq`
34842025-05-22T20:08:22.530Z Compiling subprocess v0.2.9
34852025-05-22T20:08:22.572Z 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=6294e3de499942bb -C extra-filename=-4351bdfe4dac8c38 --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-861b24e1ce2145a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862025-05-22T20:08:22.886Z Compiling universal-hash v0.5.1
34872025-05-22T20:08:22.912Z 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=d11924625755043c -C extra-filename=-7ff61a755fab8056 --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-4c308f9f263b3acb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882025-05-22T20:08:22.961Z Compiling opaque-debug v0.3.1
34892025-05-22T20:08:22.988Z 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=-37213a0154867594 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902025-05-22T20:08:23.133Z Compiling rustc_version v0.1.7
34912025-05-22T20:08:23.159Z 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=-2f7576b9913eb88f --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-ac792cf307ef5ce1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922025-05-22T20:08:23.186Z Compiling aead v0.5.2
34932025-05-22T20:08:23.186Z 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=6d032362148339d1 -C extra-filename=-92a144d33d15ef0a --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-4c308f9f263b3acb.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5a41f0b5a4a31464.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34942025-05-22T20:08:23.227Z Compiling poly1305 v0.8.0
34952025-05-22T20:08:23.256Z 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=b823f5fa7e60b06a -C extra-filename=-de55bdbe1d0e4e56 --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-d1d1da8be6c6940e.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-37213a0154867594.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-7ff61a755fab8056.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962025-05-22T20:08:23.459Z Compiling chacha20 v0.9.1
34972025-05-22T20:08:23.485Z 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=7e89937a978f75ae -C extra-filename=-d42282ee4a658db0 --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-05d9a6e89676a9f8.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-64aa4ce7eb6af6b2.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d1d1da8be6c6940e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34982025-05-22T20:08:23.521Z Compiling progenitor-macro v0.10.0
34992025-05-22T20:08:23.569Z 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=7bf48c8338eb2b56 -C extra-filename=-7569df411c1d6cbb --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-24adaeb0dba1d390.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-a883a1877f714eb9.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c0d3326f90e6d1d1.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-50067a856f4b7f4c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35002025-05-22T20:08:23.646Z Compiling thiserror-impl-no-std v2.0.2
35012025-05-22T20:08:23.673Z 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=-1c30d8eb448ce790 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022025-05-22T20:08:23.700Z Compiling newtype_derive v0.1.6
35032025-05-22T20:08:23.700Z 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=-0a9579ce75d40d1d --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-0a9579ce75d40d1d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-2f7576b9913eb88f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35042025-05-22T20:08:24.021Z Compiling chacha20poly1305 v0.10.1
35052025-05-22T20:08:24.057Z 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=6ffbf3b0bf8acff6 -C extra-filename=-566f88cfd11bd304 --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-92a144d33d15ef0a.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-d42282ee4a658db0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-64aa4ce7eb6af6b2.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-de55bdbe1d0e4e56.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35062025-05-22T20:08:24.113Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-0a9579ce75d40d1d/build-script-build`
35072025-05-22T20:08:24.235Z 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=-d4d0916fca9466e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg op_assign`
35082025-05-22T20:08:24.298Z Compiling qorb v0.3.1
35092025-05-22T20:08:24.359Z 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.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="probes"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=5e70cd0bc2eecbfb -C extra-filename=-84d376be91cfdfdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-85e23b5420a509ee.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7b013d69c72f87a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5601242d4cca54cf.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35102025-05-22T20:08:24.386Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
35112025-05-22T20:08:24.386Z 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=3711626c845d3bc3 -C extra-filename=-3485942516207201 --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-47534339b40df4f4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-a26220e982e069bc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35122025-05-22T20:08:24.434Z Compiling steno v0.4.1
35132025-05-22T20:08:24.461Z 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=f7a86443bc46e8d2 -C extra-filename=-7babaaf4dc334ecd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1e0427ca8cfde79c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35142025-05-22T20:08:24.789Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
35152025-05-22T20:08:24.816Z 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=505ff7005d3952fa -C extra-filename=-27e4f4aa22f65e7b --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-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35162025-05-22T20:08:25.486Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
35172025-05-22T20:08:25.513Z Compiling bytecount v0.6.8
35182025-05-22T20:08:25.513Z 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=d02a4fd5ebc8e1d1 -C extra-filename=-c25c257aa99a7c0c --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-3485942516207201.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-27e4f4aa22f65e7b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35192025-05-22T20:08:25.513Z 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=-bc40d045d90adc83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35202025-05-22T20:08:25.789Z Compiling display-error-chain v0.2.2
35212025-05-22T20:08:25.789Z 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=-e54d7805221c2d6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35222025-05-22T20:08:26.102Z Compiling slog-dtrace v0.3.0
35232025-05-22T20:08:26.129Z 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=-b8978e7330e70be9 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-b8978e7330e70be9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35242025-05-22T20:08:26.546Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-b8978e7330e70be9/build-script-build`
35252025-05-22T20:08:26.592Z Compiling thiserror-no-std v2.0.2
35262025-05-22T20:08:26.621Z 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=-c1a2752818d20559 --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-1c30d8eb448ce790.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35272025-05-22T20:08:26.665Z 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=03cdec5617f5587d -C extra-filename=-b8daaf155da4f555 --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-1cd817a3f34bbccd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35282025-05-22T20:08:26.788Z Compiling vsss-rs v3.3.4
35292025-05-22T20:08:26.847Z 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=b268b3dd664222bb -C extra-filename=-d48eec03d2eb3b3a --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-9c47023c64efb974.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-391a2f5ca8aa2814.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-07cedfa1f2c9df08.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ef8c2fcc9369ed60.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-c1a2752818d20559.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35302025-05-22T20:08:27.295Z Compiling gethostname v0.5.0
35312025-05-22T20:08:27.322Z 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=c925545f27983195 -C extra-filename=-ae1147ca51c1d919 --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-52a7e34822aa1467.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35322025-05-22T20:08:28.561Z Compiling nibble_vec v0.1.0
35332025-05-22T20:08:28.562Z 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=10ad3f1e32f5a902 -C extra-filename=-012ccc00764a4e91 --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-dbb95c3a428e30f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35342025-05-22T20:08:28.883Z Compiling endian-type v0.1.2
35352025-05-22T20:08:28.883Z 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=-c43b1e54335a4613 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35362025-05-22T20:08:28.883Z Compiling radix_trie v0.2.1
35372025-05-22T20:08:28.883Z 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=61e7cc36f74008fa -C extra-filename=-254c7c3e08b29654 --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-c43b1e54335a4613.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-012ccc00764a4e91.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35382025-05-22T20:08:29.044Z Compiling proc-macro-error-attr2 v2.0.0
35392025-05-22T20:08:29.071Z 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=-ea0e678521d4e358 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35402025-05-22T20:08:29.152Z Compiling maplit v1.0.2
35412025-05-22T20:08:29.179Z 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=-e954ece10883f074 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35422025-05-22T20:08:29.374Z Compiling papergrid v0.14.0
35432025-05-22T20:08:29.401Z 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=-86182d346ebd7039 --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-bc40d045d90adc83.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-4cbe4ea4e54cb639.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f8e3d5f3ac8a66c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35442025-05-22T20:08:29.981Z Compiling proc-macro-error2 v2.0.1
35452025-05-22T20:08:30.008Z 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=7be7a7e12232c663 -C extra-filename=-689680be0e14e2ca --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-ea0e678521d4e358.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35462025-05-22T20:08:30.286Z Compiling num-derive v0.3.3
35472025-05-22T20:08:30.313Z 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=-95255242d06b0038 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35482025-05-22T20:08:30.510Z Compiling typify-macro v0.2.0
35492025-05-22T20:08:30.537Z 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=0ccacd39d19a2409 -C extra-filename=-350f998ffe80afa9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c0d3326f90e6d1d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-1bdb5638bed69269.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35502025-05-22T20:08:30.670Z Compiling tabled_derive v0.10.0
35512025-05-22T20:08:30.697Z 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=7e63eead397f197a -C extra-filename=-50d0e1bca0726971 --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-973fa8e1d737893b.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-689680be0e14e2ca.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35522025-05-22T20:08:30.955Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
35532025-05-22T20:08:30.982Z 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=e961b43756bf794a -C extra-filename=-c97b9d2ad289a13a --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-beab76081c319986.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-13b29d216221c8e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35542025-05-22T20:08:31.304Z Compiling fxhash v0.2.1
35552025-05-22T20:08:31.331Z 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=-c93b2e05cd7634c2 --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-bd9324fe48e620f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35562025-05-22T20:08:31.591Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
35572025-05-22T20:08:31.618Z 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=-b483ce868555c76b --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-b483ce868555c76b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35582025-05-22T20:08:32.003Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-b483ce868555c76b/build-script-build`
35592025-05-22T20:08:32.126Z Compiling vte_generate_state_changes v0.1.2
35602025-05-22T20:08:32.153Z 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=-7ab781b85ff32c2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35612025-05-22T20:08:32.508Z Compiling libscf-sys v1.1.0
35622025-05-22T20:08:32.508Z 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=ef12c640777848df -C extra-filename=-025c2aa5d66c8732 --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-861b24e1ce2145a7.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-95255242d06b0038.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35632025-05-22T20:08:32.792Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
35642025-05-22T20:08:32.819Z 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=7d00a9f1ba0710ef -C extra-filename=-595609cdd4d22d2b --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-861b24e1ce2145a7.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-025c2aa5d66c8732.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35652025-05-22T20:08:32.890Z Compiling crc8 v0.1.1
35662025-05-22T20:08:32.916Z 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=-b836993cadc8e065 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35672025-05-22T20:08:33.355Z Compiling vte v0.11.1
35682025-05-22T20:08:33.381Z 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=-67e6005de80c9065 --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-03bf52d9306b5785.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-7ab781b85ff32c2b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35692025-05-22T20:08:33.381Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
35702025-05-22T20:08:33.382Z 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=90dd8ae2c4f86b52 -C extra-filename=-73564e02fe8311a7 --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-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-c97b9d2ad289a13a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35712025-05-22T20:08:33.382Z Compiling const_format_proc_macros v0.2.34
35722025-05-22T20:08:33.382Z 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=-10ada7bc6fafdc16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-61828afd5cf1b997.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35732025-05-22T20:08:33.471Z Compiling tabled v0.18.0
35742025-05-22T20:08:33.497Z 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=2444b7348b9cdbfd -C extra-filename=-80e8b6b3a409c96d --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-86182d346ebd7039.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-50d0e1bca0726971.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35752025-05-22T20:08:33.602Z Compiling fd-lock v4.0.2
35762025-05-22T20:08:33.629Z 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=713c84a5cdd67f1a -C extra-filename=-fd042af2522f4b0e --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-05d9a6e89676a9f8.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-52a7e34822aa1467.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35772025-05-22T20:08:33.878Z Compiling async-recursion v1.1.1
35782025-05-22T20:08:33.905Z 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=a301f2e92bd184f0 -C extra-filename=-3f0800d66ba0dd22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35792025-05-22T20:08:34.418Z Compiling strip-ansi-escapes v0.2.0
35802025-05-22T20:08:34.445Z 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=-4a88f585492d7d87 --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-67e6005de80c9065.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35812025-05-22T20:08:34.749Z Compiling typify v0.2.0
35822025-05-22T20:08:34.776Z 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=ac2488ff92afe7ee -C extra-filename=-f034608f4cd299bd --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-1bdb5638bed69269.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-350f998ffe80afa9.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35832025-05-22T20:08:34.817Z Compiling radium v0.7.0
35842025-05-22T20:08:34.844Z 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=-d17716ff9907b785 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-d17716ff9907b785 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35852025-05-22T20:08:34.980Z Compiling progenitor-impl v0.8.0
35862025-05-22T20:08:35.016Z 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=7c13087baff00aba -C extra-filename=-0968a4941e99e409 --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-973fa8e1d737893b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-f034608f4cd299bd.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-8e6784b78ff938fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35872025-05-22T20:08:35.216Z Compiling const_format v0.2.34
35882025-05-22T20:08:35.243Z 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=-84e797a2d3eb2d0c --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-10ada7bc6fafdc16.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35892025-05-22T20:08:35.351Z Compiling nu-ansi-term v0.50.1
35902025-05-22T20:08:35.377Z 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=-13ae54e8c843c38d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35912025-05-22T20:08:35.452Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-d17716ff9907b785/build-script-build`
35922025-05-22T20:08:35.492Z Compiling zerocopy-derive v0.6.6
35932025-05-22T20:08:35.492Z 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=8cfea97ac309ec7b -C extra-filename=-ed105d5e6b2f86f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35942025-05-22T20:08:35.890Z Compiling reedline v0.38.0
35952025-05-22T20:08:35.916Z 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.38.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=0e10428e3e54879b -C extra-filename=-8b615d9fb0618ab3 --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-1cd817a3f34bbccd.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-3f2c1554917f5114.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-fd042af2522f4b0e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0d7cde468535b2dd.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-13ae54e8c843c38d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-4a88f585492d7d87.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-2c3edb2c616c3ea7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-360547933b906551.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35962025-05-22T20:08:36.049Z Compiling tap v1.0.1
35972025-05-22T20:08:36.076Z 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=-5ed4c13db12c5285 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35982025-05-22T20:08:36.216Z Compiling maybe-uninit v2.0.0
35992025-05-22T20:08:36.244Z 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=-75d075cf657778cc --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-75d075cf657778cc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36002025-05-22T20:08:36.300Z Compiling termcolor v1.4.1
36012025-05-22T20:08:36.327Z 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=-6e9281f1fbc48551 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36022025-05-22T20:08:36.780Z Compiling wyz v0.5.1
36032025-05-22T20:08:36.806Z 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=-66d36ad80f8e487e --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-5ed4c13db12c5285.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36042025-05-22T20:08:36.838Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-75d075cf657778cc/build-script-build`
36052025-05-22T20:08:36.937Z 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=-66bd1111406e4e18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -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`
36062025-05-22T20:08:37.024Z Compiling packed_struct v0.10.1
36072025-05-22T20:08:37.051Z 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=-7132da8d0347ed4d --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-7132da8d0347ed4d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36082025-05-22T20:08:37.284Z 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=0b60159999d4b9c6 -C extra-filename=-c6d02392d7ec2bc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-13b29d216221c8e7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-a36be6e63a1c4628.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-80e8b6b3a409c96d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-73564e02fe8311a7.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-c97b9d2ad289a13a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
36092025-05-22T20:08:37.435Z Compiling crc-catalog v2.4.0
36102025-05-22T20:08:37.436Z 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=-532b33da06a0bd66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36112025-05-22T20:08:37.486Z Compiling zerocopy v0.6.6
36122025-05-22T20:08:37.512Z 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=f66d96a6dea46c6a -C extra-filename=-f06fbb6079a82b1f --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-bd9324fe48e620f7.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-ed105d5e6b2f86f1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36132025-05-22T20:08:37.554Z Compiling funty v2.0.0
36142025-05-22T20:08:37.581Z 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=-8c8807f95a6ab162 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36152025-05-22T20:08:37.670Z Compiling crc v3.2.1
36162025-05-22T20:08:37.751Z 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=-395239d49f2221f4 --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-532b33da06a0bd66.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36172025-05-22T20:08:38.464Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-7132da8d0347ed4d/build-script-build`
36182025-05-22T20:08:38.522Z 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=-83c05e200884fafb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg derive_copy --cfg repr_transparent --cfg native_uninit`
36192025-05-22T20:08:38.557Z Compiling packed_struct_codegen v0.10.1
36202025-05-22T20:08:38.583Z 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=-34ae5d1857fe5cb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36212025-05-22T20:08:38.685Z Compiling bitvec v1.0.1
36222025-05-22T20:08:38.723Z 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=-d9e16eefe3c087e3 --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-8c8807f95a6ab162.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-66bd1111406e4e18.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-5ed4c13db12c5285.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-66d36ad80f8e487e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36232025-05-22T20:08:39.197Z Compiling indexmap v1.9.3
36242025-05-22T20:08:39.242Z 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=-c97c0e4194239116 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-c97c0e4194239116 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-64eddfadf42e0b77.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36252025-05-22T20:08:39.590Z Compiling nodrop v0.1.14
36262025-05-22T20:08:39.625Z 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=-39b5ad1d38808121 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36272025-05-22T20:08:39.653Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-c97c0e4194239116/build-script-build`
36282025-05-22T20:08:39.691Z Compiling smallvec v0.6.14
36292025-05-22T20:08:39.717Z 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=-0c3a11672eda5910 --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-83c05e200884fafb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36302025-05-22T20:08:39.792Z Compiling array-init v0.0.4
36312025-05-22T20:08:39.819Z 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=-37779e0ecf16902d --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-39b5ad1d38808121.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36322025-05-22T20:08:39.970Z Compiling libefi-sys v0.1.0
36332025-05-22T20:08:40.001Z 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=-a51b2a7e6a65a59a --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-a51b2a7e6a65a59a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36342025-05-22T20:08:40.181Z Compiling hashbrown v0.12.3
36352025-05-22T20:08:40.216Z 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=-73203feeec03a2ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36362025-05-22T20:08:40.357Z Compiling bitfield v0.14.0
36372025-05-22T20:08:40.385Z 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=-e8f09b77c39c8db2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36382025-05-22T20:08:40.709Z Compiling serde-hex v0.1.0
36392025-05-22T20:08:40.737Z 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=c99cd09a688da7bf -C extra-filename=-3d0f52208f47bacd --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-37779e0ecf16902d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0c3a11672eda5910.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36402025-05-22T20:08:40.809Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-a51b2a7e6a65a59a/build-script-build`
36412025-05-22T20:08:40.835Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
36422025-05-22T20:08:40.836Z 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=dd96c03317e9877e -C extra-filename=-7f946f2fcf79a43a --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-bd9324fe48e620f7.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-395239d49f2221f4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f06fbb6079a82b1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36432025-05-22T20:08:41.061Z Compiling env_logger v0.10.2
36442025-05-22T20:08:41.087Z 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=fbd3d53a3c0a0547 -C extra-filename=-dcde470e9a8caad5 --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-3e6855822e384784.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-6e9281f1fbc48551.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36452025-05-22T20:08:41.238Z 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=-a68fb35c0e7173ee --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-73203feeec03a2ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
36462025-05-22T20:08:41.300Z Compiling ron v0.8.1
36472025-05-22T20:08:41.326Z 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=476d70102134227e -C extra-filename=-7f9ca7e555f81d04 --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-40930d55b624874f.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-beab76081c319986.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3d752c196cd4ce71.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36482025-05-22T20:08:41.497Z Compiling progenitor-macro v0.8.0
36492025-05-22T20:08:41.523Z 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=b76a0779c07a0e68 -C extra-filename=-77b2cb0847cef435 --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-24adaeb0dba1d390.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-0968a4941e99e409.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c0d3326f90e6d1d1.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-50067a856f4b7f4c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36502025-05-22T20:08:42.012Z Compiling hashbrown v0.13.2
36512025-05-22T20:08:42.038Z 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=4e4aece0e34ee131 -C extra-filename=-4f34c1aef1f378a6 --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-d8bd5b90e89be16d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36522025-05-22T20:08:42.184Z 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=bda6f3fe011787ed -C extra-filename=-88eab8629360a4d4 --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-d9e16eefe3c087e3.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-34ae5d1857fe5cb3.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36532025-05-22T20:08:42.238Z Compiling bitfield-struct v0.6.2
36542025-05-22T20:08:42.281Z 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=2c48b86d2a7557e3 -C extra-filename=-ab5e466172e0d8e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36552025-05-22T20:08:42.308Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
36562025-05-22T20:08:42.308Z 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=35e6343e0b4789ca -C extra-filename=-dfa291467113dc2d --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-dfa291467113dc2d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-94e598273c421973.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36572025-05-22T20:08:42.886Z Compiling crc-any v2.5.0
36582025-05-22T20:08:42.912Z 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=-c1c567f56c2503b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36592025-05-22T20:08:43.218Z Compiling object v0.30.4
36602025-05-22T20:08:43.280Z 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=a72f4ebd3bde15d9 -C extra-filename=-96dc4b63e03a9513 --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-53d7effdbab7d1d5.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-4f34c1aef1f378a6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a68fb35c0e7173ee.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36612025-05-22T20:08:43.532Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-dfa291467113dc2d/build-script-build`
36622025-05-22T20:08:43.713Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
36632025-05-22T20:08:43.739Z 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=136e6b3f2a4bf7c7 -C extra-filename=-ad83716e7f2daae3 --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-7f9ca7e555f81d04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-7f946f2fcf79a43a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f06fbb6079a82b1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36642025-05-22T20:08:43.777Z 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=-e01b0ba32976ff03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l efi`
36652025-05-22T20:08:43.840Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36662025-05-22T20:08:43.867Z 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=ddc1ca241c0d37ef -C extra-filename=-4728ae72911639a3 --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-ab5e466172e0d8e6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36672025-05-22T20:08:44.211Z Compiling papergrid v0.11.0
36682025-05-22T20:08:44.237Z 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=-f42c178fbf736315 --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-bc40d045d90adc83.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-4cbe4ea4e54cb639.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36692025-05-22T20:08:44.452Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
36702025-05-22T20:08:44.479Z 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=d42de2d01dd007d5 -C extra-filename=-d8ce5288ac3a0465 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5448c47e336b5473.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36712025-05-22T20:08:44.583Z Compiling tabled_derive v0.7.0
36722025-05-22T20:08:44.609Z 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=-eefc8ac9e76bb2f1 --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-983699ac8dfc5d2a.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-927bd74b4b9336a6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36732025-05-22T20:08:45.099Z Compiling kstat-rs v0.2.4
36742025-05-22T20:08:45.127Z 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=64a6040ede9bf09b -C extra-filename=-23e55ccd9b92683e --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-861b24e1ce2145a7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36752025-05-22T20:08:45.237Z Compiling diff v0.1.13
36762025-05-22T20:08:45.264Z 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=-1319fac05ad748b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36772025-05-22T20:08:45.765Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
36782025-05-22T20:08:45.791Z 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=5a9969012cb8500a -C extra-filename=-a7b7de39d7115b91 --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-e8f09b77c39c8db2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-88eab8629360a4d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36792025-05-22T20:08:45.819Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36802025-05-22T20:08:45.857Z 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=-26638653db980a48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36812025-05-22T20:08:45.998Z Compiling path-slash v0.1.5
36822025-05-22T20:08:46.034Z 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=-fab9a1a47d11fef4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36832025-05-22T20:08:46.060Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36842025-05-22T20:08:46.061Z 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=294a2df2a6132513 -C extra-filename=-8b784133c07233da --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-4728ae72911639a3.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-26638653db980a48.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36852025-05-22T20:08:46.285Z 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=5d6ec448bb627ddf -C extra-filename=-bbf7d9169f96811b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-d8ce5288ac3a0465.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -l static=pci`
36862025-05-22T20:08:46.796Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36872025-05-22T20:08:46.823Z 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=5c0460075629d270 -C extra-filename=-d6e9d2b68cad853c --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-861b24e1ce2145a7.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-e01b0ba32976ff03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36882025-05-22T20:08:46.928Z Compiling tabled v0.15.0
36892025-05-22T20:08:46.954Z 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=-d67937effa6f4837 --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-f42c178fbf736315.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-eefc8ac9e76bb2f1.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36902025-05-22T20:08:46.984Z Compiling termtree v0.5.1
36912025-05-22T20:08:46.984Z 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=-0ffdeed955cab556 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36922025-05-22T20:08:47.227Z Compiling dsl_auto_type v0.1.2
36932025-05-22T20:08:47.254Z 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=c4d58a5fbe160b7f -C extra-filename=-19905fe4224eec4f --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-9464675204c606a5.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36942025-05-22T20:08:47.287Z Compiling phf_generator v0.11.2
36952025-05-22T20:08:47.313Z 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=fddbb48c1dabf980 -C extra-filename=-7438cf0407269063 --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-c3d33902be3a3c7a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36962025-05-22T20:08:47.545Z Compiling diesel_table_macro_syntax v0.2.0
36972025-05-22T20:08:47.572Z 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=ace1fd3e633240af -C extra-filename=-2c9680950d609912 --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-afae99689092f356.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36982025-05-22T20:08:47.787Z Compiling scheduled-thread-pool v0.2.7
36992025-05-22T20:08:47.814Z 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=472952eb228ca639 -C extra-filename=-3e2222f9af5b8206 --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-2aa0d0d1dca32990.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37002025-05-22T20:08:48.051Z Compiling phf_codegen v0.11.2
37012025-05-22T20:08:48.077Z 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=1e5e61fb598e899e -C extra-filename=-3b56dfaedb89d953 --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-7438cf0407269063.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-c3d33902be3a3c7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37022025-05-22T20:08:48.366Z Compiling r2d2 v0.8.10
37032025-05-22T20:08:48.393Z 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=d55effeb08e9accd -C extra-filename=-52061e766904e26a --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-0c3f9f9074fd84d6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-2aa0d0d1dca32990.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-3e2222f9af5b8206.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37042025-05-22T20:08:48.494Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
37052025-05-22T20:08:48.520Z 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/04681f2/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=168faa59bf9b65ce -C extra-filename=-4ce4f94fd135675e --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-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37062025-05-22T20:08:48.734Z Compiling diesel_derives v2.2.3
37072025-05-22T20:08:48.760Z 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=4ac0f0afa827aab0 -C extra-filename=-135f810c6e863e56 --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-2c9680950d609912.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-19905fe4224eec4f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37082025-05-22T20:08:48.813Z Compiling parse-zoneinfo v0.3.1
37092025-05-22T20:08:48.876Z 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=-e07aff70d31bb447 --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-ea2bf633eee21eec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37102025-05-22T20:08:49.013Z Compiling nanorand v0.7.0
37112025-05-22T20:08:49.040Z 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=549922f3e5800d2e -C extra-filename=-7f5a742f17e8c6d0 --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-d3e85c47b514f975.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37122025-05-22T20:08:49.607Z Compiling parking_lot_core v0.8.6
37132025-05-22T20:08:49.633Z 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=-62efc3473bc144ba --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-62efc3473bc144ba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37142025-05-22T20:08:50.130Z Compiling cfg_aliases v0.1.1
37152025-05-22T20:08:50.172Z 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=-fb7778318d72d307 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37162025-05-22T20:08:50.300Z Compiling nix v0.28.0
37172025-05-22T20:08:50.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/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=-ceb7c79027710770 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-ceb7c79027710770 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-fb7778318d72d307.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37182025-05-22T20:08:50.491Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-62efc3473bc144ba/build-script-build`
37192025-05-22T20:08:50.557Z Compiling chrono-tz-build v0.4.0
37202025-05-22T20:08:50.583Z 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=4ce58b5679099712 -C extra-filename=-d46023d1f315ab9a --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-e07aff70d31bb447.rmeta --extern phf_codegen=/work/oxidecomputer/omicron/target/debug/deps/libphf_codegen-3b56dfaedb89d953.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37212025-05-22T20:08:51.016Z Compiling flume v0.11.1
37222025-05-22T20:08:51.043Z 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=9909038ad0699229 -C extra-filename=-ca999e2485026416 --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-cc268f9244d9ad28.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b54f0766faacde7a.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-7f5a742f17e8c6d0.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-dc900234ca880324.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37232025-05-22T20:08:51.102Z Compiling bcs v0.1.6
37242025-05-22T20:08:51.129Z 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=3f2fc3ac2233b145 -C extra-filename=-0dd4e25d1bec566d --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-3797518153757616.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37252025-05-22T20:08:51.720Z Compiling xshell-macros v0.2.7
37262025-05-22T20:08:51.747Z 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=-43518c29bdaaa639 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37272025-05-22T20:08:51.775Z Compiling crunchy v0.2.2
37282025-05-22T20:08:51.824Z 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=-f33bd1d1a65c4d11 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-f33bd1d1a65c4d11 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37292025-05-22T20:08:51.852Z Compiling chrono-tz v0.10.3
37302025-05-22T20:08:51.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/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=f60224c8b953ac21 -C extra-filename=-668bf23eea85b8ae --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-668bf23eea85b8ae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono_tz_build=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz_build-d46023d1f315ab9a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37312025-05-22T20:08:52.365Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-f33bd1d1a65c4d11/build-script-build`
37322025-05-22T20:08:52.436Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-ceb7c79027710770/build-script-build`
37332025-05-22T20:08:52.486Z 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=01ee44d2e0aa0982 -C extra-filename=-f3e058557d133cc0 --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-05d9a6e89676a9f8.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-f88c3d47152678f5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-dbb95c3a428e30f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37342025-05-22T20:08:52.607Z Compiling xshell v0.2.7
37352025-05-22T20:08:52.633Z 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=-2a24cc18133aa099 --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-43518c29bdaaa639.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37362025-05-22T20:08:52.701Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
37372025-05-22T20:08:52.728Z 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=08fbbc94fc9224ac -C extra-filename=-1fc7900a737aa7c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37382025-05-22T20:08:52.952Z Compiling tiny-keccak v2.0.2
37392025-05-22T20:08:52.978Z 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=-d774d1d53330266c --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-d774d1d53330266c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37402025-05-22T20:08:53.222Z Compiling parking_lot v0.11.2
37412025-05-22T20:08:53.248Z 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=1195adb76b631d02 -C extra-filename=-be45ff29bd81bb81 --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-f88c3d47152678f5.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-18688dbff68d1a2c.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-f3e058557d133cc0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37422025-05-22T20:08:53.436Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-d774d1d53330266c/build-script-build`
37432025-05-22T20:08:53.496Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-668bf23eea85b8ae/build-script-build`
37442025-05-22T20:08:53.888Z 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=1fad289c8bdfd0a9 -C extra-filename=-b1c6d0d9f24eea38 --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-beab76081c319986.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
37452025-05-22T20:08:54.091Z 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=-32706b217cf05821 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37462025-05-22T20:08:54.287Z Compiling peg-macros v0.8.5
37472025-05-22T20:08:54.391Z 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=-d7cd7891f41aad45 --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-1d5d7e38952c741d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37482025-05-22T20:08:54.487Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37492025-05-22T20:08:54.513Z 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=2cc526cd12fd73f4 -C extra-filename=-7f7052905833d762 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-7f7052905833d762 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e822832db8731ed7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37502025-05-22T20:08:54.549Z Compiling sqlparser_derive v0.2.2
37512025-05-22T20:08:54.575Z 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=197c9001b9bd2d15 -C extra-filename=-219e10853c35b036 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37522025-05-22T20:08:55.561Z Compiling unicode_categories v0.1.1
37532025-05-22T20:08:55.587Z 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=-8480d0bf749ed0e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37542025-05-22T20:08:55.613Z Compiling ref-cast v1.0.23
37552025-05-22T20:08:55.652Z 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.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1841067c8edd7a1c -C extra-filename=-52df1fd6042c9a6c --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-52df1fd6042c9a6c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37562025-05-22T20:08:55.782Z Compiling bit-vec v0.6.3
37572025-05-22T20:08:55.808Z 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=-e273c839adecce75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37582025-05-22T20:08:55.948Z Compiling sqlformat v0.3.5
37592025-05-22T20:08:55.974Z 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=-ebacbb4871bfb0c5 --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-8480d0bf749ed0e0.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-4160d46f2ca5230e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37602025-05-22T20:08:56.200Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-52df1fd6042c9a6c/build-script-build`
37612025-05-22T20:08:56.249Z Compiling bit-set v0.5.3
37622025-05-22T20:08:56.291Z 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=-7f6f9be12b882056 --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-e273c839adecce75.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37632025-05-22T20:08:56.323Z Compiling sqlparser v0.45.0
37642025-05-22T20:08:56.349Z 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=e06f3d3ad5c562dc -C extra-filename=-6fdeec24944bc0bb --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-0c3f9f9074fd84d6.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-219e10853c35b036.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37652025-05-22T20:08:56.597Z Compiling rustyline v14.0.0
37662025-05-22T20:08:56.623Z 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=8e6c8a897929fe2f -C extra-filename=-f82521dd8dfff456 --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-beab76081c319986.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-fd042af2522f4b0e.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-28e9aeedac828e4f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b1c6d0d9f24eea38.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-254c7c3e08b29654.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-360547933b906551.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-03bf52d9306b5785.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37672025-05-22T20:08:57.348Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-7f7052905833d762/build-script-build`
37682025-05-22T20:08:57.440Z 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=6f9888ea6d2391c9 -C extra-filename=-9a1bc1518771d14b --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-1cd817a3f34bbccd.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-7d36d1187c824df7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37692025-05-22T20:08:57.529Z Compiling peg v0.8.5
37702025-05-22T20:08:57.555Z 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=-10719ff00779e6c0 --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-d7cd7891f41aad45.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-1d5d7e38952c741d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37712025-05-22T20:08:57.795Z 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=-c8d2b161fae498be --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-32706b217cf05821.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37722025-05-22T20:08:58.477Z Compiling sled v0.34.7
37732025-05-22T20:08:58.503Z 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=aac50ce225ea845a -C extra-filename=-205871702b3c1b92 --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-53d7effdbab7d1d5.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-31712546fcde96fc.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-7359b4299789c5bf.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-c93b2e05cd7634c2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-be45ff29bd81bb81.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37742025-05-22T20:08:58.600Z Compiling hickory-client v0.24.4
37752025-05-22T20:08:58.627Z 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.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)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "dns-over-https", "dns-over-https-openssl", "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", "mdns", "native-certs", "rustls", "serde", "serde-config", "webpki-roots"))' -C metadata=b2fdc456cd70092c -C extra-filename=-059aaaeb79586350 --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-05d9a6e89676a9f8.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-48ef01d1b4729c3d.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3690577ee22f758c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-6e5529a61faa4dd6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-254c7c3e08b29654.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5601242d4cca54cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37762025-05-22T20:08:59.452Z Compiling diesel v2.2.10
37772025-05-22T20:08:59.479Z 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.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="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=1f7152e577f75b4c -C extra-filename=-ac940d7a2dea05c4 --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-beab76081c319986.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-135f810c6e863e56.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-52e1d93ca6a73556.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-52061e766904e26a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
37782025-05-22T20:08:59.963Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
37792025-05-22T20:08:59.989Z 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=b178d03843536b27 -C extra-filename=-6a42593225d88c1f --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-bd9324fe48e620f7.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e55f68fe8b969bcd.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-c1c567f56c2503b3.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-86dc450592e58195.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-dcde470e9a8caad5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-a7b7de39d7115b91.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-88eab8629360a4d4.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-342e1c0a888cffaa.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a8cfc978a1436320.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-3d0f52208f47bacd.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-37ca749e972e1092.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f06fbb6079a82b1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37802025-05-22T20:09:00.443Z Compiling ascii-canvas v3.0.0
37812025-05-22T20:09:00.469Z 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=707c1fc7449b5ead -C extra-filename=-bd5fa99c13fcad15 --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-2b3377333019c1f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37822025-05-22T20:09:00.984Z Compiling hickory-server v0.24.4
37832025-05-22T20:09:01.011Z 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.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)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "hickory-recursor", "hickory-resolver", "http", "native-certs", "openssl", "recursor", "resolver", "rusqlite", "rustls", "sqlite", "testing", "tls", "tls-openssl", "tokio-openssl", "tokio-rustls", "toml", "webpki-roots"))' -C metadata=ad1b77a756497109 -C extra-filename=-0a918b55e10e43c7 --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-178f17d25fe9aeb4.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-d3333394a65bc480.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-6e5529a61faa4dd6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6170a89a7cf31b99.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5601242d4cca54cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37842025-05-22T20:09:02.852Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
37852025-05-22T20:09:02.880Z 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=fdd66ada9838a81e -C extra-filename=-aba008871031d993 --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-1d6ab4ed8afa3f4c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-a7b7de39d7115b91.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-6a42593225d88c1f.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-96dc4b63e03a9513.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-fab9a1a47d11fef4.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a8cfc978a1436320.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-7f946f2fcf79a43a.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-ad83716e7f2daae3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-946b619ace1d2796.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-37ca749e972e1092.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f06fbb6079a82b1f.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bf13de9ad42c7533.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib`
37862025-05-22T20:09:05.126Z Compiling ref-cast-impl v1.0.23
37872025-05-22T20:09:05.173Z 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.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=74c43466485fa037 -C extra-filename=-36c9d540287ac21a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37882025-05-22T20:09:06.318Z Compiling ena v0.14.3
37892025-05-22T20:09:06.365Z 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=-da5107956c7cfb38 --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-0c3f9f9074fd84d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37902025-05-22T20:09:06.409Z Compiling bindgen v0.71.1
37912025-05-22T20:09:06.436Z 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=-c75fea208adaffc4 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-c75fea208adaffc4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37922025-05-22T20:09:06.828Z Compiling regex-syntax v0.6.29
37932025-05-22T20:09:06.854Z 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=-3b12e9da713cc193 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37942025-05-22T20:09:07.473Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-c75fea208adaffc4/build-script-build`
37952025-05-22T20:09:07.547Z 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.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8cd6190ef6b0421a -C extra-filename=-43ee184755a254a4 --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-36c9d540287ac21a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_intrinsic_type_name)' --check-cfg 'cfg(no_phantom_pinned)'`
37962025-05-22T20:09:07.608Z Compiling rustc-hash v2.1.1
37972025-05-22T20:09:07.673Z 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=-6150782b8ea62017 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37982025-05-22T20:09:07.840Z Compiling derive_builder_core v0.20.2
37992025-05-22T20:09:07.866Z 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=4b31499983428cc4 -C extra-filename=-50e6e00ace4e1350 --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-9464675204c606a5.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38002025-05-22T20:09:07.945Z 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=c54d960b578b1a1c -C extra-filename=-2221ffd957fb331b --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-beab76081c319986.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-8b73cb8b6ee8149f.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-cf42db9b19972d0f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-50aa4900af2b0e9b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a041e6542cd42be6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-6150782b8ea62017.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-6a0bc1bb118c96fe.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38012025-05-22T20:09:09.260Z Compiling libxml v0.3.3
38022025-05-22T20:09:09.286Z 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=-14d45ade003368b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-14d45ade003368b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f17f01e4eb57ec55.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38032025-05-22T20:09:09.715Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-14d45ade003368b5/build-script-build`
38042025-05-22T20:09:09.783Z Compiling strum_macros v0.24.3
38052025-05-22T20:09:09.809Z 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=-c77cd0912a1f4a88 --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-983699ac8dfc5d2a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-148d4a25b6a900e7.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38062025-05-22T20:09:10.034Z Compiling derive_builder_macro v0.20.2
38072025-05-22T20:09:10.060Z 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=560c6d65e4276e0e -C extra-filename=-08c9cbdcc76cdc70 --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-50e6e00ace4e1350.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38082025-05-22T20:09:11.029Z Compiling lalrpop v0.19.12
38092025-05-22T20:09:11.067Z 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=f20fde9d3fc92d48 -C extra-filename=-1072e80029deba8d --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-bd5fa99c13fcad15.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-7f6f9be12b882056.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-1319fac05ad748b6.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-da5107956c7cfb38.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-3e6855822e384784.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c919e9c07f8e06f6.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45fc1ecef8334f2d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1e0427ca8cfde79c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-3b12e9da713cc193.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-b3f851e4e1013d46.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-2b3377333019c1f2.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-c8d2b161fae498be.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-61828afd5cf1b997.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38102025-05-22T20:09:12.186Z Compiling assert_matches v1.5.0
38112025-05-22T20:09:12.212Z 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=-baeff8589e43a779 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38122025-05-22T20:09:12.297Z Compiling indoc v1.0.9
38132025-05-22T20:09:12.324Z 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=-f40e6a440ff868bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38142025-05-22T20:09:12.365Z Compiling derive_builder v0.20.2
38152025-05-22T20:09:12.391Z 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=d4677dfa842a38f6 -C extra-filename=-a6373e344c88a98e --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-08c9cbdcc76cdc70.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38162025-05-22T20:09:12.614Z 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=e44eb9644a9bd336 -C extra-filename=-4a616cfbcf4035fb --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-861b24e1ce2145a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
38172025-05-22T20:09:12.986Z Compiling primeorder v0.13.6
38182025-05-22T20:09:13.012Z 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=86f3d8907b6dd1ad -C extra-filename=-da92ba65c1a83729 --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-391a2f5ca8aa2814.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38192025-05-22T20:09:13.283Z Compiling quick-xml v0.37.2
38202025-05-22T20:09:13.308Z 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=2491a69e352fff48 -C extra-filename=-c2dabeb6b23db8d6 --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-6461ceff8954e4ce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38212025-05-22T20:09:13.563Z Compiling oso-derive v0.27.3
38222025-05-22T20:09:13.589Z 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=-9af99517189e86b4 --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-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38232025-05-22T20:09:14.636Z Compiling impl-trait-for-tuples v0.2.2
38242025-05-22T20:09:14.661Z 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=-904a34401d924692 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38252025-05-22T20:09:15.023Z Compiling unicase v2.7.0
38262025-05-22T20:09:15.048Z 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=-7803397f479b8139 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-7803397f479b8139 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38272025-05-22T20:09:15.487Z Compiling half v1.8.3
38282025-05-22T20:09:15.512Z 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=-bdf1ad4f530dacf8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38292025-05-22T20:09:16.187Z Compiling serde_cbor v0.11.2
38302025-05-22T20:09:16.224Z 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=5a88723dde5fff07 -C extra-filename=-298fd8ccc2fc37c7 --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-bdf1ad4f530dacf8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38312025-05-22T20:09:16.469Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-7803397f479b8139/build-script-build`
38322025-05-22T20:09:16.742Z Compiling signal-hook-tokio v0.3.1
38332025-05-22T20:09:16.768Z 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=0bb1df9d44dee6ab -C extra-filename=-1b3455a40a6b6e81 --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-cc268f9244d9ad28.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-058b814ab96e74ad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38342025-05-22T20:09:17.031Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
38352025-05-22T20:09:17.056Z 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=22cdcef29fd7e4dc -C extra-filename=-802d80532f274d68 --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-b755c5a6bb05839b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38362025-05-22T20:09:17.461Z 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=-e467c3848863ad23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -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`
38372025-05-22T20:09:17.496Z Compiling salty v0.3.0
38382025-05-22T20:09:17.521Z 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=-2fbbf2da2486d58c --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-2fbbf2da2486d58c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38392025-05-22T20:09:17.918Z Compiling mime_guess v2.0.5
38402025-05-22T20:09:17.943Z 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=-c58d403c9d26dc2b --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-c58d403c9d26dc2b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e467c3848863ad23.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38412025-05-22T20:09:18.124Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-2fbbf2da2486d58c/build-script-build`
38422025-05-22T20:09:18.149Z Compiling p384 v0.13.0
38432025-05-22T20:09:18.149Z 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=b6132f5693461b19 -C extra-filename=-8dc9060fdd02a3bd --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-dc7921bbf0ae3c48.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-391a2f5ca8aa2814.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-da92ba65c1a83729.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38442025-05-22T20:09:19.070Z Compiling tungstenite v0.23.0
38452025-05-22T20:09:19.096Z 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=4593ed9b7335b478 -C extra-filename=-2f0a1434c2ca1a98 --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-bd9324fe48e620f7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-48ef01d1b4729c3d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-bd816f45ec33d3cd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1e37e518e321c5ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5cf1910ce24cb533.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38462025-05-22T20:09:19.594Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
38472025-05-22T20:09:19.620Z 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=-ca834f3e0bd6d636 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-ca834f3e0bd6d636 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38482025-05-22T20:09:20.041Z Compiling diesel-dtrace v0.4.2
38492025-05-22T20:09:20.066Z 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=-7241483e25c56075 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-7241483e25c56075 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38502025-05-22T20:09:20.444Z Compiling http-range v0.1.5
38512025-05-22T20:09:20.470Z 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=-0a56d503f1183962 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38522025-05-22T20:09:20.828Z Compiling void v1.0.2
38532025-05-22T20:09:20.853Z 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=-19aab5ce016b56eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38542025-05-22T20:09:20.908Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-7241483e25c56075/build-script-build`
38552025-05-22T20:09:21.013Z Compiling tokio-tungstenite v0.23.1
38562025-05-22T20:09:21.039Z 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=845bb7179b60cb3f -C extra-filename=-dd4b10d855b8e952 --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-fa33b9f36748c437.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-2f0a1434c2ca1a98.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38572025-05-22T20:09:21.064Z Compiling lzss v0.8.2
38582025-05-22T20:09:21.090Z 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=-cdee45d4f60d6f51 --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-19aab5ce016b56eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38592025-05-22T20:09:21.090Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-ca834f3e0bd6d636/build-script-build`
38602025-05-22T20:09:21.168Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-c58d403c9d26dc2b/build-script-build`
38612025-05-22T20:09:21.246Z 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=767890c845f6dc27 -C extra-filename=-39c5a16e8f27c393 --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-c6d4853b27733a97.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
38622025-05-22T20:09:21.284Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
38632025-05-22T20:09:21.284Z 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=4fdb31f0309852f6 -C extra-filename=-7db00f9c409bb24b --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-bd9324fe48e620f7.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-395239d49f2221f4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f06fbb6079a82b1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38642025-05-22T20:09:21.543Z Compiling nix v0.27.1
38652025-05-22T20:09:21.568Z 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=b0ee2fbfcfcff86e -C extra-filename=-23e5444bd2473d8f --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-beab76081c319986.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-8d08de17c8080ce8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38662025-05-22T20:09:21.612Z Compiling bb8 v0.8.5
38672025-05-22T20:09:21.637Z 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=9dad1f1c8e6d17f3 -C extra-filename=-4281f8d21908940e --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-178f17d25fe9aeb4.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-2aa0d0d1dca32990.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38682025-05-22T20:09:21.665Z Compiling serde_bytes v0.11.17
38692025-05-22T20:09:21.696Z 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=f58728d8d4e87f3f -C extra-filename=-03ac7134730e55a0 --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-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38702025-05-22T20:09:22.160Z Compiling cargo-platform v0.1.8
38712025-05-22T20:09:22.185Z 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=c61bc8b6658b20af -C extra-filename=-10677bee7098899c --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-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38722025-05-22T20:09:22.211Z Compiling atty v0.2.14
38732025-05-22T20:09:22.211Z Compiling env_filter v0.1.2
38742025-05-22T20:09:22.211Z 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=792e9c334b738ccb -C extra-filename=-727888859e5fdfa7 --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-861b24e1ce2145a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38752025-05-22T20:09:22.243Z 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=-69741f554aa4e601 --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-0c3f9f9074fd84d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38762025-05-22T20:09:22.438Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
38772025-05-22T20:09:22.463Z 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=8d02b08ea02ace34 -C extra-filename=-b44df5256542737d --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-d3e85c47b514f975.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-13b29d216221c8e7.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-39c5a16e8f27c393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-82f5b5779c10b7f8.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38782025-05-22T20:09:22.771Z Compiling env_logger v0.11.5
38792025-05-22T20:09:22.796Z 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=-98b0f74607f70a53 --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-69741f554aa4e601.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38802025-05-22T20:09:22.977Z 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=83a8fc378ae369be -C extra-filename=-5ddb8831862ed086 --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-178f17d25fe9aeb4.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-03110428734066a6.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-c93b2e05cd7634c2.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-802d80532f274d68.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-13b29d216221c8e7.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aba008871031d993.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-0a5c2e0fec56d0d3.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-cdee45d4f60d6f51.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-23e5444bd2473d8f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-a09db9ac982bc600.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-03ac7134730e55a0.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-298fd8ccc2fc37c7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-c0d48df8e813928a.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-b3f851e4e1013d46.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-7db00f9c409bb24b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b755c5a6bb05839b.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bf13de9ad42c7533.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib`
38812025-05-22T20:09:23.321Z 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=-660e7807353ad8a7 --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-6a9761af3a61b81d.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e467c3848863ad23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38822025-05-22T20:09:23.380Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
38832025-05-22T20:09:23.428Z 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=-7ad32a499a079b24 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-7ad32a499a079b24 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38842025-05-22T20:09:23.581Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
38852025-05-22T20:09:23.606Z 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=0e15493acada6dc0 -C extra-filename=-494d09b90d926f3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-b44df5256542737d.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e55f68fe8b969bcd.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-903db01f47f860dd.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-98b0f74607f70a53.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-8dc9060fdd02a3bd.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-342e1c0a888cffaa.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-82f5b5779c10b7f8.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-37ca749e972e1092.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38862025-05-22T20:09:23.791Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-7ad32a499a079b24/build-script-build`
38872025-05-22T20:09:23.850Z Compiling secrecy v0.8.0
38882025-05-22T20:09:23.903Z 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=0f2b174dbaff5b20 -C extra-filename=-faa9c4c76d2de55d --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-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38892025-05-22T20:09:24.142Z Compiling hyper-staticfile v0.10.1
38902025-05-22T20:09:24.168Z 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=cc02ed0a6ddb36cf -C extra-filename=-bc84017ff3f4fc7c --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-fa33b9f36748c437.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-bafdc436c339b98a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-660e7807353ad8a7.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38912025-05-22T20:09:24.387Z Compiling globset v0.4.15
38922025-05-22T20:09:24.416Z 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=-984be364cde29c0a --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-36bced02ae4bd5ce.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-74fae681615b10bb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6fc1782911ea05df.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8a5c4ab1e9e4d4bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38932025-05-22T20:09:24.626Z Compiling pin-project-internal v1.1.6
38942025-05-22T20:09:24.656Z 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=febfac05eb0275a9 -C extra-filename=-f3e4ed3332226622 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38952025-05-22T20:09:25.193Z Compiling rand_seeder v0.3.0
38962025-05-22T20:09:25.218Z 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=66b7e9ab9208f855 -C extra-filename=-0bb76ceb9e289599 --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-ef8c2fcc9369ed60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38972025-05-22T20:09:25.585Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38982025-05-22T20:09:25.610Z 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=e7e38dcfdfbe1326 -C extra-filename=-de357fca453578f4 --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-beab76081c319986.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-13b29d216221c8e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38992025-05-22T20:09:25.967Z Compiling snafu-derive v0.8.5
39002025-05-22T20:09:25.993Z 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=41de52fdcd0ef869 -C extra-filename=-cbf95b9566324819 --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-973fa8e1d737893b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39012025-05-22T20:09:27.360Z Compiling pin-project v1.1.6
39022025-05-22T20:09:27.388Z 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=67669b470f1c0f8b -C extra-filename=-c56c6a05372acb4e --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-f3e4ed3332226622.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39032025-05-22T20:09:27.600Z Compiling fs-err v2.11.0
39042025-05-22T20:09:27.628Z 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=-3e9536a58af4341f --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-3e9536a58af4341f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-64eddfadf42e0b77.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39052025-05-22T20:09:28.072Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39062025-05-22T20:09:28.100Z 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=-c0de8ff20c99a32a --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-c0de8ff20c99a32a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39072025-05-22T20:09:28.126Z Compiling io-lifetimes v1.0.11
39082025-05-22T20:09:28.126Z 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/io-lifetimes-1.0.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="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-std", "close", "default", "fs-err", "hermit-abi", "libc", "mio", "os_pipe", "socket2", "tokio", "windows-sys"))' -C metadata=52d1a8679eef5868 -C extra-filename=-c7e643c268062f1c --out-dir /work/oxidecomputer/omicron/target/debug/build/io-lifetimes-c7e643c268062f1c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39092025-05-22T20:09:28.536Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-c0de8ff20c99a32a/build-script-build`
39102025-05-22T20:09:28.653Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-3e9536a58af4341f/build-script-build`
39112025-05-22T20:09:28.784Z Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-c7e643c268062f1c/build-script-build`
39122025-05-22T20:09:28.863Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39132025-05-22T20:09:28.892Z 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=dbd5f5bc6bcf28d3 -C extra-filename=-ba5adce2356a2caf --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-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-de357fca453578f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39142025-05-22T20:09:29.530Z Compiling olpc-cjson v0.1.4
39152025-05-22T20:09:29.556Z 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=2a72497034b95878 -C extra-filename=-f031697e369047a7 --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-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-c13988823d7f23c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39162025-05-22T20:09:29.885Z Compiling serde_plain v1.0.2
39172025-05-22T20:09:29.913Z 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=12492ab17c36864d -C extra-filename=-f625f1e555bffa5f --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-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39182025-05-22T20:09:30.313Z Compiling typed-path v0.9.3
39192025-05-22T20:09:30.339Z 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=-93096f7b0da1750a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39202025-05-22T20:09:30.712Z Compiling snafu v0.8.5
39212025-05-22T20:09:30.738Z 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=9d16a03b72149f99 -C extra-filename=-a918ae0407f472bd --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-cc268f9244d9ad28.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-c56c6a05372acb4e.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-cbf95b9566324819.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39222025-05-22T20:09:31.306Z Compiling rustix v0.37.28
39232025-05-22T20:09:31.333Z 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/rustix-0.37.28/build.rs --error-format=json --json=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="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "all-impls", "alloc", "cc", "compiler_builtins", "core", "default", "fs", "fs-err", "io-lifetimes", "io_uring", "itoa", "libc", "libc_errno", "linux_4_11", "linux_latest", "mm", "net", "once_cell", "os_pipe", "param", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "std", "termios", "thread", "time", "use-libc", "use-libc-auxv"))' -C metadata=9e27774c0e9d6940 -C extra-filename=-31386a701ebec596 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-31386a701ebec596 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39242025-05-22T20:09:31.674Z 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=8a49500b5337ec22 -C extra-filename=-11718ba67897d8f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-13b29d216221c8e7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-a36be6e63a1c4628.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-80e8b6b3a409c96d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-ba5adce2356a2caf.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-de357fca453578f4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
39252025-05-22T20:09:32.198Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-31386a701ebec596/build-script-build`
39262025-05-22T20:09:32.585Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name io_lifetimes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/io-lifetimes-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 --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-std", "close", "default", "fs-err", "hermit-abi", "libc", "mio", "os_pipe", "socket2", "tokio", "windows-sys"))' -C metadata=ebe95544e6d77442 -C extra-filename=-f2e5d6ca9f749868 --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-861b24e1ce2145a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg io_safety_is_in_std`
39272025-05-22T20:09:32.870Z 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=-0157044d23374d22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'`
39282025-05-22T20:09:32.975Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
39292025-05-22T20:09:33.016Z 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=e9a264d620e26bbe -C extra-filename=-0f8e08981bcc3ed4 --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-983699ac8dfc5d2a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39302025-05-22T20:09:33.560Z Compiling yansi v1.0.1
39312025-05-22T20:09:33.589Z 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=-7ef065a566f4feae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39322025-05-22T20:09:33.720Z Compiling parse-size v1.1.0
39332025-05-22T20:09:33.747Z 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=-55e1b83507a8231b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39342025-05-22T20:09:34.111Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "all-impls", "alloc", "cc", "compiler_builtins", "core", "default", "fs", "fs-err", "io-lifetimes", "io_uring", "itoa", "libc", "libc_errno", "linux_4_11", "linux_latest", "mm", "net", "once_cell", "os_pipe", "param", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "std", "termios", "thread", "time", "use-libc", "use-libc-auxv"))' -C metadata=330854ffa9ad33be -C extra-filename=-1e83b727d33c91c0 --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-be8aff341cdf0f9a.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-ad3cba27c91ccfdc.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-f2e5d6ca9f749868.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
39352025-05-22T20:09:34.359Z Compiling pretty_assertions v1.4.1
39362025-05-22T20:09:34.385Z 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=-9ad20850c87b6190 --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-1319fac05ad748b6.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-7ef065a566f4feae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39372025-05-22T20:09:34.937Z 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=dbabe74316ced35e -C extra-filename=-82140cfd9311126d --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-ac940d7a2dea05c4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39382025-05-22T20:09:34.990Z Compiling async-bb8-diesel v0.2.1
39392025-05-22T20:09:35.032Z 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=0f53231a1b5a1e33 -C extra-filename=-05f05592b2043506 --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-178f17d25fe9aeb4.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4281f8d21908940e.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ac940d7a2dea05c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39402025-05-22T20:09:35.126Z Compiling castaway v0.2.3
39412025-05-22T20:09:35.153Z 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=-a5bb1bfb76e22dac --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-148d4a25b6a900e7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39422025-05-22T20:09:35.427Z Compiling indoc v2.0.6
39432025-05-22T20:09:35.453Z 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=-3d2fa1f1b50ae27e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39442025-05-22T20:09:35.567Z Compiling compact_str v0.8.0
39452025-05-22T20:09:35.593Z 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=d741fcd6498cfc86 -C extra-filename=-6c8f09f776e38306 --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-a5bb1bfb76e22dac.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-52e1d93ca6a73556.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-148d4a25b6a900e7.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e333b6170bff6ca3.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39462025-05-22T20:09:35.622Z Compiling terminal_size v0.2.6
39472025-05-22T20:09:35.648Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6d0c056f1d22e30 -C extra-filename=-e438a8c5e6d38d3a --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-1e83b727d33c91c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39482025-05-22T20:09:35.862Z Compiling unicode-truncate v1.1.0
39492025-05-22T20:09:35.889Z 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=9ad934c28f1360dd -C extra-filename=-015117754041c51b --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-50aa4900af2b0e9b.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-360547933b906551.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39502025-05-22T20:09:35.959Z Compiling instability v0.3.2
39512025-05-22T20:09:35.985Z 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=5d6f01a61a188ea0 -C extra-filename=-958c15d96dca93e0 --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-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39522025-05-22T20:09:36.262Z Compiling lru v0.12.5
39532025-05-22T20:09:36.288Z 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=1138a1fa5c022990 -C extra-filename=-0be23a2627fde5c0 --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-b7e2d5194bb65c6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39542025-05-22T20:09:36.568Z Compiling smawk v0.3.2
39552025-05-22T20:09:36.594Z 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=-6eada9ae0be3d47d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39562025-05-22T20:09:36.717Z Compiling is_ci v1.2.0
39572025-05-22T20:09:36.744Z 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=-58c0d1c13d127856 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39582025-05-22T20:09:36.905Z Compiling unicode-linebreak v0.1.5
39592025-05-22T20:09:36.931Z 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=-6be72c306a9efbe2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39602025-05-22T20:09:37.087Z Compiling cassowary v0.3.0
39612025-05-22T20:09:37.114Z 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=-1413b8fddffb91f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39622025-05-22T20:09:37.153Z Compiling supports-color v3.0.2
39632025-05-22T20:09:37.180Z 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=-9909e89766a7dbd1 --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-58c0d1c13d127856.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39642025-05-22T20:09:37.256Z Compiling cargo_metadata v0.19.2
39652025-05-22T20:09:37.323Z 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.19.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=625ccd628cd175de -C extra-filename=-e93e7f76a769c152 --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-99e741043228244f.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-10677bee7098899c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39662025-05-22T20:09:37.398Z Compiling concurrent-queue v2.5.0
39672025-05-22T20:09:37.424Z 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=-709bd259b08a0328 --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-7359b4299789c5bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39682025-05-22T20:09:37.552Z Compiling textwrap v0.16.1
39692025-05-22T20:09:37.579Z 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="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=2edf34bf79f32df0 -C extra-filename=-ad782180ecad993d --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-6eada9ae0be3d47d.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-e438a8c5e6d38d3a.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-6be72c306a9efbe2.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39702025-05-22T20:09:37.605Z Compiling libz-sys v1.1.20
39712025-05-22T20:09:37.605Z 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=c73258dc39694362 -C extra-filename=-78a39c95a4a4c734 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-78a39c95a4a4c734 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-94e598273c421973.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f17f01e4eb57ec55.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-e151e297389c0a87.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39722025-05-22T20:09:37.995Z Compiling ratatui v0.29.0
39732025-05-22T20:09:38.026Z 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=356343ba60af4b10 -C extra-filename=-daeb11303b9f9ecb --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-beab76081c319986.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-1413b8fddffb91f6.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-6c8f09f776e38306.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-3f2c1554917f5114.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-3d2fa1f1b50ae27e.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-958c15d96dca93e0.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-50aa4900af2b0e9b.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-0be23a2627fde5c0.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-360547933b906551.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-015117754041c51b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f8e3d5f3ac8a66c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39742025-05-22T20:09:38.371Z Compiling parking v2.2.1
39752025-05-22T20:09:38.397Z 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=-8464c66de327b9ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39762025-05-22T20:09:38.643Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-78a39c95a4a4c734/build-script-build`
39772025-05-22T20:09:38.783Z Compiling libgit2-sys v0.17.0+1.8.1
39782025-05-22T20:09:38.809Z 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=0ed74bcc90bff693 -C extra-filename=-917e4e65a6140cb3 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-917e4e65a6140cb3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-94e598273c421973.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f17f01e4eb57ec55.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39792025-05-22T20:09:38.835Z Compiling shell-words v1.1.0
39802025-05-22T20:09:38.902Z 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=-30b731a8ab2b762e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39812025-05-22T20:09:39.075Z 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=374b29c7cb9fa8c7 -C extra-filename=-380315c0ab8d93dc --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-861b24e1ce2145a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
39822025-05-22T20:09:39.221Z Compiling event-listener v5.3.1
39832025-05-22T20:09:39.247Z 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=-d5f970d156026002 --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-709bd259b08a0328.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-8464c66de327b9ba.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39842025-05-22T20:09:39.332Z Compiling vergen v8.3.2
39852025-05-22T20:09:39.358Z 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=-8f3bb56e5cec9770 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-8f3bb56e5cec9770 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-148d4a25b6a900e7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39862025-05-22T20:09:39.783Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-917e4e65a6140cb3/build-script-build`
39872025-05-22T20:09:39.809Z Compiling event-listener-strategy v0.5.2
39882025-05-22T20:09:39.835Z 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=-e55b8a59ba80869f --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-d5f970d156026002.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39892025-05-22T20:09:39.974Z Compiling csv-core v0.1.11
39902025-05-22T20:09:40.001Z 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=-b3c4094355082122 --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-6461ceff8954e4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39912025-05-22T20:09:40.129Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-8f3bb56e5cec9770/build-script-build`
39922025-05-22T20:09:40.200Z Compiling futures-lite v2.3.0
39932025-05-22T20:09:40.226Z 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=-da36cb29b4515841 --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-227a30ba850577c3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-8464c66de327b9ba.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39942025-05-22T20:09:40.606Z Compiling csv v1.3.1
39952025-05-22T20:09:40.632Z 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=2d14a404ea233984 -C extra-filename=-86c99ae0df69156e --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-b3c4094355082122.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-52e1d93ca6a73556.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e333b6170bff6ca3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39962025-05-22T20:09:41.278Z Compiling cargo_metadata v0.18.1
39972025-05-22T20:09:41.304Z 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=f7e852737ad9ce7d -C extra-filename=-2bebea93e33f2b9c --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-99e741043228244f.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-10677bee7098899c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39982025-05-22T20:09:41.865Z Compiling rtoolbox v0.0.2
39992025-05-22T20:09:41.891Z 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=02b1894f1ef6f697 -C extra-filename=-763682bb0f2ef875 --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-861b24e1ce2145a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40002025-05-22T20:09:42.045Z Compiling rustls v0.21.12
40012025-05-22T20:09:42.071Z 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=-499ee173a38e54b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-499ee173a38e54b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40022025-05-22T20:09:42.365Z Compiling hex-literal v0.4.1
40032025-05-22T20:09:42.391Z 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=-e457768128836586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40042025-05-22T20:09:42.512Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-499ee173a38e54b2/build-script-build`
40052025-05-22T20:09:42.572Z Compiling tui-tree-widget v0.23.0
40062025-05-22T20:09:42.597Z 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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --forbid=unsafe_code '--warn=clippy::pedantic' '--warn=clippy::nursery' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=88a631cb8fc17b5a -C extra-filename=-46db7b3094f22cd0 --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-daeb11303b9f9ecb.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f8e3d5f3ac8a66c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40072025-05-22T20:09:42.623Z Compiling rpassword v7.3.1
40082025-05-22T20:09:42.623Z 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.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=f65c1094dfbe9f3e -C extra-filename=-f57411b50d232d3c --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-861b24e1ce2145a7.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-763682bb0f2ef875.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40092025-05-22T20:09:43.057Z Compiling petname v2.0.2
40102025-05-22T20:09:43.083Z 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=2577eda65511d53c -C extra-filename=-46e952742f564122 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-46e952742f564122 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40112025-05-22T20:09:43.108Z Compiling sct v0.7.1
40122025-05-22T20:09:43.108Z 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=365ee059d9a9ee22 -C extra-filename=-2f588f332e620648 --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-42e297bdf6176b96.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7300bbcd9e2b6e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out`
40132025-05-22T20:09:43.510Z Compiling rustls-webpki v0.101.7
40142025-05-22T20:09:43.535Z 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=0ff3581ee2bbe6a1 -C extra-filename=-611108744036c2e6 --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-42e297bdf6176b96.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7300bbcd9e2b6e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out`
40152025-05-22T20:09:44.232Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-46e952742f564122/build-script-build`
40162025-05-22T20:09:44.591Z 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=0fc69d2743101c02 -C extra-filename=-610d0be10f1ae086 --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-0c3f9f9074fd84d6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-42e297bdf6176b96.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-611108744036c2e6.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-2f588f332e620648.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out`
40172025-05-22T20:09:44.647Z Compiling async-lock v3.4.0
40182025-05-22T20:09:44.672Z 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=-f4154a00e16cb6f1 --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-d5f970d156026002.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-e55b8a59ba80869f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40192025-05-22T20:09:45.487Z Compiling polyval v0.6.2
40202025-05-22T20:09:45.513Z 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=f55ba500aba8de11 -C extra-filename=-c06a25b37322bdd3 --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-05d9a6e89676a9f8.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d1d1da8be6c6940e.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-37213a0154867594.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-7ff61a755fab8056.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40212025-05-22T20:09:45.654Z Compiling polling v3.7.3
40222025-05-22T20:09:45.679Z 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=56326586a4a790e8 -C extra-filename=-2b719223c8deb4fb --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-05d9a6e89676a9f8.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-52a7e34822aa1467.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5601242d4cca54cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40232025-05-22T20:09:46.115Z Compiling ghash v0.5.1
40242025-05-22T20:09:46.141Z 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=7f6970cd67b47363 -C extra-filename=-ad25d220c0470c77 --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-37213a0154867594.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-c06a25b37322bdd3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40252025-05-22T20:09:46.141Z 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=b420f0ff5f8226a0 -C extra-filename=-23501c83745c97ce --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-933f3f91cf655987.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40262025-05-22T20:09:46.516Z Compiling async-io v2.3.4
40272025-05-22T20:09:46.545Z 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=d42f6b633356ba7c -C extra-filename=-c86e651b947c5077 --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-f4154a00e16cb6f1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-709bd259b08a0328.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-da36cb29b4515841.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-8464c66de327b9ba.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-2b719223c8deb4fb.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-52a7e34822aa1467.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-30b5dc21d1e08451.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5601242d4cca54cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40282025-05-22T20:09:46.588Z Compiling rustls-pemfile v1.0.4
40292025-05-22T20:09:46.613Z 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=-5550fb2100266f58 --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-40930d55b624874f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40302025-05-22T20:09:47.136Z Compiling ctr v0.9.2
40312025-05-22T20:09:47.162Z 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=a5c56204e9f2ebbf -C extra-filename=-807b669751e29bfb --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-64aa4ce7eb6af6b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40322025-05-22T20:09:47.597Z Compiling twox-hash v2.1.0
40332025-05-22T20:09:47.622Z 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=6b7be3c6a511fe1e -C extra-filename=-1fb7b6e99530cd53 --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-ab1fc069870bc0e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40342025-05-22T20:09:48.397Z Compiling plotters-backend v0.3.7
40352025-05-22T20:09:48.422Z 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=-38622e2de20fe9bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40362025-05-22T20:09:48.669Z Compiling async-task v4.7.1
40372025-05-22T20:09:48.696Z 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=-411a9e16151d410d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40382025-05-22T20:09:48.972Z Compiling target-lexicon v0.13.2
40392025-05-22T20:09:49.014Z 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=-b6072082ad4e6eb6 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-b6072082ad4e6eb6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40402025-05-22T20:09:49.042Z Compiling sync-ptr v0.1.1
40412025-05-22T20:09:49.067Z 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8e0b617e3783b0c8 -C extra-filename=-13588d279a0e6993 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40422025-05-22T20:09:49.274Z Compiling plotters-svg v0.3.7
40432025-05-22T20:09:49.299Z 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=-1d65d81bcf3b2509 --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-38622e2de20fe9bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40442025-05-22T20:09:49.377Z Compiling tokio-rustls v0.24.1
40452025-05-22T20:09:49.402Z 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=78bdfce80c7f867a -C extra-filename=-4383da86d8db98db --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-610d0be10f1ae086.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out`
40462025-05-22T20:09:49.835Z Compiling aes-gcm v0.10.3
40472025-05-22T20:09:49.861Z 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=2d5c556f7a80fce6 -C extra-filename=-27c79428f2ac2bd2 --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-92a144d33d15ef0a.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-b7a8fc7001274ad5.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-64aa4ce7eb6af6b2.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-807b669751e29bfb.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-ad25d220c0470c77.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40482025-05-22T20:09:49.921Z Compiling async-channel v2.3.1
40492025-05-22T20:09:49.946Z 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=-e9ebb65f3fa036a6 --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-709bd259b08a0328.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-e55b8a59ba80869f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40502025-05-22T20:09:50.195Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-b6072082ad4e6eb6/build-script-build`
40512025-05-22T20:09:50.244Z Compiling piper v0.2.4
40522025-05-22T20:09:50.270Z 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=-f508e8ec102e2d8e --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-b88de53e82c6fffa.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-227a30ba850577c3.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40532025-05-22T20:09:50.340Z Compiling fatfs v0.3.6
40542025-05-22T20:09:50.365Z 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=4f7777f7749809bf -C extra-filename=-b041d8210074b50a --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-be8aff341cdf0f9a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40552025-05-22T20:09:50.391Z Compiling ssh-encoding v0.2.0
40562025-05-22T20:09:50.391Z 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=336c022c70a7584f -C extra-filename=-b4bbe6a16dc99fb7 --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-fae69d05f1cd8859.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-342e1c0a888cffaa.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40572025-05-22T20:09:50.743Z Compiling blowfish v0.9.1
40582025-05-22T20:09:50.792Z 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=a1401619d7f91a18 -C extra-filename=-735a20d2657ab2e7 --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-bd9324fe48e620f7.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-64aa4ce7eb6af6b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40592025-05-22T20:09:50.975Z Compiling guppy-workspace-hack v0.1.0
40602025-05-22T20:09:51.001Z 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=-939578bf09ed22bc --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-939578bf09ed22bc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40612025-05-22T20:09:51.289Z Compiling cast v0.3.0
40622025-05-22T20:09:51.314Z 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=-85268100348a317a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40632025-05-22T20:09:51.427Z Compiling arrayref v0.3.9
40642025-05-22T20:09:51.452Z 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=-70fdd4594518975b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40652025-05-22T20:09:51.615Z Compiling arrayvec v0.7.6
40662025-05-22T20:09:51.641Z 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=-7026271054628e9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40672025-05-22T20:09:51.742Z Compiling constant_time_eq v0.3.1
40682025-05-22T20:09:51.767Z 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=-9cf81f1547d90593 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40692025-05-22T20:09:52.075Z Compiling criterion-plot v0.5.0
40702025-05-22T20:09:52.117Z 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=4234ee9448fe747f -C extra-filename=-23983a423bbbcc89 --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-85268100348a317a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c919e9c07f8e06f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40712025-05-22T20:09:52.219Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-939578bf09ed22bc/build-script-build`
40722025-05-22T20:09:52.261Z Compiling bcrypt-pbkdf v0.10.0
40732025-05-22T20:09:52.286Z 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=1478898de7533d25 -C extra-filename=-caa473fcfb77532d --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-735a20d2657ab2e7.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-3cdf3bae5fd97e19.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40742025-05-22T20:09:52.328Z Compiling ssh-cipher v0.2.0
40752025-05-22T20:09:52.354Z 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=e44aab72b5092e4e -C extra-filename=-5f79b806fb4fc9cb --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-b7a8fc7001274ad5.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-27c79428f2ac2bd2.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-b40d575311c80252.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-d42282ee4a658db0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-64aa4ce7eb6af6b2.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-807b669751e29bfb.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-de55bdbe1d0e4e56.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-b4bbe6a16dc99fb7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40762025-05-22T20:09:53.006Z Compiling blocking v1.6.1
40772025-05-22T20:09:53.046Z 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=-722335b871a61edb --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-e9ebb65f3fa036a6.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-411a9e16151d410d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-da36cb29b4515841.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-f508e8ec102e2d8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40782025-05-22T20:09:53.257Z 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=-df8e03577eb9a6ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="rust_1_40"'`
40792025-05-22T20:09:53.304Z Compiling plotters v0.3.7
40802025-05-22T20:09:53.362Z 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=-cdfcc24155793d78 --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-1fb6e8465c7f7e68.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-38622e2de20fe9bd.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-1d65d81bcf3b2509.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40812025-05-22T20:09:53.760Z Compiling async-executor v1.13.1
40822025-05-22T20:09:53.785Z 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=-d673d9c175d0c903 --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-411a9e16151d410d.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-709bd259b08a0328.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-227a30ba850577c3.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-da36cb29b4515841.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-30b5dc21d1e08451.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40832025-05-22T20:09:53.954Z Compiling async-signal v0.2.10
40842025-05-22T20:09:53.979Z 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=ffbe4a3d585488af -C extra-filename=-75ec03c00dcd0da7 --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-c86e651b947c5077.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-52a7e34822aa1467.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-ec5b056e97b9efa8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40852025-05-22T20:09:54.190Z Compiling password-hash v0.4.2
40862025-05-22T20:09:54.216Z 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=be134cb94c72ff40 -C extra-filename=-f9c75a9b39bc99ca --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-fae69d05f1cd8859.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ef8c2fcc9369ed60.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40872025-05-22T20:09:54.537Z Compiling tinytemplate v1.2.1
40882025-05-22T20:09:54.565Z 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=81dd12f988a3ea5f -C extra-filename=-6ea714491a16c701 --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-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40892025-05-22T20:09:54.694Z Compiling event-listener v2.5.3
40902025-05-22T20:09:54.720Z 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=-0251729e9e5e2225 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40912025-05-22T20:09:55.190Z Compiling oorandom v11.1.4
40922025-05-22T20:09:55.215Z 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=-ef7fabf51a5d0c44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40932025-05-22T20:09:55.241Z Compiling target-spec v3.4.2
40942025-05-22T20:09:55.241Z 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=-02653ac2650d7e46 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-02653ac2650d7e46 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40952025-05-22T20:09:55.493Z Compiling futures-timer v3.0.3
40962025-05-22T20:09:55.493Z 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=-0c27690864ac2030 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40972025-05-22T20:09:55.568Z Compiling anes v0.1.6
40982025-05-22T20:09:55.593Z 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=-bef629b143a0a8bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40992025-05-22T20:09:55.853Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-02653ac2650d7e46/build-script-build`
41002025-05-22T20:09:55.945Z Compiling async-channel v1.9.0
41012025-05-22T20:09:55.970Z 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=-75e15db47157b01e --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-709bd259b08a0328.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-0251729e9e5e2225.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41022025-05-22T20:09:56.115Z Compiling criterion v0.5.1
41032025-05-22T20:09:56.142Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-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="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "async-std", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv", "csv_output", "default", "futures", "html_reports", "plotters", "rayon", "real_blackbox", "smol", "stable", "tokio"))' -C metadata=bbe6c49b7d84271b -C extra-filename=-13e0849623785201 --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-bef629b143a0a8bc.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-85268100348a317a.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-85cdd742a5123a32.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-23983a423bbbcc89.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-3e6855822e384784.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c919e9c07f8e06f6.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-ef7fabf51a5d0c44.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-cdfcc24155793d78.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-430d859215fc2171.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3d752c196cd4ce71.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-6ea714491a16c701.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41042025-05-22T20:09:56.168Z Compiling pbkdf2 v0.11.0
41052025-05-22T20:09:56.168Z 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=1c6e1d2f3533a056 -C extra-filename=-113abe2f0156aa1e --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-1d6ab4ed8afa3f4c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-7fc1247b1e4c45d9.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-f9c75a9b39bc99ca.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41062025-05-22T20:09:56.374Z Compiling async-process v2.3.0
41072025-05-22T20:09:56.400Z 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=57aa6f11bff5e72e -C extra-filename=-306901601f676234 --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-c86e651b947c5077.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-f4154a00e16cb6f1.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-75ec03c00dcd0da7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-d5f970d156026002.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-da36cb29b4515841.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-52a7e34822aa1467.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5601242d4cca54cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41082025-05-22T20:09:56.426Z Compiling async-global-executor v2.4.1
41092025-05-22T20:09:56.452Z 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=95c75e9a65476932 -C extra-filename=-8848cdb031eccbe1 --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-e9ebb65f3fa036a6.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-d673d9c175d0c903.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-c86e651b947c5077.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-f4154a00e16cb6f1.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-722335b871a61edb.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-da36cb29b4515841.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41102025-05-22T20:09:56.739Z Compiling cfg-expr v0.18.0
41112025-05-22T20:09:56.765Z 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=3e97847b0e6f2d43 -C extra-filename=-6698759ef3469dd0 --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-dbb95c3a428e30f8.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-df8e03577eb9a6ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41122025-05-22T20:09:57.880Z Compiling ssh-key v0.6.6
41132025-05-22T20:09:57.907Z 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=abb7f466151aebe9 -C extra-filename=-a4709d9729c8cb97 --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-caa473fcfb77532d.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-903db01f47f860dd.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-fee13790db3f937e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ef8c2fcc9369ed60.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a8cfc978a1436320.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-57f0e264e407cf83.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-b4adb2c9a1b7efcd.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-5f79b806fb4fc9cb.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-b4bbe6a16dc99fb7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41142025-05-22T20:09:58.124Z 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=-fbfa6b5cb016abd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41152025-05-22T20:09:58.245Z Compiling p256 v0.13.2
41162025-05-22T20:09:58.270Z 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=4703ca6c47903e13 -C extra-filename=-6ec4b6862e71dbac --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-dc7921bbf0ae3c48.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-391a2f5ca8aa2814.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-da92ba65c1a83729.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41172025-05-22T20:09:58.323Z Compiling p521 v0.13.3
41182025-05-22T20:09:58.349Z 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=6347e259c12a0923 -C extra-filename=-ca25be4fe1031473 --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-2fad40719046d586.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-dc7921bbf0ae3c48.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-391a2f5ca8aa2814.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-da92ba65c1a83729.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ef8c2fcc9369ed60.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41192025-05-22T20:09:59.224Z Compiling async-attributes v1.1.2
41202025-05-22T20:09:59.249Z 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=-dff148900b4d8ea2 --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-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41212025-05-22T20:10:00.406Z Compiling blake3 v1.5.4
41222025-05-22T20:10:00.432Z 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=191ebb2eda53bd22 -C extra-filename=-8a8de81fd7a6f3e5 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-8a8de81fd7a6f3e5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-94e598273c421973.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41232025-05-22T20:10:00.763Z Compiling russh-cryptovec v0.7.3
41242025-05-22T20:10:00.788Z 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=e7a23cbedde55ca5 -C extra-filename=-d5cf9a643d5d4f10 --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-861b24e1ce2145a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41252025-05-22T20:10:01.194Z Compiling kv-log-macro v1.0.7
41262025-05-22T20:10:01.220Z 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=-e91ed0955ce193ac --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-0c3f9f9074fd84d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41272025-05-22T20:10:01.250Z Compiling md5 v0.7.0
41282025-05-22T20:10:01.250Z 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=-b27acbcf6ee9201c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41292025-05-22T20:10:01.557Z Compiling async-std v1.13.0
41302025-05-22T20:10:01.582Z 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=8613d549ec9dbe42 -C extra-filename=-0541b4ca98a800a5 --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-dff148900b4d8ea2.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-75e15db47157b01e.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-8848cdb031eccbe1.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-c86e651b947c5077.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-f4154a00e16cb6f1.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-306901601f676234.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-7359b4299789c5bf.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-da36cb29b4515841.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-e91ed0955ce193ac.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-edeb4baaa379e23d.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-30b5dc21d1e08451.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41312025-05-22T20:10:01.833Z Compiling russh-keys v0.45.0
41322025-05-22T20:10:01.859Z 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=1bf2958148a5c31d -C extra-filename=-f5e849113d2c6b1b --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-b7a8fc7001274ad5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-caa473fcfb77532d.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-71bac9e52723f8b9.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-b40d575311c80252.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-807b669751e29bfb.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-48ef01d1b4729c3d.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-86dc450592e58195.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1d6ab4ed8afa3f4c.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-dc7921bbf0ae3c48.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-903db01f47f860dd.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-391a2f5ca8aa2814.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-7fc1247b1e4c45d9.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-28e9aeedac828e4f.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-bc205343c3f910de.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-b27acbcf6ee9201c.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-6ec4b6862e71dbac.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-8dc9060fdd02a3bd.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-ca25be4fe1031473.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-113abe2f0156aa1e.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-42a70b21a9d8ed55.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-d6c107d42bc3b176.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-a0c82bb1eeded8a6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ef8c2fcc9369ed60.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a8cfc978a1436320.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-d5cf9a643d5d4f10.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-57f0e264e407cf83.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1e37e518e321c5ae.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2de2a39b28629dce.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-b4bbe6a16dc99fb7.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-a4709d9729c8cb97.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-b4e1437a670c0b17.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41332025-05-22T20:10:02.486Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-8a8de81fd7a6f3e5/build-script-build`
41342025-05-22T20:10:03.271Z 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=7f05c5c4fb1917f2 -C extra-filename=-4cbb037329a01e90 --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-6698759ef3469dd0.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-fbfa6b5cb016abd6.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-df8e03577eb9a6ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41352025-05-22T20:10:04.294Z Compiling predicates-tree v1.0.12
41362025-05-22T20:10:04.320Z 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=-3035b7b3b616bf02 --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-44f787477a210ef1.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-0ffdeed955cab556.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41372025-05-22T20:10:04.876Z Compiling pathdiff v0.2.3
41382025-05-22T20:10:04.902Z 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=6e94ebd33292ef05 -C extra-filename=-3df37daef9ff15f7 --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-99e741043228244f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41392025-05-22T20:10:05.134Z Compiling num-bigint v0.4.6
41402025-05-22T20:10:05.160Z 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=ab85f3f5ef3ad80b -C extra-filename=-e3404fa96fefc2b6 --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-a8d9c42ce3064789.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41412025-05-22T20:10:05.886Z Compiling des v0.8.1
41422025-05-22T20:10:05.912Z 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=fdc44a0f34492ab3 -C extra-filename=-c804130ea1211ed2 --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-64aa4ce7eb6af6b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41432025-05-22T20:10:06.257Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-ec08acd25c6a0b2d/build-script-build`
41442025-05-22T20:10:06.311Z 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=fb6bdab013dc69b2 -C extra-filename=-2c3a75bec72ff667 --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-5a7744e0b57282b3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -l static=aws_lc_0_26_0_crypto -l static=aws_lc_0_26_0_rust_wrapper --cfg use_bindgen_generated`
41452025-05-22T20:10:06.377Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-1856558b521a9f8f/build-script-build`
41462025-05-22T20:10:06.442Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41472025-05-22T20:10:06.467Z 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=-60c6620e55ddb843 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41482025-05-22T20:10:07.537Z Compiling memmap2 v0.9.5
41492025-05-22T20:10:07.562Z 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=1bb8f0a14476aa24 -C extra-filename=-c4d448232bda3765 --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-861b24e1ce2145a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41502025-05-22T20:10:08.098Z Compiling doc-comment v0.3.3
41512025-05-22T20:10:08.123Z 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=-29863fde93dfdc92 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-29863fde93dfdc92 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41522025-05-22T20:10:08.436Z Compiling nested v0.1.1
41532025-05-22T20:10:08.461Z 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=-2194a5a7e46edfb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41542025-05-22T20:10:08.818Z Compiling guppy v0.17.18
41552025-05-22T20:10:08.845Z 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.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(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=7eac7d9b247af1a7 -C extra-filename=-08514d8b3d909635 --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-d8bd5b90e89be16d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e93e7f76a769c152.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-5608683ae2af4267.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-fbfa6b5cb016abd6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-2194a5a7e46edfb2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-3df37daef9ff15f7.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d122a0cd649f2f6a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-dbb95c3a428e30f8.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-4cbb037329a01e90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41562025-05-22T20:10:08.871Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-29863fde93dfdc92/build-script-build`
41572025-05-22T20:10:09.091Z Compiling russh v0.45.0
41582025-05-22T20:10:09.117Z 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=4db59b51aa259189 -C extra-filename=-f852f226b4693343 --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-b7a8fc7001274ad5.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-27c79428f2ac2bd2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-beab76081c319986.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-b40d575311c80252.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-d42282ee4a658db0.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-807b669751e29bfb.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-9c47023c64efb974.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-c804130ea1211ed2.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1d6ab4ed8afa3f4c.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-391a2f5ca8aa2814.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-18e34be0a9d8916f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5a41f0b5a4a31464.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e457768128836586.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-7fc1247b1e4c45d9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-e3404fa96fefc2b6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-6ec4b6862e71dbac.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-8dc9060fdd02a3bd.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-ca25be4fe1031473.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-de55bdbe1d0e4e56.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ef8c2fcc9369ed60.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-d5cf9a643d5d4f10.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-f5e849113d2c6b1b.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1e37e518e321c5ae.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-b4bbe6a16dc99fb7.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-a4709d9729c8cb97.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41592025-05-22T20:10:09.142Z 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=085c2e147675bdbc -C extra-filename=-e40f3784fef46667 --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-2c3a75bec72ff667.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-fa3ccdb9ba98dc3b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts --check-cfg 'cfg(disable_slow_tests)'`
41602025-05-22T20:10:09.473Z 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=3221fa862719ba58 -C extra-filename=-3de2de654eabf746 --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-70fdd4594518975b.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-7026271054628e9e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-9cf81f1547d90593.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-c4d448232bda3765.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-61f364f613778fdd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/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()))'`
41612025-05-22T20:10:10.623Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41622025-05-22T20:10:10.648Z 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=d0e120e16b05e0df -C extra-filename=-fd7b18baabde37d4 --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-60c6620e55ddb843.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-6e5529a61faa4dd6.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-2bbad1053bc3dd9c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41632025-05-22T20:10:12.616Z Compiling rustls-webpki v0.102.8
41642025-05-22T20:10:12.641Z 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=74c3d7a43548e46e -C extra-filename=-b1b1d9a77e02b58b --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-e40f3784fef46667.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-42e297bdf6176b96.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fe220a1c44515e68.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7300bbcd9e2b6e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out`
41652025-05-22T20:10:13.863Z 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=662325f679afbec1 -C extra-filename=-da154a6f1e98b245 --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-e40f3784fef46667.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-42e297bdf6176b96.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fe220a1c44515e68.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b1b1d9a77e02b58b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
41662025-05-22T20:10:14.924Z 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=f2999c472caf643b -C extra-filename=-06402b32ad514be7 --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-0c3f9f9074fd84d6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-42e297bdf6176b96.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fe220a1c44515e68.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b1b1d9a77e02b58b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts`
41672025-05-22T20:10:15.914Z Compiling async-object-pool v0.1.5
41682025-05-22T20:10:15.940Z 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=2c246760cb19d493 -C extra-filename=-6fd26d293b083e11 --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-0541b4ca98a800a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41692025-05-22T20:10:16.216Z Compiling rstest_macros v0.24.0
41702025-05-22T20:10:16.241Z 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.24.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=3bf6d7de05fe25fa -C extra-filename=-3d9d9bfdc309012f --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-3d9d9bfdc309012f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-9c42e7e0fc277399.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41712025-05-22T20:10:16.574Z Compiling assert-json-diff v2.0.2
41722025-05-22T20:10:16.599Z 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=750d37a4ac2ded43 -C extra-filename=-1ad5caceb8002348 --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-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41732025-05-22T20:10:16.986Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41742025-05-22T20:10:17.012Z 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=28593a764997c7fe -C extra-filename=-a0f33cd7a4ab4412 --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-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41752025-05-22T20:10:17.484Z Compiling serde_regex v1.1.0
41762025-05-22T20:10:17.509Z 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=a080a44379bf6c45 -C extra-filename=-698e36012cf80f29 --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-ea2bf633eee21eec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41772025-05-22T20:10:17.539Z Compiling path-tree v0.8.1
41782025-05-22T20:10:17.586Z 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=bd78da5b74f6ab0c -C extra-filename=-2052e49e86b374c7 --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-dbb95c3a428e30f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41792025-05-22T20:10:17.612Z Compiling target-triple v0.1.3
41802025-05-22T20:10:17.637Z 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=-cd8f2387c00c1e37 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-cd8f2387c00c1e37 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41812025-05-22T20:10:17.913Z Compiling stringmetrics v2.2.2
41822025-05-22T20:10:17.938Z 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=-117cf7b5f7de6d24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41832025-05-22T20:10:18.270Z Compiling topological-sort v0.2.2
41842025-05-22T20:10:18.295Z 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=-c3f445f41ae90de1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41852025-05-22T20:10:18.369Z Compiling internet-checksum v0.2.1
41862025-05-22T20:10:18.395Z 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=-92f62310814306e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41872025-05-22T20:10:18.449Z Compiling assert_cmd v2.0.17
41882025-05-22T20:10:18.474Z 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=-9cf76fe6e145c736 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-9cf76fe6e145c736 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41892025-05-22T20:10:18.650Z Compiling escape8259 v0.5.3
41902025-05-22T20:10:18.675Z 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=-97975e9113eefdaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41912025-05-22T20:10:18.745Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-cd8f2387c00c1e37/build-script-build`
41922025-05-22T20:10:18.774Z Compiling httpmock v0.8.0-alpha.1
41932025-05-22T20:10:18.799Z 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=0ef4004b1dfb52d6 -C extra-filename=-21f80b885276f263 --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-1ad5caceb8002348.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-6fd26d293b083e11.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-0541b4ca98a800a5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-7359b4299789c5bf.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-3baecd70a88ba04a.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-0c27690864ac2030.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8de967e119dd7c6d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4e5ed60eb88b216b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-2052e49e86b374c7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-698e36012cf80f29.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0559c45c5f37fd70.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-117cf7b5f7de6d24.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-0934d224f5e402dd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41942025-05-22T20:10:19.003Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-9cf76fe6e145c736/build-script-build`
41952025-05-22T20:10:19.085Z Compiling libtest-mimic v0.8.1
41962025-05-22T20:10:19.110Z 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=b7cc5774b28820c6 -C extra-filename=-39b413b5889339fb --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-d24e584261a1a2b7.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-f0d665ae03ab89d5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-97975e9113eefdaf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41972025-05-22T20:10:19.110Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-3d9d9bfdc309012f/build-script-build`
41982025-05-22T20:10:19.313Z 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=-428805f1703805e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41992025-05-22T20:10:19.510Z Compiling fancy-regex v0.14.0
42002025-05-22T20:10:19.535Z 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=-8884819a60c602e8 --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-1474895ebf0b0b53.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6fc1782911ea05df.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8a5c4ab1e9e4d4bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42012025-05-22T20:10:21.194Z Compiling tokio-rustls v0.25.0
42022025-05-22T20:10:21.220Z 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=b98f2a8b439db800 -C extra-filename=-9978945bc32e78d8 --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-06402b32ad514be7.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fe220a1c44515e68.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts`
42032025-05-22T20:10:21.759Z Compiling tokio-rustls v0.26.0
42042025-05-22T20:10:21.784Z 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=9a2ca21ad17438a2 -C extra-filename=-5fe7f57acb8668b8 --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-da154a6f1e98b245.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fe220a1c44515e68.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out`
42052025-05-22T20:10:21.815Z 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=d005bc44a12c5bbb -C extra-filename=-1839dbb889cbb915 --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-e2dbc60e44bb725a.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-051339e79ebd9bed.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-3baecd70a88ba04a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-d3d648c0b0e52973.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4e5ed60eb88b216b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-9ad7f52c794dfd5e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-06402b32ad514be7.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c8fc30b72ed3faa9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4c50366c16e309bb.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-5a1252f0d8a4b7dd.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1e37e518e321c5ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f921d9319839a49a.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-60e9c56327ec3599.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9978945bc32e78d8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-64e0e824a97aa05d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts`
42062025-05-22T20:10:22.311Z Compiling hyper-rustls v0.27.3
42072025-05-22T20:10:22.337Z 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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --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=833d53cbcad82251 -C extra-filename=-c7a6dc45672657bd --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-fa33b9f36748c437.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4e5ed60eb88b216b.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-da154a6f1e98b245.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fe220a1c44515e68.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-5fe7f57acb8668b8.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-d346929584aa12d0.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-803ad1264bde6062.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out`
42082025-05-22T20:10:23.065Z Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
42092025-05-22T20:10:23.113Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/git/checkouts/reqwest-691f072c9d01bc8f/114d97c/src/lib.rs --error-format=json --json=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="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --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", "trust-dns", "zstd"))' -C metadata=a2078ac5f38b6287 -C extra-filename=-baca3af312798d7f --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-47534339b40df4f4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-0363576967932e69.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-5b62f700aefef64f.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-695bb8f059c81f50.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3690577ee22f758c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-d7b7e72a7dd5c7fe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-68878559edd21b25.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c7a6dc45672657bd.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-2d3520a88a0bc5a2.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4e5ed60eb88b216b.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-2bbad1053bc3dd9c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a9761af3a61b81d.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-fa026470500af9fa.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-da154a6f1e98b245.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c8fc30b72ed3faa9.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fe220a1c44515e68.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-01d21f426bdedda3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-4182a5ad8576e00e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-5fe7f57acb8668b8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-2de9c0270eebe2b5.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-d346929584aa12d0.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-803ad1264bde6062.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64`
42102025-05-22T20:10:24.199Z 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=f45984502951aeed -C extra-filename=-33e696f18d49a9d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-b44df5256542737d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-494d09b90d926f3d.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-903db01f47f860dd.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-8c157499cf53fa6f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-342e1c0a888cffaa.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-da154a6f1e98b245.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-faa9c4c76d2de55d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-82f5b5779c10b7f8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-5fe7f57acb8668b8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-37ca749e972e1092.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out`
42112025-05-22T20:10:26.501Z Compiling proc-macro-crate v3.2.0
42122025-05-22T20:10:26.526Z 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=96d33cb7bcd884b6 -C extra-filename=-da4dfb279034d340 --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-eeb238e858ddb870.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42132025-05-22T20:10:27.843Z Compiling progenitor-client v0.10.0
42142025-05-22T20:10:27.869Z 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=a3da446b4e5199df -C extra-filename=-a6e43ce4e980dd73 --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-5d6c1e9618f55f42.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64`
42152025-05-22T20:10:27.975Z Compiling progenitor-client v0.9.1
42162025-05-22T20:10:28.001Z 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=14ddf0ca312461a5 -C extra-filename=-135b540f3c931c6b --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-5d6c1e9618f55f42.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64`
42172025-05-22T20:10:28.595Z Compiling progenitor v0.9.1
42182025-05-22T20:10:28.620Z 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=72b11c1c5bc18cb0 -C extra-filename=-c0473e71caf9ed66 --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-135b540f3c931c6b.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-667fa277b3dce5de.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-941eba6b0e09f42f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64`
42192025-05-22T20:10:28.645Z Compiling progenitor v0.10.0
42202025-05-22T20:10:28.645Z 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=5dc1cc317b7007ca -C extra-filename=-fbeb96a084998e08 --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-a6e43ce4e980dd73.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-a883a1877f714eb9.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-7569df411c1d6cbb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64`
42212025-05-22T20:10:28.925Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=875ae5b7f8f0e32e9be672a36b5dda109b9b2450#875ae5b7)
42222025-05-22T20:10:28.950Z 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/875ae5b/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=f1745858233eb385 -C extra-filename=-836bb1b5deb1d41d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c0473e71caf9ed66.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64`
42232025-05-22T20:10:28.976Z Compiling progenitor-client v0.8.0
42242025-05-22T20:10:28.976Z 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=5537bc7f72357e09 -C extra-filename=-68625d403c55dae4 --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-5d6c1e9618f55f42.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64`
42252025-05-22T20:10:29.586Z Compiling progenitor v0.8.0
42262025-05-22T20:10:29.614Z 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=455ad0ab12c0c38e -C extra-filename=-bc757b66f5a5dbb9 --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-68625d403c55dae4.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-0968a4941e99e409.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-77b2cb0847cef435.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64`
42272025-05-22T20:10:29.890Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
42282025-05-22T20:10:29.916Z 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=94e840c4f9dc8906 -C extra-filename=-b6b1843bf931943a --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-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-40930d55b624874f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bc757b66f5a5dbb9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-f8bc86961c0a673c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64`
42292025-05-22T20:10:31.299Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
42302025-05-22T20:10:31.325Z 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=70c6aba5c9e4e7f9 -C extra-filename=-53020d7d109f16b1 --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-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-40930d55b624874f.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-3485942516207201.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a6e43ce4e980dd73.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c25c257aa99a7c0c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-f8bc86961c0a673c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64`
42312025-05-22T20:10:33.553Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
42322025-05-22T20:10:33.641Z 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=788d45c95804549f -C extra-filename=-25ad4ec108fbcc32 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-25ad4ec108fbcc32 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-d8bd5b90e89be16d.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-36bced02ae4bd5ce.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-e40f3784fef46667.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2fad40719046d586.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-fae69d05f1cd8859.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be8aff341cdf0f9a.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-beab76081c319986.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-74fae681615b10bb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6fd1820348c63f7e.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-94e598273c421973.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-64aa4ce7eb6af6b2.rlib --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-cf42db9b19972d0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-2715fefc30f52791.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ec0951ff84750b18.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-0363576967932e69.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-31712546fcde96fc.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-7359b4299789c5bf.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-3f2c1554917f5114.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-4c308f9f263b3acb.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-9c47023c64efb974.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f350214c5e77f4cb.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1d6ab4ed8afa3f4c.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-9fc69d5c4eb5f54b.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-dc7921bbf0ae3c48.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-903db01f47f860dd.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-391a2f5ca8aa2814.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-45931e58a466b58b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-18e34be0a9d8916f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a2ce994b29edea0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3690577ee22f758c.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b54f0766faacde7a.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e1867bd8b0b9071d.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5a41f0b5a4a31464.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d3e85c47b514f975.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-02873555aa1f7fad.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-f9fc266c50de2be5.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b7e2d5194bb65c6f.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-6e5529a61faa4dd6.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-7fc1247b1e4c45d9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c7a6dc45672657bd.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4e5ed60eb88b216b.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8e30d2ac86fd165d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-cf5a4519ad610b34.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-bc205343c3f910de.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c919e9c07f8e06f6.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0d7cde468535b2dd.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45fc1ecef8334f2d.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-546499f45209a4df.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0285c7849a144e15.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-09cebd030251fa7f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-a36be6e63a1c4628.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e822832db8731ed7.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-fee13790db3f937e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b1af0a1645222b48.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-1d5d7e38952c741d.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-342e1c0a888cffaa.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1e0427ca8cfde79c.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-7d36d1187c824df7.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-c3d33902be3a3c7a.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-a0c82bb1eeded8a6.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-aee31058d714c40e.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-14b6e25768d4002a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6fc1782911ea05df.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8a5c4ab1e9e4d4bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a8cfc978a1436320.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-52a7e34822aa1467.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-da154a6f1e98b245.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b1b1d9a77e02b58b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4c50366c16e309bb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1e37e518e321c5ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0559c45c5f37fd70.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-dbb95c3a428e30f8.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-dc900234ca880324.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-b3f851e4e1013d46.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6170a89a7cf31b99.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-a83722f41e62c232.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-5fe7f57acb8668b8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-946b619ace1d2796.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-1a53d49653501b73.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a50964eed4dd5fca.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-eeb238e858ddb870.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5601242d4cca54cf.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-61828afd5cf1b997.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0b7c8d2cf36bacc2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-4160d46f2ca5230e.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-37ca749e972e1092.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-86d4ae5d34df00b9.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b755c5a6bb05839b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-bf13de9ad42c7533.rlib --extern zip_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
42332025-05-22T20:10:33.977Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-25ad4ec108fbcc32/build-script-build`
42342025-05-22T20:10:34.048Z 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=50dfae5d863d8f68 -C extra-filename=-7a804a21217d5ba6 --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-d8bd5b90e89be16d.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-36bced02ae4bd5ce.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-e40f3784fef46667.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2fad40719046d586.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-fae69d05f1cd8859.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be8aff341cdf0f9a.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-beab76081c319986.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-74fae681615b10bb.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6fd1820348c63f7e.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-64aa4ce7eb6af6b2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-2715fefc30f52791.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ec0951ff84750b18.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-0363576967932e69.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-31712546fcde96fc.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-7359b4299789c5bf.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-3f2c1554917f5114.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-4c308f9f263b3acb.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-9c47023c64efb974.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f350214c5e77f4cb.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1d6ab4ed8afa3f4c.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-9fc69d5c4eb5f54b.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-dc7921bbf0ae3c48.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-903db01f47f860dd.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-391a2f5ca8aa2814.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-45931e58a466b58b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-18e34be0a9d8916f.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a2ce994b29edea0d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3690577ee22f758c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b54f0766faacde7a.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e1867bd8b0b9071d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5a41f0b5a4a31464.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d3e85c47b514f975.rmeta --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-02873555aa1f7fad.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-f9fc266c50de2be5.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b7e2d5194bb65c6f.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-6e5529a61faa4dd6.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-7fc1247b1e4c45d9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c7a6dc45672657bd.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4e5ed60eb88b216b.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8e30d2ac86fd165d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-cf5a4519ad610b34.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-bc205343c3f910de.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c919e9c07f8e06f6.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0d7cde468535b2dd.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45fc1ecef8334f2d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-546499f45209a4df.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0285c7849a144e15.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-09cebd030251fa7f.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-a36be6e63a1c4628.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e822832db8731ed7.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-fee13790db3f937e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b1af0a1645222b48.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-1d5d7e38952c741d.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-342e1c0a888cffaa.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1e0427ca8cfde79c.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-7d36d1187c824df7.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-c3d33902be3a3c7a.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-a0c82bb1eeded8a6.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-aee31058d714c40e.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-14b6e25768d4002a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6fc1782911ea05df.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8a5c4ab1e9e4d4bb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a8cfc978a1436320.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-52a7e34822aa1467.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-da154a6f1e98b245.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b1b1d9a77e02b58b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4c50366c16e309bb.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1e37e518e321c5ae.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0559c45c5f37fd70.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-dbb95c3a428e30f8.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-dc900234ca880324.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-b3f851e4e1013d46.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6170a89a7cf31b99.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-5fe7f57acb8668b8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-946b619ace1d2796.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-1a53d49653501b73.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a50964eed4dd5fca.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-eeb238e858ddb870.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5601242d4cca54cf.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0b7c8d2cf36bacc2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-4160d46f2ca5230e.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-37ca749e972e1092.rmeta --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-86d4ae5d34df00b9.rmeta --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b755c5a6bb05839b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-bf13de9ad42c7533.rmeta --extern zip_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
42352025-05-22T20:10:34.249Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
42362025-05-22T20:10:34.276Z 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=6dd46ac5fa070b29 -C extra-filename=-c75cee37aee73d50 --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-7a804a21217d5ba6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
42372025-05-22T20:10:35.180Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
42382025-05-22T20:10:35.206Z 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=e8b5950ea0eeca25 -C extra-filename=-de2b74bf39daf4c0 --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-f350214c5e77f4cb.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-85e23b5420a509ee.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
42392025-05-22T20:10:35.278Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42402025-05-22T20:10:35.304Z 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=52b89d79f86770eb -C extra-filename=-cb797a97a5615274 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-d9e47a710bc38c83.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-430d859215fc2171.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-5d336fd19e8d8000.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
42412025-05-22T20:10:35.635Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42422025-05-22T20:10:35.662Z 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=f71894d294ac54a5 -C extra-filename=-162b6afe63e0a5d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c75cee37aee73d50.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-03110428734066a6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f350214c5e77f4cb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-836bb1b5deb1d41d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a6e43ce4e980dd73.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-73bb3674874c829a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5ad3554f8389aea7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
42432025-05-22T20:10:35.982Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42442025-05-22T20:10:36.009Z 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=6f2cc335d08a90f4 -C extra-filename=-db968589fb3b719a --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-7a804a21217d5ba6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
42452025-05-22T20:10:36.036Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42462025-05-22T20:10:36.036Z 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=9bd32af9519925d7 -C extra-filename=-5062bf73b5c947ec --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-c3c31eea81948390.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6bf1502fcb651c82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
42472025-05-22T20:10:36.345Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
42482025-05-22T20:10:36.372Z 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=7376aab0888008b7 -C extra-filename=-6d1d2a6114fe4f89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ee912c437156fb5c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-85e23b5420a509ee.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-04d215a8959f0703.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-faa762f55049f9c0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-b811c2f97608b7d7.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d122a0cd649f2f6a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
42492025-05-22T20:10:36.398Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
42502025-05-22T20:10:36.398Z 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=0355371b0495aa83 -C extra-filename=-22d314ef7d710741 --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-47534339b40df4f4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f350214c5e77f4cb.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
42512025-05-22T20:10:36.609Z 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=508f2141bb76af48 -C extra-filename=-c2532bcd9df98094 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c75cee37aee73d50.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-03110428734066a6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f350214c5e77f4cb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-836bb1b5deb1d41d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a6e43ce4e980dd73.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-73bb3674874c829a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5ad3554f8389aea7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
42522025-05-22T20:10:36.674Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
42532025-05-22T20:10:36.749Z 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=dc4108750ca6f8e1 -C extra-filename=-4a1ab06eec285bf2 --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-f0d665ae03ab89d5.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-cf5a4519ad610b34.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-ebb4664ffaf2e801.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b6b1843bf931943a.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-1c27efcb5212cad1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-b15d595d09f262cd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0dba5871d0ebce1f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-0934d224f5e402dd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-f8bc86961c0a673c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-946b619ace1d2796.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-8b704015b65c1ef6.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fb31e1577a584f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42542025-05-22T20:10:36.988Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42552025-05-22T20:10:37.015Z 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=aa73e4790d3a1af5 -C extra-filename=-e945eef9b937d187 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-e945eef9b937d187 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-db968589fb3b719a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
42562025-05-22T20:10:37.463Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-e945eef9b937d187/build-script-build`
42572025-05-22T20:10:37.534Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
42582025-05-22T20:10:37.560Z 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=96076013dc965476 -C extra-filename=-31d3260ba3487f46 --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-7a804a21217d5ba6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
42592025-05-22T20:10:38.881Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
42602025-05-22T20:10:38.906Z 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=081f204b616a87f5 -C extra-filename=-fd83ef12b9e38fe0 --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-7a804a21217d5ba6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
42612025-05-22T20:10:40.106Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
42622025-05-22T20:10:40.134Z 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=a63252f43dcc6e67 -C extra-filename=-87a105be0507419e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
42632025-05-22T20:10:40.448Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42642025-05-22T20:10:40.474Z 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=6948e80886f7ca35 -C extra-filename=-b1334028fa044a6c --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-7a804a21217d5ba6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
42652025-05-22T20:10:40.694Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42662025-05-22T20:10:40.721Z 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=a297c74c5c108213 -C extra-filename=-7b3b52572640b1d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-7b3b52572640b1d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-db968589fb3b719a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
42672025-05-22T20:10:40.776Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42682025-05-22T20:10:40.802Z 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=fe5ce38cd2ed1547 -C extra-filename=-3bf705d51a8bc27f --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-973fa8e1d737893b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-b1334028fa044a6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c0d3326f90e6d1d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
42692025-05-22T20:10:41.109Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-7b3b52572640b1d7/build-script-build`
42702025-05-22T20:10:41.176Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42712025-05-22T20:10:41.202Z 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=375c4657c1847d3e -C extra-filename=-c339136713dd47b6 --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-ac940d7a2dea05c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta -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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
42722025-05-22T20:10:42.463Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=875ae5b7f8f0e32e9be672a36b5dda109b9b2450#875ae5b7)
42732025-05-22T20:10:42.489Z 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/875ae5b/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=efb767991463e6a8 -C extra-filename=-48cd39f6f519f21d --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-1d5a9a8c23a27fc4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c0473e71caf9ed66.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64`
42742025-05-22T20:10:43.377Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42752025-05-22T20:10:43.403Z 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=6d1897ff595c7afb -C extra-filename=-8872999e4916b66c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-8872999e4916b66c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-db968589fb3b719a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
42762025-05-22T20:10:43.786Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
42772025-05-22T20:10:43.812Z 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=991c14f6d768a8a7 -C extra-filename=-299899adb86beeea --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-7a804a21217d5ba6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
42782025-05-22T20:10:43.857Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-8872999e4916b66c/build-script-build`
42792025-05-22T20:10:43.920Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
42802025-05-22T20:10:43.948Z 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=fbfd865b7be6acc7 -C extra-filename=-f9c9c39d28fb8e6b --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-1839dbb889cbb915.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
42812025-05-22T20:10:44.006Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42822025-05-22T20:10:44.032Z 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=127217a2ef45beb1 -C extra-filename=-f71df331ee18ce63 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-f71df331ee18ce63 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-db968589fb3b719a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
42832025-05-22T20:10:44.441Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42842025-05-22T20:10:44.467Z 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=87105a45ef1159f2 -C extra-filename=-280fecc7b698028f --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-1839dbb889cbb915.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
42852025-05-22T20:10:44.640Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-f71df331ee18ce63/build-script-build`
42862025-05-22T20:10:44.707Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42872025-05-22T20:10:44.733Z 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=12ea52705f68dfd9 -C extra-filename=-e11fb5587f679297 --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-973fa8e1d737893b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-b1334028fa044a6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c0d3326f90e6d1d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
42882025-05-22T20:10:45.382Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42892025-05-22T20:10:45.408Z 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=604077d3bdfba880 -C extra-filename=-ba9afbe82faa8929 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-ba9afbe82faa8929 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-db968589fb3b719a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
42902025-05-22T20:10:45.489Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
42912025-05-22T20:10:45.516Z 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=08574d81002e1872 -C extra-filename=-70987375fdf21863 --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-1cd817a3f34bbccd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
42922025-05-22T20:10:45.798Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-ba9afbe82faa8929/build-script-build`
42932025-05-22T20:10:45.866Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42942025-05-22T20:10:45.892Z 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=5c1efcdabb5f7c99 -C extra-filename=-5ef0b45b4a385abd --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-5ef0b45b4a385abd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-db968589fb3b719a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
42952025-05-22T20:10:46.320Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
42962025-05-22T20:10:46.347Z 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=7d7849c91d628533 -C extra-filename=-1df1e5c245214b7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-a26220e982e069bc.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64`
42972025-05-22T20:10:46.448Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-5ef0b45b4a385abd/build-script-build`
42982025-05-22T20:10:46.513Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
42992025-05-22T20:10:46.539Z 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=6001c3416707063b -C extra-filename=-a92d1d23c6982176 --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-5d6c1e9618f55f42.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43002025-05-22T20:10:47.111Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
43012025-05-22T20:10:47.137Z 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=1c1c90880fb8764f -C extra-filename=-a214444d5a087fa5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-727888859e5fdfa7.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-40930d55b624874f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c25c257aa99a7c0c.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-27e4f4aa22f65e7b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f921d9319839a49a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-f8bc86961c0a673c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64`
43022025-05-22T20:10:47.331Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
43032025-05-22T20:10:47.357Z 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=aa967f39e3ffffcb -C extra-filename=-c34e3f0d4b218dc7 --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-09cebd030251fa7f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ef8c2fcc9369ed60.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-0bb76ceb9e289599.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43042025-05-22T20:10:47.770Z Compiling tough v0.20.0
43052025-05-22T20:10:47.797Z 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=5aa9dfc0d37edff8 -C extra-filename=-a6ed5a3bfc69ba77 --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-3f0800d66ba0dd22.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-e40f3784fef46667.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0eed3e3386dece13.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-984be364cde29c0a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-f031697e369047a7.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-da154a6f1e98b245.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-f625f1e555bffa5f.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-a918ae0407f472bd.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-93096f7b0da1750a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-fa3ccdb9ba98dc3b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64`
43062025-05-22T20:10:48.234Z 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=a1f7e2846faa9692 -C extra-filename=-9d2fc95fbf3ff77e --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-861b24e1ce2145a7.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-380315c0ab8d93dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
43072025-05-22T20:10:48.788Z 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=f861e1fd25d6599d -C extra-filename=-06ce76ea3062167a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-87cbca4990a29b56.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-7ad9fe31fb5e4172.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-585a69e7b541d637.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-a2e29396d1392be0.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-cb797a97a5615274.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-521af590f1ebdea1.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ef3831e116aacf0b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out --check-cfg 'cfg(svcadm_autoclear)'`
43082025-05-22T20:10:49.010Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43092025-05-22T20:10:49.037Z 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=249f14286eb8cdc4 -C extra-filename=-957ee2bc853e88cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43102025-05-22T20:10:52.536Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43112025-05-22T20:10:52.608Z 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=649a337282d74bc6 -C extra-filename=-d9bbcb5bbc5388a2 --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-5d6c1e9618f55f42.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-15dab050fa171917.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43122025-05-22T20:10:53.602Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
43132025-05-22T20:10:53.628Z 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=3089dbc71a2f7b4e -C extra-filename=-08195ed7acd83b61 --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-06ce76ea3062167a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43142025-05-22T20:10:54.002Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43152025-05-22T20:10:54.038Z 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=a89847a5550d41c2 -C extra-filename=-1d657856036a97d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2ed982ab574d3381.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f350214c5e77f4cb.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43162025-05-22T20:10:54.845Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
43172025-05-22T20:10:54.871Z 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=89db31e691426169 -C extra-filename=-d17240d6d55f8a37 --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-1cd817a3f34bbccd.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f350214c5e77f4cb.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43182025-05-22T20:10:56.950Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43192025-05-22T20:10:56.976Z 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=2c2eec1b5839bdb9 -C extra-filename=-23b1617de3de122d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43202025-05-22T20:10:57.772Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43212025-05-22T20:10:57.798Z 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=303f3e39f8ef086d -C extra-filename=-ce697cc2b74c394e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d2eb89831c39492e.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d9bbcb5bbc5388a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43222025-05-22T20:10:58.208Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
43232025-05-22T20:10:58.239Z 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=5a74ee6cb5cd1c3f -C extra-filename=-2c32153211f3719b --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-85cdd742a5123a32.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-8c157499cf53fa6f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43242025-05-22T20:10:58.829Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43252025-05-22T20:10:58.878Z 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=93ed476cdb3cee5e -C extra-filename=-b109c54103ced928 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2ed982ab574d3381.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-c2e3b4797df951d4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8de967e119dd7c6d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-4a1ab06eec285bf2.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-21d72b11cf8192de.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-42e297bdf6176b96.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-06402b32ad514be7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/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-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43262025-05-22T20:10:59.149Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43272025-05-22T20:10:59.175Z 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=2478b97f7a4b042d -C extra-filename=-974b4896704c0746 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2c32153211f3719b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43282025-05-22T20:10:59.787Z 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=4cb8bee894e3a591 -C extra-filename=-793e67e6a38393d1 --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-5d6c1e9618f55f42.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-566f88cfd11bd304.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-85cdd742a5123a32.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-3c5ca9db08553e22.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6bf1502fcb651c82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-82f5b5779c10b7f8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d48eec03d2eb3b3a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64`
43292025-05-22T20:10:59.904Z 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=9870013352c4c28c -C extra-filename=-0555517f9c6b7335 --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-5d6c1e9618f55f42.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-15dab050fa171917.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c2532bcd9df98094.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43302025-05-22T20:11:01.784Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43312025-05-22T20:11:01.810Z 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=7cdf459dd30d594a -C extra-filename=-bc96ce2a14d137e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d9bbcb5bbc5388a2.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a041e6542cd42be6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43322025-05-22T20:11:01.934Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
43332025-05-22T20:11:01.960Z 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=9ba4f350eadde0f0 -C extra-filename=-fa614c2a8396fa56 --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-86316886c4cceb3b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43342025-05-22T20:11:03.228Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43352025-05-22T20:11:03.278Z 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=5c56318022fc2a8a -C extra-filename=-40c5ba97455ba52a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c75cee37aee73d50.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-0363576967932e69.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f350214c5e77f4cb.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-85e23b5420a509ee.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-974b4896704c0746.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-09cebd030251fa7f.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dd3873209fa27529.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ce697cc2b74c394e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7babaaf4dc334ecd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/`
43362025-05-22T20:11:03.678Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43372025-05-22T20:11:03.704Z 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=c30884ebd1e9d80d -C extra-filename=-8a03e6b8b0c2fe10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-793e67e6a38393d1.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-53020d7d109f16b1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-82f5b5779c10b7f8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64`
43382025-05-22T20:11:05.327Z 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=4e8cde40aba51d4e -C extra-filename=-695a5f250385268d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0555517f9c6b7335.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a041e6542cd42be6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43392025-05-22T20:11:05.603Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
43402025-05-22T20:11:05.629Z 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=71f8461b72a29bf9 -C extra-filename=-72bc6216644f01ed --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-5d6c1e9618f55f42.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-15dab050fa171917.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c2532bcd9df98094.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43412025-05-22T20:11:07.203Z 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=333568d421c6a286 -C extra-filename=-1b3d95024b38d997 --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-5d6c1e9618f55f42.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-15dab050fa171917.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43422025-05-22T20:11:08.888Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
43432025-05-22T20:11:08.914Z 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=6ca10bd10e01eaac -C extra-filename=-dbd8afcc284de691 --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-7a804a21217d5ba6.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-695a5f250385268d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0555517f9c6b7335.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43442025-05-22T20:11:12.578Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
43452025-05-22T20:11:12.639Z 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=9cea3d61b66b9997 -C extra-filename=-920a7c6ecf0f054e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-53020d7d109f16b1.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5ad3554f8389aea7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64`
43462025-05-22T20:11:14.226Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
43472025-05-22T20:11:14.252Z 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=09a0d30621df19b3 -C extra-filename=-e201212be0c4d033 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-72bc6216644f01ed.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a041e6542cd42be6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43482025-05-22T20:11:16.894Z 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=c247629b0016c58c -C extra-filename=-c4cca0a44aad8842 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1b3d95024b38d997.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a041e6542cd42be6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43492025-05-22T20:11:17.835Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
43502025-05-22T20:11:17.867Z 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=a9985eff3d4baf5f -C extra-filename=-927bb7af19a13c82 --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-7a804a21217d5ba6.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-e201212be0c4d033.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-72bc6216644f01ed.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43512025-05-22T20:11:18.350Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
43522025-05-22T20:11:18.405Z 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=bbde890ad0e1c2b5 -C extra-filename=-88e6efea4a03f084 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-31d3260ba3487f46.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-bc96ce2a14d137e0.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-dbd8afcc284de691.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d9bbcb5bbc5388a2.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a041e6542cd42be6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43532025-05-22T20:11:18.886Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43542025-05-22T20:11:18.915Z 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=bb2b7d476017aaa9 -C extra-filename=-fde91e02b5e34bee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43552025-05-22T20:11:20.557Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
43562025-05-22T20:11:20.731Z 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=8578fdcd541d0c82 -C extra-filename=-20f4962940a3a360 --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-05d9a6e89676a9f8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-23e55ccd9b92683e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43572025-05-22T20:11:20.815Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43582025-05-22T20:11:20.815Z 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=977c293ff5a5ed9f -C extra-filename=-c8a4237251da16e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ae1147ca51c1d919.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-d8ce5288ac3a0465.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-d6e9d2b68cad853c.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8b784133c07233da.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bbf7d9169f96811b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out`
43592025-05-22T20:11:20.865Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43602025-05-22T20:11:20.903Z 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=f47158c737e041d0 -C extra-filename=-a7fea1c3730556fb --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-e54d7805221c2d6c.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-c2a0be81ef6eaaf6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dd3873209fa27529.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a5cba47263e8a0d9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43612025-05-22T20:11:20.998Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
43622025-05-22T20:11:21.069Z 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=31d850e3c24b4151 -C extra-filename=-937926e7fb09cd39 --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-1cd817a3f34bbccd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-87a105be0507419e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43632025-05-22T20:11:21.900Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43642025-05-22T20:11:21.928Z 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=f9e1d40237ff20b7 -C extra-filename=-07c8cab37eeeb7eb --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-178f17d25fe9aeb4.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-3c5ca9db08553e22.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6bf1502fcb651c82.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-82f5b5779c10b7f8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43652025-05-22T20:11:22.833Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
43662025-05-22T20:11:22.861Z 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=d3a15921e16277bc -C extra-filename=-cb4a405831874f33 --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-1cd817a3f34bbccd.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43672025-05-22T20:11:23.073Z 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=94217fcde8f6ef4f -C extra-filename=-c77faca43582992d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-3f0800d66ba0dd22.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-0dd4e25d1bec566d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a1bc1518771d14b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1fc7900a737aa7c1.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-84e797a2d3eb2d0c.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-3f2c1554917f5114.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ae1147ca51c1d919.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d2eb89831c39492e.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b563444bd3d79103.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e822832db8731ed7.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ce697cc2b74c394e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-10719ff00779e6c0.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b615d9fb0618ab3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-f82521dd8dfff456.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-ebacbb4871bfb0c5.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-6fdeec24944bc0bb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-0ffdeed955cab556.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43682025-05-22T20:11:24.197Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43692025-05-22T20:11:24.223Z 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=03fa3eceead35516 -C extra-filename=-4be5539cfba170a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-07c8cab37eeeb7eb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c8a4237251da16e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-2a24cc18133aa099.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out`
43702025-05-22T20:11:24.735Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
43712025-05-22T20:11:24.765Z 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=fa43b3e2dcec5c6b -C extra-filename=-f2622ce25bc38426 --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-162b6afe63e0a5d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5ad3554f8389aea7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43722025-05-22T20:11:26.509Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43732025-05-22T20:11:26.546Z 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=3b52b6520d6ca6e3 -C extra-filename=-6420efae7cb728cf --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-f650cf923ca8fbb1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43742025-05-22T20:11:27.396Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
43752025-05-22T20:11:27.470Z 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=5bc41e4e4eeeed47 -C extra-filename=-9f12b9bdf4f03395 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-fd83ef12b9e38fe0.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-c4cca0a44aad8842.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-927bb7af19a13c82.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1b3d95024b38d997.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a041e6542cd42be6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43762025-05-22T20:11:28.015Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
43772025-05-22T20:11:28.047Z 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=ed126ea18b01488f -C extra-filename=-b59ed2ff8d7a49eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9f12b9bdf4f03395.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f921d9319839a49a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-595609cdd4d22d2b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43782025-05-22T20:11:28.162Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43792025-05-22T20:11:28.191Z 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=36480077b6bc0fa3 -C extra-filename=-043cbc8d74749c70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-937926e7fb09cd39.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-059aaaeb79586350.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-6e5529a61faa4dd6.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0a918b55e10e43c7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-205871702b3c1b92.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0dba5871d0ebce1f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43802025-05-22T20:11:28.840Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
43812025-05-22T20:11:28.866Z 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=b4a47b630493ec0e -C extra-filename=-ec08e09067973eb9 --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-48cd39f6f519f21d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a6e43ce4e980dd73.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43822025-05-22T20:11:29.259Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43832025-05-22T20:11:29.286Z 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=dbab5ff5db46fc3c -C extra-filename=-8eb5d138fc32d6e2 --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-1cd817a3f34bbccd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5ad3554f8389aea7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/`
43842025-05-22T20:11:30.045Z 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=d1ba2ab6cceb37fd -C extra-filename=-b28b203a84f1a505 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3bf705d51a8bc27f.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-85e23b5420a509ee.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ac940d7a2dea05c4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c339136713dd47b6.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6420efae7cb728cf.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a7fea1c3730556fb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-43ee184755a254a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7babaaf4dc334ecd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
43852025-05-22T20:11:30.450Z Compiling samael v0.0.18
43862025-05-22T20:11:30.476Z 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.18/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="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=55390082904977cb -C extra-filename=-6c92e5d726327050 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-6c92e5d726327050 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-2221ffd957fb331b.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f17f01e4eb57ec55.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43872025-05-22T20:11:32.576Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
43882025-05-22T20:11:32.601Z 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=748e6316c9f9fb56 -C extra-filename=-71afdea17575306c --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-178f17d25fe9aeb4.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-b59ed2ff8d7a49eb.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-b836993cadc8e065.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c0473e71caf9ed66.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5ad3554f8389aea7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-c6d02392d7ec2bc3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43892025-05-22T20:11:33.278Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-6c92e5d726327050/build-script-bindings`
43902025-05-22T20:11:33.684Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
43912025-05-22T20:11:33.714Z 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=cbbd4c0e0e6e3d60 -C extra-filename=-304d2f67b89658c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a2ce994b29edea0d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-cb797a97a5615274.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
43922025-05-22T20:11:35.576Z 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.18/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="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=ff4154ee3aee3f90 -C extra-filename=-15bf0ae14dfc2404 --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-47534339b40df4f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-48ef01d1b4729c3d.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-a6373e344c88a98e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-18e34be0a9d8916f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-4a616cfbcf4035fb.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dd3873209fa27529.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-4df1d1c7c945f588.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a5cba47263e8a0d9.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-c2dabeb6b23db8d6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --cap-lints allow -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`
43932025-05-22T20:11:36.561Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
43942025-05-22T20:11:36.586Z 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=c4217ea260fb6047 -C extra-filename=-68aa77e3bd9fecef --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-99e741043228244f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-304d2f67b89658c0.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64`
43952025-05-22T20:11:41.405Z Compiling polar-core v0.27.3
43962025-05-22T20:11:41.437Z 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=2b32b965bce359e4 -C extra-filename=-0992c8a2538e1152 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-0992c8a2538e1152 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-1072e80029deba8d.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3d752c196cd4ce71.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43972025-05-22T20:11:42.336Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
43982025-05-22T20:11:42.363Z 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=2d5cecadc10ebf4a -C extra-filename=-6694872af3218eb5 --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-1839dbb889cbb915.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-280fecc7b698028f.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-974b4896704c0746.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/`
43992025-05-22T20:11:42.678Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
44002025-05-22T20:11:42.769Z 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=37a3fe202b74a32e -C extra-filename=-28c94b5b1ba9bebe --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-1839dbb889cbb915.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64`
44012025-05-22T20:11:43.536Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-0992c8a2538e1152/build-script-build`
44022025-05-22T20:11:45.025Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
44032025-05-22T20:11:45.051Z 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=7566c0371fc18d2f -C extra-filename=-c9b598c9cea6c619 --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-1cd817a3f34bbccd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/`
44042025-05-22T20:11:45.530Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
44052025-05-22T20:11:45.556Z 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=2c3626c868adad09 -C extra-filename=-dbb95394240ae42c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-802d80532f274d68.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-974b4896704c0746.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aba008871031d993.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-a36be6e63a1c4628.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-298fd8ccc2fc37c7.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-82f5b5779c10b7f8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b755c5a6bb05839b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/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-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
44062025-05-22T20:11:45.618Z 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=fed72a038584d201 -C extra-filename=-40ebdaa36774d1f6 --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-f40e6a440ff868bf.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45fc1ecef8334f2d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-c77cd0912a1f4a88.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44072025-05-22T20:11:48.512Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
44082025-05-22T20:11:48.561Z 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=c37aeaa2104d0168 -C extra-filename=-1262476b355dfc32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-280fecc7b698028f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-6694872af3218eb5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-5ddb8831862ed086.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-974b4896704c0746.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2c32153211f3719b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-20f4962940a3a360.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c9b598c9cea6c619.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-058b814ab96e74ad.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-1b3455a40a6b6e81.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-dd4b10d855b8e952.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/`
44092025-05-22T20:11:50.765Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
44102025-05-22T20:11:50.816Z 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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=5963fe07e8ffbdec -C extra-filename=-5265c0f44ab35552 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-07c8cab37eeeb7eb.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-68aa77e3bd9fecef.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c8a4237251da16e2.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-4be5539cfba170a3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ef3831e116aacf0b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out`
44112025-05-22T20:11:51.331Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
44122025-05-22T20:11:51.357Z 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=e83f1b6ce7200bad -C extra-filename=-fe66b18e5d9003b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-4be5539cfba170a3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out`
44132025-05-22T20:11:52.003Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
44142025-05-22T20:11:52.028Z 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=e5654d69ab9ded7c -C extra-filename=-46237a27e33a0ab0 --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-1cd817a3f34bbccd.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
44152025-05-22T20:11:52.367Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44162025-05-22T20:11:52.394Z 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=7a6cfb3a3e8e86f2 -C extra-filename=-9eeee9387e412400 --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-d17240d6d55f8a37.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/`
44172025-05-22T20:11:53.761Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
44182025-05-22T20:11:53.787Z 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=37f204150a4dc9da -C extra-filename=-6be92b314cd65509 --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-1cd817a3f34bbccd.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
44192025-05-22T20:11:54.365Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
44202025-05-22T20:11:54.393Z 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=8e5686de22e879be -C extra-filename=-1b2e9ab2b42529fb --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-1cd817a3f34bbccd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
44212025-05-22T20:11:55.594Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
44222025-05-22T20:11:55.620Z 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=11be6a1290d005d4 -C extra-filename=-dfffbb5b0006795e --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-1cd817a3f34bbccd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
44232025-05-22T20:11:56.494Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
44242025-05-22T20:11:56.567Z 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/04681f2/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=d848cb2186fed340 -C extra-filename=-b3f1179eed97634f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-e40f3784fef46667.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6fd1820348c63f7e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f350214c5e77f4cb.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-18e34be0a9d8916f.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-0157044d23374d22.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aba008871031d993.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-50aa4900af2b0e9b.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-55e1b83507a8231b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-5a1252f0d8a4b7dd.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a6ed5a3bfc69ba77.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-4ce4f94fd135675e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
44252025-05-22T20:11:56.821Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44262025-05-22T20:11:56.872Z 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=eb379a0fdb8394b2 -C extra-filename=-23b351af86b286e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2ed982ab574d3381.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-793e67e6a38393d1.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-28c94b5b1ba9bebe.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f2622ce25bc38426.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ee912c437156fb5c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-70987375fdf21863.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1df1e5c245214b7d.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-043cbc8d74749c70.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71afdea17575306c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-18e34be0a9d8916f.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ca999e2485026416.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-bc84017ff3f4fc7c.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fde91e02b5e34bee.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-07c8cab37eeeb7eb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-836bb1b5deb1d41d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec08e09067973eb9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-585a69e7b541d637.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-20f4962940a3a360.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c9b598c9cea6c619.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-53020d7d109f16b1.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a214444d5a087fa5.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c25c257aa99a7c0c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a92d1d23c6982176.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f9c9c39d28fb8e6b.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-299899adb86beeea.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-82f5b5779c10b7f8.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-68aa77e3bd9fecef.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-5265c0f44ab35552.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rmeta --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-fe66b18e5d9003b2.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-304d2f67b89658c0.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c8a4237251da16e2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-4be5539cfba170a3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-33e696f18d49a9d1.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bbf7d9169f96811b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-4ce4f94fd135675e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ef3831e116aacf0b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/`
44272025-05-22T20:11:57.624Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
44282025-05-22T20:11:57.650Z 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=dce31f9a728fb0c3 -C extra-filename=-7f8c95ada91691fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6be92b314cd65509.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-46237a27e33a0ab0.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-c34e3f0d4b218dc7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
44292025-05-22T20:11:58.420Z Compiling oso v0.27.3
44302025-05-22T20:11:58.447Z 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=8d5fdbc3f5bb32fd -C extra-filename=-64cc10dbaf5d8758 --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-904a34401d924692.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-9af99517189e86b4.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-40ebdaa36774d1f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5601242d4cca54cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44312025-05-22T20:12:03.642Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44322025-05-22T20:12:03.726Z 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=9b99bdad78dc030f -C extra-filename=-4b6fec43e878afad --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-99e741043228244f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-974b4896704c0746.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-1262476b355dfc32.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-dbb95394240ae42c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
44332025-05-22T20:12:04.770Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44342025-05-22T20:12:04.798Z 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=af6a3ffda5fa7943 -C extra-filename=-d1e10ca733f49110 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71afdea17575306c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-b811c2f97608b7d7.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-11718ba67897d8f5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
44352025-05-22T20:12:05.861Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44362025-05-22T20:12:05.911Z 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=02dda0e9fc817000 -C extra-filename=-c9aa51029d55f966 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f350214c5e77f4cb.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-2bbad1053bc3dd9c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7f8c95ada91691fa.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9eeee9387e412400.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-c34e3f0d4b218dc7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
44372025-05-22T20:12:06.595Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44382025-05-22T20:12:06.643Z 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=c6e71c10f25c3474 -C extra-filename=-51e372b8de9ba8d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-1b2e9ab2b42529fb.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-dfffbb5b0006795e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/`
44392025-05-22T20:12:07.172Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44402025-05-22T20:12:07.198Z 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=af38d0c33c76dc07 -C extra-filename=-ad0f4bb11ef44287 --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-178f17d25fe9aeb4.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/`
44412025-05-22T20:12:07.904Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44422025-05-22T20:12:07.930Z 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=936fbf0e89387b0e -C extra-filename=-134bca3b93585162 --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-1cd817a3f34bbccd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-299899adb86beeea.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/`
44432025-05-22T20:12:10.576Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
44442025-05-22T20:12:10.603Z 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=90fd0e8258887300 -C extra-filename=-2d34db60bfc6ecc3 --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-1cd817a3f34bbccd.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fde91e02b5e34bee.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5ad3554f8389aea7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d1e10ca733f49110.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64`
44452025-05-22T20:12:13.180Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44462025-05-22T20:12:13.206Z 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=6744e080c6bc21ac -C extra-filename=-e47bf82e9abfb359 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-18e34be0a9d8916f.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a2ce994b29edea0d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aba008871031d993.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a6ed5a3bfc69ba77.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-4ce4f94fd135675e.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3f1179eed97634f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
44472025-05-22T20:12:13.942Z Compiling git2 v0.19.0
44482025-05-22T20:12:13.968Z 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=95e99e81583449c2 -C extra-filename=-e7ba3af9d62820ba --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-beab76081c319986.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-9d2fc95fbf3ff77e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/usr/lib/amd64`
44492025-05-22T20:12:15.255Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44502025-05-22T20:12:15.281Z 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=db624f88c5f04bc1 -C extra-filename=-36bd5487a89f4fee --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-36bd5487a89f4fee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-db968589fb3b719a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
44512025-05-22T20:12:15.681Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-36bd5487a89f4fee/build-script-build`
44522025-05-22T20:12:15.758Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44532025-05-22T20:12:15.785Z 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=e2fd219845ec1a11 -C extra-filename=-2927ff97a439486e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-87a105be0507419e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d9bbcb5bbc5388a2.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ce697cc2b74c394e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/`
44542025-05-22T20:12:16.059Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44552025-05-22T20:12:16.085Z 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=2a6089d35639488d -C extra-filename=-66f373a1e2f80658 --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-1839dbb889cbb915.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/`
44562025-05-22T20:12:20.839Z 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=7acdddf0d1ee42d4 -C extra-filename=-491c00c763565288 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-2bebea93e33f2b9c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-e7ba3af9d62820ba.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-9c42e7e0fc277399.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6170a89a7cf31b99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/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)'`
44572025-05-22T20:12:22.725Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
44582025-05-22T20:12:22.751Z 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=5a72ce4d02a16a46 -C extra-filename=-17fe9c93e589ce58 --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-1d657856036a97d2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
44592025-05-22T20:12:23.310Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44602025-05-22T20:12:23.351Z 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=2adb9025613a13d2 -C extra-filename=-375723cfb1885d2d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-375723cfb1885d2d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-db968589fb3b719a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
44612025-05-22T20:12:23.760Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44622025-05-22T20:12:23.786Z 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=e68ae39dcc330ebd -C extra-filename=-d19029e4a4c68f4b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-d19029e4a4c68f4b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-db968589fb3b719a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
44632025-05-22T20:12:24.197Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44642025-05-22T20:12:24.223Z 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=56dbad28958fa816 -C extra-filename=-f79a9f6acae33c9d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-f79a9f6acae33c9d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-db968589fb3b719a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
44652025-05-22T20:12:24.598Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-d19029e4a4c68f4b/build-script-build`
44662025-05-22T20:12:24.651Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-f79a9f6acae33c9d/build-script-build`
44672025-05-22T20:12:24.717Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-375723cfb1885d2d/build-script-build`
44682025-05-22T20:12:24.764Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
44692025-05-22T20:12:24.790Z 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=05df569f10d89c26 -C extra-filename=-a0af244169ffaf47 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-a0af244169ffaf47 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-491c00c763565288.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/usr/lib/amd64`
44702025-05-22T20:12:24.822Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
44712025-05-22T20:12:24.849Z 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=1575b1fdfdd585e4 -C extra-filename=-97d9e3ee3bd7112d --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-1cd817a3f34bbccd.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
44722025-05-22T20:12:25.165Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44732025-05-22T20:12:25.191Z 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=8035561bedf7f660 -C extra-filename=-69de826f51cb69c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6fd1820348c63f7e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-85cdd742a5123a32.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-3f2c1554917f5114.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-cf5a4519ad610b34.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-b811c2f97608b7d7.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-daeb11303b9f9ecb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-f57411b50d232d3c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-30b731a8ab2b762e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0dba5871d0ebce1f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ad782180ecad993d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-eeb238e858ddb870.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-11718ba67897d8f5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-46db7b3094f22cd0.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d1e10ca733f49110.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2d34db60bfc6ecc3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64`
44742025-05-22T20:12:25.377Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
44752025-05-22T20:12:25.403Z 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=aeff0071f5b67893 -C extra-filename=-b56509922e526f76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71afdea17575306c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f921d9319839a49a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
44762025-05-22T20:12:26.241Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44772025-05-22T20:12:26.267Z 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=6ae06a8aee832c49 -C extra-filename=-af45556125ae6b4a --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-af45556125ae6b4a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-db968589fb3b719a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
44782025-05-22T20:12:26.562Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-af45556125ae6b4a/build-script-build`
44792025-05-22T20:12:26.629Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
44802025-05-22T20:12:26.655Z 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=1692eaedd41e4133 -C extra-filename=-06c6c73b5e9cd84f --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-1cd817a3f34bbccd.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-b56509922e526f76.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c0473e71caf9ed66.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-73bb3674874c829a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
44812025-05-22T20:12:27.075Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-a0af244169ffaf47/build-script-build`
44822025-05-22T20:12:27.129Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
44832025-05-22T20:12:27.155Z 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=537cdae6c54e3cb4 -C extra-filename=-04e2b99d1d8971e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1fc7900a737aa7c1.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-31d3260ba3487f46.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d9bbcb5bbc5388a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/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-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
44842025-05-22T20:12:28.730Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
44852025-05-22T20:12:28.756Z 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=b840fa07e5d9fab6 -C extra-filename=-cb4ada2174b0e35d --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-cb4ada2174b0e35d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-db968589fb3b719a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
44862025-05-22T20:12:29.163Z 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=a11eb530648a3e3a -C extra-filename=-66dbd4649a5ce446 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-727888859e5fdfa7.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-a26220e982e069bc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-a36be6e63a1c4628.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-5550fb2100266f58.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f921d9319839a49a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-4383da86d8db98db.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-1fb7b6e99530cd53.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts`
44872025-05-22T20:12:29.231Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
44882025-05-22T20:12:29.257Z 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=1e71c646bfca7731 -C extra-filename=-a749bfc4da00904c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b615d9fb0618ab3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
44892025-05-22T20:12:29.286Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
44902025-05-22T20:12:29.312Z 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=990d1f636c9acc63 -C extra-filename=-43d699029504d7ad --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-7a804a21217d5ba6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
44912025-05-22T20:12:29.645Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44922025-05-22T20:12:29.671Z 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=de312f90787a1811 -C extra-filename=-dadf3ecbd0816e0d --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-7a804a21217d5ba6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
44932025-05-22T20:12:29.769Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
44942025-05-22T20:12:29.795Z 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=55a0a2499eb8af29 -C extra-filename=-7b7e16bb0b5ea00f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-a26220e982e069bc.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64`
44952025-05-22T20:12:30.003Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-cb4ada2174b0e35d/build-script-build`
44962025-05-22T20:12:30.067Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44972025-05-22T20:12:30.095Z 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=b9eb98e9c9418fb0 -C extra-filename=-de9a17e313467b3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7f8c95ada91691fa.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c9aa51029d55f966.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-23501c83745c97ce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-13588d279a0e6993.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-c34e3f0d4b218dc7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
44982025-05-22T20:12:30.861Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44992025-05-22T20:12:30.887Z 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=622adca9114e8fe8 -C extra-filename=-fe6e77c37b654036 --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-f2622ce25bc38426.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d1e10ca733f49110.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
45002025-05-22T20:12:32.437Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45012025-05-22T20:12:32.463Z 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=879e3190a0a845f8 -C extra-filename=-0df341b0b4229909 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fde91e02b5e34bee.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
45022025-05-22T20:12:32.939Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
45032025-05-22T20:12:32.965Z 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=f341a98a70ecc629 -C extra-filename=-5bc34f4a7d38bdaa --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-1cd817a3f34bbccd.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-86c99ae0df69156e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
45042025-05-22T20:12:34.127Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
45052025-05-22T20:12:34.153Z 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=1376c8da3b991e40 -C extra-filename=-53cbaf64da7fba9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-17fe9c93e589ce58.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ca999e2485026416.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
45062025-05-22T20:12:34.611Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45072025-05-22T20:12:34.637Z 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=bd4d1565b84d24e7 -C extra-filename=-931dea1dd8118a38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a6e43ce4e980dd73.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5ad3554f8389aea7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
45082025-05-22T20:12:35.349Z 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=21d39b18c7dc79d9 -C extra-filename=-50572f26de7b4fbc --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-b28b203a84f1a505.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45092025-05-22T20:12:35.859Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
45102025-05-22T20:12:35.885Z 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=dd949869712461bd -C extra-filename=-6a45427520c95b61 --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-5bc34f4a7d38bdaa.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
45112025-05-22T20:12:37.160Z 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=048049a13c31204e -C extra-filename=-50f58f309299c75f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-e11fb5587f679297.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-0363576967932e69.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8de967e119dd7c6d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-50572f26de7b4fbc.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dd3873209fa27529.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-64cc10dbaf5d8758.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-15bf0ae14dfc2404.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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`
45122025-05-22T20:12:37.751Z 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=e6fbcf576c11b4c2 -C extra-filename=-7c94020e633fd86e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-09cebd030251fa7f.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7f8c95ada91691fa.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9eeee9387e412400.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c9aa51029d55f966.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-de9a17e313467b3e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-a749bfc4da00904c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
45132025-05-22T20:12:43.336Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45142025-05-22T20:12:43.362Z 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=a474e164e084ecd7 -C extra-filename=-d16e7d445911b948 --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-fde91e02b5e34bee.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5ad3554f8389aea7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
45152025-05-22T20:12:48.594Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45162025-05-22T20:12:48.620Z 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=246ea7f516126c35 -C extra-filename=-773de5c5e04868fa --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-ac940d7a2dea05c4.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-50f58f309299c75f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45172025-05-22T20:12:48.712Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
45182025-05-22T20:12:48.738Z 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=5663138ec43ba1c4 -C extra-filename=-a3e5c9b63562ec10 --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-99e741043228244f.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1fc7900a737aa7c1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
45192025-05-22T20:12:49.525Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
45202025-05-22T20:12:49.551Z 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=8504bc9c6583eee4 -C extra-filename=-45d1fba194e9e613 --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-7a804a21217d5ba6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
45212025-05-22T20:12:50.171Z 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=3f96f271acb032c8 -C extra-filename=-c8318a6cd0b3b1b6 --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-05f05592b2043506.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3bf705d51a8bc27f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ac940d7a2dea05c4.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-82140cfd9311126d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-50f58f309299c75f.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-773de5c5e04868fa.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c339136713dd47b6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45222025-05-22T20:12:51.067Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45232025-05-22T20:12:51.116Z 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=7b618eb2ffd7d6ba -C extra-filename=-f62393ede4ad1787 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6fd1820348c63f7e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ee912c437156fb5c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f350214c5e77f4cb.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-d16e7d445911b948.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fde91e02b5e34bee.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2c32153211f3719b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec08e09067973eb9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c8a4237251da16e2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-4be5539cfba170a3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0dba5871d0ebce1f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3f1179eed97634f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out`
45242025-05-22T20:12:51.495Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
45252025-05-22T20:12:51.523Z 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/04681f2/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=b62d4439c88a52b0 -C extra-filename=-80059ebe801558b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ec0951ff84750b18.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0dba5871d0ebce1f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3f1179eed97634f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
45262025-05-22T20:12:53.066Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
45272025-05-22T20:12:53.092Z 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=e141a942d1fb7bbc -C extra-filename=-d75491811360066c --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-861b24e1ce2145a7.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/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-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
45282025-05-22T20:12:53.514Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45292025-05-22T20:12:53.540Z 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=ee2e8019478a0a86 -C extra-filename=-1b66f8298ca4956e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-1b66f8298ca4956e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-db968589fb3b719a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
45302025-05-22T20:12:53.835Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
45312025-05-22T20:12:53.861Z 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=4865794b840bc795 -C extra-filename=-5939fe1427432328 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-5939fe1427432328 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-db968589fb3b719a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
45322025-05-22T20:12:53.925Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
45332025-05-22T20:12:53.951Z 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=64e23db151f98f03 -C extra-filename=-d184e1a976bc3966 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-d184e1a976bc3966 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-db968589fb3b719a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
45342025-05-22T20:12:54.283Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45352025-05-22T20:12:54.309Z 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=651320a1ce43f29f -C extra-filename=-33eafd78082bf75d --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-33eafd78082bf75d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-db968589fb3b719a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
45362025-05-22T20:12:54.424Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45372025-05-22T20:12:54.450Z 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=ebc2981afbe0cd76 -C extra-filename=-8b88701672431c01 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-8b88701672431c01 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-db968589fb3b719a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
45382025-05-22T20:12:54.734Z Compiling omicron-zone-package v0.12.2
45392025-05-22T20:12:54.762Z 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=ae8a91c7860b917e -C extra-filename=-91bf7427db5bf575 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-3de2de654eabf746.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-c2e3b4797df951d4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-18e34be0a9d8916f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3d752c196cd4ce71.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-946b619ace1d2796.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-c3f445f41ae90de1.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64`
45402025-05-22T20:12:54.884Z Compiling relative-path v1.9.3
45412025-05-22T20:12:54.910Z 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=-cddb2b6a58b5901b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45422025-05-22T20:12:55.612Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45432025-05-22T20:12:55.640Z 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=-9282409af6c7406f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45442025-05-22T20:12:56.113Z 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.24.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=4b98e06d3628dd0f -C extra-filename=-d07d605fe5b170a8 --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-05d9a6e89676a9f8.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-da4dfb279034d340.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-cddb2b6a58b5901b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-8e6784b78ff938fa.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45452025-05-22T20:12:59.367Z 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=f8d595e983df25c6 -C extra-filename=-3d0937dd5e65435e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-05f05592b2043506.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-84e797a2d3eb2d0c.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3bf705d51a8bc27f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ac940d7a2dea05c4.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-82140cfd9311126d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-50f58f309299c75f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-773de5c5e04868fa.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-50572f26de7b4fbc.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c8318a6cd0b3b1b6.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c339136713dd47b6.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-43ee184755a254a4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7babaaf4dc334ecd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45462025-05-22T20:13:00.851Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-8b88701672431c01/build-script-build`
45472025-05-22T20:13:00.929Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-33eafd78082bf75d/build-script-build`
45482025-05-22T20:13:00.984Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-d184e1a976bc3966/build-script-build`
45492025-05-22T20:13:01.067Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-5939fe1427432328/build-script-build`
45502025-05-22T20:13:01.124Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-1b66f8298ca4956e/build-script-build`
45512025-05-22T20:13:01.190Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45522025-05-22T20:13:01.239Z 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=7d21961d085216db -C extra-filename=-88f1e69488ad7de2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f2622ce25bc38426.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6fd1820348c63f7e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71afdea17575306c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ca999e2485026416.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aba008871031d993.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0df341b0b4229909.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fde91e02b5e34bee.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a7fea1c3730556fb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec08e09067973eb9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a6ed5a3bfc69ba77.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-11718ba67897d8f5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3f1179eed97634f.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e47bf82e9abfb359.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d1e10ca733f49110.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-fe6e77c37b654036.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2d34db60bfc6ecc3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45532025-05-22T20:13:01.290Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45542025-05-22T20:13:01.291Z 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=7ec80aacb61d5bd0 -C extra-filename=-0b22b1fb87a5c9d8 --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-1d6ab4ed8afa3f4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6bf1502fcb651c82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
45552025-05-22T20:13:02.362Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
45562025-05-22T20:13:02.388Z 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=700e6c78021a7fa1 -C extra-filename=-5088614924b26082 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e93e7f76a769c152.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d122a0cd649f2f6a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
45572025-05-22T20:13:03.129Z Compiling datatest-stable v0.3.2
45582025-05-22T20:13:03.154Z 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=8d005d92defd7ec3 -C extra-filename=-33f02ad2b36ccc37 --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-99e741043228244f.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-8884819a60c602e8.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-39b413b5889339fb.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45592025-05-22T20:13:03.951Z 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=423e2d10a4f7d8b1 -C extra-filename=-f2ee157bd2e86383 --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-f0d665ae03ab89d5.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-74fae681615b10bb.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-428805f1703805e2.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-14b6e25768d4002a.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-44f787477a210ef1.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-3035b7b3b616bf02.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-4b039d192dc67bdd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45602025-05-22T20:13:05.254Z 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=-7327cdae5ccc4d3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(host_os, values("windows"))'`
45612025-05-22T20:13:05.470Z Compiling support-bundle-viewer v0.1.0
45622025-05-22T20:13:05.495Z 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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98d50fde443c97ac -C extra-filename=-eecf4bdd040b1bfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-3f2c1554917f5114.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-daeb11303b9f9ecb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
45632025-05-22T20:13:06.225Z Compiling ignore v0.4.23
45642025-05-22T20:13:06.251Z 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=-5914b5b1ef00a84e --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-03eeb3299729bc03.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-984be364cde29c0a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6fc1782911ea05df.rmeta --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-74af842c00779229.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45652025-05-22T20:13:06.852Z Compiling multimap v0.10.1
45662025-05-22T20:13:06.878Z 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=5486ce5abd2b7dcd -C extra-filename=-25ef5315ccd25883 --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-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45672025-05-22T20:13:07.293Z Compiling uzers v0.12.1
45682025-05-22T20:13:07.319Z 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=999157f6499d73a8 -C extra-filename=-8f58a6be8c7403c0 --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-861b24e1ce2145a7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45692025-05-22T20:13:08.682Z Compiling globwalk v0.9.1
45702025-05-22T20:13:08.708Z 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=4b19eda4ab3ba84c -C extra-filename=-62e6c8fc8581e227 --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-beab76081c319986.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-5914b5b1ef00a84e.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45712025-05-22T20:13:09.314Z Compiling rstest v0.24.0
45722025-05-22T20:13:09.340Z 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.24.0/src/lib.rs --error-format=json --json=diagnostic-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=4b47f3969117a97d -C extra-filename=-41c430505d0d4218 --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-0c27690864ac2030.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-d07d605fe5b170a8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45732025-05-22T20:13:09.540Z Compiling trybuild v1.0.103
45742025-05-22T20:13:09.565Z 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.103/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=ada12f19351e0679 -C extra-filename=-bf82739cc3cec663 --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-344997d15477f1f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3d752c196cd4ce71.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-7327cdae5ccc4d3b.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-6e9281f1fbc48551.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45752025-05-22T20:13:09.591Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45762025-05-22T20:13:09.591Z 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=ce61280c1e3d8244 -C extra-filename=-a50ed913d58f11d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-85cdd742a5123a32.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-3f2c1554917f5114.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b615d9fb0618ab3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0dba5871d0ebce1f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-69de826f51cb69c7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45772025-05-22T20:13:09.685Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
45782025-05-22T20:13:09.711Z 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=735a0f9bf23cb6f6 -C extra-filename=-8d2e0c6e40e630e5 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-8d2e0c6e40e630e5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-db968589fb3b719a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
45792025-05-22T20:13:10.169Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
45802025-05-22T20:13:10.194Z 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=413af793283370a2 -C extra-filename=-390b8563cb039969 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-390b8563cb039969 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-db968589fb3b719a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
45812025-05-22T20:13:10.594Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45822025-05-22T20:13:10.619Z 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=2eb33b574635062e -C extra-filename=-4fb04210a0e42bb9 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-4fb04210a0e42bb9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-db968589fb3b719a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
45832025-05-22T20:13:11.077Z Compiling blake2b_simd v1.0.2
45842025-05-22T20:13:11.103Z 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=-066a680dfb867653 --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-70fdd4594518975b.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-7026271054628e9e.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-9cf81f1547d90593.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45852025-05-22T20:13:15.907Z Compiling partial-io v0.5.4
45862025-05-22T20:13:15.933Z 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=c9036eb6a4554df6 -C extra-filename=-57cf90e9fc8efcd8 --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-86316886c4cceb3b.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-c56c6a05372acb4e.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45872025-05-22T20:13:16.131Z Compiling httptest v0.16.3
45882025-05-22T20:13:16.156Z 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=ed2838b5d2b17841 -C extra-filename=-b8eab7450ece552e --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-74fae681615b10bb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-e27ca64bee1862ba.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-3baecd70a88ba04a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4e5ed60eb88b216b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45892025-05-22T20:13:16.552Z Compiling rustls-native-certs v0.7.3
45902025-05-22T20:13:16.577Z 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.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=221437523508bdae -C extra-filename=-5052e38e295c70b0 --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-4df1d1c7c945f588.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c8fc30b72ed3faa9.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fe220a1c44515e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45912025-05-22T20:13:17.244Z Compiling rand_distr v0.4.3
45922025-05-22T20:13:17.270Z 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=e933da083e4b0cb5 -C extra-filename=-20a42dffa70865bf --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-1fb6e8465c7f7e68.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45932025-05-22T20:13:18.331Z Compiling approx v0.5.1
45942025-05-22T20:13:18.357Z 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=-4c359a5fc24d22e5 --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-1fb6e8465c7f7e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45952025-05-22T20:13:18.686Z Compiling hyper-rustls v0.26.0
45962025-05-22T20:13:18.712Z 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.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="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=77f80baae4410634 -C extra-filename=-a2b9e53f46bc5663 --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-fa33b9f36748c437.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4e5ed60eb88b216b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-06402b32ad514be7.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-5052e38e295c70b0.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fe220a1c44515e68.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9978945bc32e78d8.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-d346929584aa12d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts`
45972025-05-22T20:13:19.372Z Compiling rust-argon2 v2.1.0
45982025-05-22T20:13:19.398Z 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=-66d1ebdf53b96254 --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-40930d55b624874f.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-066a680dfb867653.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-9cf81f1547d90593.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45992025-05-22T20:13:20.877Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-4fb04210a0e42bb9/build-script-build`
46002025-05-22T20:13:20.966Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-390b8563cb039969/build-script-build`
46012025-05-22T20:13:21.036Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-8d2e0c6e40e630e5/build-script-build`
46022025-05-22T20:13:21.109Z Compiling camino-tempfile-ext v0.3.0
46032025-05-22T20:13:21.135Z 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.0/src/lib.rs --error-format=json --json=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=21b1a644e3462765 -C extra-filename=-e5227bd5b1932fe9 --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-d24e584261a1a2b7.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-f0d665ae03ab89d5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-62e6c8fc8581e227.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-14b6e25768d4002a.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-44f787477a210ef1.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-3035b7b3b616bf02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46042025-05-22T20:13:21.175Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46052025-05-22T20:13:21.202Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
46062025-05-22T20:13:21.202Z 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=40317bfe5d521fbb -C extra-filename=-c726194679e973a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-8f58a6be8c7403c0.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ef3831e116aacf0b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46072025-05-22T20:13:21.203Z 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=3c1b584622d8ddf1 -C extra-filename=-abfa6bc241aa8324 --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-0dd4e25d1bec566d.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-793e67e6a38393d1.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-566f88cfd11bd304.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0b22b1fb87a5c9d8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-3c5ca9db08553e22.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6bf1502fcb651c82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-82f5b5779c10b7f8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46082025-05-22T20:13:21.906Z 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=af0f9041070b0cf1 -C extra-filename=-26f3b33fcfb442f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-6a45427520c95b61.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5bc34f4a7d38bdaa.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-86c99ae0df69156e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rmeta -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46092025-05-22T20:13:22.552Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46102025-05-22T20:13:22.600Z 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=f346ff6c229a1539 -C extra-filename=-5ade9ba9e14306f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e93e7f76a769c152.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-9282409af6c7406f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-cf5a4519ad610b34.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-91bf7427db5bf575.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d122a0cd649f2f6a.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-430d859215fc2171.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-42e297bdf6176b96.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-30b731a8ab2b762e.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c8a4237251da16e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f921d9319839a49a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out`
46112025-05-22T20:13:24.763Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46122025-05-22T20:13:24.814Z 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=18b4b909962e5a6f -C extra-filename=-02e6b6fad40b2e48 --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-f0d665ae03ab89d5.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-fd7b18baabde37d4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-92f62310814306e7.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a0f33cd7a4ab4412.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-23b351af86b286e1.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-931dea1dd8118a38.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f852f226b4693343.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-f5e849113d2c6b1b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-c0d48df8e813928a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46132025-05-22T20:13:27.280Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
46142025-05-22T20:13:27.329Z 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=c6d48567a390a2a2 -C extra-filename=-950b2a9d715e7097 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2ed982ab574d3381.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-28c94b5b1ba9bebe.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-17fe9c93e589ce58.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-6a45427520c95b61.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-937926e7fb09cd39.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a2ce994b29edea0d.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-6694872af3218eb5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0df341b0b4229909.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-2927ff97a439486e.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-66f373a1e2f80658.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-87a105be0507419e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-b811c2f97608b7d7.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-1b2e9ab2b42529fb.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f9c9c39d28fb8e6b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0559c45c5f37fd70.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-68aa77e3bd9fecef.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ad782180ecad993d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-fe6e77c37b654036.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
46152025-05-22T20:13:27.434Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
46162025-05-22T20:13:27.460Z 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=ebacb39115db7603 -C extra-filename=-7b7067671cdfbbb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-46237a27e33a0ab0.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-daeb11303b9f9ecb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
46172025-05-22T20:13:28.430Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
46182025-05-22T20:13:28.456Z 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=eee2846ab1057966 -C extra-filename=-2f7fb2aae2e09cd4 --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-7a804a21217d5ba6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
46192025-05-22T20:13:29.333Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
46202025-05-22T20:13:29.360Z 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=48ef24ad3039a0ee -C extra-filename=-0d4542fe405be05b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-18e34be0a9d8916f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
46212025-05-22T20:13:29.570Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
46222025-05-22T20:13:29.595Z 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=3fd961d4766c77e3 -C extra-filename=-650cf5d6eef61a65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e93e7f76a769c152.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a2ce994b29edea0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-eeb238e858ddb870.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
46232025-05-22T20:13:30.568Z Compiling cargo_toml v0.21.0
46242025-05-22T20:13:30.593Z 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=9d2ada99083da6bf -C extra-filename=-9b8fcc705a86ea21 --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-3797518153757616.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46252025-05-22T20:13:31.222Z Compiling termios v0.3.3
46262025-05-22T20:13:31.248Z 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=334c2d8c9ea7a3ad -C extra-filename=-f878712fb28f6243 --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-861b24e1ce2145a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46272025-05-22T20:13:31.626Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46282025-05-22T20:13:31.652Z 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=b6e9ddfc631632b7 -C extra-filename=-59977425b16322b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-f878712fb28f6243.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-dd4b10d855b8e952.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
46292025-05-22T20:13:37.044Z 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=de2ba7136725cb21 -C extra-filename=-1ab910d44b0841d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-18e34be0a9d8916f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-0d4542fe405be05b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
46302025-05-22T20:13:37.951Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
46312025-05-22T20:13:37.977Z 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=e9b50cd39cd83dc6 -C extra-filename=-4b3dc62976b5f537 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e93e7f76a769c152.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a2ce994b29edea0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-650cf5d6eef61a65.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-91bf7427db5bf575.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-30b731a8ab2b762e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3f1179eed97634f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out`
46322025-05-22T20:13:38.005Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46332025-05-22T20:13:38.030Z 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=b02461ab6cf6c751 -C extra-filename=-3fcc0683f4f7a7ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e93e7f76a769c152.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-9b8fcc705a86ea21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-9282409af6c7406f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a2ce994b29edea0d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ad782180ecad993d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46342025-05-22T20:13:38.801Z 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=232fc2308f9eb2d6 -C extra-filename=-5ddeef1fac05646f --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-ac940d7a2dea05c4.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-50f58f309299c75f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46352025-05-22T20:13:39.982Z 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=6fb2f0448f4692c0 -C extra-filename=-e41241808e6b72cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2ed982ab574d3381.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-28c94b5b1ba9bebe.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-17fe9c93e589ce58.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-6a45427520c95b61.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-937926e7fb09cd39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a2ce994b29edea0d.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-6694872af3218eb5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0df341b0b4229909.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-2927ff97a439486e.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-66f373a1e2f80658.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-950b2a9d715e7097.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-87a105be0507419e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-b811c2f97608b7d7.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-1b2e9ab2b42529fb.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f9c9c39d28fb8e6b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0559c45c5f37fd70.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-68aa77e3bd9fecef.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ad782180ecad993d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-fe6e77c37b654036.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
46362025-05-22T20:13:40.545Z 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=5eb84dd5bbbcfcea -C extra-filename=-263ccff8dd8a8850 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-e11fb5587f679297.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-0363576967932e69.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8de967e119dd7c6d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-50572f26de7b4fbc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dd3873209fa27529.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-64cc10dbaf5d8758.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-15bf0ae14dfc2404.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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`
46372025-05-22T20:13:41.793Z 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=8d7207482c6a02b0 -C extra-filename=-a2f902fb2da7dbfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-7b7067671cdfbbb5.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-46237a27e33a0ab0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-daeb11303b9f9ecb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
46382025-05-22T20:13:42.115Z 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=af8aa320c4300fdf -C extra-filename=-aabf46b8c9f75c90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e93e7f76a769c152.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-9282409af6c7406f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-cf5a4519ad610b34.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-5ade9ba9e14306f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-91bf7427db5bf575.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d122a0cd649f2f6a.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-430d859215fc2171.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-42e297bdf6176b96.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-30b731a8ab2b762e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c8a4237251da16e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f921d9319839a49a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out`
46392025-05-22T20:13:42.463Z 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=5dc2cfe754c7470a -C extra-filename=-ba5ddf25f7d8060c --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-baeff8589e43a779.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-0dd4e25d1bec566d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-793e67e6a38393d1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-566f88cfd11bd304.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0b22b1fb87a5c9d8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-3c5ca9db08553e22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6bf1502fcb651c82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-82f5b5779c10b7f8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-abfa6bc241aa8324.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
46402025-05-22T20:13:44.143Z 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=f7a27c2530402ab0 -C extra-filename=-ca7e2b1986af57c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f2622ce25bc38426.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6fd1820348c63f7e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71afdea17575306c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-18e34be0a9d8916f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ca999e2485026416.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a2ce994b29edea0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b6fec43e878afad.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aba008871031d993.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-f62393ede4ad1787.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0df341b0b4229909.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-d16e7d445911b948.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fde91e02b5e34bee.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a7fea1c3730556fb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec08e09067973eb9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a6ed5a3bfc69ba77.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-11718ba67897d8f5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-80059ebe801558b6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3f1179eed97634f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e47bf82e9abfb359.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-69de826f51cb69c7.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d1e10ca733f49110.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-88f1e69488ad7de2.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-fe6e77c37b654036.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2d34db60bfc6ecc3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46412025-05-22T20:13:44.276Z 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=38e294d8edb2f0ac -C extra-filename=-734e89cba5070b57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f2622ce25bc38426.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6fd1820348c63f7e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71afdea17575306c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ca999e2485026416.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aba008871031d993.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0df341b0b4229909.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fde91e02b5e34bee.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a7fea1c3730556fb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec08e09067973eb9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a6ed5a3bfc69ba77.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-11718ba67897d8f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3f1179eed97634f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e47bf82e9abfb359.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d1e10ca733f49110.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-88f1e69488ad7de2.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-fe6e77c37b654036.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2d34db60bfc6ecc3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46422025-05-22T20:13:46.739Z 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=972178c7ed720bef -C extra-filename=-6207dd46f2e19112 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f2622ce25bc38426.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6fd1820348c63f7e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71afdea17575306c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-18e34be0a9d8916f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ca999e2485026416.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a2ce994b29edea0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b6fec43e878afad.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aba008871031d993.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-f62393ede4ad1787.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0df341b0b4229909.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-d16e7d445911b948.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fde91e02b5e34bee.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a7fea1c3730556fb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec08e09067973eb9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a6ed5a3bfc69ba77.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-11718ba67897d8f5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-80059ebe801558b6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3f1179eed97634f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e47bf82e9abfb359.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-69de826f51cb69c7.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d1e10ca733f49110.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-88f1e69488ad7de2.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-fe6e77c37b654036.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2d34db60bfc6ecc3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46432025-05-22T20:13:48.302Z 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=be91a722d058d20d -C extra-filename=-b7bb5185f560dc72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-8f58a6be8c7403c0.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ef3831e116aacf0b.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-c726194679e973a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46442025-05-22T20:13:49.836Z 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=c86563ae0143546a -C extra-filename=-8990e071d88e896b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-e5227bd5b1932fe9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-4be5539cfba170a3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out`
46452025-05-22T20:13:51.304Z 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=ded1cdd68ea553f3 -C extra-filename=-59c603c1c78c0e3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-1b3455a40a6b6e81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46462025-05-22T20:13:53.947Z 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=0cc3277c52eac101 -C extra-filename=-695af9b776811ce2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-c3c31eea81948390.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-13e0849623785201.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-66d1ebdf53b96254.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6bf1502fcb651c82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
46472025-05-22T20:13:55.642Z 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=b6dc1117df5196bf -C extra-filename=-2466f93801b10b17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-85cdd742a5123a32.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-3f2c1554917f5114.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b615d9fb0618ab3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0dba5871d0ebce1f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-69de826f51cb69c7.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-a50ed913d58f11d9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46482025-05-22T20:13:56.818Z 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=23e5d708855df8f9 -C extra-filename=-a1729eac9ebd6d40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-85cdd742a5123a32.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-3f2c1554917f5114.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b615d9fb0618ab3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0dba5871d0ebce1f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-69de826f51cb69c7.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-a50ed913d58f11d9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46492025-05-22T20:13:58.699Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
46502025-05-22T20:13:58.750Z 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=6aa2d8466d2319dc -C extra-filename=-52b67f6e83ede749 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1df1e5c245214b7d.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-043cbc8d74749c70.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b6fec43e878afad.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8de967e119dd7c6d.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ad0f4bb11ef44287.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-23b351af86b286e1.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-51e372b8de9ba8d7.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c9b598c9cea6c619.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/`
46512025-05-22T20:13:59.718Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
46522025-05-22T20:13:59.743Z 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=df60b146dfb26189 -C extra-filename=-9af4cf48550384b9 --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-86316886c4cceb3b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c8318a6cd0b3b1b6.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46532025-05-22T20:14:01.887Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
46542025-05-22T20:14:01.913Z 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=b4899f4cb41bccc1 -C extra-filename=-b3c7c8024b0365f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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`
46552025-05-22T20:14:03.080Z 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=9b6e79ac2a6dd163 -C extra-filename=-18e723a04df2ea46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6be92b314cd65509.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-46237a27e33a0ab0.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-97d9e3ee3bd7112d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-70987375fdf21863.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-09cebd030251fa7f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c8318a6cd0b3b1b6.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-134bca3b93585162.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9af4cf48550384b9.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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`
46562025-05-22T20:14:04.596Z 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=395fc8c225afabc5 -C extra-filename=-11b05d043c830cc5 --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-1cd817a3f34bbccd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7babaaf4dc334ecd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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`
46572025-05-22T20:14:04.658Z 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=663bf2e7c357bf7f -C extra-filename=-c4af815dc89830dc --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-1cd817a3f34bbccd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-dfffbb5b0006795e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46582025-05-22T20:14:06.790Z 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=d7cd444fe2dd5723 -C extra-filename=-7e9278e1539d0969 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46592025-05-22T20:14:08.113Z 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=2be18262c9ac5654 -C extra-filename=-92eb4df9fd719bf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2ed982ab574d3381.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-793e67e6a38393d1.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-28c94b5b1ba9bebe.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f2622ce25bc38426.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ee912c437156fb5c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-70987375fdf21863.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1df1e5c245214b7d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-043cbc8d74749c70.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71afdea17575306c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-18e34be0a9d8916f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ca999e2485026416.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-08514d8b3d909635.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e457768128836586.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-bc84017ff3f4fc7c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fde91e02b5e34bee.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-07c8cab37eeeb7eb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-836bb1b5deb1d41d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9eeee9387e412400.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec08e09067973eb9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-23b351af86b286e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-585a69e7b541d637.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-20f4962940a3a360.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c9b598c9cea6c619.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-53020d7d109f16b1.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a214444d5a087fa5.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c25c257aa99a7c0c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a92d1d23c6982176.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-21d72b11cf8192de.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f9c9c39d28fb8e6b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-299899adb86beeea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-82f5b5779c10b7f8.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-68aa77e3bd9fecef.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-5265c0f44ab35552.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-fe66b18e5d9003b2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-304d2f67b89658c0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c8a4237251da16e2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-4be5539cfba170a3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-33e696f18d49a9d1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bbf7d9169f96811b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-4ce4f94fd135675e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ef3831e116aacf0b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46602025-05-22T20:14:08.192Z 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=4fc6abde9e45c280 -C extra-filename=-9eda18476e9cd391 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2ed982ab574d3381.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-793e67e6a38393d1.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-28c94b5b1ba9bebe.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f2622ce25bc38426.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ee912c437156fb5c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-70987375fdf21863.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1df1e5c245214b7d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-043cbc8d74749c70.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71afdea17575306c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-18e34be0a9d8916f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ca999e2485026416.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-08514d8b3d909635.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e457768128836586.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-bc84017ff3f4fc7c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fde91e02b5e34bee.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-07c8cab37eeeb7eb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-836bb1b5deb1d41d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9eeee9387e412400.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec08e09067973eb9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-23b351af86b286e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-585a69e7b541d637.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-20f4962940a3a360.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c9b598c9cea6c619.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-53020d7d109f16b1.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a214444d5a087fa5.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c25c257aa99a7c0c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a92d1d23c6982176.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-21d72b11cf8192de.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f9c9c39d28fb8e6b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-299899adb86beeea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-82f5b5779c10b7f8.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-68aa77e3bd9fecef.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-5265c0f44ab35552.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-fe66b18e5d9003b2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-304d2f67b89658c0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c8a4237251da16e2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-4be5539cfba170a3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-33e696f18d49a9d1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bbf7d9169f96811b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-4ce4f94fd135675e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ef3831e116aacf0b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46612025-05-22T20:14:08.688Z 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=0e03a77f134d9e65 -C extra-filename=-2043243d74699f08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-2f7fb2aae2e09cd4.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7f8c95ada91691fa.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c9aa51029d55f966.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-b3c7c8024b0365f8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ad782180ecad993d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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`
46622025-05-22T20:14:08.788Z 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=4ca90cf2060e9690 -C extra-filename=-556194fb75a34a10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-05f05592b2043506.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-84e797a2d3eb2d0c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-13e0849623785201.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3bf705d51a8bc27f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ac940d7a2dea05c4.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-82140cfd9311126d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a2b9e53f46bc5663.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-50f58f309299c75f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-773de5c5e04868fa.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-50572f26de7b4fbc.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c8318a6cd0b3b1b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c339136713dd47b6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7f8c95ada91691fa.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c9aa51029d55f966.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52b67f6e83ede749.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-23b351af86b286e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-64cc10dbaf5d8758.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d122a0cd649f2f6a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-14b6e25768d4002a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-21d72b11cf8192de.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-43ee184755a254a4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-06402b32ad514be7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7babaaf4dc334ecd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-2b3377333019c1f2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/`
46632025-05-22T20:14:10.127Z 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=7b577ace1bd48cfd -C extra-filename=-3fc6a8975fc18a03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-6a45427520c95b61.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5bc34f4a7d38bdaa.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-86c99ae0df69156e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52b67f6e83ede749.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/`
46642025-05-22T20:14:11.531Z 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=910519d94e8fa21d -C extra-filename=-4d551551bccdf766 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6fd1820348c63f7e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ee912c437156fb5c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6be92b314cd65509.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-46237a27e33a0ab0.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-97d9e3ee3bd7112d.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-70987375fdf21863.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1df1e5c245214b7d.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-66dbd4649a5ce446.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7b7e16bb0b5ea00f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71afdea17575306c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b041d8210074b50a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8de967e119dd7c6d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-7fc1247b1e4c45d9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-bc84017ff3f4fc7c.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-06c6c73b5e9cd84f.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-836bb1b5deb1d41d.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-50f58f309299c75f.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-43d699029504d7ad.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c8318a6cd0b3b1b6.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c339136713dd47b6.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6420efae7cb728cf.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-2927ff97a439486e.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-66f373a1e2f80658.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7f8c95ada91691fa.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-c4af815dc89830dc.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-134bca3b93585162.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9af4cf48550384b9.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-18e723a04df2ea46.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c9aa51029d55f966.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-b3c7c8024b0365f8.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-7e9278e1539d0969.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-11b05d043c830cc5.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ad0f4bb11ef44287.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dd3873209fa27529.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-dfffbb5b0006795e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-20f4962940a3a360.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c9b598c9cea6c619.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ce697cc2b74c394e.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-dadf3ecbd0816e0d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a6e43ce4e980dd73.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-53020d7d109f16b1.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a92d1d23c6982176.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-43ee184755a254a4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-42e297bdf6176b96.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-06402b32ad514be7.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c8fc30b72ed3faa9.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-15bf0ae14dfc2404.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7babaaf4dc334ecd.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a6ed5a3bfc69ba77.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e47bf82e9abfb359.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.rmeta -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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`
46652025-05-22T20:14:11.601Z 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=c30f07ef43f59f84 -C extra-filename=-86731284a67cdd8d --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-1cd817a3f34bbccd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-50f58f309299c75f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52b67f6e83ede749.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-45d1fba194e9e613.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7babaaf4dc334ecd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/`
46662025-05-22T20:14:24.055Z 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=3166647a3b244040 -C extra-filename=-6da764c9ce9249ff --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-05f05592b2043506.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ac940d7a2dea05c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-b8eab7450ece552e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c339136713dd47b6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52b67f6e83ede749.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-dfffbb5b0006795e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/`
46672025-05-22T20:14:31.745Z 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=07b821f4fbacd51d -C extra-filename=-9deca8e235661489 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-134bca3b93585162.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-18e723a04df2ea46.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-299899adb86beeea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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`
46682025-05-22T20:14:34.107Z 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=b074bd91e7d72d55 -C extra-filename=-ccb9504f07d2488c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-6a45427520c95b61.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5bc34f4a7d38bdaa.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-86c99ae0df69156e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52b67f6e83ede749.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-26f3b33fcfb442f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/`
46692025-05-22T20:14:35.610Z 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=74845f7ee16bf60d -C extra-filename=-925a7ecce08aada5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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`
46702025-05-22T20:14:36.592Z 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=e22570829bd802bf -C extra-filename=-6e120e7aa986e864 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-05f05592b2043506.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ac940d7a2dea05c4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c339136713dd47b6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46712025-05-22T20:14:39.048Z 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=20e48a5c6af10d12 -C extra-filename=-d1a9fefc9e6fe1f0 --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-05f05592b2043506.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3bf705d51a8bc27f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ac940d7a2dea05c4.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-82140cfd9311126d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-50f58f309299c75f.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-773de5c5e04868fa.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c8318a6cd0b3b1b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c339136713dd47b6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46722025-05-22T20:14:47.713Z 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=8e73ef80d7cc7163 -C extra-filename=-6c24b2317b21161b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1df1e5c245214b7d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-043cbc8d74749c70.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b6fec43e878afad.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8de967e119dd7c6d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ad0f4bb11ef44287.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-23b351af86b286e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-51e372b8de9ba8d7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c9b598c9cea6c619.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/`
46732025-05-22T20:14:54.179Z 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=0a7e878c66ecc151 -C extra-filename=-23534bd7d14ff9ce --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-86316886c4cceb3b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c8318a6cd0b3b1b6.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46742025-05-22T20:14:57.582Z 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=5d1dab8ff6b905cb -C extra-filename=-945126aa7ffcd05f --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-05f05592b2043506.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3bf705d51a8bc27f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ac940d7a2dea05c4.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-82140cfd9311126d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-50f58f309299c75f.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-773de5c5e04868fa.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c339136713dd47b6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46752025-05-22T20:15:01.043Z 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=9e2c0d0e9b53d92e -C extra-filename=-76c3b15686bc7eec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-05f05592b2043506.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-3f2c1554917f5114.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1df1e5c245214b7d.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-86c99ae0df69156e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ac940d7a2dea05c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0eed3e3386dece13.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b6fec43e878afad.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-cf5a4519ad610b34.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-25ef5315ccd25883.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-773de5c5e04868fa.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c8318a6cd0b3b1b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c339136713dd47b6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7f8c95ada91691fa.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-b3c7c8024b0365f8.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-11b05d043c830cc5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-b811c2f97608b7d7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-dfffbb5b0006795e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d122a0cd649f2f6a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-daeb11303b9f9ecb.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b615d9fb0618ab3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7babaaf4dc334ecd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-eecf4bdd040b1bfd.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ad782180ecad993d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46762025-05-22T20:15:08.241Z 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=9de1e43322dd711f -C extra-filename=-b1b22df703e72c6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2ed982ab574d3381.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-793e67e6a38393d1.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-28c94b5b1ba9bebe.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f2622ce25bc38426.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ee912c437156fb5c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-70987375fdf21863.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1df1e5c245214b7d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-043cbc8d74749c70.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71afdea17575306c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-18e34be0a9d8916f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ca999e2485026416.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-08514d8b3d909635.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e457768128836586.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-bc84017ff3f4fc7c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fde91e02b5e34bee.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-07c8cab37eeeb7eb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-836bb1b5deb1d41d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9eeee9387e412400.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec08e09067973eb9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-23b351af86b286e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-585a69e7b541d637.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-20f4962940a3a360.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c9b598c9cea6c619.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-53020d7d109f16b1.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a214444d5a087fa5.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c25c257aa99a7c0c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a92d1d23c6982176.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-21d72b11cf8192de.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f9c9c39d28fb8e6b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-299899adb86beeea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-82f5b5779c10b7f8.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-68aa77e3bd9fecef.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-5265c0f44ab35552.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-fe66b18e5d9003b2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-304d2f67b89658c0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c8a4237251da16e2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-4be5539cfba170a3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-33e696f18d49a9d1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bbf7d9169f96811b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-4ce4f94fd135675e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ef3831e116aacf0b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46772025-05-22T20:15:08.962Z 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=d4580b0160d954f0 -C extra-filename=-fcb8bc56e6d18173 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2ed982ab574d3381.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-793e67e6a38393d1.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-28c94b5b1ba9bebe.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f2622ce25bc38426.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ee912c437156fb5c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-70987375fdf21863.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1df1e5c245214b7d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-043cbc8d74749c70.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71afdea17575306c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-18e34be0a9d8916f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ca999e2485026416.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-08514d8b3d909635.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e457768128836586.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-bc84017ff3f4fc7c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fde91e02b5e34bee.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-07c8cab37eeeb7eb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-836bb1b5deb1d41d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9eeee9387e412400.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec08e09067973eb9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-23b351af86b286e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-585a69e7b541d637.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-20f4962940a3a360.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c9b598c9cea6c619.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-53020d7d109f16b1.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a214444d5a087fa5.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c25c257aa99a7c0c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a92d1d23c6982176.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-21d72b11cf8192de.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f9c9c39d28fb8e6b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-299899adb86beeea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-82f5b5779c10b7f8.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-68aa77e3bd9fecef.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-5265c0f44ab35552.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-fe66b18e5d9003b2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-304d2f67b89658c0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c8a4237251da16e2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-4be5539cfba170a3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-33e696f18d49a9d1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bbf7d9169f96811b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-4ce4f94fd135675e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ef3831e116aacf0b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46782025-05-22T20:15:12.561Z 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=fd2d90dccabd8afc -C extra-filename=-0ec7b268a4584848 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6be92b314cd65509.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-46237a27e33a0ab0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b6fec43e878afad.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-23b351af86b286e1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-c34e3f0d4b218dc7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/`
46792025-05-22T20:15:18.731Z 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=fbf10e161c502df5 -C extra-filename=-21c4278c6270c890 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2ed982ab574d3381.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-793e67e6a38393d1.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-28c94b5b1ba9bebe.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f2622ce25bc38426.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ee912c437156fb5c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-70987375fdf21863.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1df1e5c245214b7d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-043cbc8d74749c70.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71afdea17575306c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-18e34be0a9d8916f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ca999e2485026416.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-bc84017ff3f4fc7c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fde91e02b5e34bee.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-07c8cab37eeeb7eb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-836bb1b5deb1d41d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec08e09067973eb9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-23b351af86b286e1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-585a69e7b541d637.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-20f4962940a3a360.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c9b598c9cea6c619.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-53020d7d109f16b1.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a214444d5a087fa5.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c25c257aa99a7c0c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a92d1d23c6982176.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f9c9c39d28fb8e6b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-299899adb86beeea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-82f5b5779c10b7f8.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-68aa77e3bd9fecef.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-5265c0f44ab35552.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-fe66b18e5d9003b2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-304d2f67b89658c0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c8a4237251da16e2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-4be5539cfba170a3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-33e696f18d49a9d1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bbf7d9169f96811b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-4ce4f94fd135675e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ef3831e116aacf0b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/`
46802025-05-22T20:15:22.367Z 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=eeaec099bea5a816 -C extra-filename=-1f7aebda97d7cf21 --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-f0d665ae03ab89d5.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-fd7b18baabde37d4.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-02e6b6fad40b2e48.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-92f62310814306e7.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a0f33cd7a4ab4412.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-23b351af86b286e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-931dea1dd8118a38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f852f226b4693343.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-f5e849113d2c6b1b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-c0d48df8e813928a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46812025-05-22T20:15:23.705Z 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=60b8c08626f67f85 -C extra-filename=-dd791dd4a770f3d6 --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-f0d665ae03ab89d5.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-fd7b18baabde37d4.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-02e6b6fad40b2e48.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-92f62310814306e7.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a0f33cd7a4ab4412.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-23b351af86b286e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-931dea1dd8118a38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f852f226b4693343.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-f5e849113d2c6b1b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-c0d48df8e813928a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46822025-05-22T20:15:26.709Z 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=50c0c6d29eca6a5e -C extra-filename=-7b40103afbdf68b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2ed982ab574d3381.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-793e67e6a38393d1.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-28c94b5b1ba9bebe.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f2622ce25bc38426.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ee912c437156fb5c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-70987375fdf21863.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1df1e5c245214b7d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-043cbc8d74749c70.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71afdea17575306c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-18e34be0a9d8916f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ca999e2485026416.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-bc84017ff3f4fc7c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fde91e02b5e34bee.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-07c8cab37eeeb7eb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-836bb1b5deb1d41d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec08e09067973eb9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-23b351af86b286e1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-585a69e7b541d637.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-20f4962940a3a360.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c9b598c9cea6c619.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-53020d7d109f16b1.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a214444d5a087fa5.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c25c257aa99a7c0c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a92d1d23c6982176.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f9c9c39d28fb8e6b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-299899adb86beeea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-82f5b5779c10b7f8.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-68aa77e3bd9fecef.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-5265c0f44ab35552.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-fe66b18e5d9003b2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-304d2f67b89658c0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c8a4237251da16e2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-4be5539cfba170a3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-33e696f18d49a9d1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bbf7d9169f96811b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-4ce4f94fd135675e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ef3831e116aacf0b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/`
46832025-05-22T20:15:27.274Z 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=46e3dbfe8b46a855 -C extra-filename=-0ea907b34319ae92 --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-f0d665ae03ab89d5.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-fd7b18baabde37d4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-92f62310814306e7.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a0f33cd7a4ab4412.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-23b351af86b286e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-931dea1dd8118a38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f852f226b4693343.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-f5e849113d2c6b1b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-c0d48df8e813928a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46842025-05-22T20:15:28.340Z 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=7ecc4cb58955a992 -C extra-filename=-f5641e287f933b45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2ed982ab574d3381.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-793e67e6a38393d1.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-28c94b5b1ba9bebe.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f2622ce25bc38426.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ee912c437156fb5c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-70987375fdf21863.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1df1e5c245214b7d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-043cbc8d74749c70.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71afdea17575306c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-18e34be0a9d8916f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ca999e2485026416.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-bc84017ff3f4fc7c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fde91e02b5e34bee.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-07c8cab37eeeb7eb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-836bb1b5deb1d41d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec08e09067973eb9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-23b351af86b286e1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-585a69e7b541d637.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-20f4962940a3a360.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c9b598c9cea6c619.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-53020d7d109f16b1.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a214444d5a087fa5.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c25c257aa99a7c0c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a92d1d23c6982176.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f9c9c39d28fb8e6b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-299899adb86beeea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-82f5b5779c10b7f8.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-68aa77e3bd9fecef.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-5265c0f44ab35552.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-fe66b18e5d9003b2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-304d2f67b89658c0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c8a4237251da16e2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-4be5539cfba170a3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-33e696f18d49a9d1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bbf7d9169f96811b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-4ce4f94fd135675e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ef3831e116aacf0b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/`
46852025-05-22T20:15:45.417Z 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=5b052f7d31a4bca5 -C extra-filename=-c7dd63ba04cba552 --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-f0d665ae03ab89d5.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-fd7b18baabde37d4.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-02e6b6fad40b2e48.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-92f62310814306e7.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a0f33cd7a4ab4412.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-23b351af86b286e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-931dea1dd8118a38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f852f226b4693343.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-f5e849113d2c6b1b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-c0d48df8e813928a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46862025-05-22T20:15:48.700Z 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=c715a884f5b9a903 -C extra-filename=-360888f969ff4380 --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-4c359a5fc24d22e5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-13e0849623785201.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-15dab050fa171917.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-31d3260ba3487f46.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-20a42dffa70865bf.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-41c430505d0d4218.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-bf82739cc3cec663.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
46872025-05-22T20:15:59.715Z 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=fd1cf85339aad8c6 -C extra-filename=-e409a2cf1e81bdfd --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-4c359a5fc24d22e5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-13e0849623785201.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-15dab050fa171917.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-31d3260ba3487f46.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d9bbcb5bbc5388a2.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-20a42dffa70865bf.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-41c430505d0d4218.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-bf82739cc3cec663.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
46882025-05-22T20:16:01.096Z 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=486269646d184949 -C extra-filename=-db14050a7aa92fdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6fd1820348c63f7e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ee912c437156fb5c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f350214c5e77f4cb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e457768128836586.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-f62393ede4ad1787.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-d16e7d445911b948.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fde91e02b5e34bee.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2c32153211f3719b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec08e09067973eb9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-57cf90e9fc8efcd8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c8a4237251da16e2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-4be5539cfba170a3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0dba5871d0ebce1f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3f1179eed97634f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/usr/lib/amd64`
46892025-05-22T20:16:04.003Z 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=e36d1026f6ae3dc3 -C extra-filename=-62fabff5f5038923 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6fd1820348c63f7e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ee912c437156fb5c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f350214c5e77f4cb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e457768128836586.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-d16e7d445911b948.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fde91e02b5e34bee.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2c32153211f3719b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec08e09067973eb9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-57cf90e9fc8efcd8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c8a4237251da16e2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-4be5539cfba170a3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0dba5871d0ebce1f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3f1179eed97634f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out`
46902025-05-22T20:16:04.600Z 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=63b1f3e1d85b7d7f -C extra-filename=-f6d8c1f74b201ae5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e93e7f76a769c152.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-5088614924b26082.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d122a0cd649f2f6a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
46912025-05-22T20:16:07.857Z 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=da1b77e431e4c489 -C extra-filename=-a77ea4d40255608a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e93e7f76a769c152.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-5088614924b26082.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d122a0cd649f2f6a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/usr/lib/amd64`
46922025-05-22T20:16:08.448Z 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=c53063c565be8cce -C extra-filename=-ad67aecd4345367d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e93e7f76a769c152.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-5088614924b26082.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d122a0cd649f2f6a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/usr/lib/amd64`
46932025-05-22T20:16:09.593Z 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=c33b3c3870cce7fd -C extra-filename=-6186d1981c70be7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-8f58a6be8c7403c0.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ef3831e116aacf0b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46942025-05-22T20:16:10.570Z 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=89eb790bd405a966 -C extra-filename=-494778e4bf324f0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f2ee157bd2e86383.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6fd1820348c63f7e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-85cdd742a5123a32.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-3f2c1554917f5114.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-cf5a4519ad610b34.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-b811c2f97608b7d7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-daeb11303b9f9ecb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-f57411b50d232d3c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-30b731a8ab2b762e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0dba5871d0ebce1f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ad782180ecad993d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-eeb238e858ddb870.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-11718ba67897d8f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-46db7b3094f22cd0.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d1e10ca733f49110.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2d34db60bfc6ecc3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46952025-05-22T20:16:12.095Z 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=3b8a7c272e1fcff3 -C extra-filename=-ae0e8296da29c12b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f2ee157bd2e86383.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6fd1820348c63f7e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-85cdd742a5123a32.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-3f2c1554917f5114.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-cf5a4519ad610b34.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-b811c2f97608b7d7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-daeb11303b9f9ecb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-f57411b50d232d3c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-30b731a8ab2b762e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0dba5871d0ebce1f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ad782180ecad993d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-eeb238e858ddb870.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-11718ba67897d8f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-46db7b3094f22cd0.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-69de826f51cb69c7.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d1e10ca733f49110.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2d34db60bfc6ecc3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46962025-05-22T20:16:15.020Z 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=1433def86c954d36 -C extra-filename=-262367f194c5b396 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f2ee157bd2e86383.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6fd1820348c63f7e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-85cdd742a5123a32.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-3f2c1554917f5114.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-cf5a4519ad610b34.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-b811c2f97608b7d7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-daeb11303b9f9ecb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-f57411b50d232d3c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-30b731a8ab2b762e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0dba5871d0ebce1f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ad782180ecad993d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-eeb238e858ddb870.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-11718ba67897d8f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-46db7b3094f22cd0.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-69de826f51cb69c7.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d1e10ca733f49110.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2d34db60bfc6ecc3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46972025-05-22T20:16:16.632Z 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=74e34edf4eea048c -C extra-filename=-0a71abda4acdb34b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-33f02ad2b36ccc37.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-09cebd030251fa7f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7f8c95ada91691fa.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9eeee9387e412400.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c9aa51029d55f966.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-de9a17e313467b3e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-a749bfc4da00904c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
46982025-05-22T20:16:18.280Z 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=97dbcb3ad567ab92 -C extra-filename=-b01146dc90d8279e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-33f02ad2b36ccc37.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-09cebd030251fa7f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7f8c95ada91691fa.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9eeee9387e412400.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c9aa51029d55f966.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-de9a17e313467b3e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-a749bfc4da00904c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-7c94020e633fd86e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
46992025-05-22T20:16:21.247Z 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=87c82f774cbc12d1 -C extra-filename=-c8b9491294f6b01a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-33f02ad2b36ccc37.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-09cebd030251fa7f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7f8c95ada91691fa.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9eeee9387e412400.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c9aa51029d55f966.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-de9a17e313467b3e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-a749bfc4da00904c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-7c94020e633fd86e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47002025-05-22T20:16:22.044Z 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=ae3b26a07fa6cb8b -C extra-filename=-df1f118131cdc221 --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-baeff8589e43a779.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-0dd4e25d1bec566d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-793e67e6a38393d1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-566f88cfd11bd304.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0b22b1fb87a5c9d8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-3c5ca9db08553e22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6bf1502fcb651c82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-82f5b5779c10b7f8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47012025-05-22T20:16:24.086Z 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=88d2df7d74d6505a -C extra-filename=-ac598163fd978b62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f2622ce25bc38426.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6fd1820348c63f7e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71afdea17575306c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-18e34be0a9d8916f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ca999e2485026416.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a2ce994b29edea0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b6fec43e878afad.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aba008871031d993.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-f62393ede4ad1787.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0df341b0b4229909.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-d16e7d445911b948.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fde91e02b5e34bee.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a7fea1c3730556fb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec08e09067973eb9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a6ed5a3bfc69ba77.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-11718ba67897d8f5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-80059ebe801558b6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3f1179eed97634f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e47bf82e9abfb359.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-69de826f51cb69c7.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d1e10ca733f49110.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-fe6e77c37b654036.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2d34db60bfc6ecc3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47022025-05-22T20:16:29.558Z 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=396ea3b2e0c5dc33 -C extra-filename=-57e0570be05efc51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-7c94020e633fd86e.rlib -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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
47032025-05-22T20:16:33.665Z 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=bb6de0fe2affa1ea -C extra-filename=-6ac4ea8e8cdb58fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-1b3455a40a6b6e81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/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-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47042025-05-22T20:16:39.124Z 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=c8674e86070c78ff -C extra-filename=-1197644e4091a63a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-d75491811360066c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-1b3455a40a6b6e81.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/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-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47052025-05-22T20:16:39.624Z 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=0b676cc60c31fd95 -C extra-filename=-58888ea10a7dc7d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-d75491811360066c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-1b3455a40a6b6e81.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/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-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47062025-05-22T20:16:42.314Z 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=fd22a94dc245b293 -C extra-filename=-9f246456d445af1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6fd1820348c63f7e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-85cdd742a5123a32.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-3f2c1554917f5114.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-cf5a4519ad610b34.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-b811c2f97608b7d7.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-daeb11303b9f9ecb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-f57411b50d232d3c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-30b731a8ab2b762e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0dba5871d0ebce1f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ad782180ecad993d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-eeb238e858ddb870.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-11718ba67897d8f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-46db7b3094f22cd0.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-69de826f51cb69c7.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d1e10ca733f49110.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2d34db60bfc6ecc3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47072025-05-22T20:16:47.470Z 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=557d98ed1dfec44b -C extra-filename=-52bf8599b0d22fff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-85cdd742a5123a32.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-3f2c1554917f5114.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b615d9fb0618ab3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0dba5871d0ebce1f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-69de826f51cb69c7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47082025-05-22T20:16:48.867Z 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=78aaaedb5be61f4b -C extra-filename=-4f9c35f52c4328c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e93e7f76a769c152.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-9282409af6c7406f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-cf5a4519ad610b34.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-91bf7427db5bf575.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d122a0cd649f2f6a.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-430d859215fc2171.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-42e297bdf6176b96.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-30b731a8ab2b762e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c8a4237251da16e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f921d9319839a49a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out`
47092025-05-22T20:16:51.392Z 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=d89d46f42107238a -C extra-filename=-5919fd6381a36085 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-18e34be0a9d8916f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a2ce994b29edea0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aba008871031d993.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a6ed5a3bfc69ba77.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-80059ebe801558b6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-4ce4f94fd135675e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3f1179eed97634f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/usr/lib/amd64`
47102025-05-22T20:16:53.659Z 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=a3a4362b202f176f -C extra-filename=-9591b0be4bc95a60 --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-b28b203a84f1a505.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
47112025-05-22T20:16:54.485Z 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=9eb46463e2d6af11 -C extra-filename=-efa2ff9edffd6667 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-09cebd030251fa7f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7f8c95ada91691fa.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9eeee9387e412400.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c9aa51029d55f966.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-de9a17e313467b3e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-a749bfc4da00904c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-7c94020e633fd86e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
47122025-05-22T20:16:57.908Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
47132025-05-22T20:16:57.956Z 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=780861e503474a5b -C extra-filename=-767f4915440dacdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-a3e5c9b63562ec10.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1fc7900a737aa7c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-04e2b99d1d8971e7.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4c50366c16e309bb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/usr/lib/amd64`
47142025-05-22T20:17:00.676Z 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=5697cc812a4e4f0a -C extra-filename=-3a9eb5a908bd298d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-17fe9c93e589ce58.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-a3e5c9b63562ec10.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1fc7900a737aa7c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ca999e2485026416.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-53cbaf64da7fba9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-04e2b99d1d8971e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/usr/lib/amd64`
47152025-05-22T20:17:01.434Z 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=479f8cc77d9ce9b5 -C extra-filename=-28351332822d048e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-17fe9c93e589ce58.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-a3e5c9b63562ec10.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1fc7900a737aa7c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ca999e2485026416.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-53cbaf64da7fba9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-04e2b99d1d8971e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/usr/lib/amd64`
47162025-05-22T20:17:03.525Z 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=9971f8249ac65add -C extra-filename=-3bb70b1b0de026c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-17fe9c93e589ce58.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-a3e5c9b63562ec10.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1fc7900a737aa7c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ca999e2485026416.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-53cbaf64da7fba9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-04e2b99d1d8971e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/usr/lib/amd64`
47172025-05-22T20:17:04.184Z 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=9f4bc581ec0293f3 -C extra-filename=-e12b38a4334cd51f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-17fe9c93e589ce58.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-a3e5c9b63562ec10.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1fc7900a737aa7c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ca999e2485026416.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-53cbaf64da7fba9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-04e2b99d1d8971e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/usr/lib/amd64`
47182025-05-22T20:17:06.288Z 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=966bcb750c5dda5b -C extra-filename=-ef9d9e2195bd50f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-17fe9c93e589ce58.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-a3e5c9b63562ec10.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1fc7900a737aa7c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ca999e2485026416.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-04e2b99d1d8971e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/usr/lib/amd64`
47192025-05-22T20:17:14.900Z 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=2161e91ee01074dc -C extra-filename=-0f3217efb3c633fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-17fe9c93e589ce58.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ca999e2485026416.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-53cbaf64da7fba9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
47202025-05-22T20:17:14.954Z 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=05cf76b5a635083a -C extra-filename=-154376255d8348a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-17fe9c93e589ce58.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ca999e2485026416.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-53cbaf64da7fba9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
47212025-05-22T20:17:23.090Z 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=167e63a153f382af -C extra-filename=-ad1e1b88aa1f0636 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-17fe9c93e589ce58.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ca999e2485026416.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-53cbaf64da7fba9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
47222025-05-22T20:17:23.747Z 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=b9ad61374b9ee018 -C extra-filename=-0834fffd8af888f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2ed982ab574d3381.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-28c94b5b1ba9bebe.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-17fe9c93e589ce58.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-6a45427520c95b61.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-937926e7fb09cd39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a2ce994b29edea0d.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-6694872af3218eb5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0df341b0b4229909.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-2927ff97a439486e.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-66f373a1e2f80658.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-87a105be0507419e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-b811c2f97608b7d7.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-1b2e9ab2b42529fb.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f9c9c39d28fb8e6b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0559c45c5f37fd70.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-68aa77e3bd9fecef.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ad782180ecad993d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-fe6e77c37b654036.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
47232025-05-22T20:17:24.208Z 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=676e2150c045fd31 -C extra-filename=-043c017c12649b1b --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-5bc34f4a7d38bdaa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
47242025-05-22T20:17:26.284Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
47252025-05-22T20:17:26.309Z 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=798500443cfd159a -C extra-filename=-baccd9dfaec78bb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-134bca3b93585162.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-a749bfc4da00904c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/`
47262025-05-22T20:17:29.888Z 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=f97c9c708475a180 -C extra-filename=-0ec76dd3ddddc682 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-3f0800d66ba0dd22.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-0dd4e25d1bec566d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a1bc1518771d14b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1fc7900a737aa7c1.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-84e797a2d3eb2d0c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-13e0849623785201.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-3f2c1554917f5114.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ae1147ca51c1d919.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d2eb89831c39492e.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b563444bd3d79103.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e822832db8731ed7.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-04e2b99d1d8971e7.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ce697cc2b74c394e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-10719ff00779e6c0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b615d9fb0618ab3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-f82521dd8dfff456.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-ebacbb4871bfb0c5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-6fdeec24944bc0bb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-0ffdeed955cab556.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/usr/lib/amd64`
47272025-05-22T20:17:38.877Z 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=2dbc5f62e0d2d35b -C extra-filename=-25136461e9b216a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-3f0800d66ba0dd22.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-0dd4e25d1bec566d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a1bc1518771d14b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1fc7900a737aa7c1.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-84e797a2d3eb2d0c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-13e0849623785201.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-3f2c1554917f5114.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ae1147ca51c1d919.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d2eb89831c39492e.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b563444bd3d79103.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e822832db8731ed7.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-04e2b99d1d8971e7.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ce697cc2b74c394e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-10719ff00779e6c0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b615d9fb0618ab3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-f82521dd8dfff456.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-ebacbb4871bfb0c5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-6fdeec24944bc0bb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-0ffdeed955cab556.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/usr/lib/amd64`
47282025-05-22T20:17:39.415Z 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=d2b57c3a4fb0c65a -C extra-filename=-09877a2ef348ce84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-3f0800d66ba0dd22.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-0dd4e25d1bec566d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a1bc1518771d14b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1fc7900a737aa7c1.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-84e797a2d3eb2d0c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-13e0849623785201.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-3f2c1554917f5114.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ae1147ca51c1d919.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d2eb89831c39492e.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b563444bd3d79103.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e822832db8731ed7.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-04e2b99d1d8971e7.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ce697cc2b74c394e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-10719ff00779e6c0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b615d9fb0618ab3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-f82521dd8dfff456.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-ebacbb4871bfb0c5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-6fdeec24944bc0bb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-0ffdeed955cab556.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/usr/lib/amd64`
47292025-05-22T20:17:43.858Z 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=680f835e5b8ede1a -C extra-filename=-edcd6ed3eb8da227 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-1b2e9ab2b42529fb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-dfffbb5b0006795e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-51e372b8de9ba8d7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/`
47302025-05-22T20:17:48.671Z 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=6fcc2da0e34307fb -C extra-filename=-aec4f51aec958253 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-21f80b885276f263.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-1b2e9ab2b42529fb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-dfffbb5b0006795e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-51e372b8de9ba8d7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47312025-05-22T20:17:54.173Z 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=eb8b1ee5ee29b5f5 -C extra-filename=-7a4a59d45735f8c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-1b2e9ab2b42529fb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-dfffbb5b0006795e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-51e372b8de9ba8d7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/`
47322025-05-22T20:17:54.329Z 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=9f20c579886ed05e -C extra-filename=-eecfd67efb6f03c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-21f80b885276f263.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-1b2e9ab2b42529fb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-dfffbb5b0006795e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-51e372b8de9ba8d7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47332025-05-22T20:17:57.445Z 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=ad57a575b2ea5b42 -C extra-filename=-3b01428da373c596 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-21f80b885276f263.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-1b2e9ab2b42529fb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-dfffbb5b0006795e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-51e372b8de9ba8d7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47342025-05-22T20:18:00.687Z 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=cf2231aa2b4a2f13 -C extra-filename=-cee1228b58890fa1 --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-c9aa51029d55f966.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47352025-05-22T20:18:03.068Z 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=3b20f96d2d39e0bb -C extra-filename=-0090c6c6b15dfe03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7f8c95ada91691fa.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c9aa51029d55f966.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-23501c83745c97ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-13588d279a0e6993.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-c34e3f0d4b218dc7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
47362025-05-22T20:18:04.911Z 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=bcf117749bab8887 -C extra-filename=-aecc4f5c1263eb6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b6fec43e878afad.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aba008871031d993.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-134bca3b93585162.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f9c9c39d28fb8e6b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-299899adb86beeea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-dbb95394240ae42c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47372025-05-22T20:18:08.343Z 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=cebbae2ba0f5f421 -C extra-filename=-856d17e30065f98c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b6fec43e878afad.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aba008871031d993.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-134bca3b93585162.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f9c9c39d28fb8e6b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-299899adb86beeea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-dbb95394240ae42c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47382025-05-22T20:18:09.021Z 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=14436dcd91b59a54 -C extra-filename=-a8b4dcf29a0381a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b6fec43e878afad.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aba008871031d993.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-134bca3b93585162.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f9c9c39d28fb8e6b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-299899adb86beeea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-dbb95394240ae42c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47392025-05-22T20:18:22.345Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
47402025-05-22T20:18:22.378Z 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=d2ef77f5add0fb84 -C extra-filename=-120efe95c0d79782 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b6fec43e878afad.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-1262476b355dfc32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-1b3455a40a6b6e81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47412025-05-22T20:18:28.891Z 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=8b201086f26e7252 -C extra-filename=-db35f21369cbbeeb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-280fecc7b698028f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-6694872af3218eb5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-5ddb8831862ed086.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b6fec43e878afad.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-974b4896704c0746.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2c32153211f3719b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-1262476b355dfc32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-20f4962940a3a360.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c9b598c9cea6c619.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-058b814ab96e74ad.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-1b3455a40a6b6e81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-dbb95394240ae42c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-dd4b10d855b8e952.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47422025-05-22T20:18:29.218Z 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=b83db3f83aebd5d2 -C extra-filename=-0049c215a0ca4941 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-280fecc7b698028f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-6694872af3218eb5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-5ddb8831862ed086.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-974b4896704c0746.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2c32153211f3719b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-1262476b355dfc32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-20f4962940a3a360.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c9b598c9cea6c619.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-058b814ab96e74ad.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-1b3455a40a6b6e81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-dd4b10d855b8e952.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/`
47432025-05-22T20:18:29.566Z 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=839f26c19a9e0d6f -C extra-filename=-0ee4cfa4bb53a1b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-280fecc7b698028f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-6694872af3218eb5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-5ddb8831862ed086.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b6fec43e878afad.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-974b4896704c0746.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2c32153211f3719b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-20f4962940a3a360.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c9b598c9cea6c619.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-058b814ab96e74ad.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-1b3455a40a6b6e81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-dbb95394240ae42c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-dd4b10d855b8e952.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47442025-05-22T20:18:40.001Z 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=3af3a1427b5e4d06 -C extra-filename=-ad98d2fbaa624287 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b6fec43e878afad.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aba008871031d993.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f9c9c39d28fb8e6b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-299899adb86beeea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-dbb95394240ae42c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47452025-05-22T20:18:41.964Z 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=52948210008bad4e -C extra-filename=-0d3cd669eec0ce31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-280fecc7b698028f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-6694872af3218eb5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-5ddb8831862ed086.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b6fec43e878afad.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-974b4896704c0746.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2c32153211f3719b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-1262476b355dfc32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-20f4962940a3a360.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c9b598c9cea6c619.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-058b814ab96e74ad.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-1b3455a40a6b6e81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-dbb95394240ae42c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-dd4b10d855b8e952.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47462025-05-22T20:18:45.144Z 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=4e47f4dc6635e434 -C extra-filename=-8d68579f9d5137ce --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-99e741043228244f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-974b4896704c0746.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-1262476b355dfc32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-dbb95394240ae42c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47472025-05-22T20:18:45.323Z 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=9c3a01fa1f641724 -C extra-filename=-fe34726344b27c0d --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-f2622ce25bc38426.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d1e10ca733f49110.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
47482025-05-22T20:18:49.668Z 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=0158c2b8e0267046 -C extra-filename=-14e1f0ecf3c33257 --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-1cd817a3f34bbccd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fde91e02b5e34bee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5ad3554f8389aea7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d1e10ca733f49110.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47492025-05-22T20:18:50.944Z 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=24389c69040365b0 -C extra-filename=-c3307d0bcba59f3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2ed982ab574d3381.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-793e67e6a38393d1.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-28c94b5b1ba9bebe.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f2622ce25bc38426.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ee912c437156fb5c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-70987375fdf21863.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1df1e5c245214b7d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-043cbc8d74749c70.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71afdea17575306c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-18e34be0a9d8916f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ca999e2485026416.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-08514d8b3d909635.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e457768128836586.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-bc84017ff3f4fc7c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fde91e02b5e34bee.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-07c8cab37eeeb7eb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-836bb1b5deb1d41d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9eeee9387e412400.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec08e09067973eb9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-585a69e7b541d637.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-20f4962940a3a360.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c9b598c9cea6c619.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-53020d7d109f16b1.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a214444d5a087fa5.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c25c257aa99a7c0c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a92d1d23c6982176.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-21d72b11cf8192de.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f9c9c39d28fb8e6b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-299899adb86beeea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-82f5b5779c10b7f8.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-68aa77e3bd9fecef.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-5265c0f44ab35552.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-fe66b18e5d9003b2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-304d2f67b89658c0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c8a4237251da16e2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-4be5539cfba170a3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-33e696f18d49a9d1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bbf7d9169f96811b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-4ce4f94fd135675e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ef3831e116aacf0b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/`
47502025-05-22T20:19:02.191Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
47512025-05-22T20:19:02.217Z 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=360f8a68e4753cd8 -C extra-filename=-8dd24759db7c2a56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6fd1820348c63f7e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f9c9c39d28fb8e6b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a6ed5a3bfc69ba77.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3f1179eed97634f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
47522025-05-22T20:19:03.217Z 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=297ba133c93437ec -C extra-filename=-5e51558cdcc7a72b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f350214c5e77f4cb.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-2bbad1053bc3dd9c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7f8c95ada91691fa.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9eeee9387e412400.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-c34e3f0d4b218dc7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47532025-05-22T20:19:05.754Z 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=7a93e153d62a75bb -C extra-filename=-6754ffd309617792 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-21f80b885276f263.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-1b2e9ab2b42529fb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-dfffbb5b0006795e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47542025-05-22T20:19:05.828Z 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=1fa251712ba2fc7f -C extra-filename=-a56f199369ef4ab3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-46237a27e33a0ab0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-daeb11303b9f9ecb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
47552025-05-22T20:19:13.553Z 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=ca1f3bd1ff549bd2 -C extra-filename=-02f3ac3b41bad848 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-802d80532f274d68.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-974b4896704c0746.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aba008871031d993.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-a36be6e63a1c4628.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-298fd8ccc2fc37c7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-82f5b5779c10b7f8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-dbb95394240ae42c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b755c5a6bb05839b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/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-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
47562025-05-22T20:19:16.134Z 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=2c4cdafe3f4a622b -C extra-filename=-b6336b194b620a0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47572025-05-22T20:19:25.802Z 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=5139e267ddb8b92d -C extra-filename=-31d3f8e81eb5cb2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71afdea17575306c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-b811c2f97608b7d7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-11718ba67897d8f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
47582025-05-22T20:19:26.495Z 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=1625cfd731b5e763 -C extra-filename=-1e1edb00ee8b3108 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1fc7900a737aa7c1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-31d3260ba3487f46.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d9bbcb5bbc5388a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/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-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
47592025-05-22T20:19:42.111Z 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=883d06b8582154f9 -C extra-filename=-85530ffcedf6ae2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-3f0800d66ba0dd22.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-0dd4e25d1bec566d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a1bc1518771d14b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1fc7900a737aa7c1.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-84e797a2d3eb2d0c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-3f2c1554917f5114.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ae1147ca51c1d919.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d2eb89831c39492e.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b563444bd3d79103.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e822832db8731ed7.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ce697cc2b74c394e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-10719ff00779e6c0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b615d9fb0618ab3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-f82521dd8dfff456.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-ebacbb4871bfb0c5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-6fdeec24944bc0bb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-0ffdeed955cab556.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
47602025-05-22T20:19:43.963Z 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=a38fd71c5c8012b5 -C extra-filename=-2c80e2f3c5845229 --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-1cd817a3f34bbccd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5ad3554f8389aea7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/`
47612025-05-22T20:19:44.133Z 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=c2e294938cda5de1 -C extra-filename=-b21752e515e20742 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3bf705d51a8bc27f.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-85e23b5420a509ee.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ac940d7a2dea05c4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c339136713dd47b6.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6420efae7cb728cf.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a7fea1c3730556fb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-43ee184755a254a4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7babaaf4dc334ecd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
47622025-05-22T20:19:45.493Z 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=76946067d794c926 -C extra-filename=-e3dfc89e10f3c955 --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-178f17d25fe9aeb4.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/`
47632025-05-22T20:19:46.518Z 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=dc61241dd85e21ec -C extra-filename=-2210a46b61289978 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-87a105be0507419e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d9bbcb5bbc5388a2.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ce697cc2b74c394e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/`
47642025-05-22T20:19:47.876Z 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=541fdf35aa7d85ab -C extra-filename=-d055596ffe3d665b --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-1839dbb889cbb915.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/`
47652025-05-22T20:19:51.307Z 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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=6ab030bfe41192f7 -C extra-filename=-fe5e84fcaaee7afe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-07c8cab37eeeb7eb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4c50366c16e309bb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-68aa77e3bd9fecef.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c8a4237251da16e2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-4be5539cfba170a3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-2a24cc18133aa099.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ef3831e116aacf0b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out`
47662025-05-22T20:19:51.520Z 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=c926e7e9bf53063c -C extra-filename=-91cc1ca75a622bcf --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-99e741043228244f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-304d2f67b89658c0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47672025-05-22T20:19:55.521Z 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=25f68aae193260f6 -C extra-filename=-fa6a71172edc40c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-043cbc8d74749c70.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-937926e7fb09cd39.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-059aaaeb79586350.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-6e5529a61faa4dd6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0a918b55e10e43c7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-205871702b3c1b92.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0dba5871d0ebce1f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
47682025-05-22T20:19:59.535Z 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=3202c65b7cc2d2ed -C extra-filename=-361ae20ea37a1907 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-043cbc8d74749c70.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-937926e7fb09cd39.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-059aaaeb79586350.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-6e5529a61faa4dd6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0a918b55e10e43c7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-205871702b3c1b92.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0dba5871d0ebce1f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/usr/lib/amd64`
47692025-05-22T20:20:02.275Z 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=cf673783290ff2fc -C extra-filename=-0b5dd55cc7d29683 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-043cbc8d74749c70.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-205871702b3c1b92.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/usr/lib/amd64`
47702025-05-22T20:20:02.499Z 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=dd7af6f89fa2acf8 -C extra-filename=-3ae1389fd9cb31b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-043cbc8d74749c70.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-937926e7fb09cd39.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-059aaaeb79586350.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-6e5529a61faa4dd6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0a918b55e10e43c7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-205871702b3c1b92.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0dba5871d0ebce1f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/usr/lib/amd64`
47712025-05-22T20:20:03.267Z 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=b7080c965b4ca658 -C extra-filename=-77349d660fb9114d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-043cbc8d74749c70.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-937926e7fb09cd39.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-059aaaeb79586350.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-6e5529a61faa4dd6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0a918b55e10e43c7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-205871702b3c1b92.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0dba5871d0ebce1f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
47722025-05-22T20:20:17.561Z 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=6074d2c0cab9e101 -C extra-filename=-b0e730ea7cb86cf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-043cbc8d74749c70.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-937926e7fb09cd39.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-059aaaeb79586350.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-6e5529a61faa4dd6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0a918b55e10e43c7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-205871702b3c1b92.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0dba5871d0ebce1f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
47732025-05-22T20:20:20.544Z 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=e0caf17fc364d028 -C extra-filename=-2a18f026267a460b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-043cbc8d74749c70.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-937926e7fb09cd39.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-059aaaeb79586350.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-6e5529a61faa4dd6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0a918b55e10e43c7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-205871702b3c1b92.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0dba5871d0ebce1f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/usr/lib/amd64`
47742025-05-22T20:20:24.624Z 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=380a19de9bd896ac -C extra-filename=-79f19778a4ea5c67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-043cbc8d74749c70.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-937926e7fb09cd39.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-059aaaeb79586350.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-6e5529a61faa4dd6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0a918b55e10e43c7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-205871702b3c1b92.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0dba5871d0ebce1f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/usr/lib/amd64`
47752025-05-22T20:20:24.689Z 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=8a073ebe916609e3 -C extra-filename=-830d19d538429129 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-043cbc8d74749c70.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-937926e7fb09cd39.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-059aaaeb79586350.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-6e5529a61faa4dd6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0a918b55e10e43c7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-205871702b3c1b92.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0dba5871d0ebce1f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/usr/lib/amd64`
47762025-05-22T20:20:35.494Z 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=90cd90adbc5cc80f -C extra-filename=-6b1e64189a3ae525 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a2ce994b29edea0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-cb797a97a5615274.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-4be5539cfba170a3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out`
47772025-05-22T20:21:12.537Z 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=3777ae638c6c0292 -C extra-filename=-b27cb3eca933e5e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-07c8cab37eeeb7eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c8a4237251da16e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-2a24cc18133aa099.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out`
47782025-05-22T20:21:18.380Z 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=54f5ce819a9de602 -C extra-filename=-f31c5ce6ae8c43ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-937926e7fb09cd39.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-059aaaeb79586350.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-6e5529a61faa4dd6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0a918b55e10e43c7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-205871702b3c1b92.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0dba5871d0ebce1f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/usr/lib/amd64`
47792025-05-22T20:21:25.959Z 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=a898752b1b0f0808 -C extra-filename=-dc9ed0b9d659a567 --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-fde91e02b5e34bee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5ad3554f8389aea7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
47802025-05-22T20:21:26.296Z 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=f5587d280df88396 -C extra-filename=-94b64d598df780be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fde91e02b5e34bee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
47812025-05-22T20:21:29.078Z 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=987216306b53f3e0 -C extra-filename=-eadbedecbb023e91 --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-baeff8589e43a779.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-793e67e6a38393d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-566f88cfd11bd304.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-85cdd742a5123a32.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-3c5ca9db08553e22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6bf1502fcb651c82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-82f5b5779c10b7f8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d48eec03d2eb3b3a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47822025-05-22T20:21:29.881Z 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=ebe21ce1e5d1282a -C extra-filename=-2b34963b32277c08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-53020d7d109f16b1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5ad3554f8389aea7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47832025-05-22T20:21:32.436Z 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=4abafa60bfcb8332 -C extra-filename=-f1ac419e841adfa9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-793e67e6a38393d1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-53020d7d109f16b1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-21d72b11cf8192de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-82f5b5779c10b7f8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47842025-05-22T20:21:45.146Z 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=8075276529933648 -C extra-filename=-76780bf2e6d1dfe1 --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-1839dbb889cbb915.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47852025-05-22T20:21:45.295Z 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=2e2390dd48078db9 -C extra-filename=-3f8b60a6274c9dfc --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-baeff8589e43a779.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-793e67e6a38393d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-566f88cfd11bd304.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-85cdd742a5123a32.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-3c5ca9db08553e22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6bf1502fcb651c82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-82f5b5779c10b7f8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d48eec03d2eb3b3a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47862025-05-22T20:21:46.908Z 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=a4fca73aff0b55da -C extra-filename=-3f6b3090037f9dbf --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-05d9a6e89676a9f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-23e55ccd9b92683e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
47872025-05-22T20:21:50.095Z 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=c1dc9a015893d044 -C extra-filename=-c6869542edf3b784 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-31d3260ba3487f46.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-bc96ce2a14d137e0.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-dbd8afcc284de691.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d9bbcb5bbc5388a2.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a041e6542cd42be6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
47882025-05-22T20:21:54.474Z 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=044f1f99268dff97 -C extra-filename=-4e67f7f9329dc21c --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-7a804a21217d5ba6.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-695a5f250385268d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0555517f9c6b7335.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
47892025-05-22T20:21:56.968Z 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=31dc1a0c36b64201 -C extra-filename=-ace0fd2341dace0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-bc96ce2a14d137e0.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d9bbcb5bbc5388a2.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a041e6542cd42be6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
47902025-05-22T20:22:00.176Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47912025-05-22T20:22:00.202Z 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=93c507f24ce82caf -C extra-filename=-25e349a1438762e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
47922025-05-22T20:22:01.515Z 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=45ad129cb695b3e5 -C extra-filename=-507fb959d0d4baf6 --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-1839dbb889cbb915.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-280fecc7b698028f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-974b4896704c0746.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/`
47932025-05-22T20:22:03.161Z 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=66cd5aae1b909817 -C extra-filename=-58be2e4928ad16ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-802d80532f274d68.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-974b4896704c0746.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aba008871031d993.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-a36be6e63a1c4628.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-298fd8ccc2fc37c7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-82f5b5779c10b7f8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b755c5a6bb05839b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/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-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
47942025-05-22T20:22:04.687Z 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=5396ed8e4246f79d -C extra-filename=-acf58df8b52ba39a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c75cee37aee73d50.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-0363576967932e69.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f350214c5e77f4cb.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-85e23b5420a509ee.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-974b4896704c0746.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-09cebd030251fa7f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dd3873209fa27529.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ce697cc2b74c394e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7babaaf4dc334ecd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L /usr/platform/oxide/lib/amd64/`
47952025-05-22T20:22:05.287Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
47962025-05-22T20:22:05.312Z 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=c57f6e60824c5b8a -C extra-filename=-2aef4d175fe74ae5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dd3873209fa27529.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-21d72b11cf8192de.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/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-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
47972025-05-22T20:22:05.760Z 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=85b2cc1dacb5781a -C extra-filename=-c004873041097173 --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-baeff8589e43a779.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-566f88cfd11bd304.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-85cdd742a5123a32.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-3c5ca9db08553e22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6bf1502fcb651c82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-82f5b5779c10b7f8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d48eec03d2eb3b3a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47982025-05-22T20:22:07.745Z 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=36bdab2d030ed3d1 -C extra-filename=-ade1b8772f406e96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dd3873209fa27529.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-21d72b11cf8192de.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/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-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
47992025-05-22T20:22:08.853Z 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=b52d4ea1016f6747 -C extra-filename=-7c837796ae27b0a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6fd1820348c63f7e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ee912c437156fb5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-85e23b5420a509ee.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-cf5a4519ad610b34.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-3d2fa1f1b50ae27e.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-04d215a8959f0703.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-faa762f55049f9c0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-b811c2f97608b7d7.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d122a0cd649f2f6a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/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-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48002025-05-22T20:22:10.098Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
48012025-05-22T20:22:10.124Z 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=6eb71aa0e14dff93 -C extra-filename=-df05a38cdf400a93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/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-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48022025-05-22T20:22:12.984Z 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=7e35b6b1c1968b26 -C extra-filename=-a72140c55ec3debd --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-861b24e1ce2145a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/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-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48032025-05-22T20:22:15.182Z 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=d8a117f0bab60ace -C extra-filename=-d09a92746b581ebe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2ed982ab574d3381.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-c2e3b4797df951d4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ae1147ca51c1d919.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8de967e119dd7c6d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-4a1ab06eec285bf2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-21d72b11cf8192de.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-42e297bdf6176b96.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-06402b32ad514be7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/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-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48042025-05-22T20:22:16.735Z 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=861d5f45ab7635fe -C extra-filename=-e2b0098a53659ffe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e93e7f76a769c152.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d122a0cd649f2f6a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/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-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48052025-05-22T20:22:17.805Z 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=c8247fba2ea0ecca -C extra-filename=-0cc116a5f9da9a79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-87cbca4990a29b56.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-7ad9fe31fb5e4172.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-585a69e7b541d637.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-a2e29396d1392be0.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-cb797a97a5615274.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5ad3554f8389aea7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-521af590f1ebdea1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ef3831e116aacf0b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
48062025-05-22T20:22:18.482Z 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=81e4ed188bf3119c -C extra-filename=-65b06e4c2dd94a18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ae1147ca51c1d919.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-d8ce5288ac3a0465.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-d6e9d2b68cad853c.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8b784133c07233da.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bbf7d9169f96811b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out`
48072025-05-22T20:22:19.525Z 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=28b1d30c7c596b76 -C extra-filename=-b399ad777869acf3 --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-e54d7805221c2d6c.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-c2a0be81ef6eaaf6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dd3873209fa27529.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a5cba47263e8a0d9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-21d72b11cf8192de.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out -L native=/usr/lib/amd64`
48082025-05-22T20:22:20.780Z 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=0b65c2e110826314 -C extra-filename=-38f21ef05fd04a97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2ed982ab574d3381.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-c2e3b4797df951d4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ae1147ca51c1d919.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8de967e119dd7c6d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-4a1ab06eec285bf2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-21d72b11cf8192de.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-42e297bdf6176b96.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-06402b32ad514be7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/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-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48092025-05-22T20:22:23.271Z 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=c284c236701c7259 -C extra-filename=-04a3cac14ad673f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d2eb89831c39492e.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d9bbcb5bbc5388a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48102025-05-22T20:22:29.800Z 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=b4f3486df9efd5ba -C extra-filename=-a1b56b27bbd41c18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d9bbcb5bbc5388a2.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a041e6542cd42be6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48112025-05-22T20:22:31.309Z 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=5292d537c3dbfb3d -C extra-filename=-b9b3962ded5b9d46 --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-1cd817a3f34bbccd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-87a105be0507419e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48122025-05-22T20:22:31.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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd8ec339719a37b5 -C extra-filename=-d239b6059d63d582 --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-1cd817a3f34bbccd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48132025-05-22T20:22:33.606Z 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=f372ae61a495e1d4 -C extra-filename=-6444e8652ca1b934 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2c32153211f3719b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48142025-05-22T20:22:34.935Z 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=3d2e9f440c6df440 -C extra-filename=-0f26712c03311a7e --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-1d657856036a97d2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48152025-05-22T20:22:36.586Z 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=7d126968098afda9 -C extra-filename=-e71b9b3cea3477f6 --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-99e741043228244f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1fc7900a737aa7c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48162025-05-22T20:22:37.114Z 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=0711da6153ccb6ff -C extra-filename=-31b2e57b49b9fb8a --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-1cd817a3f34bbccd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48172025-05-22T20:22:37.182Z 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=231c07e1ad35a61e -C extra-filename=-08cacad68380d5f9 --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-1cd817a3f34bbccd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48182025-05-22T20:22:38.312Z 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=cc5773d47f263856 -C extra-filename=-472222a0e325e0c9 --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-1cd817a3f34bbccd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48192025-05-22T20:22:38.597Z 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=bfd864a6deab0045 -C extra-filename=-0621a858d6c52a58 --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-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5ad3554f8389aea7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48202025-05-22T20:22:38.821Z 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=1d9736b883505172 -C extra-filename=-be89ab8b929309cd --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-06ce76ea3062167a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48212025-05-22T20:22:41.306Z 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=8174a86f9734d8ec -C extra-filename=-66813c8856f919e8 --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-48cd39f6f519f21d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a6e43ce4e980dd73.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48222025-05-22T20:22:42.021Z 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=c925197d87e2103a -C extra-filename=-99625739b75cbc7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48232025-05-22T20:22:42.909Z 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=807e2aaca9fed669 -C extra-filename=-c0accee06d4a1c5b --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-1cd817a3f34bbccd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f350214c5e77f4cb.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48242025-05-22T20:22:43.746Z 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=ab3f107c9b796a2f -C extra-filename=-358e601c36c95ad9 --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-178f17d25fe9aeb4.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-3c5ca9db08553e22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6bf1502fcb651c82.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-82f5b5779c10b7f8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48252025-05-22T20:22:43.996Z 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=59d3e8dd56fdf302 -C extra-filename=-efa410b9ac81ce3c --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-1cd817a3f34bbccd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48262025-05-22T20:22:46.400Z 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=b91b4ef4cfb1151c -C extra-filename=-d5aee2a3a89c60b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2ed982ab574d3381.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-c2e3b4797df951d4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ae1147ca51c1d919.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8de967e119dd7c6d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-4a1ab06eec285bf2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-21d72b11cf8192de.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-42e297bdf6176b96.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-06402b32ad514be7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/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-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48272025-05-22T20:22:48.444Z 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=408455309c4b9378 -C extra-filename=-bc3eaf642b9c8566 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48282025-05-22T20:22:48.627Z 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=4291c2e4a6f6e86f -C extra-filename=-93d108089888c417 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48292025-05-22T20:22:52.093Z 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=c325d7f71d1e3f98 -C extra-filename=-2aff34682aecc31f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2ed982ab574d3381.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f350214c5e77f4cb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48302025-05-22T20:22:53.414Z 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=09cd71edf41f98be -C extra-filename=-56a6ec017915ef53 --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-85cdd742a5123a32.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-8c157499cf53fa6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48312025-05-22T20:22:54.585Z 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=bd8a84ec40bc4eeb -C extra-filename=-ba0cfeaf209a0612 --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-f650cf923ca8fbb1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48322025-05-22T20:22:57.029Z 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=36a8bb69d901003c -C extra-filename=-43d9d64b77981594 --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-1cd817a3f34bbccd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48332025-05-22T20:23:00.637Z 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=95f4c2fb0fa5871c -C extra-filename=-b7165378ed53d52f --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-1cd817a3f34bbccd.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-86c99ae0df69156e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48342025-05-22T20:23:01.806Z 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=761a3a318ccb4564 -C extra-filename=-a43d0dbf9ca8c170 --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-33b0ce998003bbb7.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-b1334028fa044a6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a041e6542cd42be6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c0d3326f90e6d1d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48352025-05-22T20:23:04.397Z 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=dea9436e71b7417a -C extra-filename=-cc14494479ce8ed1 --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-33b0ce998003bbb7.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-b1334028fa044a6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a041e6542cd42be6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c0d3326f90e6d1d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48362025-05-22T20:23:05.345Z 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=0af63d7e6a4aecd0 -C extra-filename=-a7e43583973b0551 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-d9e47a710bc38c83.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-cb797a97a5615274.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-430d859215fc2171.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-5d336fd19e8d8000.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48372025-05-22T20:23:06.120Z 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=5814a43ecd26c6d5 -C extra-filename=-f0b39146a74c7975 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c75cee37aee73d50.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-03110428734066a6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f350214c5e77f4cb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-836bb1b5deb1d41d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a6e43ce4e980dd73.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-73bb3674874c829a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5ad3554f8389aea7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48382025-05-22T20:23:06.383Z 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=fd939a5b6f2e4d11 -C extra-filename=-97aede39a34df9b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e93e7f76a769c152.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a2ce994b29edea0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-eeb238e858ddb870.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48392025-05-22T20:23:06.911Z 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=c6f89c53291aa8d1 -C extra-filename=-2802be1d7e7fae3e --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-09cebd030251fa7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ef8c2fcc9369ed60.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-0bb76ceb9e289599.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48402025-05-22T20:23:07.099Z 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=0041308c8cf30677 -C extra-filename=-ac92517b06281dfe --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-7a804a21217d5ba6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48412025-05-22T20:23:07.310Z 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=b866c791ce60c8b0 -C extra-filename=-f6e1b8c4088e4ab0 --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-47534339b40df4f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f350214c5e77f4cb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48422025-05-22T20:23:07.877Z 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=755785b248330b93 -C extra-filename=-1c29a0b5ed843f1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-d9e47a710bc38c83.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-430d859215fc2171.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-5d336fd19e8d8000.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48432025-05-22T20:23:07.970Z 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=4f0cd3f99704ca0f -C extra-filename=-abdc1b66528ec807 --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-5d6c1e9618f55f42.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-68878559edd21b25.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48442025-05-22T20:23:08.644Z 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=15276cbd5966091e -C extra-filename=-0ae81bad1178c3de --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-7a804a21217d5ba6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48452025-05-22T20:23:09.282Z 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=bf18c7fdfe37fc27 -C extra-filename=-d6c33f3db249baa1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-18e34be0a9d8916f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48462025-05-22T20:23:09.381Z 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=779d666c7584d088 -C extra-filename=-00aa19dca1864802 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b615d9fb0618ab3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48472025-05-22T20:23:09.691Z 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=d619fc2cd0375b17 -C extra-filename=-4e4c515c2e705255 --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-1839dbb889cbb915.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48482025-05-22T20:23:10.295Z 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=6e74418a27c87905 -C extra-filename=-c73239a1459fdc44 --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-1839dbb889cbb915.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48492025-05-22T20:23:11.709Z 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=25f1528704dfe917 -C extra-filename=-c2a561d7ba886ce2 --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-7a804a21217d5ba6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48502025-05-22T20:23:12.539Z 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=9ed750a41ffe05b3 -C extra-filename=-26dd3243ed2c3a1f --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-1cd817a3f34bbccd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48512025-05-22T20:23:13.904Z 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=fd11df5472d48740 -C extra-filename=-f98c61638c04176d --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-7a804a21217d5ba6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48522025-05-22T20:23:14.247Z 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=381a431470dcd3eb -C extra-filename=-14781a95d4730265 --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-ac940d7a2dea05c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib -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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48532025-05-22T20:23:14.406Z 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=b451cd7a1eabc341 -C extra-filename=-a1bd24cf1657d2e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a6e43ce4e980dd73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5ad3554f8389aea7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48542025-05-22T20:23:15.281Z 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=925490d9bd7e8753 -C extra-filename=-f94540e37235e548 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48552025-05-22T20:23:15.663Z 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=c6b1b0211035de5e -C extra-filename=-b87a7f95c6b553e2 --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-f350214c5e77f4cb.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-85e23b5420a509ee.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48562025-05-22T20:23:15.940Z 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=a50c6777c876e162 -C extra-filename=-72406e62fa7cb62c --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-7a804a21217d5ba6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48572025-05-22T20:23:16.635Z 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=41da840317d9892a -C extra-filename=-f07df2eaa1d0acdb --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-1d6ab4ed8afa3f4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6bf1502fcb651c82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48582025-05-22T20:23:16.761Z 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=4d3445620ba8bc79 -C extra-filename=-5ec97b2161817dbf --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-7a804a21217d5ba6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48592025-05-22T20:23:17.420Z 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=9d4aa771ea5ccd8c -C extra-filename=-ec4ffb1ac3bfbaa3 --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-7a804a21217d5ba6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48602025-05-22T20:23:18.285Z 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=9ac5553bdb94680e -C extra-filename=-7e0a973bd1303098 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-21d72b11cf8192de.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48612025-05-22T20:23:19.637Z 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=f332607fc8ce86c9 -C extra-filename=-85596970df453f58 --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-7a804a21217d5ba6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48622025-05-22T20:23:20.138Z 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=4d8514189e71787b -C extra-filename=-c8f9cfd489b376d1 --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-7a804a21217d5ba6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48632025-05-22T20:23:21.094Z 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=1ce8084f02f40e4e -C extra-filename=-5b3a89bc8e724632 --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-d8bd5b90e89be16d.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-36bced02ae4bd5ce.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-e40f3784fef46667.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2fad40719046d586.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-fae69d05f1cd8859.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be8aff341cdf0f9a.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-beab76081c319986.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-74fae681615b10bb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6fd1820348c63f7e.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-64aa4ce7eb6af6b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-2715fefc30f52791.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ec0951ff84750b18.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-0363576967932e69.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-31712546fcde96fc.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-7359b4299789c5bf.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-3f2c1554917f5114.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-4c308f9f263b3acb.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-9c47023c64efb974.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f350214c5e77f4cb.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1d6ab4ed8afa3f4c.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-9fc69d5c4eb5f54b.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-dc7921bbf0ae3c48.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-903db01f47f860dd.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-391a2f5ca8aa2814.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-45931e58a466b58b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-18e34be0a9d8916f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a2ce994b29edea0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3690577ee22f758c.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b54f0766faacde7a.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e1867bd8b0b9071d.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5a41f0b5a4a31464.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d3e85c47b514f975.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-02873555aa1f7fad.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-f9fc266c50de2be5.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b7e2d5194bb65c6f.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-6e5529a61faa4dd6.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-7fc1247b1e4c45d9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c7a6dc45672657bd.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4e5ed60eb88b216b.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8e30d2ac86fd165d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-cf5a4519ad610b34.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-bc205343c3f910de.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c919e9c07f8e06f6.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0d7cde468535b2dd.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45fc1ecef8334f2d.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-546499f45209a4df.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0285c7849a144e15.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-09cebd030251fa7f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-a36be6e63a1c4628.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e822832db8731ed7.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-fee13790db3f937e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b1af0a1645222b48.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-1d5d7e38952c741d.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-342e1c0a888cffaa.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1e0427ca8cfde79c.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-7d36d1187c824df7.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-c3d33902be3a3c7a.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-a0c82bb1eeded8a6.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-aee31058d714c40e.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-14b6e25768d4002a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6fc1782911ea05df.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8a5c4ab1e9e4d4bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a8cfc978a1436320.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-52a7e34822aa1467.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-da154a6f1e98b245.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b1b1d9a77e02b58b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4c50366c16e309bb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1e37e518e321c5ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0559c45c5f37fd70.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-dbb95c3a428e30f8.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-dc900234ca880324.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-b3f851e4e1013d46.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6170a89a7cf31b99.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-5fe7f57acb8668b8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-946b619ace1d2796.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-1a53d49653501b73.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a50964eed4dd5fca.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-eeb238e858ddb870.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5601242d4cca54cf.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0b7c8d2cf36bacc2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-4160d46f2ca5230e.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-37ca749e972e1092.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-86d4ae5d34df00b9.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b755c5a6bb05839b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-bf13de9ad42c7533.rlib --extern zip_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out`
48642025-05-22T20:23:21.471Z 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=f6f313cd45670e25 -C extra-filename=-6b252e7c63213a5c --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-f350214c5e77f4cb.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-09cebd030251fa7f.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48652025-05-22T20:23:21.586Z 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=-125f13356281e292 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48662025-05-22T20:24:24.780Z 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=ea3f58a03298c072 -C extra-filename=-11fc11aa559ac11a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-b3c7c8024b0365f8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52b67f6e83ede749.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-45d1fba194e9e613.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4d551551bccdf766.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-7c94020e633fd86e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib -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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/`
48672025-05-22T20:24:24.829Z 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=1a824b341bc9d59a -C extra-filename=-d14bf4540eb8fe27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ad0f4bb11ef44287.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52b67f6e83ede749.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4d551551bccdf766.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-1b3455a40a6b6e81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/`
48682025-05-22T20:24:24.829Z 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=f86019ab5cdcf129 -C extra-filename=-7c3c90a7bbc65e93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ad0f4bb11ef44287.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52b67f6e83ede749.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-d75491811360066c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4d551551bccdf766.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-931dea1dd8118a38.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-1b3455a40a6b6e81.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/`
48692025-05-22T20:24:24.830Z 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=ac18fba506c23745 -C extra-filename=-c31b89b37fc1bd1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ad0f4bb11ef44287.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52b67f6e83ede749.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-d75491811360066c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4d551551bccdf766.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-931dea1dd8118a38.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-1b3455a40a6b6e81.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/`
48702025-05-22T20:24:24.868Z 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=9bcd7b3afaa6414d -C extra-filename=-c2b2188eb6300608 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-05f05592b2043506.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-3f2c1554917f5114.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1df1e5c245214b7d.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-86c99ae0df69156e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ac940d7a2dea05c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0eed3e3386dece13.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b6fec43e878afad.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-cf5a4519ad610b34.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-25ef5315ccd25883.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-773de5c5e04868fa.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c8318a6cd0b3b1b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c339136713dd47b6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7f8c95ada91691fa.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-b3c7c8024b0365f8.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-11b05d043c830cc5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52b67f6e83ede749.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-45d1fba194e9e613.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4d551551bccdf766.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-b811c2f97608b7d7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-dfffbb5b0006795e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d122a0cd649f2f6a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-daeb11303b9f9ecb.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b615d9fb0618ab3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7babaaf4dc334ecd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-eecf4bdd040b1bfd.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ad782180ecad993d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/`
48712025-05-22T20:24:24.913Z 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=182b13aee68668bf -C extra-filename=-6c4f36e47d248496 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-b3c7c8024b0365f8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52b67f6e83ede749.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-45d1fba194e9e613.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4d551551bccdf766.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-7c94020e633fd86e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib -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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/`
48722025-05-22T20:24:24.913Z 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=79e5f2bcb59dc2f3 -C extra-filename=-e67f418a81f81285 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-05f05592b2043506.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6be92b314cd65509.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-46237a27e33a0ab0.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-97d9e3ee3bd7112d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-70987375fdf21863.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ac940d7a2dea05c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-b8eab7450ece552e.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-2bbad1053bc3dd9c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-09cebd030251fa7f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c8318a6cd0b3b1b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c339136713dd47b6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7f8c95ada91691fa.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-134bca3b93585162.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9af4cf48550384b9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c9aa51029d55f966.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-b3c7c8024b0365f8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52b67f6e83ede749.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-45d1fba194e9e613.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4d551551bccdf766.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/`
48732025-05-22T20:24:24.998Z 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=bb460de8422d3384 -C extra-filename=-1f33fbbb2b5b4928 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-05f05592b2043506.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-3f2c1554917f5114.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1df1e5c245214b7d.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-86c99ae0df69156e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ac940d7a2dea05c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0eed3e3386dece13.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b6fec43e878afad.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-cf5a4519ad610b34.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-25ef5315ccd25883.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-773de5c5e04868fa.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c8318a6cd0b3b1b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c339136713dd47b6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7f8c95ada91691fa.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-b3c7c8024b0365f8.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-11b05d043c830cc5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52b67f6e83ede749.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-45d1fba194e9e613.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4d551551bccdf766.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-b811c2f97608b7d7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-dfffbb5b0006795e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d122a0cd649f2f6a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-daeb11303b9f9ecb.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b615d9fb0618ab3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7babaaf4dc334ecd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-eecf4bdd040b1bfd.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ad782180ecad993d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/`
48742025-05-22T20:29:54.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24m 03s
48752025-05-22T20:30:07.267Z
48762025-05-22T20:30:07.295Zreal 24:15.941051658
48772025-05-22T20:30:07.296Zuser 2:04:24.991868383
48782025-05-22T20:30:07.296Zsys 21:51.649869005
48792025-05-22T20:30:07.296Ztrap 11.819394327
48802025-05-22T20:30:07.296Ztflt 3.076822029
48812025-05-22T20:30:07.296Zdflt 6:34.508058223
48822025-05-22T20:30:07.296Zkflt 0.736877265
48832025-05-22T20:30:07.296Zlock 4:36:32.992008982
48842025-05-22T20:30:07.296Zslp 11:43:20.385989172
48852025-05-22T20:30:07.296Zlat 11:22.266329572
48862025-05-22T20:30:07.296Zstop 14:11.907307138
48872025-05-22T20:30:08.276Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
48882025-05-22T20:30:15.192Z Fresh unicode-ident v1.0.18
48892025-05-22T20:30:15.192Z Fresh cfg-if v1.0.0
48902025-05-22T20:30:15.192Z Fresh autocfg v1.4.0
48912025-05-22T20:30:15.192Z Fresh memchr v2.7.4
48922025-05-22T20:30:15.192Z Fresh value-bag v1.9.0
48932025-05-22T20:30:15.248Z Fresh proc-macro2 v1.0.95
48942025-05-22T20:30:15.248Z Fresh log v0.4.27
48952025-05-22T20:30:15.248Z Fresh version_check v0.9.5
48962025-05-22T20:30:15.248Z Fresh smallvec v1.14.0
48972025-05-22T20:30:15.248Z Fresh itoa v1.0.11
48982025-05-22T20:30:15.248Z Fresh quote v1.0.40
48992025-05-22T20:30:15.248Z Fresh libc v0.2.172
49002025-05-22T20:30:15.248Z Fresh scopeguard v1.2.0
49012025-05-22T20:30:15.248Z Fresh ryu v1.0.18
49022025-05-22T20:30:15.248Z Fresh once_cell v1.21.3
49032025-05-22T20:30:15.248Z Fresh stable_deref_trait v1.2.0
49042025-05-22T20:30:15.248Z Fresh syn v2.0.101
49052025-05-22T20:30:15.248Z Fresh getrandom v0.2.15
49062025-05-22T20:30:15.248Z Fresh lock_api v0.4.12
49072025-05-22T20:30:15.248Z Fresh shlex v1.3.0
49082025-05-22T20:30:15.248Z Fresh pin-project-lite v0.2.14
49092025-05-22T20:30:15.248Z Fresh serde_derive v1.0.219
49102025-05-22T20:30:15.248Z Fresh rand_core v0.6.4
49112025-05-22T20:30:15.248Z Fresh zeroize_derive v1.4.2
49122025-05-22T20:30:15.248Z Fresh libm v0.2.8
49132025-05-22T20:30:15.248Z Fresh synstructure v0.13.1
49142025-05-22T20:30:15.248Z Fresh jobserver v0.1.32
49152025-05-22T20:30:15.248Z Fresh serde v1.0.219
49162025-05-22T20:30:15.248Z Fresh zeroize v1.8.1
49172025-05-22T20:30:15.248Z Fresh num-traits v0.2.19
49182025-05-22T20:30:15.249Z Fresh zerofrom-derive v0.1.4
49192025-05-22T20:30:15.249Z Fresh yoke-derive v0.7.4
49202025-05-22T20:30:15.249Z Fresh regex-syntax v0.8.5
49212025-05-22T20:30:15.249Z Fresh cc v1.2.15
49222025-05-22T20:30:15.249Z Fresh zerovec-derive v0.10.3
49232025-05-22T20:30:15.249Z Fresh bytes v1.10.1
49242025-05-22T20:30:15.249Z Fresh bitflags v2.9.0
49252025-05-22T20:30:15.249Z Fresh serde_json v1.0.140
49262025-05-22T20:30:15.249Z Fresh zerofrom v0.1.4
49272025-05-22T20:30:15.249Z Fresh displaydoc v0.2.5
49282025-05-22T20:30:15.249Z Fresh byteorder v1.5.0
49292025-05-22T20:30:15.249Z Fresh aho-corasick v1.1.3
49302025-05-22T20:30:15.249Z Fresh yoke v0.7.4
49312025-05-22T20:30:15.249Z Fresh litemap v0.7.3
49322025-05-22T20:30:15.249Z Fresh writeable v0.5.5
49332025-05-22T20:30:15.249Z Fresh regex-automata v0.4.8
49342025-05-22T20:30:15.249Z Fresh icu_provider_macros v1.5.0
49352025-05-22T20:30:15.249Z Fresh subtle v2.6.1
49362025-05-22T20:30:15.249Z Fresh zerovec v0.10.4
49372025-05-22T20:30:15.249Z Fresh semver v1.0.26
49382025-05-22T20:30:15.249Z Fresh foldhash v0.1.3
49392025-05-22T20:30:15.249Z Fresh allocator-api2 v0.2.18
49402025-05-22T20:30:15.249Z Fresh equivalent v1.0.1
49412025-05-22T20:30:15.249Z Fresh icu_locid_transform_data v1.5.0
49422025-05-22T20:30:15.249Z Fresh errno v0.3.9
49432025-05-22T20:30:15.249Z Fresh tinystr v0.7.6
49442025-05-22T20:30:15.249Z Fresh hashbrown v0.15.1
49452025-05-22T20:30:15.249Z Fresh icu_collections v1.5.0
49462025-05-22T20:30:15.249Z Fresh parking_lot_core v0.9.10
49472025-05-22T20:30:15.249Z Fresh icu_properties_data v1.5.0
49482025-05-22T20:30:15.249Z Fresh percent-encoding v2.3.1
49492025-05-22T20:30:15.249Z Fresh utf16_iter v1.0.5
49502025-05-22T20:30:15.249Z Fresh icu_normalizer_data v1.5.0
49512025-05-22T20:30:15.249Z Fresh icu_locid v1.5.0
49522025-05-22T20:30:15.249Z Fresh parking_lot v0.12.3
49532025-05-22T20:30:15.249Z Fresh write16 v1.0.0
49542025-05-22T20:30:15.249Z Fresh utf8_iter v1.0.4
49552025-05-22T20:30:15.249Z Fresh form_urlencoded v1.2.1
49562025-05-22T20:30:15.250Z Fresh signal-hook-registry v1.4.2
49572025-05-22T20:30:15.250Z Fresh fnv v1.0.7
49582025-05-22T20:30:15.250Z Fresh icu_provider v1.5.0
49592025-05-22T20:30:15.250Z Fresh futures-core v0.3.31
49602025-05-22T20:30:15.250Z Fresh regex v1.11.1
49612025-05-22T20:30:15.250Z Fresh mio v1.0.2
49622025-05-22T20:30:15.250Z Fresh either v1.14.0
49632025-05-22T20:30:15.280Z Fresh icu_locid_transform v1.5.0
49642025-05-22T20:30:15.280Z Fresh rustix v0.38.37
49652025-05-22T20:30:15.280Z Fresh heck v0.5.0
49662025-05-22T20:30:15.280Z Fresh thiserror-impl v1.0.69
49672025-05-22T20:30:15.280Z Fresh indexmap v2.9.0
49682025-05-22T20:30:15.280Z Fresh icu_properties v1.5.1
49692025-05-22T20:30:15.280Z Fresh typenum v1.17.0
49702025-05-22T20:30:15.280Z Fresh tokio-macros v2.5.0
49712025-05-22T20:30:15.280Z Fresh socket2 v0.5.9
49722025-05-22T20:30:15.280Z Fresh zerocopy-derive v0.7.35
49732025-05-22T20:30:15.280Z Fresh iana-time-zone v0.1.63
49742025-05-22T20:30:15.280Z Fresh icu_normalizer v1.5.0
49752025-05-22T20:30:15.280Z Fresh generic-array v0.14.7
49762025-05-22T20:30:15.280Z Fresh thiserror v1.0.69
49772025-05-22T20:30:15.281Z Fresh tokio v1.45.0
49782025-05-22T20:30:15.281Z Fresh chrono v0.4.41
49792025-05-22T20:30:15.281Z Fresh zerocopy v0.7.35
49802025-05-22T20:30:15.281Z Fresh spin v0.9.8
49812025-05-22T20:30:15.281Z Fresh idna_adapter v1.2.0
49822025-05-22T20:30:15.281Z Fresh crypto-common v0.1.6
49832025-05-22T20:30:15.281Z Fresh getrandom v0.3.1
49842025-05-22T20:30:15.281Z Fresh pkg-config v0.3.31
49852025-05-22T20:30:15.281Z Fresh futures-io v0.3.31
49862025-05-22T20:30:15.281Z Fresh const-oid v0.9.6
49872025-05-22T20:30:15.281Z Fresh serde_derive_internals v0.29.1
49882025-05-22T20:30:15.281Z Fresh idna v1.0.3
49892025-05-22T20:30:15.281Z Fresh uuid v1.16.0
49902025-05-22T20:30:15.281Z Fresh dyn-clone v1.0.19
49912025-05-22T20:30:15.281Z Fresh schemars_derive v0.8.22
49922025-05-22T20:30:15.281Z Fresh block-buffer v0.10.4
49932025-05-22T20:30:15.281Z Fresh lazy_static v1.5.0
49942025-05-22T20:30:15.281Z Fresh url v2.5.3
49952025-05-22T20:30:15.281Z Fresh slab v0.4.9
49962025-05-22T20:30:15.281Z Fresh digest v0.10.7
49972025-05-22T20:30:15.281Z Fresh futures-sink v0.3.31
49982025-05-22T20:30:15.281Z Fresh cpufeatures v0.2.14
49992025-05-22T20:30:15.281Z Fresh pin-utils v0.1.0
50002025-05-22T20:30:15.281Z Fresh schemars v0.8.22
50012025-05-22T20:30:15.281Z Fresh futures-channel v0.3.31
50022025-05-22T20:30:15.281Z Fresh futures-macro v0.3.31
50032025-05-22T20:30:15.281Z Fresh futures-task v0.3.31
50042025-05-22T20:30:15.281Z Fresh ppv-lite86 v0.2.20
50052025-05-22T20:30:15.281Z Fresh glob v0.3.2
50062025-05-22T20:30:15.281Z Fresh tracing-attributes v0.1.27
50072025-05-22T20:30:15.281Z Fresh syn v1.0.109
50082025-05-22T20:30:15.281Z Fresh futures-util v0.3.31
50092025-05-22T20:30:15.281Z Fresh tracing-core v0.1.32
50102025-05-22T20:30:15.281Z Fresh rand_chacha v0.3.1
50112025-05-22T20:30:15.281Z Fresh http v1.3.1
50122025-05-22T20:30:15.281Z Fresh strsim v0.11.1
50132025-05-22T20:30:15.281Z Fresh minimal-lexical v0.2.1
50142025-05-22T20:30:15.281Z Fresh tracing v0.1.40
50152025-05-22T20:30:15.281Z Fresh rand v0.8.5
50162025-05-22T20:30:15.282Z Fresh nom v7.1.3
50172025-05-22T20:30:15.282Z Fresh libloading v0.8.5
50182025-05-22T20:30:15.282Z Fresh adler2 v2.0.0
50192025-05-22T20:30:15.282Z Fresh cexpr v0.6.0
50202025-05-22T20:30:15.282Z Fresh clang-sys v1.8.1
50212025-05-22T20:30:15.282Z Fresh vcpkg v0.2.15
50222025-05-22T20:30:15.282Z Fresh home v0.5.9
50232025-05-22T20:30:15.282Z Fresh prettyplease v0.2.32
50242025-05-22T20:30:15.282Z Fresh paste v1.0.15
50252025-05-22T20:30:15.282Z Fresh miniz_oxide v0.8.5
50262025-05-22T20:30:15.282Z Fresh crossbeam-utils v0.8.21
50272025-05-22T20:30:15.282Z Fresh block-padding v0.3.3
50282025-05-22T20:30:15.282Z Fresh itertools v0.12.1
50292025-05-22T20:30:15.282Z Fresh time-core v0.1.2
50302025-05-22T20:30:15.282Z Fresh powerfmt v0.2.0
50312025-05-22T20:30:15.282Z Fresh num-conv v0.1.0
50322025-05-22T20:30:15.282Z Fresh inout v0.1.3
50332025-05-22T20:30:15.282Z Fresh num_threads v0.1.7
50342025-05-22T20:30:15.282Z Fresh which v4.4.2
50352025-05-22T20:30:15.282Z Fresh tokio-util v0.7.13
50362025-05-22T20:30:15.282Z Fresh deranged v0.3.11
50372025-05-22T20:30:15.282Z Fresh time-macros v0.2.18
50382025-05-22T20:30:15.282Z Fresh cipher v0.4.4
50392025-05-22T20:30:15.282Z Fresh serde_tokenstream v0.2.2
50402025-05-22T20:30:15.282Z Fresh rustc-hash v1.1.0
50412025-05-22T20:30:15.282Z Fresh lazycell v1.3.0
50422025-05-22T20:30:15.282Z Fresh time v0.3.36
50432025-05-22T20:30:15.282Z Fresh atomic-waker v1.1.2
50442025-05-22T20:30:15.282Z Fresh bindgen v0.69.5
50452025-05-22T20:30:15.282Z Fresh cmake v0.1.51
50462025-05-22T20:30:15.282Z Fresh dunce v1.0.5
50472025-05-22T20:30:15.282Z Fresh untrusted v0.9.0
50482025-05-22T20:30:15.282Z Fresh fs_extra v1.3.0
50492025-05-22T20:30:15.282Z Fresh ring v0.17.14
50502025-05-22T20:30:15.282Z Fresh httparse v1.9.5
50512025-05-22T20:30:15.282Z Fresh base64ct v1.6.0
50522025-05-22T20:30:15.282Z Fresh gimli v0.31.1
50532025-05-22T20:30:15.282Z Fresh hmac v0.12.1
50542025-05-22T20:30:15.282Z Fresh sha2 v0.10.8
50552025-05-22T20:30:15.282Z Fresh object v0.36.5
50562025-05-22T20:30:15.282Z Fresh addr2line v0.24.2
50572025-05-22T20:30:15.283Z Fresh rustc-demangle v0.1.24
50582025-05-22T20:30:15.283Z Fresh rustls-pki-types v1.10.0
50592025-05-22T20:30:15.283Z Fresh base64 v0.22.1
50602025-05-22T20:30:15.283Z Fresh http-body v1.0.1
50612025-05-22T20:30:15.283Z Fresh backtrace v0.3.74
50622025-05-22T20:30:15.283Z Fresh aws-lc-sys v0.26.0
50632025-05-22T20:30:15.310Z Fresh toml_datetime v0.6.9
50642025-05-22T20:30:15.310Z Fresh serde_spanned v0.6.8
50652025-05-22T20:30:15.310Z Fresh untrusted v0.7.1
50662025-05-22T20:30:15.310Z Fresh try-lock v0.2.5
50672025-05-22T20:30:15.310Z Fresh anyhow v1.0.98
50682025-05-22T20:30:15.310Z Fresh httpdate v1.0.3
50692025-05-22T20:30:15.310Z Fresh aws-lc-rs v1.12.4
50702025-05-22T20:30:15.310Z Fresh want v0.3.1
50712025-05-22T20:30:15.310Z Fresh pem-rfc7468 v0.7.0
50722025-05-22T20:30:15.310Z Fresh h2 v0.4.6
50732025-05-22T20:30:15.310Z Fresh utf8parse v0.2.2
50742025-05-22T20:30:15.310Z Fresh rustls-webpki v0.102.8
50752025-05-22T20:30:15.310Z Fresh hyper v1.6.0
50762025-05-22T20:30:15.310Z Fresh tower-service v0.3.3
50772025-05-22T20:30:15.310Z Fresh der_derive v0.7.3
50782025-05-22T20:30:15.310Z Fresh flagset v0.4.6
50792025-05-22T20:30:15.310Z Fresh hyper-util v0.1.11
50802025-05-22T20:30:15.310Z Fresh der v0.7.9
50812025-05-22T20:30:15.310Z Fresh pbkdf2 v0.12.2
50822025-05-22T20:30:15.310Z Fresh aes v0.8.4
50832025-05-22T20:30:15.310Z Fresh anstyle v1.0.10
50842025-05-22T20:30:15.310Z Fresh mime v0.3.17
50852025-05-22T20:30:15.310Z Fresh rustversion v1.0.17
50862025-05-22T20:30:15.311Z Fresh spki v0.7.3
50872025-05-22T20:30:15.311Z Fresh slog v2.7.0
50882025-05-22T20:30:15.311Z Fresh salsa20 v0.10.2
50892025-05-22T20:30:15.311Z Fresh cbc v0.1.2
50902025-05-22T20:30:15.311Z Fresh async-trait v0.1.88
50912025-05-22T20:30:15.311Z Fresh foreign-types-shared v0.1.1
50922025-05-22T20:30:15.311Z Fresh openssl-probe v0.1.5
50932025-05-22T20:30:15.311Z Fresh ipnet v2.11.0
50942025-05-22T20:30:15.311Z Fresh scrypt v0.11.0
50952025-05-22T20:30:15.311Z Fresh foreign-types v0.3.2
50962025-05-22T20:30:15.311Z Fresh openssl-sys v0.9.107
50972025-05-22T20:30:15.311Z Fresh anstyle-parse v0.2.5
50982025-05-22T20:30:15.311Z Fresh http-body-util v0.1.3
50992025-05-22T20:30:15.311Z Fresh rustc_version v0.4.1
51002025-05-22T20:30:15.311Z Fresh openssl-macros v0.1.1
51012025-05-22T20:30:15.311Z Fresh anstyle-query v1.1.1
51022025-05-22T20:30:15.311Z Fresh colorchoice v1.0.2
51032025-05-22T20:30:15.311Z Fresh is_terminal_polyfill v1.70.1
51042025-05-22T20:30:15.311Z Fresh pkcs5 v0.7.1
51052025-05-22T20:30:15.311Z Fresh rustls-pemfile v2.2.0
51062025-05-22T20:30:15.311Z Fresh anstream v0.6.18
51072025-05-22T20:30:15.311Z Fresh openssl v0.10.72
51082025-05-22T20:30:15.311Z Fresh pkcs8 v0.10.2
51092025-05-22T20:30:15.311Z Fresh terminal_size v0.4.0
51102025-05-22T20:30:15.311Z Fresh serde_urlencoded v0.7.1
51112025-05-22T20:30:15.311Z Fresh rustls v0.23.19
51122025-05-22T20:30:15.311Z Fresh encoding_rs v0.8.34
51132025-05-22T20:30:15.311Z Fresh clap_lex v0.7.4
51142025-05-22T20:30:15.311Z Fresh clap_derive v4.5.32
51152025-05-22T20:30:15.311Z Fresh psl-types v2.0.11
51162025-05-22T20:30:15.311Z Fresh litrs v0.4.1
51172025-05-22T20:30:15.311Z Fresh clap_builder v4.5.35
51182025-05-22T20:30:15.311Z Fresh tokio-rustls v0.26.0
51192025-05-22T20:30:15.311Z Fresh native-tls v0.2.12
51202025-05-22T20:30:15.311Z Fresh publicsuffix v2.3.0
51212025-05-22T20:30:15.311Z Fresh cookie v0.18.1
51222025-05-22T20:30:15.311Z Fresh document-features v0.2.10
51232025-05-22T20:30:15.311Z Fresh webpki-roots v0.26.6
51242025-05-22T20:30:15.311Z Fresh futures-executor v0.3.31
51252025-05-22T20:30:15.311Z Fresh tokio-native-tls v0.3.1
51262025-05-22T20:30:15.312Z Fresh clap v4.5.35
51272025-05-22T20:30:15.312Z Fresh openapiv3 v2.0.0
51282025-05-22T20:30:15.312Z Fresh sync_wrapper v1.0.1
51292025-05-22T20:30:15.312Z Fresh tower-layer v0.3.3
51302025-05-22T20:30:15.312Z Fresh hyper-rustls v0.27.3
51312025-05-22T20:30:15.312Z Fresh cookie_store v0.21.1
51322025-05-22T20:30:15.312Z Fresh futures v0.3.31
51332025-05-22T20:30:15.312Z Fresh hyper-tls v0.6.0
51342025-05-22T20:30:15.312Z Fresh tower v0.5.2
51352025-05-22T20:30:15.312Z Fresh ucd-trie v0.1.7
51362025-05-22T20:30:15.312Z Fresh ipnetwork v0.21.1
51372025-05-22T20:30:15.312Z Fresh winnow v0.5.40
51382025-05-22T20:30:15.312Z Fresh signature v2.2.0
51392025-05-22T20:30:15.312Z Fresh scroll_derive v0.12.0
51402025-05-22T20:30:15.312Z Fresh pest v2.7.14
51412025-05-22T20:30:15.312Z Fresh reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
51422025-05-22T20:30:15.312Z Fresh toml_edit v0.19.15
51432025-05-22T20:30:15.312Z Fresh zerocopy-derive v0.8.25
51442025-05-22T20:30:15.312Z Fresh data-encoding v2.6.0
51452025-05-22T20:30:15.312Z Fresh scroll v0.12.0
51462025-05-22T20:30:15.312Z Fresh siphasher v0.3.11
51472025-05-22T20:30:15.312Z Fresh pest_meta v2.7.14
51482025-05-22T20:30:15.312Z Fresh zerocopy v0.8.25
51492025-05-22T20:30:15.312Z Fresh plain v0.2.3
51502025-05-22T20:30:15.312Z Fresh tinyvec_macros v0.1.1
51512025-05-22T20:30:15.312Z Fresh phf_shared v0.11.2
51522025-05-22T20:30:15.312Z Fresh bitflags v1.3.2
51532025-05-22T20:30:15.312Z Fresh unicode-segmentation v1.12.0
51542025-05-22T20:30:15.312Z Fresh pest_generator v2.7.14
51552025-05-22T20:30:15.312Z Fresh goblin v0.8.2
51562025-05-22T20:30:15.312Z Fresh tinyvec v1.8.0
51572025-05-22T20:30:15.312Z Fresh pretty-hex v0.4.1
51582025-05-22T20:30:15.312Z Fresh sha1 v0.10.6
51592025-05-22T20:30:15.312Z Fresh num-integer v0.1.46
51602025-05-22T20:30:15.312Z Fresh thread-id v4.2.2
51612025-05-22T20:30:15.312Z Fresh pest_derive v2.7.14
51622025-05-22T20:30:15.312Z Fresh dof v0.3.0
51632025-05-22T20:30:15.357Z Fresh crc32fast v1.4.2
51642025-05-22T20:30:15.357Z Fresh toml_write v0.1.1
51652025-05-22T20:30:15.358Z Fresh winnow v0.7.10
51662025-05-22T20:30:15.358Z Fresh static_assertions v1.1.0
51672025-05-22T20:30:15.358Z Fresh bstr v1.10.0
51682025-05-22T20:30:15.358Z Fresh unicode-width v0.2.0
51692025-05-22T20:30:15.358Z Fresh dtrace-parser v0.2.0
51702025-05-22T20:30:15.358Z Fresh toml_edit v0.22.26
51712025-05-22T20:30:15.358Z Fresh base16ct v0.2.0
51722025-05-22T20:30:15.358Z Fresh crossbeam-epoch v0.9.18
51732025-05-22T20:30:15.358Z Fresh hubpack_derive v0.1.1
51742025-05-22T20:30:15.358Z Fresh ff v0.13.0
51752025-05-22T20:30:15.358Z Fresh heck v0.4.1
51762025-05-22T20:30:15.358Z Fresh num-iter v0.1.45
51772025-05-22T20:30:15.358Z Fresh usdt-impl v0.5.0
51782025-05-22T20:30:15.358Z Fresh sec1 v0.7.3
51792025-05-22T20:30:15.358Z Fresh hubpack v0.1.2
51802025-05-22T20:30:15.358Z Fresh group v0.13.0
51812025-05-22T20:30:15.358Z Fresh oxnet v0.1.2
51822025-05-22T20:30:15.358Z Fresh strum_macros v0.26.4
51832025-05-22T20:30:15.358Z Fresh hkdf v0.12.4
51842025-05-22T20:30:15.358Z Fresh usdt-macro v0.5.0
51852025-05-22T20:30:15.358Z Fresh usdt-attr-macro v0.5.0
51862025-05-22T20:30:15.358Z Fresh crypto-bigint v0.5.5
51872025-05-22T20:30:15.358Z Fresh memmap v0.7.0
51882025-05-22T20:30:15.358Z Fresh strum v0.26.3
51892025-05-22T20:30:15.358Z Fresh crossbeam-deque v0.8.5
51902025-05-22T20:30:15.358Z Fresh usdt v0.5.0
51912025-05-22T20:30:15.358Z Fresh elliptic-curve v0.13.8
51922025-05-22T20:30:15.358Z Fresh flate2 v1.1.1
51932025-05-22T20:30:15.358Z Fresh bzip2-sys v0.1.13+1.0.8
51942025-05-22T20:30:15.358Z Fresh pkcs1 v0.7.5
51952025-05-22T20:30:15.358Z Fresh num-bigint-dig v0.8.4
51962025-05-22T20:30:15.358Z Fresh itertools v0.10.5
51972025-05-22T20:30:15.358Z Fresh rsa v0.9.6
51982025-05-22T20:30:15.358Z Fresh unicode-normalization v0.1.24
51992025-05-22T20:30:15.358Z Fresh toml v0.7.8
52002025-05-22T20:30:15.358Z Fresh rfc6979 v0.4.0
52012025-05-22T20:30:15.358Z Fresh curve25519-dalek-derive v0.1.1
52022025-05-22T20:30:15.358Z Fresh managed v0.8.0
52032025-05-22T20:30:15.359Z Fresh ecdsa v0.16.9
52042025-05-22T20:30:15.359Z Fresh ahash v0.8.11
52052025-05-22T20:30:15.359Z Fresh signal-hook v0.3.17
52062025-05-22T20:30:15.359Z Fresh newtype-uuid v1.2.1
52072025-05-22T20:30:15.359Z Fresh x509-cert v0.2.5
52082025-05-22T20:30:15.359Z Fresh curve25519-dalek v4.1.3
52092025-05-22T20:30:15.359Z Fresh daft-derive v0.1.3
52102025-05-22T20:30:15.359Z Fresh unicode-xid v0.2.6
52112025-05-22T20:30:15.359Z Fresh new_debug_unreachable v1.0.6
52122025-05-22T20:30:15.359Z Fresh fixedbitset v0.4.2
52132025-05-22T20:30:15.359Z Fresh precomputed-hash v0.1.1
52142025-05-22T20:30:15.359Z Fresh string_cache v0.8.9
52152025-05-22T20:30:15.359Z Fresh memoffset v0.9.1
52162025-05-22T20:30:15.359Z Fresh daft v0.1.3
52172025-05-22T20:30:15.359Z Fresh petgraph v0.6.5
52182025-05-22T20:30:15.359Z Fresh rayon-core v1.12.1
52192025-05-22T20:30:15.359Z Fresh zstd-sys v2.0.14+zstd.1.5.7
52202025-05-22T20:30:15.359Z Fresh rand_core v0.9.2
52212025-05-22T20:30:15.359Z Fresh ed25519 v2.2.3
52222025-05-22T20:30:15.359Z Fresh enum-as-inner v0.6.1
52232025-05-22T20:30:15.359Z Fresh cfg_aliases v0.2.1
52242025-05-22T20:30:15.359Z Fresh rand_chacha v0.9.0
52252025-05-22T20:30:15.359Z Fresh zstd-safe v7.2.3
52262025-05-22T20:30:15.359Z Fresh signal-hook-mio v0.2.4
52272025-05-22T20:30:15.359Z Fresh bzip2 v0.4.4
52282025-05-22T20:30:15.359Z Fresh console v0.15.10
52292025-05-22T20:30:15.359Z Fresh ed25519-dalek v2.1.1
52302025-05-22T20:30:15.360Z Fresh hickory-proto v0.24.4
52312025-05-22T20:30:15.360Z Fresh lalrpop-util v0.19.12
52322025-05-22T20:30:15.360Z Fresh bumpalo v3.16.0
52332025-05-22T20:30:15.360Z Fresh lockfree-object-pool v0.1.6
52342025-05-22T20:30:15.360Z Fresh simd-adler32 v0.3.7
52352025-05-22T20:30:15.360Z Fresh rand v0.9.0
52362025-05-22T20:30:15.360Z Fresh zstd v0.13.3
52372025-05-22T20:30:15.360Z Fresh zip v0.6.6
52382025-05-22T20:30:15.360Z Fresh crossterm v0.28.1
52392025-05-22T20:30:15.360Z Fresh zopfli v0.8.1
52402025-05-22T20:30:15.360Z Fresh bzip2 v0.5.2
52412025-05-22T20:30:15.360Z Fresh hash32 v0.2.1
52422025-05-22T20:30:15.360Z Fresh winnow v0.6.26
52432025-05-22T20:30:15.360Z Fresh unicode-properties v0.1.3
52442025-05-22T20:30:15.360Z Fresh predicates-core v1.0.8
52452025-05-22T20:30:15.360Z Fresh unicode-bidi v0.3.17
52462025-05-22T20:30:15.360Z Fresh zip v2.6.1
52472025-05-22T20:30:15.360Z Fresh heapless v0.7.17
52482025-05-22T20:30:15.360Z Fresh nix v0.29.0
52492025-05-22T20:30:15.360Z Fresh stringprep v0.1.5
52502025-05-22T20:30:15.360Z Fresh rayon v1.10.0
52512025-05-22T20:30:15.360Z Fresh similar v2.7.0
52522025-05-22T20:30:15.360Z Fresh tokio-stream v0.1.17
52532025-05-22T20:30:15.360Z Fresh md-5 v0.10.6
52542025-05-22T20:30:15.360Z Fresh float-cmp v0.10.0
52552025-05-22T20:30:15.360Z Fresh difflib v0.4.0
52562025-05-22T20:30:15.360Z Fresh fallible-iterator v0.2.0
52572025-05-22T20:30:15.360Z Fresh normalize-line-endings v0.3.0
52582025-05-22T20:30:15.360Z Fresh smoltcp v0.9.1
52592025-05-22T20:30:15.360Z Fresh buf-list v1.0.3
52602025-05-22T20:30:15.360Z Fresh portable-atomic v1.11.0
52612025-05-22T20:30:15.360Z Fresh strum_macros v0.25.3
52622025-05-22T20:30:15.360Z Fresh phf v0.11.2
52632025-05-22T20:30:15.391Z Fresh predicates v3.1.3
52642025-05-22T20:30:15.391Z Fresh postgres-protocol v0.6.8
52652025-05-22T20:30:15.391Z Fresh serde-big-array v0.5.1
52662025-05-22T20:30:15.391Z Fresh serde_repr v0.1.19
52672025-05-22T20:30:15.391Z Fresh peg-runtime v0.8.5
52682025-05-22T20:30:15.391Z Fresh number_prefix v0.4.0
52692025-05-22T20:30:15.391Z Fresh fs-err v3.1.0
52702025-05-22T20:30:15.391Z Fresh whoami v1.5.2
52712025-05-22T20:30:15.391Z Fresh indicatif v0.17.11
52722025-05-22T20:30:15.391Z Fresh postgres-types v0.2.9
52732025-05-22T20:30:15.391Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
52742025-05-22T20:30:15.391Z Fresh thiserror-impl v2.0.12
52752025-05-22T20:30:15.391Z Fresh fastrand v2.1.1
52762025-05-22T20:30:15.392Z Fresh regress v0.10.3
52772025-05-22T20:30:15.392Z Fresh tokio-postgres v0.7.13
52782025-05-22T20:30:15.392Z Fresh is-terminal v0.4.13
52792025-05-22T20:30:15.392Z Fresh dirs-sys-next v0.1.2
52802025-05-22T20:30:15.392Z Fresh ident_case v1.0.1
52812025-05-22T20:30:15.392Z Fresh tempfile v3.13.0
52822025-05-22T20:30:15.392Z Fresh unsafe-libyaml v0.2.11
52832025-05-22T20:30:15.392Z Fresh thiserror v2.0.12
52842025-05-22T20:30:15.392Z Fresh camino v1.1.9
52852025-05-22T20:30:15.392Z Fresh dirs-next v2.0.0
52862025-05-22T20:30:15.392Z Fresh darling_core v0.20.10
52872025-05-22T20:30:15.392Z Fresh serde_yaml v0.9.34+deprecated
52882025-05-22T20:30:15.392Z Fresh crossbeam-channel v0.5.15
52892025-05-22T20:30:15.392Z Fresh thread_local v1.1.8
52902025-05-22T20:30:15.392Z Fresh term v0.7.0
52912025-05-22T20:30:15.392Z Fresh darling_macro v0.20.10
52922025-05-22T20:30:15.392Z Fresh take_mut v0.2.2
52932025-05-22T20:30:15.392Z Fresh toml v0.8.22
52942025-05-22T20:30:15.392Z Fresh quick-error v1.2.3
52952025-05-22T20:30:15.392Z Fresh match_cfg v0.1.0
52962025-05-22T20:30:15.392Z Fresh darling v0.20.10
52972025-05-22T20:30:15.392Z Fresh slog-term v2.9.1
52982025-05-22T20:30:15.392Z Fresh hostname v0.3.1
52992025-05-22T20:30:15.392Z Fresh hex v0.4.3
53002025-05-22T20:30:15.392Z Fresh structmeta-derive v0.3.0
53012025-05-22T20:30:15.392Z Fresh bit-vec v0.8.0
53022025-05-22T20:30:15.392Z Fresh slog-async v2.8.0
53032025-05-22T20:30:15.392Z Fresh debug-ignore v1.0.5
53042025-05-22T20:30:15.392Z Fresh structmeta v0.3.0
53052025-05-22T20:30:15.392Z Fresh bit-set v0.8.0
53062025-05-22T20:30:15.392Z Fresh wait-timeout v0.2.0
53072025-05-22T20:30:15.392Z Fresh progenitor-client v0.10.0
53082025-05-22T20:30:15.392Z Fresh serde_path_to_error v0.1.17
53092025-05-22T20:30:15.392Z Fresh rusty-fork v0.3.0
53102025-05-22T20:30:15.392Z Fresh rand_xorshift v0.3.0
53112025-05-22T20:30:15.392Z Fresh unarray v0.1.4
53122025-05-22T20:30:15.392Z Fresh slog-json v2.6.1
53132025-05-22T20:30:15.392Z Fresh async-stream-impl v0.3.6
53142025-05-22T20:30:15.392Z Fresh rustls v0.22.4
53152025-05-22T20:30:15.393Z Fresh proptest v1.6.0
53162025-05-22T20:30:15.393Z Fresh async-stream v0.3.6
53172025-05-22T20:30:15.393Z Fresh slog-bunyan v2.5.0
53182025-05-22T20:30:15.393Z Fresh test-strategy v0.4.0
53192025-05-22T20:30:15.393Z Fresh waitgroup v0.1.2
53202025-05-22T20:30:15.393Z Fresh tokio-rustls v0.25.0
53212025-05-22T20:30:15.393Z Fresh multer v3.1.0
53222025-05-22T20:30:15.393Z Fresh dropshot_endpoint v0.16.2
53232025-05-22T20:30:15.393Z Fresh hostname v0.4.0
53242025-05-22T20:30:15.393Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
53252025-05-22T20:30:15.393Z Fresh serde_with_macros v3.12.0
53262025-05-22T20:30:15.393Z Fresh typify-impl v0.3.0
53272025-05-22T20:30:15.393Z Fresh macaddr v1.0.1
53282025-05-22T20:30:15.393Z Fresh dropshot v0.16.2
53292025-05-22T20:30:15.393Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
53302025-05-22T20:30:15.393Z Fresh serde_with v3.12.0
53312025-05-22T20:30:15.393Z Fresh typify-macro v0.3.0
53322025-05-22T20:30:15.393Z Fresh instant v0.1.13
53332025-05-22T20:30:15.393Z Fresh derive-where v1.2.7
53342025-05-22T20:30:15.393Z Fresh parse-display-derive v0.10.0
53352025-05-22T20:30:15.393Z Fresh typify v0.3.0
53362025-05-22T20:30:15.393Z Fresh progenitor-client v0.9.1
53372025-05-22T20:30:15.393Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
53382025-05-22T20:30:15.393Z Fresh parse-display v0.10.0
53392025-05-22T20:30:15.393Z Fresh backoff v0.4.0
53402025-05-22T20:30:15.393Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
53412025-05-22T20:30:15.393Z Fresh progenitor-impl v0.9.1
53422025-05-22T20:30:15.393Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
53432025-05-22T20:30:15.393Z Fresh camino-tempfile v1.3.0
53442025-05-22T20:30:15.393Z Fresh unicode-width v0.1.14
53452025-05-22T20:30:15.393Z Fresh proc-macro-crate v1.3.1
53462025-05-22T20:30:15.393Z Fresh progenitor-macro v0.9.1
53472025-05-22T20:30:15.393Z Fresh num_enum_derive v0.5.11
53482025-05-22T20:30:15.393Z Fresh tabwriter v1.4.0
53492025-05-22T20:30:15.393Z Fresh foreign-types-macros v0.2.3
53502025-05-22T20:30:15.393Z Fresh progenitor v0.9.1
53512025-05-22T20:30:15.393Z Fresh proc-macro-error-attr v1.0.4
53522025-05-22T20:30:15.393Z Fresh num_enum v0.5.11
53532025-05-22T20:30:15.393Z Fresh foreign-types-shared v0.3.1
53542025-05-22T20:30:15.393Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
53552025-05-22T20:30:15.393Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
53562025-05-22T20:30:15.394Z Fresh cstr-argument v0.1.2
53572025-05-22T20:30:15.394Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=875ae5b7f8f0e32e9be672a36b5dda109b9b2450#875ae5b7)
53582025-05-22T20:30:15.394Z Fresh proc-macro-error v1.0.4
53592025-05-22T20:30:15.394Z Fresh foreign-types v0.5.0
53602025-05-22T20:30:15.394Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
53612025-05-22T20:30:15.394Z Fresh pretty-hex v0.2.1
53622025-05-22T20:30:15.394Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
53632025-05-22T20:30:15.422Z Fresh colored v2.2.0
53642025-05-22T20:30:15.422Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
53652025-05-22T20:30:15.422Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
53662025-05-22T20:30:15.422Z Fresh smf v0.2.3
53672025-05-22T20:30:15.422Z Fresh itertools v0.14.0
53682025-05-22T20:30:15.422Z Fresh itertools v0.13.0
53692025-05-22T20:30:15.422Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
53702025-05-22T20:30:15.422Z Fresh atomicwrites v0.4.4
53712025-05-22T20:30:15.422Z Fresh ingot-macros v0.1.0
53722025-05-22T20:30:15.422Z Fresh hash32 v0.3.1
53732025-05-22T20:30:15.422Z Fresh cobs v0.2.3
53742025-05-22T20:30:15.422Z Fresh crucible-workspace-hack v0.1.0
53752025-05-22T20:30:15.422Z Fresh ingot-types v0.1.0
53762025-05-22T20:30:15.422Z Fresh postcard v1.0.10
53772025-05-22T20:30:15.422Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
53782025-05-22T20:30:15.422Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
53792025-05-22T20:30:15.422Z Fresh heapless v0.8.0
53802025-05-22T20:30:15.422Z Fresh ingot v0.1.0
53812025-05-22T20:30:15.422Z Fresh sigpipe v0.1.3
53822025-05-22T20:30:15.423Z Fresh base64 v0.21.7
53832025-05-22T20:30:15.423Z Fresh jiff v0.2.13
53842025-05-22T20:30:15.423Z Fresh typify-impl v0.4.1
53852025-05-22T20:30:15.423Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
53862025-05-22T20:30:15.423Z Fresh smoltcp v0.11.0
53872025-05-22T20:30:15.423Z Fresh typify-macro v0.4.1
53882025-05-22T20:30:15.423Z Fresh zone_cfg_derive v0.3.0
53892025-05-22T20:30:15.423Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
53902025-05-22T20:30:15.423Z Fresh num-derive v0.4.2
53912025-05-22T20:30:15.423Z Fresh convert_case v0.4.0
53922025-05-22T20:30:15.423Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
53932025-05-22T20:30:15.423Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
53942025-05-22T20:30:15.423Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
53952025-05-22T20:30:15.423Z Fresh zone v0.3.1
53962025-05-22T20:30:15.424Z Fresh typify v0.4.1
53972025-05-22T20:30:15.424Z Fresh derive_more v0.99.20
53982025-05-22T20:30:15.424Z Fresh utf-8 v0.7.6
53992025-05-22T20:30:15.424Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
54002025-05-22T20:30:15.424Z Fresh progenitor-impl v0.10.0
54012025-05-22T20:30:15.424Z Fresh newline-converter v0.3.0
54022025-05-22T20:30:15.424Z Fresh num-rational v0.4.2
54032025-05-22T20:30:15.424Z Fresh num-complex v0.4.6
54042025-05-22T20:30:15.425Z Fresh tungstenite v0.21.0
54052025-05-22T20:30:15.425Z Fresh float-ord v0.3.2
54062025-05-22T20:30:15.425Z Fresh half v2.4.1
54072025-05-22T20:30:15.425Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
54082025-05-22T20:30:15.425Z Fresh progenitor-macro v0.10.0
54092025-05-22T20:30:15.425Z Fresh expectorate v1.2.0
54102025-05-22T20:30:15.425Z Fresh num v0.4.3
54112025-05-22T20:30:15.425Z Fresh tokio-tungstenite v0.21.0
54122025-05-22T20:30:15.425Z Fresh ciborium-io v0.2.2
54132025-05-22T20:30:15.425Z Fresh secrecy v0.10.3
54142025-05-22T20:30:15.425Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
54152025-05-22T20:30:15.425Z Fresh progenitor v0.10.0
54162025-05-22T20:30:15.425Z Fresh ciborium-ll v0.2.2
54172025-05-22T20:30:15.425Z Fresh fixedbitset v0.5.7
54182025-05-22T20:30:15.425Z Fresh indent_write v2.2.0
54192025-05-22T20:30:15.425Z Fresh same-file v1.0.6
54202025-05-22T20:30:15.425Z Fresh password-hash v0.5.0
54212025-05-22T20:30:15.425Z Fresh blake2 v0.10.6
54222025-05-22T20:30:15.425Z Fresh ciborium v0.2.2
54232025-05-22T20:30:15.425Z Fresh petgraph v0.7.1
54242025-05-22T20:30:15.426Z Fresh walkdir v2.5.0
54252025-05-22T20:30:15.426Z Fresh argon2 v0.5.3
54262025-05-22T20:30:15.426Z Fresh arc-swap v1.7.1
54272025-05-22T20:30:15.426Z Fresh xattr v1.3.1
54282025-05-22T20:30:15.426Z Fresh slog-scope v4.4.0
54292025-05-22T20:30:15.426Z Fresh filetime v0.2.25
54302025-05-22T20:30:15.426Z Fresh slog-stdlog v4.1.1
54312025-05-22T20:30:15.426Z Fresh tar v0.4.44
54322025-05-22T20:30:15.426Z Fresh libsw-core v0.3.1
54332025-05-22T20:30:15.426Z Fresh swrite v0.1.0
54342025-05-22T20:30:15.426Z Fresh linear-map v1.2.0
54352025-05-22T20:30:15.426Z Fresh slog-envlogger v2.2.0
54362025-05-22T20:30:15.426Z Fresh libsw v3.4.0
54372025-05-22T20:30:15.426Z Fresh cancel-safe-futures v0.1.5
54382025-05-22T20:30:15.426Z Fresh owo-colors v4.2.0
54392025-05-22T20:30:15.426Z Fresh keccak v0.1.5
54402025-05-22T20:30:15.426Z Fresh pem v3.0.5
54412025-05-22T20:30:15.426Z Fresh sha3 v0.10.8
54422025-05-22T20:30:15.426Z Fresh highway v1.3.0
54432025-05-22T20:30:15.427Z Fresh typify-impl v0.2.0
54442025-05-22T20:30:15.427Z Fresh headers-core v0.3.0
54452025-05-22T20:30:15.427Z Fresh typify-macro v0.2.0
54462025-05-22T20:30:15.427Z Fresh linked-hash-map v0.5.6
54472025-05-22T20:30:15.427Z Fresh headers v0.4.0
54482025-05-22T20:30:15.427Z Fresh resolv-conf v0.7.0
54492025-05-22T20:30:15.427Z Fresh heck v0.3.3
54502025-05-22T20:30:15.427Z Fresh lru-cache v0.1.2
54512025-05-22T20:30:15.427Z Fresh typify v0.2.0
54522025-05-22T20:30:15.427Z Fresh progenitor-client v0.8.0
54532025-05-22T20:30:15.427Z Fresh zone_cfg_derive v0.1.2
54542025-05-22T20:30:15.427Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
54552025-05-22T20:30:15.427Z Fresh yasna v0.5.2
54562025-05-22T20:30:15.427Z Fresh progenitor-impl v0.8.0
54572025-05-22T20:30:15.427Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
54582025-05-22T20:30:15.427Z Fresh hickory-resolver v0.24.4
54592025-05-22T20:30:15.427Z Fresh lzma-sys v0.1.20
54602025-05-22T20:30:15.427Z Fresh humantime v2.1.0
54612025-05-22T20:30:15.427Z Fresh base64 v0.13.1
54622025-05-22T20:30:15.427Z Fresh zone v0.1.8
54632025-05-22T20:30:15.454Z Fresh rcgen v0.12.1
54642025-05-22T20:30:15.454Z Fresh progenitor-macro v0.8.0
54652025-05-22T20:30:15.454Z Fresh xz2 v0.1.7
54662025-05-22T20:30:15.454Z Fresh ron v0.7.1
54672025-05-22T20:30:15.454Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
54682025-05-22T20:30:15.454Z Fresh semver v0.1.20
54692025-05-22T20:30:15.454Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
54702025-05-22T20:30:15.454Z Fresh subprocess v0.2.9
54712025-05-22T20:30:15.454Z Fresh progenitor v0.8.0
54722025-05-22T20:30:15.455Z Fresh rustc_version v0.1.7
54732025-05-22T20:30:15.455Z Fresh universal-hash v0.5.1
54742025-05-22T20:30:15.455Z Fresh opaque-debug v0.3.1
54752025-05-22T20:30:15.455Z Fresh aead v0.5.2
54762025-05-22T20:30:15.455Z Fresh chacha20 v0.9.1
54772025-05-22T20:30:15.455Z Fresh thiserror-impl-no-std v2.0.2
54782025-05-22T20:30:15.455Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
54792025-05-22T20:30:15.455Z Fresh poly1305 v0.8.0
54802025-05-22T20:30:15.455Z Fresh thiserror-no-std v2.0.2
54812025-05-22T20:30:15.455Z Fresh qorb v0.3.1
54822025-05-22T20:30:15.455Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
54832025-05-22T20:30:15.455Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
54842025-05-22T20:30:15.455Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
54852025-05-22T20:30:15.455Z Fresh chacha20poly1305 v0.10.1
54862025-05-22T20:30:15.455Z Fresh vsss-rs v3.3.4
54872025-05-22T20:30:15.455Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
54882025-05-22T20:30:15.455Z Fresh bytecount v0.6.8
54892025-05-22T20:30:15.455Z Fresh newtype_derive v0.1.6
54902025-05-22T20:30:15.456Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
54912025-05-22T20:30:15.456Z Fresh display-error-chain v0.2.2
54922025-05-22T20:30:15.456Z Fresh steno v0.4.1
54932025-05-22T20:30:15.456Z Fresh gethostname v0.5.0
54942025-05-22T20:30:15.456Z Fresh nibble_vec v0.1.0
54952025-05-22T20:30:15.456Z Fresh endian-type v0.1.2
54962025-05-22T20:30:15.456Z Fresh radix_trie v0.2.1
54972025-05-22T20:30:15.456Z Fresh proc-macro-error-attr2 v2.0.0
54982025-05-22T20:30:15.456Z Fresh maplit v1.0.2
54992025-05-22T20:30:15.456Z Fresh slog-dtrace v0.3.0
55002025-05-22T20:30:15.456Z Fresh proc-macro-error2 v2.0.1
55012025-05-22T20:30:15.456Z Fresh papergrid v0.14.0
55022025-05-22T20:30:15.456Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
55032025-05-22T20:30:15.456Z Fresh num-derive v0.3.3
55042025-05-22T20:30:15.456Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
55052025-05-22T20:30:15.456Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
55062025-05-22T20:30:15.456Z Fresh tabled_derive v0.10.0
55072025-05-22T20:30:15.456Z Fresh libscf-sys v1.1.0
55082025-05-22T20:30:15.456Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
55092025-05-22T20:30:15.456Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
55102025-05-22T20:30:15.456Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
55112025-05-22T20:30:15.456Z Fresh fxhash v0.2.1
55122025-05-22T20:30:15.456Z Fresh tabled v0.18.0
55132025-05-22T20:30:15.456Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
55142025-05-22T20:30:15.456Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
55152025-05-22T20:30:15.456Z Fresh vte_generate_state_changes v0.1.2
55162025-05-22T20:30:15.456Z Fresh crc8 v0.1.1
55172025-05-22T20:30:15.456Z Fresh const_format_proc_macros v0.2.34
55182025-05-22T20:30:15.456Z Fresh fd-lock v4.0.2
55192025-05-22T20:30:15.456Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
55202025-05-22T20:30:15.456Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
55212025-05-22T20:30:15.456Z Fresh vte v0.11.1
55222025-05-22T20:30:15.457Z Fresh async-recursion v1.1.1
55232025-05-22T20:30:15.457Z Fresh const_format v0.2.34
55242025-05-22T20:30:15.457Z Fresh nu-ansi-term v0.50.1
55252025-05-22T20:30:15.457Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
55262025-05-22T20:30:15.457Z Fresh strip-ansi-escapes v0.2.0
55272025-05-22T20:30:15.457Z Fresh zerocopy-derive v0.6.6
55282025-05-22T20:30:15.457Z Fresh tap v1.0.1
55292025-05-22T20:30:15.457Z Fresh termcolor v1.4.1
55302025-05-22T20:30:15.457Z Fresh crc-catalog v2.4.0
55312025-05-22T20:30:15.457Z Fresh reedline v0.38.0
55322025-05-22T20:30:15.457Z Fresh zerocopy v0.6.6
55332025-05-22T20:30:15.457Z Fresh wyz v0.5.1
55342025-05-22T20:30:15.457Z Fresh radium v0.7.0
55352025-05-22T20:30:15.457Z Fresh funty v2.0.0
55362025-05-22T20:30:15.457Z Fresh crc v3.2.1
55372025-05-22T20:30:15.457Z Fresh bitvec v1.0.1
55382025-05-22T20:30:15.457Z Fresh maybe-uninit v2.0.0
55392025-05-22T20:30:15.457Z Fresh packed_struct_codegen v0.10.1
55402025-05-22T20:30:15.457Z Fresh nodrop v0.1.14
55412025-05-22T20:30:15.457Z Fresh bitfield v0.14.0
55422025-05-22T20:30:15.457Z Fresh hashbrown v0.12.3
55432025-05-22T20:30:15.457Z Fresh packed_struct v0.10.1
55442025-05-22T20:30:15.457Z Fresh smallvec v0.6.14
55452025-05-22T20:30:15.457Z Fresh array-init v0.0.4
55462025-05-22T20:30:15.457Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
55472025-05-22T20:30:15.457Z Fresh env_logger v0.10.2
55482025-05-22T20:30:15.457Z Fresh ron v0.8.1
55492025-05-22T20:30:15.457Z Fresh hashbrown v0.13.2
55502025-05-22T20:30:15.457Z Fresh indexmap v1.9.3
55512025-05-22T20:30:15.457Z Fresh serde-hex v0.1.0
55522025-05-22T20:30:15.457Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
55532025-05-22T20:30:15.458Z Fresh crc-any v2.5.0
55542025-05-22T20:30:15.458Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
55552025-05-22T20:30:15.458Z Fresh papergrid v0.11.0
55562025-05-22T20:30:15.458Z Fresh tabled_derive v0.7.0
55572025-05-22T20:30:15.458Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
55582025-05-22T20:30:15.458Z Fresh object v0.30.4
55592025-05-22T20:30:15.458Z Fresh kstat-rs v0.2.4
55602025-05-22T20:30:15.458Z Fresh diff v0.1.13
55612025-05-22T20:30:15.458Z Fresh path-slash v0.1.5
55622025-05-22T20:30:15.458Z Fresh tabled v0.15.0
55632025-05-22T20:30:15.488Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
55642025-05-22T20:30:15.488Z Fresh bitfield-struct v0.6.2
55652025-05-22T20:30:15.488Z Fresh termtree v0.5.1
55662025-05-22T20:30:15.488Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
55672025-05-22T20:30:15.488Z Fresh libefi-sys v0.1.0
55682025-05-22T20:30:15.488Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
55692025-05-22T20:30:15.488Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
55702025-05-22T20:30:15.488Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
55712025-05-22T20:30:15.488Z Fresh dsl_auto_type v0.1.2
55722025-05-22T20:30:15.488Z Fresh phf_generator v0.11.2
55732025-05-22T20:30:15.488Z Fresh scheduled-thread-pool v0.2.7
55742025-05-22T20:30:15.488Z Fresh diesel_table_macro_syntax v0.2.0
55752025-05-22T20:30:15.488Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
55762025-05-22T20:30:15.488Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
55772025-05-22T20:30:15.488Z Fresh diesel_derives v2.2.3
55782025-05-22T20:30:15.488Z Fresh phf_codegen v0.11.2
55792025-05-22T20:30:15.488Z Fresh r2d2 v0.8.10
55802025-05-22T20:30:15.488Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
55812025-05-22T20:30:15.488Z Fresh parse-zoneinfo v0.3.1
55822025-05-22T20:30:15.488Z Fresh cfg_aliases v0.1.1
55832025-05-22T20:30:15.488Z Fresh chrono-tz-build v0.4.0
55842025-05-22T20:30:15.488Z Fresh diesel v2.2.10
55852025-05-22T20:30:15.488Z Fresh bcs v0.1.6
55862025-05-22T20:30:15.488Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
55872025-05-22T20:30:15.488Z Fresh nanorand v0.7.0
55882025-05-22T20:30:15.489Z Fresh crunchy v0.2.2
55892025-05-22T20:30:15.489Z Fresh flume v0.11.1
55902025-05-22T20:30:15.489Z Fresh peg-macros v0.8.5
55912025-05-22T20:30:15.489Z Fresh nix v0.28.0
55922025-05-22T20:30:15.489Z Fresh sqlparser_derive v0.2.2
55932025-05-22T20:30:15.489Z Fresh xshell-macros v0.2.7
55942025-05-22T20:30:15.489Z Fresh bit-vec v0.6.3
55952025-05-22T20:30:15.489Z Fresh unicode_categories v0.1.1
55962025-05-22T20:30:15.489Z Fresh chrono-tz v0.10.3
55972025-05-22T20:30:15.489Z Fresh tiny-keccak v2.0.2
55982025-05-22T20:30:15.489Z Fresh bit-set v0.5.3
55992025-05-22T20:30:15.489Z Fresh sqlparser v0.45.0
56002025-05-22T20:30:15.489Z Fresh rustyline v14.0.0
56012025-05-22T20:30:15.489Z Fresh xshell v0.2.7
56022025-05-22T20:30:15.489Z Fresh sqlformat v0.3.5
56032025-05-22T20:30:15.489Z Fresh peg v0.8.5
56042025-05-22T20:30:15.489Z Fresh parking_lot_core v0.8.6
56052025-05-22T20:30:15.489Z Fresh ascii-canvas v3.0.0
56062025-05-22T20:30:15.489Z Fresh ref-cast-impl v1.0.23
56072025-05-22T20:30:15.489Z Fresh ena v0.14.3
56082025-05-22T20:30:15.489Z Fresh regex-syntax v0.6.29
56092025-05-22T20:30:15.489Z Fresh lalrpop v0.19.12
56102025-05-22T20:30:15.489Z Fresh parking_lot v0.11.2
56112025-05-22T20:30:15.489Z Fresh ref-cast v1.0.23
56122025-05-22T20:30:15.489Z Fresh rustc-hash v2.1.1
56132025-05-22T20:30:15.489Z Fresh sled v0.34.7
56142025-05-22T20:30:15.489Z Fresh hickory-client v0.24.4
56152025-05-22T20:30:15.489Z Fresh bindgen v0.71.1
56162025-05-22T20:30:15.490Z Fresh derive_builder_core v0.20.2
56172025-05-22T20:30:15.490Z Fresh hickory-server v0.24.4
56182025-05-22T20:30:15.490Z Fresh derive_builder_macro v0.20.2
56192025-05-22T20:30:15.490Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=875ae5b7f8f0e32e9be672a36b5dda109b9b2450#875ae5b7)
56202025-05-22T20:30:15.490Z Fresh strum_macros v0.24.3
56212025-05-22T20:30:15.490Z Fresh indoc v1.0.9
56222025-05-22T20:30:15.490Z Fresh assert_matches v1.5.0
56232025-05-22T20:30:15.490Z Fresh libxml v0.3.3
56242025-05-22T20:30:15.490Z Fresh polar-core v0.27.3
56252025-05-22T20:30:15.490Z Fresh derive_builder v0.20.2
56262025-05-22T20:30:15.490Z Fresh oso-derive v0.27.3
56272025-05-22T20:30:15.490Z Fresh impl-trait-for-tuples v0.2.2
56282025-05-22T20:30:15.490Z Fresh quick-xml v0.37.2
56292025-05-22T20:30:15.490Z Fresh oso v0.27.3
56302025-05-22T20:30:15.490Z Fresh samael v0.0.18
56312025-05-22T20:30:15.490Z Fresh primeorder v0.13.6
56322025-05-22T20:30:15.490Z Fresh half v1.8.3
56332025-05-22T20:30:15.490Z Fresh signal-hook-tokio v0.3.1
56342025-05-22T20:30:15.490Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
56352025-05-22T20:30:15.490Z Fresh unicase v2.7.0
56362025-05-22T20:30:15.490Z Fresh serde_cbor v0.11.2
56372025-05-22T20:30:15.490Z Fresh http-range v0.1.5
56382025-05-22T20:30:15.490Z Fresh bb8 v0.8.5
56392025-05-22T20:30:15.490Z Fresh cargo-platform v0.1.8
56402025-05-22T20:30:15.490Z Fresh atty v0.2.14
56412025-05-22T20:30:15.490Z Fresh async-bb8-diesel v0.2.1
56422025-05-22T20:30:15.490Z Fresh diesel-dtrace v0.4.2
56432025-05-22T20:30:15.490Z Fresh p384 v0.13.0
56442025-05-22T20:30:15.491Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
56452025-05-22T20:30:15.491Z Fresh tungstenite v0.23.0
56462025-05-22T20:30:15.491Z Fresh mime_guess v2.0.5
56472025-05-22T20:30:15.491Z Fresh void v1.0.2
56482025-05-22T20:30:15.491Z Fresh tokio-tungstenite v0.23.1
56492025-05-22T20:30:15.491Z Fresh salty v0.3.0
56502025-05-22T20:30:15.491Z Fresh lzss v0.8.2
56512025-05-22T20:30:15.491Z Fresh hyper-staticfile v0.10.1
56522025-05-22T20:30:15.491Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
56532025-05-22T20:30:15.491Z Fresh nix v0.27.1
56542025-05-22T20:30:15.491Z Fresh serde_bytes v0.11.17
56552025-05-22T20:30:15.491Z Fresh env_filter v0.1.2
56562025-05-22T20:30:15.491Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
56572025-05-22T20:30:15.491Z Fresh env_logger v0.11.5
56582025-05-22T20:30:15.491Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
56592025-05-22T20:30:15.491Z Fresh secrecy v0.8.0
56602025-05-22T20:30:15.491Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
56612025-05-22T20:30:15.491Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
56622025-05-22T20:30:15.491Z Fresh globset v0.4.15
56632025-05-22T20:30:15.519Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
56642025-05-22T20:30:15.519Z Fresh rand_seeder v0.3.0
56652025-05-22T20:30:15.519Z Fresh pin-project-internal v1.1.6
56662025-05-22T20:30:15.519Z Fresh snafu-derive v0.8.5
56672025-05-22T20:30:15.519Z Fresh pin-project v1.1.6
56682025-05-22T20:30:15.519Z Fresh olpc-cjson v0.1.4
56692025-05-22T20:30:15.519Z Fresh serde_plain v1.0.2
56702025-05-22T20:30:15.519Z Fresh typed-path v0.9.3
56712025-05-22T20:30:15.519Z Fresh snafu v0.8.5
56722025-05-22T20:30:15.519Z Fresh fs-err v2.11.0
56732025-05-22T20:30:15.519Z Fresh parse-size v1.1.0
56742025-05-22T20:30:15.519Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
56752025-05-22T20:30:15.519Z Fresh yansi v1.0.1
56762025-05-22T20:30:15.519Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
56772025-05-22T20:30:15.519Z Fresh tough v0.20.0
56782025-05-22T20:30:15.519Z Fresh pretty_assertions v1.4.1
56792025-05-22T20:30:15.519Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
56802025-05-22T20:30:15.519Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
56812025-05-22T20:30:15.519Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
56822025-05-22T20:30:15.519Z Fresh castaway v0.2.3
56832025-05-22T20:30:15.519Z Fresh concurrent-queue v2.5.0
56842025-05-22T20:30:15.519Z Fresh io-lifetimes v1.0.11
56852025-05-22T20:30:15.519Z Fresh parking v2.2.1
56862025-05-22T20:30:15.519Z Fresh indoc v2.0.6
56872025-05-22T20:30:15.519Z Fresh libz-sys v1.1.20
56882025-05-22T20:30:15.519Z Fresh compact_str v0.8.0
56892025-05-22T20:30:15.519Z Fresh rustix v0.37.28
56902025-05-22T20:30:15.519Z Fresh unicode-truncate v1.1.0
56912025-05-22T20:30:15.519Z Fresh lru v0.12.5
56922025-05-22T20:30:15.519Z Fresh instability v0.3.2
56932025-05-22T20:30:15.519Z Fresh unicode-linebreak v0.1.5
56942025-05-22T20:30:15.519Z Fresh cassowary v0.3.0
56952025-05-22T20:30:15.520Z Fresh terminal_size v0.2.6
56962025-05-22T20:30:15.520Z Fresh is_ci v1.2.0
56972025-05-22T20:30:15.520Z Fresh smawk v0.3.2
56982025-05-22T20:30:15.520Z Fresh ratatui v0.29.0
56992025-05-22T20:30:15.520Z Fresh libgit2-sys v0.17.0+1.8.1
57002025-05-22T20:30:15.520Z Fresh event-listener v5.3.1
57012025-05-22T20:30:15.520Z Fresh supports-color v3.0.2
57022025-05-22T20:30:15.520Z Fresh textwrap v0.16.1
57032025-05-22T20:30:15.520Z Fresh git2 v0.19.0
57042025-05-22T20:30:15.520Z Fresh cargo_metadata v0.18.1
57052025-05-22T20:30:15.520Z Fresh event-listener-strategy v0.5.2
57062025-05-22T20:30:15.520Z Fresh vergen v8.3.2
57072025-05-22T20:30:15.520Z Fresh cargo_metadata v0.19.2
57082025-05-22T20:30:15.520Z Fresh rustls-webpki v0.101.7
57092025-05-22T20:30:15.520Z Fresh sct v0.7.1
57102025-05-22T20:30:15.520Z Fresh futures-lite v2.3.0
57112025-05-22T20:30:15.520Z Fresh rustls v0.21.12
57122025-05-22T20:30:15.520Z Fresh common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
57132025-05-22T20:30:15.520Z Fresh tokio-rustls v0.24.1
57142025-05-22T20:30:15.520Z Fresh rustls-pemfile v1.0.4
57152025-05-22T20:30:15.520Z Fresh twox-hash v2.1.0
57162025-05-22T20:30:15.520Z Fresh shell-words v1.1.0
57172025-05-22T20:30:15.520Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
57182025-05-22T20:30:15.520Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
57192025-05-22T20:30:15.520Z Fresh async-lock v3.4.0
57202025-05-22T20:30:15.520Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
57212025-05-22T20:30:15.520Z Fresh fatfs v0.3.6
57222025-05-22T20:30:15.520Z Fresh polling v3.7.3
57232025-05-22T20:30:15.520Z Fresh csv-core v0.1.11
57242025-05-22T20:30:15.520Z Fresh plotters-backend v0.3.7
57252025-05-22T20:30:15.520Z Fresh async-task v4.7.1
57262025-05-22T20:30:15.520Z Fresh async-channel v2.3.1
57272025-05-22T20:30:15.520Z Fresh piper v0.2.4
57282025-05-22T20:30:15.520Z Fresh async-io v2.3.4
57292025-05-22T20:30:15.520Z Fresh plotters-svg v0.3.7
57302025-05-22T20:30:15.521Z Fresh csv v1.3.1
57312025-05-22T20:30:15.521Z Fresh rtoolbox v0.0.2
57322025-05-22T20:30:15.521Z Fresh cast v0.3.0
57332025-05-22T20:30:15.521Z Fresh hex-literal v0.4.1
57342025-05-22T20:30:15.521Z Fresh async-executor v1.13.1
57352025-05-22T20:30:15.521Z Fresh blocking v1.6.1
57362025-05-22T20:30:15.521Z Fresh criterion-plot v0.5.0
57372025-05-22T20:30:15.521Z Fresh async-signal v0.2.10
57382025-05-22T20:30:15.521Z Fresh rpassword v7.3.1
57392025-05-22T20:30:15.521Z Fresh plotters v0.3.7
57402025-05-22T20:30:15.521Z Fresh tui-tree-widget v0.23.0
57412025-05-22T20:30:15.521Z Fresh tinytemplate v1.2.1
57422025-05-22T20:30:15.521Z Fresh oorandom v11.1.4
57432025-05-22T20:30:15.521Z Fresh event-listener v2.5.3
57442025-05-22T20:30:15.521Z Fresh anes v0.1.6
57452025-05-22T20:30:15.521Z Fresh futures-timer v3.0.3
57462025-05-22T20:30:15.521Z Fresh async-process v2.3.0
57472025-05-22T20:30:15.521Z Fresh async-global-executor v2.4.1
57482025-05-22T20:30:15.521Z Fresh polyval v0.6.2
57492025-05-22T20:30:15.521Z Fresh criterion v0.5.1
57502025-05-22T20:30:15.521Z Fresh async-channel v1.9.0
57512025-05-22T20:30:15.521Z Fresh async-attributes v1.1.2
57522025-05-22T20:30:15.521Z Fresh kv-log-macro v1.0.7
57532025-05-22T20:30:15.521Z Fresh petname v2.0.2
57542025-05-22T20:30:15.521Z Fresh ghash v0.5.1
57552025-05-22T20:30:15.521Z Fresh async-std v1.13.0
57562025-05-22T20:30:15.521Z Fresh ctr v0.9.2
57572025-05-22T20:30:15.521Z Fresh sync-ptr v0.1.1
57582025-05-22T20:30:15.521Z Fresh aes-gcm v0.10.3
57592025-05-22T20:30:15.521Z Fresh async-object-pool v0.1.5
57602025-05-22T20:30:15.521Z Fresh ssh-encoding v0.2.0
57612025-05-22T20:30:15.521Z Fresh blowfish v0.9.1
57622025-05-22T20:30:15.521Z Fresh serde_regex v1.1.0
57632025-05-22T20:30:15.552Z Fresh assert-json-diff v2.0.2
57642025-05-22T20:30:15.552Z Fresh path-tree v0.8.1
57652025-05-22T20:30:15.552Z Fresh constant_time_eq v0.3.1
57662025-05-22T20:30:15.552Z Fresh arrayvec v0.7.6
57672025-05-22T20:30:15.552Z Fresh arrayref v0.3.9
57682025-05-22T20:30:15.552Z Fresh stringmetrics v2.2.2
57692025-05-22T20:30:15.552Z Fresh bcrypt-pbkdf v0.10.0
57702025-05-22T20:30:15.552Z Fresh ssh-cipher v0.2.0
57712025-05-22T20:30:15.552Z Fresh target-lexicon v0.13.2
57722025-05-22T20:30:15.552Z Fresh httpmock v0.8.0-alpha.1
57732025-05-22T20:30:15.552Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
57742025-05-22T20:30:15.552Z Fresh password-hash v0.4.2
57752025-05-22T20:30:15.552Z Fresh guppy-workspace-hack v0.1.0
57762025-05-22T20:30:15.552Z Fresh ssh-key v0.6.6
57772025-05-22T20:30:15.552Z Fresh cfg-expr v0.18.0
57782025-05-22T20:30:15.552Z Fresh p256 v0.13.2
57792025-05-22T20:30:15.552Z Fresh p521 v0.13.3
57802025-05-22T20:30:15.552Z Fresh pbkdf2 v0.11.0
57812025-05-22T20:30:15.552Z Fresh russh-cryptovec v0.7.3
57822025-05-22T20:30:15.552Z Fresh md5 v0.7.0
57832025-05-22T20:30:15.552Z Fresh russh-keys v0.45.0
57842025-05-22T20:30:15.552Z Fresh target-spec v3.4.2
57852025-05-22T20:30:15.552Z Fresh predicates-tree v1.0.12
57862025-05-22T20:30:15.552Z Fresh httptest v0.16.3
57872025-05-22T20:30:15.552Z Fresh pathdiff v0.2.3
57882025-05-22T20:30:15.552Z Fresh num-bigint v0.4.6
57892025-05-22T20:30:15.553Z Fresh rustls-native-certs v0.7.3
57902025-05-22T20:30:15.553Z Fresh des v0.8.1
57912025-05-22T20:30:15.553Z Fresh memmap2 v0.9.5
57922025-05-22T20:30:15.553Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
57932025-05-22T20:30:15.553Z Fresh nested v0.1.1
57942025-05-22T20:30:15.553Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
57952025-05-22T20:30:15.553Z Fresh guppy v0.17.18
57962025-05-22T20:30:15.553Z Fresh blake3 v1.5.4
57972025-05-22T20:30:15.553Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
57982025-05-22T20:30:15.553Z Fresh russh v0.45.0
57992025-05-22T20:30:15.553Z Fresh hyper-rustls v0.26.0
58002025-05-22T20:30:15.553Z Fresh escape8259 v0.5.3
58012025-05-22T20:30:15.553Z Fresh internet-checksum v0.2.1
58022025-05-22T20:30:15.553Z Fresh topological-sort v0.2.2
58032025-05-22T20:30:15.553Z Fresh doc-comment v0.3.3
58042025-05-22T20:30:15.553Z Fresh libtest-mimic v0.8.1
58052025-05-22T20:30:15.553Z Fresh omicron-zone-package v0.12.2
58062025-05-22T20:30:15.553Z Fresh fancy-regex v0.14.0
58072025-05-22T20:30:15.553Z Compiling similar-asserts v1.7.0
58082025-05-22T20:30:15.553Z Fresh proc-macro-crate v3.2.0
58092025-05-22T20:30:15.553Z Fresh relative-path v1.9.3
58102025-05-22T20:30:15.553Z Fresh datatest-stable v0.3.2
58112025-05-22T20:30:15.553Z Fresh rstest_macros v0.24.0
58122025-05-22T20:30:15.553Z Fresh target-triple v0.1.3
58132025-05-22T20:30:15.553Z Fresh assert_cmd v2.0.17
58142025-05-22T20:30:15.553Z 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=f322d70052d4d564 -C extra-filename=-d465b196ec8b54ac --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-ec0951ff84750b18.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0559c45c5f37fd70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
58152025-05-22T20:30:15.553Z Fresh support-bundle-viewer v0.1.0
58162025-05-22T20:30:15.553Z Fresh ignore v0.4.23
58172025-05-22T20:30:15.554Z Fresh multimap v0.10.1
58182025-05-22T20:30:15.554Z Fresh uzers v0.12.1
58192025-05-22T20:30:15.580Z Fresh globwalk v0.9.1
58202025-05-22T20:30:15.580Z Fresh trybuild v1.0.103
58212025-05-22T20:30:15.580Z Fresh rstest v0.24.0
58222025-05-22T20:30:15.580Z Fresh blake2b_simd v1.0.2
58232025-05-22T20:30:15.580Z Fresh partial-io v0.5.4
58242025-05-22T20:30:15.580Z Fresh rand_distr v0.4.3
58252025-05-22T20:30:15.580Z Fresh approx v0.5.1
58262025-05-22T20:30:15.580Z Fresh camino-tempfile-ext v0.3.0
58272025-05-22T20:30:15.580Z Fresh rust-argon2 v2.1.0
58282025-05-22T20:30:15.580Z Fresh cargo_toml v0.21.0
58292025-05-22T20:30:15.580Z Fresh termios v0.3.3
58302025-05-22T20:30:15.581Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
58312025-05-22T20:30:15.581Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
58322025-05-22T20:30:15.581Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
58332025-05-22T20:30:15.581Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
58342025-05-22T20:30:15.581Z Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
58352025-05-22T20:30:15.581Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
58362025-05-22T20:30:15.581Z Fresh sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
58372025-05-22T20:30:15.581Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
58382025-05-22T20:30:15.581Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
58392025-05-22T20:30:15.581Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
58402025-05-22T20:30:15.581Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
58412025-05-22T20:30:15.581Z Fresh omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
58422025-05-22T20:30:15.581Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
58432025-05-22T20:30:15.581Z Fresh nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
58442025-05-22T20:30:15.581Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
58452025-05-22T20:30:15.581Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
58462025-05-22T20:30:15.581Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
58472025-05-22T20:30:15.581Z Fresh omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
58482025-05-22T20:30:15.581Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
58492025-05-22T20:30:15.581Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
58502025-05-22T20:30:15.581Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
58512025-05-22T20:30:15.581Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
58522025-05-22T20:30:15.581Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
58532025-05-22T20:30:15.581Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
58542025-05-22T20:30:15.581Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
58552025-05-22T20:30:15.581Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
58562025-05-22T20:30:15.581Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
58572025-05-22T20:30:15.581Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
58582025-05-22T20:30:15.581Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
58592025-05-22T20:30:15.581Z Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
58602025-05-22T20:30:15.581Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
58612025-05-22T20:30:15.581Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
58622025-05-22T20:30:15.581Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
58632025-05-22T20:30:15.581Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
58642025-05-22T20:30:15.581Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
58652025-05-22T20:30:15.581Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
58662025-05-22T20:30:15.581Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
58672025-05-22T20:30:15.581Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
58682025-05-22T20:30:15.581Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
58692025-05-22T20:30:15.581Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
58702025-05-22T20:30:15.582Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
58712025-05-22T20:30:15.615Z 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=0850f912b11b7e19 -C extra-filename=-8d877b2360add1c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6fd1820348c63f7e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ee912c437156fb5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6be92b314cd65509.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-46237a27e33a0ab0.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-97d9e3ee3bd7112d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-70987375fdf21863.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1df1e5c245214b7d.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-66dbd4649a5ce446.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7b7e16bb0b5ea00f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71afdea17575306c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b041d8210074b50a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8de967e119dd7c6d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-7fc1247b1e4c45d9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-bc84017ff3f4fc7c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-06c6c73b5e9cd84f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-836bb1b5deb1d41d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-50f58f309299c75f.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-43d699029504d7ad.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c8318a6cd0b3b1b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c339136713dd47b6.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6420efae7cb728cf.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-2927ff97a439486e.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-66f373a1e2f80658.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7f8c95ada91691fa.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-c4af815dc89830dc.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-134bca3b93585162.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9af4cf48550384b9.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-18e723a04df2ea46.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c9aa51029d55f966.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-b3c7c8024b0365f8.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-7e9278e1539d0969.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-11b05d043c830cc5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ad0f4bb11ef44287.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4d551551bccdf766.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dd3873209fa27529.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-dfffbb5b0006795e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-20f4962940a3a360.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c9b598c9cea6c619.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ce697cc2b74c394e.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-dadf3ecbd0816e0d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a6e43ce4e980dd73.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-53020d7d109f16b1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a92d1d23c6982176.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-43ee184755a254a4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-42e297bdf6176b96.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-06402b32ad514be7.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c8fc30b72ed3faa9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-15bf0ae14dfc2404.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7babaaf4dc334ecd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a6ed5a3bfc69ba77.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e47bf82e9abfb359.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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`
58722025-05-22T20:30:15.615Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
58732025-05-22T20:30:15.615Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
58742025-05-22T20:30:15.615Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
58752025-05-22T20:30:15.615Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
58762025-05-22T20:30:15.615Z 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=c68dc75e0186a5d9 -C extra-filename=-e3264cd2c19fb6a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6fd1820348c63f7e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ee912c437156fb5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6be92b314cd65509.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-46237a27e33a0ab0.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-97d9e3ee3bd7112d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-70987375fdf21863.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1df1e5c245214b7d.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-66dbd4649a5ce446.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7b7e16bb0b5ea00f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71afdea17575306c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b041d8210074b50a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8de967e119dd7c6d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-7fc1247b1e4c45d9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-bc84017ff3f4fc7c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-06c6c73b5e9cd84f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-836bb1b5deb1d41d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-50f58f309299c75f.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-43d699029504d7ad.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c8318a6cd0b3b1b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c339136713dd47b6.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6420efae7cb728cf.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-2927ff97a439486e.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-66f373a1e2f80658.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7f8c95ada91691fa.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-c4af815dc89830dc.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-134bca3b93585162.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9af4cf48550384b9.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-18e723a04df2ea46.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c9aa51029d55f966.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-b3c7c8024b0365f8.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-7e9278e1539d0969.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-11b05d043c830cc5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ad0f4bb11ef44287.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4d551551bccdf766.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dd3873209fa27529.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-dfffbb5b0006795e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-20f4962940a3a360.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c9b598c9cea6c619.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ce697cc2b74c394e.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-dadf3ecbd0816e0d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a6e43ce4e980dd73.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-53020d7d109f16b1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a92d1d23c6982176.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-43ee184755a254a4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-42e297bdf6176b96.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-06402b32ad514be7.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c8fc30b72ed3faa9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-15bf0ae14dfc2404.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7babaaf4dc334ecd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a6ed5a3bfc69ba77.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e47bf82e9abfb359.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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`
58772025-05-22T20:30:15.615Z Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
58782025-05-22T20:30:15.615Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
58792025-05-22T20:30:15.615Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
58802025-05-22T20:30:15.616Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
58812025-05-22T20:30:15.643Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
58822025-05-22T20:30:15.670Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
58832025-05-22T20:30:15.670Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
58842025-05-22T20:30:15.670Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
58852025-05-22T20:30:15.670Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
58862025-05-22T20:30:15.670Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
58872025-05-22T20:30:15.670Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
58882025-05-22T20:30:15.670Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
58892025-05-22T20:30:15.670Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
58902025-05-22T20:30:15.670Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
58912025-05-22T20:30:15.670Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
58922025-05-22T20:30:15.670Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
58932025-05-22T20:30:15.670Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
58942025-05-22T20:30:15.670Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
58952025-05-22T20:30:15.670Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
58962025-05-22T20:30:15.670Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
58972025-05-22T20:30:15.670Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
58982025-05-22T20:30:15.670Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
58992025-05-22T20:30:15.670Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
59002025-05-22T20:30:15.670Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
59012025-05-22T20:30:15.670Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
59022025-05-22T20:30:15.670Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
59032025-05-22T20:30:15.670Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
59042025-05-22T20:30:15.670Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
59052025-05-22T20:30:15.670Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
59062025-05-22T20:30:15.670Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
59072025-05-22T20:30:15.670Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
59082025-05-22T20:30:15.670Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
59092025-05-22T20:30:15.670Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
59102025-05-22T20:30:15.670Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
59112025-05-22T20:30:15.670Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
59122025-05-22T20:30:15.670Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
59132025-05-22T20:30:15.670Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
59142025-05-22T20:30:15.671Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
59152025-05-22T20:30:15.671Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
59162025-05-22T20:30:15.671Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
59172025-05-22T20:30:15.671Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
59182025-05-22T20:30:15.671Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
59192025-05-22T20:30:15.671Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
59202025-05-22T20:30:15.671Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
59212025-05-22T20:30:15.671Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
59222025-05-22T20:30:15.671Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
59232025-05-22T20:30:15.671Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
59242025-05-22T20:30:15.671Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
59252025-05-22T20:30:15.671Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
59262025-05-22T20:30:15.671Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
59272025-05-22T20:30:15.671Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
59282025-05-22T20:30:15.671Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
59292025-05-22T20:30:15.671Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
59302025-05-22T20:30:15.671Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
59312025-05-22T20:30:15.671Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
59322025-05-22T20:30:15.671Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
59332025-05-22T20:30:15.671Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
59342025-05-22T20:30:15.671Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
59352025-05-22T20:30:15.671Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
59362025-05-22T20:30:15.671Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
59372025-05-22T20:30:15.671Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
59382025-05-22T20:30:15.671Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
59392025-05-22T20:30:15.671Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
59402025-05-22T20:30:15.671Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
59412025-05-22T20:30:15.671Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
59422025-05-22T20:30:15.671Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
59432025-05-22T20:30:15.671Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
59442025-05-22T20:30:15.671Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
59452025-05-22T20:30:15.671Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
59462025-05-22T20:30:15.671Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
59472025-05-22T20:30:15.671Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
59482025-05-22T20:30:15.672Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
59492025-05-22T20:30:15.672Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
59502025-05-22T20:30:15.672Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
59512025-05-22T20:30:15.672Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
59522025-05-22T20:30:15.672Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
59532025-05-22T20:30:15.672Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
59542025-05-22T20:30:15.672Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
59552025-05-22T20:30:15.672Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
59562025-05-22T20:30:15.672Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
59572025-05-22T20:30:15.672Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
59582025-05-22T20:30:15.672Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
59592025-05-22T20:30:15.672Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
59602025-05-22T20:30:15.672Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
59612025-05-22T20:30:15.672Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
59622025-05-22T20:30:15.672Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
59632025-05-22T20:30:15.672Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
59642025-05-22T20:30:15.672Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
59652025-05-22T20:30:15.672Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
59662025-05-22T20:30:15.672Z Fresh id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
59672025-05-22T20:30:15.672Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
59682025-05-22T20:30:15.672Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
59692025-05-22T20:30:15.672Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
59702025-05-22T20:30:15.672Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
59712025-05-22T20:30:15.672Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
59722025-05-22T20:30:15.672Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
59732025-05-22T20:30:15.672Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
59742025-05-22T20:30:15.672Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
59752025-05-22T20:30:15.672Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
59762025-05-22T20:30:15.672Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
59772025-05-22T20:30:15.672Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
59782025-05-22T20:30:15.672Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
59792025-05-22T20:30:18.137Z 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=a12ba45ae918e46e -C extra-filename=-a005c0f4b484bae0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-05f05592b2043506.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6fd1820348c63f7e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ee912c437156fb5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6be92b314cd65509.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-46237a27e33a0ab0.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-97d9e3ee3bd7112d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-70987375fdf21863.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-13e0849623785201.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1df1e5c245214b7d.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-66dbd4649a5ce446.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7b7e16bb0b5ea00f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ac940d7a2dea05c4.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-043cbc8d74749c70.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71afdea17575306c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b041d8210074b50a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b6fec43e878afad.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8de967e119dd7c6d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-7fc1247b1e4c45d9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-21f80b885276f263.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-b8eab7450ece552e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aba008871031d993.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a2b9e53f46bc5663.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-bc84017ff3f4fc7c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-06c6c73b5e9cd84f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-836bb1b5deb1d41d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-50f58f309299c75f.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-43d699029504d7ad.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c8318a6cd0b3b1b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c339136713dd47b6.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6420efae7cb728cf.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-2927ff97a439486e.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-66f373a1e2f80658.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7f8c95ada91691fa.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-c4af815dc89830dc.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-134bca3b93585162.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9af4cf48550384b9.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-18e723a04df2ea46.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c9aa51029d55f966.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-b3c7c8024b0365f8.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-7e9278e1539d0969.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-11b05d043c830cc5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ad0f4bb11ef44287.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52b67f6e83ede749.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-45d1fba194e9e613.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4d551551bccdf766.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-23b351af86b286e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dd3873209fa27529.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-931dea1dd8118a38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-dfffbb5b0006795e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-51e372b8de9ba8d7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-20f4962940a3a360.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c9b598c9cea6c619.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ce697cc2b74c394e.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-dadf3ecbd0816e0d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d122a0cd649f2f6a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a6e43ce4e980dd73.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-53020d7d109f16b1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a92d1d23c6982176.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-21d72b11cf8192de.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-43ee184755a254a4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-42e297bdf6176b96.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-06402b32ad514be7.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c8fc30b72ed3faa9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-15bf0ae14dfc2404.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d465b196ec8b54ac.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-dbb95394240ae42c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7babaaf4dc334ecd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-2b3377333019c1f2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a6ed5a3bfc69ba77.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-80059ebe801558b6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3f1179eed97634f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e47bf82e9abfb359.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/`
59802025-05-22T20:30:18.192Z 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=d215b9a2dc7816bc -C extra-filename=-5c828b3b09be1084 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-05f05592b2043506.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6fd1820348c63f7e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ee912c437156fb5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6be92b314cd65509.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-46237a27e33a0ab0.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-97d9e3ee3bd7112d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-70987375fdf21863.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-13e0849623785201.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1df1e5c245214b7d.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-66dbd4649a5ce446.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7b7e16bb0b5ea00f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ac940d7a2dea05c4.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-043cbc8d74749c70.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71afdea17575306c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b041d8210074b50a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b6fec43e878afad.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8de967e119dd7c6d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-7fc1247b1e4c45d9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-21f80b885276f263.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-b8eab7450ece552e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aba008871031d993.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a2b9e53f46bc5663.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-bc84017ff3f4fc7c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-06c6c73b5e9cd84f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-836bb1b5deb1d41d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-50f58f309299c75f.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-43d699029504d7ad.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c8318a6cd0b3b1b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c339136713dd47b6.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6420efae7cb728cf.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-2927ff97a439486e.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-66f373a1e2f80658.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7f8c95ada91691fa.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-c4af815dc89830dc.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-134bca3b93585162.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9af4cf48550384b9.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-18e723a04df2ea46.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c9aa51029d55f966.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-b3c7c8024b0365f8.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-7e9278e1539d0969.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-11b05d043c830cc5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ad0f4bb11ef44287.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52b67f6e83ede749.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-45d1fba194e9e613.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4d551551bccdf766.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-23b351af86b286e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dd3873209fa27529.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-931dea1dd8118a38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-dfffbb5b0006795e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-51e372b8de9ba8d7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-20f4962940a3a360.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c9b598c9cea6c619.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ce697cc2b74c394e.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-dadf3ecbd0816e0d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d122a0cd649f2f6a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a6e43ce4e980dd73.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-53020d7d109f16b1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a92d1d23c6982176.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-21d72b11cf8192de.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-43ee184755a254a4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-42e297bdf6176b96.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-06402b32ad514be7.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c8fc30b72ed3faa9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-15bf0ae14dfc2404.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d465b196ec8b54ac.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-dbb95394240ae42c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7babaaf4dc334ecd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-2b3377333019c1f2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a6ed5a3bfc69ba77.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-80059ebe801558b6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3f1179eed97634f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e47bf82e9abfb359.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/`
59812025-05-22T20:30:18.192Z 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=bd5f94f6462764a4 -C extra-filename=-15717cbcb2bc4005 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-05f05592b2043506.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6fd1820348c63f7e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ee912c437156fb5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6be92b314cd65509.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-46237a27e33a0ab0.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-97d9e3ee3bd7112d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-70987375fdf21863.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-13e0849623785201.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1df1e5c245214b7d.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-66dbd4649a5ce446.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7b7e16bb0b5ea00f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ac940d7a2dea05c4.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-043cbc8d74749c70.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71afdea17575306c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b041d8210074b50a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b6fec43e878afad.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8de967e119dd7c6d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-7fc1247b1e4c45d9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-21f80b885276f263.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-b8eab7450ece552e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aba008871031d993.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a2b9e53f46bc5663.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-bc84017ff3f4fc7c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-06c6c73b5e9cd84f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-836bb1b5deb1d41d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-50f58f309299c75f.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-43d699029504d7ad.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c8318a6cd0b3b1b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c339136713dd47b6.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6420efae7cb728cf.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-2927ff97a439486e.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-66f373a1e2f80658.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7f8c95ada91691fa.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-c4af815dc89830dc.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-134bca3b93585162.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9af4cf48550384b9.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-18e723a04df2ea46.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c9aa51029d55f966.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-b3c7c8024b0365f8.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-7e9278e1539d0969.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-11b05d043c830cc5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ad0f4bb11ef44287.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52b67f6e83ede749.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-45d1fba194e9e613.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4d551551bccdf766.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-23b351af86b286e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dd3873209fa27529.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-931dea1dd8118a38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-dfffbb5b0006795e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-51e372b8de9ba8d7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-20f4962940a3a360.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c9b598c9cea6c619.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ce697cc2b74c394e.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-dadf3ecbd0816e0d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d122a0cd649f2f6a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a6e43ce4e980dd73.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-53020d7d109f16b1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a92d1d23c6982176.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-21d72b11cf8192de.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-43ee184755a254a4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-42e297bdf6176b96.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-06402b32ad514be7.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c8fc30b72ed3faa9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-15bf0ae14dfc2404.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d465b196ec8b54ac.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-dbb95394240ae42c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7babaaf4dc334ecd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-2b3377333019c1f2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a6ed5a3bfc69ba77.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-80059ebe801558b6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3f1179eed97634f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e47bf82e9abfb359.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/`
59822025-05-22T20:30:18.193Z 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=b3455b57d7158880 -C extra-filename=-f28b3d2eb447bc3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-05f05592b2043506.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6fd1820348c63f7e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ee912c437156fb5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6be92b314cd65509.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-46237a27e33a0ab0.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-97d9e3ee3bd7112d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-70987375fdf21863.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-13e0849623785201.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1df1e5c245214b7d.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-66dbd4649a5ce446.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7b7e16bb0b5ea00f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ac940d7a2dea05c4.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-043cbc8d74749c70.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71afdea17575306c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b041d8210074b50a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b6fec43e878afad.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8de967e119dd7c6d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-7fc1247b1e4c45d9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-21f80b885276f263.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-b8eab7450ece552e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aba008871031d993.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a2b9e53f46bc5663.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-bc84017ff3f4fc7c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-06c6c73b5e9cd84f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-836bb1b5deb1d41d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-50f58f309299c75f.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-43d699029504d7ad.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c8318a6cd0b3b1b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c339136713dd47b6.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6420efae7cb728cf.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-2927ff97a439486e.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-66f373a1e2f80658.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7f8c95ada91691fa.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-c4af815dc89830dc.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-134bca3b93585162.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9af4cf48550384b9.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-18e723a04df2ea46.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c9aa51029d55f966.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-b3c7c8024b0365f8.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-7e9278e1539d0969.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-11b05d043c830cc5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ad0f4bb11ef44287.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52b67f6e83ede749.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-45d1fba194e9e613.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-23b351af86b286e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dd3873209fa27529.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-931dea1dd8118a38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-dfffbb5b0006795e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-51e372b8de9ba8d7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-20f4962940a3a360.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c9b598c9cea6c619.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ce697cc2b74c394e.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-dadf3ecbd0816e0d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d122a0cd649f2f6a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a6e43ce4e980dd73.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-53020d7d109f16b1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a92d1d23c6982176.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-21d72b11cf8192de.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-43ee184755a254a4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-42e297bdf6176b96.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-06402b32ad514be7.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c8fc30b72ed3faa9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-15bf0ae14dfc2404.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d465b196ec8b54ac.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-dbb95394240ae42c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7babaaf4dc334ecd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-2b3377333019c1f2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a6ed5a3bfc69ba77.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-80059ebe801558b6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3f1179eed97634f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e47bf82e9abfb359.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.rlib -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-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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-f38c895496417100/out -L /usr/platform/oxide/lib/amd64/`
59832025-05-22T20:38:38.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 29s
59842025-05-22T20:38:38.695Z
59852025-05-22T20:38:38.695Zreal 8:30.258703384
59862025-05-22T20:38:38.695Zuser 17:44.874997273
59872025-05-22T20:38:38.695Zsys 1:27.100502172
59882025-05-22T20:38:38.695Ztrap 0.516425979
59892025-05-22T20:38:38.695Ztflt 1.804218109
59902025-05-22T20:38:38.695Zdflt 17.561529011
59912025-05-22T20:38:38.695Zkflt 0.161368897
59922025-05-22T20:38:38.696Zlock 35:39.761559229
59932025-05-22T20:38:38.696Zslp 59:25.862888654
59942025-05-22T20:38:38.696Zlat 4.788176495
59952025-05-22T20:38:38.696Zstop 8.070699098
59962025-05-22T20:38:38.722Z+ banner test
59972025-05-22T20:38:38.722Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
59982025-05-22T20:38:39.239Z
59992025-05-22T20:38:39.239Z ##### ###### #### #####
60002025-05-22T20:38:39.239Z # # # #
60012025-05-22T20:38:39.239Z # ##### #### #
60022025-05-22T20:38:39.239Z # # # #
60032025-05-22T20:38:39.239Z # # # # #
60042025-05-22T20:38:39.239Z # ###### #### #
60052025-05-22T20:38:39.239Z
60062025-05-22T20:38:41.874Zinfo: experimental features enabled: setup-scripts
60072025-05-22T20:38:44.808Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
60082025-05-22T20:38:44.863Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
60092025-05-22T20:38:45.378Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
60102025-05-22T20:38:45.404Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
60112025-05-22T20:39:01.133Z Finished `test` profile [unoptimized + debuginfo] target(s) in 19.23s
60122025-05-22T20:39:04.982Z────────────
60132025-05-22T20:39:04.982Z Nextest run ID 30de31c8-eb25-4f1b-aca7-bc5018c41d41 with nextest profile: ci
60142025-05-22T20:39:04.982Z Starting 2068 tests across 202 binaries (4 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter)
60152025-05-22T20:39:05.008Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
60162025-05-22T20:39:06.703Z Compiling newtype-uuid v1.2.1
60172025-05-22T20:39:07.457Z Compiling daft v0.1.3
60182025-05-22T20:39:08.152Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
60192025-05-22T20:39:08.772Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
60202025-05-22T20:39:08.833Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
60212025-05-22T20:39:09.883Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
60222025-05-22T20:39:23.912Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
60232025-05-22T20:39:27.299Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
60242025-05-22T20:39:30.517Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
60252025-05-22T20:39:41.513Z Finished `test` profile [unoptimized + debuginfo] target(s) in 36.41s
60262025-05-22T20:39:41.651Z Running `target/debug/crdb-seed`
60272025-05-22T20:39:41.735ZMay 22 20:39:41.499 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpXAxs9O
60282025-05-22T20:39:41.735ZMay 22 20:39:41.500 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpbNl5t7,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpXAxs9O/listen-url
60292025-05-22T20:39:41.735ZMay 22 20:39:41.500 INFO cockroach environment: BUILDOMAT_JOB_ID=01JVWS3ZDTAT8N59FMGWMHSMWZ 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=range-request-sb GITHUB_REF=refs/heads/range-request-sb GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=50160a8100ab2e0e0a264b5535e542d78af78c16 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-07603d944ff3f639/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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-07603d944ff3f639/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out:/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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-env7mRTWS NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-07603d944ff3f639/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out:/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/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=30de31c8-eb25-4f1b-aca7-bc5018c41d41 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=-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
60302025-05-22T20:39:42.877ZMay 22 20:39:42.642 INFO cockroach pid: 12327
60312025-05-22T20:39:42.877ZMay 22 20:39:42.642 INFO cockroach listen URL: postgresql://root@[::1]:65416/omicron?sslmode=disable
60322025-05-22T20:39:42.877ZMay 22 20:39:42.642 INFO cockroach: populating
60332025-05-22T20:39:47.084ZMay 22 20:39:46.849 INFO cockroach: populated
60342025-05-22T20:39:49.689ZMay 22 20:39:49.455 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/2aae38746d92c892d8d3864897c4a728e576d2d4b43e615a752ebb743bdc4cbf.tar`
60352025-05-22T20:39:49.715Z SETUP PASS [ 44.715s] crdb-seed: cargo run -p crdb-seed --profile test
60362025-05-22T20:39:49.715Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
60372025-05-22T20:39:51.657Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
60382025-05-22T20:39:51.683Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
60392025-05-22T20:39:51.683Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
60402025-05-22T20:39:51.683Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
60412025-05-22T20:39:51.712Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
60422025-05-22T20:39:55.562Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
60432025-05-22T20:39:56.089Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
60442025-05-22T20:40:00.817Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
60452025-05-22T20:40:03.709Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
60462025-05-22T20:40:17.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.24s
60472025-05-22T20:40:17.261Z Running `target/debug/clickhouse-cluster-dev`
60482025-05-22T20:40:17.352ZMay 22 20:40:17.118 INFO Setting up a ClickHouse cluster
60492025-05-22T20:40:17.404ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
60502025-05-22T20:40:17.431ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
60512025-05-22T20:40:17.431ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
60522025-05-22T20:40:17.431ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
60532025-05-22T20:40:17.431ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
60542025-05-22T20:40:20.432ZMay 22 20:40:19.828 INFO ClickHouse server ready
60552025-05-22T20:40:20.461ZMay 22 20:40:19.829 INFO ClickHouse server ready
60562025-05-22T20:40:20.487ZMay 22 20:40:20.231 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
60572025-05-22T20:40:20.487Z SETUP PASS [ 30.775s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
60582025-05-22T20:40:54.804Z PASS [ 34.328s] omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
60592025-05-22T20:40:55.289Z PASS [ 34.811s] omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
60602025-05-22T20:41:08.214Z PASS [ 47.738s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
60612025-05-22T20:41:09.470Z PASS [ 48.993s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
60622025-05-22T20:41:20.480Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
60632025-05-22T20:41:20.480Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
60642025-05-22T20:41:20.480Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
60652025-05-22T20:41:20.506Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
60662025-05-22T20:41:22.776Z PASS [ 62.300s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
60672025-05-22T20:41:22.913Z PASS [ 62.435s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
60682025-05-22T20:41:53.378Z PASS [ 58.572s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
60692025-05-22T20:41:53.451Z PASS [ 58.163s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
60702025-05-22T20:42:05.296Z PASS [ 55.827s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
60712025-05-22T20:42:08.215Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
60722025-05-22T20:42:11.446Z PASS [ 48.534s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
60732025-05-22T20:42:20.480Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
60742025-05-22T20:42:20.480Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
60752025-05-22T20:42:22.289Z PASS [ 59.514s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
60762025-05-22T20:42:52.401Z PASS [ 58.952s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
60772025-05-22T20:42:53.379Z SLOW [> 60.000s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
60782025-05-22T20:42:54.853Z PASS [ 61.476s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
60792025-05-22T20:43:05.297Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60802025-05-22T20:43:08.217Z SLOW [>120.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
60812025-05-22T20:43:11.446Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
60822025-05-22T20:43:13.070Z PASS [ 50.603s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
60832025-05-22T20:43:20.833Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
60842025-05-22T20:43:20.833Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
60852025-05-22T20:43:27.835Z PASS [ 35.367s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
60862025-05-22T20:43:27.835Z PASS [ 0.040s] api_identity test::test_identity
60872025-05-22T20:43:28.532Z PASS [ 0.027s] api_identity test::test_identity_no_field
60882025-05-22T20:43:28.565Z PASS [ 0.069s] authz-macros tests::test_authz_snapshots
60892025-05-22T20:43:28.565Z PASS [ 0.044s] bootstore schemes::tests::hello_roundtrip
60902025-05-22T20:43:29.802Z PASS [ 1.150s] bootstore schemes::v0::peer::tests::basic_3_nodes
60912025-05-22T20:43:29.846Z PASS [ 0.068s] bootstore schemes::v0::peer::tests::network_config
60922025-05-22T20:43:29.847Z PASS [ 0.042s] bootstore schemes::v0::share_pkg::tests::create_packages
60932025-05-22T20:43:29.847Z PASS [ 0.031s] bootstore trust_quorum::rack_secret::tests::create_and_verify
60942025-05-22T20:43:29.847Z PASS [ 0.031s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
60952025-05-22T20:43:30.815Z PASS [ 35.571s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
60962025-05-22T20:43:35.475Z PASS [ 6.205s] bootstore::v0-fsm-proptest-learner run
60972025-05-22T20:43:35.738Z PASS [ 0.262s] cert-dev::test-cert-dev test_cert_create
60982025-05-22T20:43:36.284Z PASS [ 0.546s] clickana chart::tests::gather_chart_data_failure
60992025-05-22T20:43:36.324Z PASS [ 0.039s] clickana chart::tests::gather_chart_data_for_disk_usage_success
61002025-05-22T20:43:36.354Z PASS [ 0.029s] clickana chart::tests::gather_chart_data_for_memory_tracking_success
61012025-05-22T20:43:36.392Z PASS [ 0.038s] clickana chart::tests::gather_chart_data_for_query_count_success
61022025-05-22T20:43:36.447Z PASS [ 0.053s] clickana chart::tests::gather_chart_data_for_running_queries_success
61032025-05-22T20:43:36.545Z PASS [ 0.100s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
61042025-05-22T20:43:36.594Z PASS [ 0.048s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success
61052025-05-22T20:43:36.625Z PASS [ 0.032s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success
61062025-05-22T20:43:36.658Z PASS [ 0.032s] clickhouse-admin-types tests::test_empty_output_parse_fail
61072025-05-22T20:43:36.696Z PASS [ 0.038s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
61082025-05-22T20:43:36.737Z PASS [ 0.041s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
61092025-05-22T20:43:36.780Z PASS [ 0.043s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
61102025-05-22T20:43:36.824Z PASS [ 0.043s] clickhouse-admin-types tests::test_full_lgif_parse_success
61112025-05-22T20:43:36.860Z PASS [ 0.036s] clickhouse-admin-types tests::test_full_raft_config_parse_success
61122025-05-22T20:43:36.911Z PASS [ 0.051s] clickhouse-admin-types tests::test_generate_keeper_config
61132025-05-22T20:43:36.956Z PASS [ 0.045s] clickhouse-admin-types tests::test_generate_replica_config
61142025-05-22T20:43:36.995Z PASS [ 0.039s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
61152025-05-22T20:43:37.033Z PASS [ 0.038s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
61162025-05-22T20:43:37.075Z PASS [ 0.042s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail
61172025-05-22T20:43:37.109Z PASS [ 0.034s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
61182025-05-22T20:43:37.141Z PASS [ 0.032s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
61192025-05-22T20:43:37.177Z PASS [ 0.036s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
61202025-05-22T20:43:37.214Z PASS [ 0.036s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
61212025-05-22T20:43:37.245Z PASS [ 0.031s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
61222025-05-22T20:43:37.277Z PASS [ 0.031s] clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail
61232025-05-22T20:43:37.307Z PASS [ 0.030s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
61242025-05-22T20:43:37.340Z PASS [ 0.032s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
61252025-05-22T20:43:37.392Z PASS [ 0.043s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
61262025-05-22T20:43:37.425Z PASS [ 0.042s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
61272025-05-22T20:43:37.463Z PASS [ 0.036s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
61282025-05-22T20:43:37.502Z PASS [ 0.039s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
61292025-05-22T20:43:37.548Z PASS [ 0.047s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
61302025-05-22T20:43:37.583Z PASS [ 0.035s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
61312025-05-22T20:43:37.866Z PASS [ 0.037s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
61322025-05-22T20:43:37.892Z PASS [ 0.055s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
61332025-05-22T20:43:37.892Z PASS [ 0.033s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
61342025-05-22T20:43:37.892Z PASS [ 0.034s] clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail
61352025-05-22T20:43:37.892Z PASS [ 0.031s] clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success
61362025-05-22T20:43:37.892Z PASS [ 0.032s] clickhouse-admin-types tests::test_utc_system_timeseries_parse_success
61372025-05-22T20:43:37.955Z PASS [ 0.148s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
61382025-05-22T20:43:38.039Z PASS [ 0.084s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
61392025-05-22T20:43:38.066Z PASS [ 0.022s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
61402025-05-22T20:43:38.092Z PASS [ 0.023s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
61412025-05-22T20:43:38.118Z PASS [ 0.022s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
61422025-05-22T20:43:38.144Z PASS [ 0.024s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
61432025-05-22T20:43:38.170Z PASS [ 0.026s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
61442025-05-22T20:43:38.462Z PASS [ 0.304s] db-dev::test-db-dev test_db_dev_populate_no_args
61452025-05-22T20:43:38.574Z PASS [ 0.111s] db-dev::test-db-dev test_db_dev_wipe_no_args
61462025-05-22T20:43:40.545Z PASS [ 152.335s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
61472025-05-22T20:43:41.126Z PASS [ 10.704s] bootstore::v0-fsm-proptest-rack-coordinator run
61482025-05-22T20:43:41.208Z PASS [ 0.082s] db-macros lookup::test::test_lookup_snapshots
61492025-05-22T20:43:41.240Z PASS [ 0.032s] db-macros tests::test_derive_metadata_identity_fails_for_enums
61502025-05-22T20:43:41.266Z PASS [ 0.024s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
61512025-05-22T20:43:41.294Z PASS [ 0.029s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
61522025-05-22T20:43:41.320Z PASS [ 0.026s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
61532025-05-22T20:43:41.346Z PASS [ 0.024s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
61542025-05-22T20:43:41.385Z PASS [ 0.040s] db-macros tests::test_derive_snapshots
61552025-05-22T20:43:41.421Z PASS [ 0.036s] db-macros tests::test_derive_with_unknown_field
61562025-05-22T20:43:42.037Z PASS [ 0.616s] dns-server storage::test::test_update_basic
61572025-05-22T20:43:42.285Z PASS [ 0.247s] dns-server storage::test::test_update_in_progress
61582025-05-22T20:43:42.588Z PASS [ 0.303s] dns-server storage::test::test_update_interrupted
61592025-05-22T20:43:43.427Z PASS [ 0.839s] dns-server::basic_test a_crud
61602025-05-22T20:43:44.055Z PASS [ 0.627s] dns-server::basic_test aaaa_crud
61612025-05-22T20:43:44.737Z PASS [ 0.682s] dns-server::basic_test answers_match_question
61622025-05-22T20:43:45.362Z PASS [ 0.625s] dns-server::basic_test empty_record
61632025-05-22T20:43:46.097Z PASS [ 0.734s] dns-server::basic_test multi_record_crud
61642025-05-22T20:43:46.544Z PASS [ 0.448s] dns-server::basic_test name_contains_zone
61652025-05-22T20:43:47.252Z PASS [ 0.707s] dns-server::basic_test nxdomain
61662025-05-22T20:43:48.159Z PASS [ 0.907s] dns-server::basic_test servfail
61672025-05-22T20:43:48.563Z PASS [ 0.404s] dns-server::basic_test srv_crud
61682025-05-22T20:43:50.855Z PASS [ 12.281s] db-dev::test-db-dev test_db_killed
61692025-05-22T20:43:50.911Z PASS [ 0.056s] ereport-types tests::test_arb_json_deserializes
61702025-05-22T20:43:50.966Z PASS [ 0.055s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
61712025-05-22T20:43:51.008Z PASS [ 0.041s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
61722025-05-22T20:43:51.036Z PASS [ 0.028s] gfss gf256::tests::test_all_multiplication
61732025-05-22T20:43:51.064Z PASS [ 0.022s] gfss gf256::tests::test_all_multiplicative_inverses
61742025-05-22T20:43:51.090Z PASS [ 0.022s] gfss gf256::tests::test_docs_example
61752025-05-22T20:43:54.497Z PASS [ 5.933s] dns-server::commands_test test_dnsadm
61762025-05-22T20:43:56.840Z PASS [ 2.342s] gfss shamir::tests::split_and_combine
61772025-05-22T20:43:56.866Z PASS [ 0.025s] gfss shamir::tests::test_share_reconstruction
61782025-05-22T20:43:56.895Z PASS [ 0.031s] id-map tests::deserialize_rejects_duplicates
61792025-05-22T20:43:56.921Z PASS [ 0.022s] id-map tests::deserialize_rejects_mismatched_keys
61802025-05-22T20:43:57.077Z PASS [ 0.159s] id-map tests::get_mut_panics_if_id_changes
61812025-05-22T20:43:57.151Z PASS [ 0.075s] id-map tests::iter_mut_panics_if_id_changes
61822025-05-22T20:43:57.181Z PASS [ 0.029s] id-map tests::methods_allow_borrowed_ids
61832025-05-22T20:43:57.254Z PASS [ 0.073s] id-map tests::mut_into_iter_panics_if_id_changes
61842025-05-22T20:43:57.318Z PASS [ 0.063s] id-map tests::occupied_entry_panics_if_id_changed_via_get_mut
61852025-05-22T20:43:57.385Z PASS [ 0.067s] id-map tests::occupied_entry_panics_if_id_changed_via_into_mut
61862025-05-22T20:43:57.478Z PASS [ 0.093s] id-map tests::occupied_entry_panics_if_id_changes_on_insert
61872025-05-22T20:43:57.629Z PASS [ 0.150s] id-map tests::retain_panics_if_id_changes
61882025-05-22T20:43:57.716Z PASS [ 0.087s] id-map tests::serialization_is_transparent
61892025-05-22T20:43:57.861Z PASS [ 0.145s] id-map tests::serialization_roundtrip
61902025-05-22T20:43:57.943Z PASS [ 0.082s] id-map tests::vacant_entry_panics_if_id_changed_after_insert
61912025-05-22T20:43:58.021Z PASS [ 0.078s] id-map tests::vacant_entry_panics_if_id_changes_on_insert
61922025-05-22T20:43:58.128Z PASS [ 0.107s] illumos-utils destructor::test::test_delayed_delete
61932025-05-22T20:43:59.063Z PASS [ 0.934s] illumos-utils destructor::test::test_delayed_delete_with_error
61942025-05-22T20:43:59.096Z PASS [ 0.033s] illumos-utils destructor::test::test_destructor_bad_close
61952025-05-22T20:43:59.130Z PASS [ 0.033s] illumos-utils link::test::test_allocate
61962025-05-22T20:43:59.164Z PASS [ 0.034s] illumos-utils link::test::test_allocate_within_scopes
61972025-05-22T20:43:59.250Z PASS [ 0.086s] illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
61982025-05-22T20:43:59.281Z PASS [ 0.031s] illumos-utils running_zone::tests::test_is_oxide_smf_service
61992025-05-22T20:43:59.370Z PASS [ 0.088s] illumos-utils zfs::test::directory_mutability
62002025-05-22T20:43:59.461Z PASS [ 0.091s] illumos-utils zfs::test::get_values_of_rpool
62012025-05-22T20:43:59.513Z PASS [ 0.048s] illumos-utils zfs::test::parse_dataset_bad_avail
62022025-05-22T20:43:59.549Z PASS [ 0.040s] illumos-utils zfs::test::parse_dataset_bad_quota
62032025-05-22T20:43:59.581Z PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_bad_reservation
62042025-05-22T20:43:59.612Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_bad_usage
62052025-05-22T20:43:59.650Z PASS [ 0.038s] illumos-utils zfs::test::parse_dataset_bad_uuid
62062025-05-22T20:43:59.689Z PASS [ 0.039s] illumos-utils zfs::test::parse_dataset_missing_fields
62072025-05-22T20:43:59.732Z PASS [ 0.040s] illumos-utils zfs::test::parse_dataset_props
62082025-05-22T20:43:59.769Z PASS [ 0.039s] illumos-utils zfs::test::parse_dataset_props_with_optionals
62092025-05-22T20:43:59.798Z PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_too_many_columns
62102025-05-22T20:43:59.827Z PASS [ 0.029s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
62112025-05-22T20:43:59.857Z PASS [ 0.030s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
62122025-05-22T20:43:59.905Z PASS [ 0.046s] illumos-utils zfs::test::parse_quota_ignored_if_default
62132025-05-22T20:43:59.941Z PASS [ 0.037s] illumos-utils zfs::test::parse_reservation_ignored_if_default
62142025-05-22T20:43:59.970Z PASS [ 0.029s] illumos-utils zfs::test::parse_sorts_and_dedups
62152025-05-22T20:44:00.018Z PASS [ 0.048s] illumos-utils zone::tests::delete_nonexistent_address
62162025-05-22T20:44:00.051Z PASS [ 0.033s] illumos-utils zone::tests::test_parse_ip_network
62172025-05-22T20:44:00.081Z PASS [ 0.029s] illumos-utils zpool::test::test_parse_zpool
62182025-05-22T20:44:00.108Z PASS [ 0.027s] illumos-utils zpool::test::test_parse_zpool_missing_column
62192025-05-22T20:44:04.824Z PASS [ 13.743s] gfss polynomial::tests::test_polynomial_eval
62202025-05-22T20:44:05.296Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
62212025-05-22T20:44:06.827Z PASS [ 6.719s] installinator mock_peers::tests::proptest_fetch_artifact
62222025-05-22T20:44:07.008Z PASS [ 0.180s] installinator-common block_size_writer::tests::proptest_block_writer
62232025-05-22T20:44:08.087Z PASS [ 1.078s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
62242025-05-22T20:44:08.172Z PASS [ 3.348s] installinator write::tests::proptest_write_artifact
62252025-05-22T20:44:08.470Z PASS [ 0.383s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
62262025-05-22T20:44:08.913Z PASS [ 0.741s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
62272025-05-22T20:44:09.360Z PASS [ 0.890s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
62282025-05-22T20:44:09.478Z PASS [ 0.564s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
62292025-05-22T20:44:09.821Z PASS [ 0.461s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
62302025-05-22T20:44:09.942Z PASS [ 0.120s] internal-dns-types config::test::display_hosts
62312025-05-22T20:44:09.980Z PASS [ 0.034s] internal-dns-types config::test::display_srv_service
62322025-05-22T20:44:10.007Z PASS [ 0.529s] internal-dns-resolver resolver::test::update_record
62332025-05-22T20:44:10.034Z PASS [ 0.053s] internal-dns-types config::test::test_builder_errors
62342025-05-22T20:44:10.062Z PASS [ 0.054s] internal-dns-types config::test::test_builder_output
62352025-05-22T20:44:10.088Z PASS [ 0.050s] internal-dns-types diff::test::diff_different
62362025-05-22T20:44:10.113Z PASS [ 0.034s] internal-dns-types diff::test::diff_equivalent
62372025-05-22T20:44:10.139Z PASS [ 0.034s] internal-dns-types diff::test::diff_invalid
62382025-05-22T20:44:10.139Z PASS [ 0.033s] ipcc tests::deserialize_fixed_value
62392025-05-22T20:44:10.165Z PASS [ 0.035s] ipcc tests::installinator_image_id_round_trip
62402025-05-22T20:44:10.165Z PASS [ 0.028s] ipcc tests::serialized_size
62412025-05-22T20:44:10.212Z PASS [ 0.063s] key-manager tests::different_disks_produce_different_keys
62422025-05-22T20:44:10.237Z PASS [ 0.057s] key-manager tests::different_ikm_produces_different_keys
62432025-05-22T20:44:10.263Z PASS [ 0.034s] key-manager tests::disk_encryption_key_epoch_0
62442025-05-22T20:44:10.263Z PASS [ 0.040s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
62452025-05-22T20:44:10.363Z PASS [ 0.108s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
62462025-05-22T20:44:10.389Z PASS [ 0.118s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
62472025-05-22T20:44:10.415Z PASS [ 0.046s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
62482025-05-22T20:44:10.441Z PASS [ 0.052s] nexus-auth authn::external::session_cookie::test::test_get_token
62492025-05-22T20:44:10.467Z PASS [ 0.043s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
62502025-05-22T20:44:10.493Z PASS [ 0.068s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
62512025-05-22T20:44:10.518Z PASS [ 0.039s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
62522025-05-22T20:44:10.546Z PASS [ 0.047s] nexus-auth authn::external::session_cookie::test::test_other_cookie
62532025-05-22T20:44:10.546Z PASS [ 0.039s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
62542025-05-22T20:44:10.573Z PASS [ 0.047s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
62552025-05-22T20:44:10.602Z PASS [ 0.064s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
62562025-05-22T20:44:10.635Z PASS [ 0.065s] nexus-auth authn::external::spoof::test::test_make_header_value
62572025-05-22T20:44:10.661Z PASS [ 0.058s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
62582025-05-22T20:44:10.697Z PASS [ 0.062s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
62592025-05-22T20:44:10.724Z PASS [ 0.051s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
62602025-05-22T20:44:10.750Z PASS [ 0.043s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
62612025-05-22T20:44:10.776Z PASS [ 0.046s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
62622025-05-22T20:44:10.802Z PASS [ 0.053s] nexus-auth authn::external::test::test_authn_sequence
62632025-05-22T20:44:10.827Z PASS [ 0.056s] nexus-auth authn::external::token::test::test_make_header_value
62642025-05-22T20:44:10.863Z PASS [ 0.070s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
62652025-05-22T20:44:10.889Z PASS [ 0.055s] nexus-auth authn::external::token::test::test_token_header_missing
62662025-05-22T20:44:10.930Z PASS [ 0.066s] nexus-auth authn::external::token::test::test_token_header_valid
62672025-05-22T20:44:10.955Z PASS [ 0.064s] nexus-auth authn::test::test_internal_users
62682025-05-22T20:44:11.013Z PASS [ 0.079s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
62692025-05-22T20:44:11.141Z PASS [ 0.128s] nexus-auth context::test::test_background_context
62702025-05-22T20:44:11.168Z PASS [ 0.238s] nexus-auth authz::context::test::test_unregistered_resource
62712025-05-22T20:44:11.224Z PASS [ 0.083s] nexus-auth context::test::test_child_context
62722025-05-22T20:44:11.279Z PASS [ 0.111s] nexus-auth context::test::test_test_context
62732025-05-22T20:44:11.318Z PASS [ 0.038s] nexus-config nexus_config::test::test_config_bad_toml
62742025-05-22T20:44:11.352Z PASS [ 0.128s] nexus-config nexus_config::test::test_bad_authn_schemes
62752025-05-22T20:44:11.378Z PASS [ 0.036s] nexus-config nexus_config::test::test_config_empty
62762025-05-22T20:44:11.403Z PASS [ 0.031s] nexus-config nexus_config::test::test_config_nonexistent
62772025-05-22T20:44:11.429Z PASS [ 0.060s] nexus-config nexus_config::test::test_deployment_config_schema
62782025-05-22T20:44:11.429Z PASS [ 0.042s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
62792025-05-22T20:44:11.455Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
62802025-05-22T20:44:11.532Z PASS [ 0.119s] nexus-config nexus_config::test::test_repo_configs_are_valid
62812025-05-22T20:44:11.558Z PASS [ 0.111s] nexus-config nexus_config::test::test_valid
62822025-05-22T20:44:11.584Z PASS [ 0.031s] nexus-config postgres_config::test::test_example_url
62832025-05-22T20:44:11.610Z PASS [ 0.055s] nexus-config postgres_config::test::test_bad_url
62842025-05-22T20:44:11.636Z PASS [ 0.057s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
62852025-05-22T20:44:11.661Z PASS [ 0.064s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
62862025-05-22T20:44:11.687Z PASS [ 0.049s] nexus-db-fixed-data test::test_allowlist_id_is_valid
62872025-05-22T20:44:11.713Z PASS [ 0.042s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
62882025-05-22T20:44:11.739Z PASS [ 0.043s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
62892025-05-22T20:44:11.773Z PASS [ 0.056s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
62902025-05-22T20:44:11.842Z PASS [ 0.068s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
62912025-05-22T20:44:11.917Z PASS [ 0.074s] nexus-db-model device_auth::test::test_generate_user_code
62922025-05-22T20:44:11.955Z PASS [ 0.039s] nexus-db-model instance_state::tests::test_from_str_roundtrips
62932025-05-22T20:44:11.999Z PASS [ 0.043s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
62942025-05-22T20:44:12.041Z PASS [ 0.042s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
62952025-05-22T20:44:12.115Z PASS [ 0.072s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
62962025-05-22T20:44:12.160Z PASS [ 0.047s] nexus-db-model schema_versions::test::test_known_versions
62972025-05-22T20:44:12.216Z PASS [ 0.055s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
62982025-05-22T20:44:12.258Z PASS [ 0.042s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
62992025-05-22T20:44:12.298Z PASS [ 0.040s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
63002025-05-22T20:44:12.334Z PASS [ 0.035s] nexus-db-model schema_versions::test::test_verify
63012025-05-22T20:44:12.395Z PASS [ 0.048s] nexus-db-model semver_version::test::test_to_from_sortable_string
63022025-05-22T20:44:12.425Z PASS [ 0.043s] nexus-db-model tests::test_ip_subnet_check_requestable_address
63032025-05-22T20:44:12.491Z PASS [ 0.062s] nexus-db-model tests::test_ipv6_net_random_subnet
63042025-05-22T20:44:12.541Z PASS [ 0.054s] nexus-db-model tests::test_roles_database_strings
63052025-05-22T20:44:12.578Z PASS [ 0.036s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
63062025-05-22T20:44:12.617Z PASS [ 0.040s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
63072025-05-22T20:44:12.653Z PASS [ 0.036s] nexus-db-model vmm_state::tests::test_from_str_roundtrips
63082025-05-22T20:44:12.687Z PASS [ 0.034s] nexus-db-model webhook_event_class::tests::test_from_str_roundtrips
63092025-05-22T20:44:12.724Z PASS [ 0.037s] nexus-db-model webhook_event_class::tests::test_is_test
63102025-05-22T20:44:12.768Z PASS [ 0.043s] nexus-db-model webhook_rx::test::test_event_class_glob_to_regex
63112025-05-22T20:44:12.805Z PASS [ 0.038s] nexus-db-model webhook_rx::test::test_invalid_subscription_parsing
63122025-05-22T20:44:12.890Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
63132025-05-22T20:44:12.916Z PASS [ 0.095s] nexus-db-model webhook_rx::test::test_valid_subscription_parsing
63142025-05-22T20:44:18.422Z PASS [ 37.878s] db-dev::test-db-dev test_db_run
63152025-05-22T20:44:19.515Z PASS [ 7.822s] nexus-db-lookup::integration lookup::test_lookup
63162025-05-22T20:44:20.261Z PASS [ 7.360s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
63172025-05-22T20:44:20.478Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
63182025-05-22T20:44:20.478Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
63192025-05-22T20:44:23.982Z PASS [ 5.559s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
63202025-05-22T20:44:24.391Z PASS [ 4.876s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
63212025-05-22T20:44:24.745Z PASS [ 4.485s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
63222025-05-22T20:44:29.532Z PASS [ 5.551s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
63232025-05-22T20:44:29.767Z PASS [ 5.375s] nexus-db-queries db::collection_attach::test::test_attach_once
63242025-05-22T20:44:30.507Z PASS [ 5.762s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
63252025-05-22T20:44:35.848Z PASS [ 6.316s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
63262025-05-22T20:44:35.880Z PASS [ 6.114s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
63272025-05-22T20:44:35.932Z PASS [ 0.084s] nexus-db-queries db::collection_attach::test::test_verify_query
63282025-05-22T20:44:36.830Z PASS [ 6.323s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
63292025-05-22T20:44:41.116Z PASS [ 5.184s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
63302025-05-22T20:44:41.681Z PASS [ 5.797s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
63312025-05-22T20:44:42.796Z PASS [ 5.966s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
63322025-05-22T20:44:46.909Z PASS [ 5.793s] nexus-db-queries db::collection_detach::test::test_detach_once
63332025-05-22T20:44:46.983Z PASS [ 0.074s] nexus-db-queries db::collection_detach::test::test_verify_query
63342025-05-22T20:44:47.008Z PASS [ 5.306s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
63352025-05-22T20:44:47.693Z PASS [ 4.897s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
63362025-05-22T20:44:52.270Z PASS [ 5.287s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
63372025-05-22T20:44:53.057Z PASS [ 6.074s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
63382025-05-22T20:44:53.957Z PASS [ 6.263s] nexus-db-queries db::collection_detach_many::test::test_detach_many
63392025-05-22T20:44:57.140Z PASS [ 4.870s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
63402025-05-22T20:44:58.463Z PASS [ 5.405s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
63412025-05-22T20:44:58.623Z PASS [ 4.666s] nexus-db-queries db::collection_detach_many::test::test_detach_once
63422025-05-22T20:44:58.699Z PASS [ 0.076s] nexus-db-queries db::collection_detach_many::test::test_verify_query
63432025-05-22T20:45:02.297Z PASS [ 5.157s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
63442025-05-22T20:45:02.597Z PASS [ 3.898s] nexus-db-queries db::collection_insert::test::test_collection_not_present
63452025-05-22T20:45:02.682Z PASS [ 0.085s] nexus-db-queries db::collection_insert::test::test_verify_query
63462025-05-22T20:45:02.750Z PASS [ 0.068s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
63472025-05-22T20:45:02.808Z PASS [ 0.057s] nexus-db-queries db::column_walker::test::test_walk_columns
63482025-05-22T20:45:02.870Z PASS [ 0.062s] nexus-db-queries db::column_walker::test::test_walk_table
63492025-05-22T20:45:04.130Z PASS [ 5.667s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
63502025-05-22T20:45:05.295Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
63512025-05-22T20:45:06.085Z PASS [ 3.787s] nexus-db-queries db::collection_insert::test::test_collection_present
63522025-05-22T20:45:11.444Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
63532025-05-22T20:45:11.770Z PASS [ 8.900s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
63542025-05-22T20:45:12.890Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
63552025-05-22T20:45:13.019Z PASS [ 8.890s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
63562025-05-22T20:45:19.990Z PASS [ 8.220s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
63572025-05-22T20:45:20.477Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
63582025-05-22T20:45:20.477Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
63592025-05-22T20:45:20.816Z PASS [ 14.732s] nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
63602025-05-22T20:45:21.905Z PASS [ 8.887s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
63612025-05-22T20:45:29.613Z PASS [ 8.798s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
63622025-05-22T20:45:30.344Z PASS [ 10.355s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
63632025-05-22T20:45:31.544Z PASS [ 9.639s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
63642025-05-22T20:45:32.787Z PASS [ 201.347s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
63652025-05-22T20:45:38.800Z PASS [ 9.187s] nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
63662025-05-22T20:45:39.013Z PASS [ 8.668s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
63672025-05-22T20:45:40.787Z PASS [ 9.244s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
63682025-05-22T20:45:42.233Z PASS [ 9.446s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
63692025-05-22T20:45:47.130Z PASS [ 8.330s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
63702025-05-22T20:45:49.252Z PASS [ 8.464s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
63712025-05-22T20:45:50.374Z PASS [ 8.140s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
63722025-05-22T20:45:53.374Z PASS [ 13.890s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
63732025-05-22T20:45:57.318Z PASS [ 10.188s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
63742025-05-22T20:45:57.958Z PASS [ 8.706s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
63752025-05-22T20:45:59.857Z PASS [ 9.484s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
63762025-05-22T20:46:00.802Z PASS [ 7.900s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
63772025-05-22T20:46:04.790Z PASS [ 7.472s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
63782025-05-22T20:46:05.294Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
63792025-05-22T20:46:05.989Z PASS [ 8.032s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
63802025-05-22T20:46:11.551Z PASS [ 6.760s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
63812025-05-22T20:46:11.679Z PASS [ 11.822s] nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
63822025-05-22T20:46:11.970Z PASS [ 11.168s] nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
63832025-05-22T20:46:12.710Z PASS [ 6.721s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
63842025-05-22T20:46:12.890Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
63852025-05-22T20:46:19.435Z PASS [ 7.466s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
63862025-05-22T20:46:19.521Z PASS [ 7.842s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
63872025-05-22T20:46:19.639Z PASS [ 8.089s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
63882025-05-22T20:46:20.476Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
63892025-05-22T20:46:20.476Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
63902025-05-22T20:46:21.025Z PASS [ 8.314s] nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
63912025-05-22T20:46:22.588Z PASS [ 3.067s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
63922025-05-22T20:46:24.306Z PASS [ 4.668s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
63932025-05-22T20:46:24.710Z PASS [ 5.275s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
63942025-05-22T20:46:30.544Z PASS [ 9.519s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
63952025-05-22T20:46:30.833Z PASS [ 8.245s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
63962025-05-22T20:46:31.572Z PASS [ 7.266s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
63972025-05-22T20:46:32.823Z PASS [ 8.113s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
63982025-05-22T20:46:37.869Z PASS [ 7.325s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
63992025-05-22T20:46:39.065Z PASS [ 8.232s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
64002025-05-22T20:46:39.127Z PASS [ 0.061s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
64012025-05-22T20:46:39.702Z PASS [ 8.130s] nexus-db-queries db::datastore::deployment::tests::test_set_target
64022025-05-22T20:46:42.207Z PASS [ 9.384s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
64032025-05-22T20:46:45.181Z PASS [ 7.313s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
64042025-05-22T20:46:45.729Z PASS [ 6.602s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
64052025-05-22T20:46:47.051Z PASS [ 7.349s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
64062025-05-22T20:46:51.441Z PASS [ 9.234s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
64072025-05-22T20:46:52.724Z PASS [ 7.543s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
64082025-05-22T20:46:53.493Z PASS [ 7.763s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
64092025-05-22T20:46:54.675Z PASS [ 7.618s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
64102025-05-22T20:47:00.497Z PASS [ 9.056s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
64112025-05-22T20:47:01.684Z PASS [ 8.193s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
64122025-05-22T20:47:02.261Z PASS [ 7.593s] nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
64132025-05-22T20:47:04.643Z PASS [ 11.919s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
64142025-05-22T20:47:05.294Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
64152025-05-22T20:47:08.914Z PASS [ 8.417s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
64162025-05-22T20:47:10.885Z PASS [ 8.623s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
64172025-05-22T20:47:11.030Z PASS [ 9.345s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
64182025-05-22T20:47:12.889Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
64192025-05-22T20:47:13.851Z PASS [ 9.207s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
64202025-05-22T20:47:17.224Z PASS [ 8.310s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
64212025-05-22T20:47:19.334Z PASS [ 8.450s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
64222025-05-22T20:47:19.972Z PASS [ 8.942s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
64232025-05-22T20:47:20.476Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
64242025-05-22T20:47:20.476Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
64252025-05-22T20:47:22.093Z PASS [ 8.242s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
64262025-05-22T20:47:26.401Z PASS [ 9.176s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
64272025-05-22T20:47:30.013Z PASS [ 10.041s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
64282025-05-22T20:47:31.676Z PASS [ 9.584s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
64292025-05-22T20:47:33.069Z PASS [ 13.734s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
64302025-05-22T20:47:34.477Z PASS [ 8.076s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
64312025-05-22T20:47:38.992Z PASS [ 8.978s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
64322025-05-22T20:47:40.095Z PASS [ 7.026s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
64332025-05-22T20:47:41.475Z PASS [ 6.999s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
64342025-05-22T20:47:43.841Z PASS [ 12.158s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
64352025-05-22T20:47:46.838Z PASS [ 7.844s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
64362025-05-22T20:47:48.336Z PASS [ 8.239s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
64372025-05-22T20:47:51.260Z PASS [ 9.783s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
64382025-05-22T20:47:51.405Z PASS [ 7.571s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
64392025-05-22T20:47:56.577Z PASS [ 9.742s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
64402025-05-22T20:47:59.244Z PASS [ 7.986s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
64412025-05-22T20:48:03.969Z PASS [ 7.391s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
64422025-05-22T20:48:05.293Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
64432025-05-22T20:48:07.170Z PASS [ 7.926s] nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
64442025-05-22T20:48:11.510Z PASS [ 7.541s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
64452025-05-22T20:48:12.888Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
64462025-05-22T20:48:13.342Z PASS [ 25.008s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
64472025-05-22T20:48:14.063Z PASS [ 6.893s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
64482025-05-22T20:48:19.024Z PASS [ 7.513s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
64492025-05-22T20:48:20.474Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
64502025-05-22T20:48:20.475Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
64512025-05-22T20:48:21.365Z PASS [ 8.022s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
64522025-05-22T20:48:23.342Z PASS [ 7.637s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
64532025-05-22T20:48:31.138Z PASS [ 8.752s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
64542025-05-22T20:48:31.555Z PASS [ 10.191s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
64552025-05-22T20:48:35.920Z PASS [ 14.220s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
64562025-05-22T20:48:36.389Z PASS [ 44.986s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
64572025-05-22T20:48:36.752Z PASS [ 8.977s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
64582025-05-22T20:48:40.181Z PASS [ 8.621s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
64592025-05-22T20:48:44.597Z PASS [ 8.678s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
64602025-05-22T20:48:44.648Z PASS [ 0.050s] nexus-db-queries db::datastore::region::test::test_extent_count
64612025-05-22T20:48:46.026Z PASS [ 9.636s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
64622025-05-22T20:48:46.657Z PASS [ 9.905s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
64632025-05-22T20:48:48.691Z PASS [ 8.514s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
64642025-05-22T20:48:53.229Z PASS [ 8.581s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
64652025-05-22T20:48:55.155Z PASS [ 9.130s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
64662025-05-22T20:48:55.731Z PASS [ 9.074s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
64672025-05-22T20:48:58.594Z PASS [ 9.902s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
64682025-05-22T20:49:03.941Z PASS [ 9.911s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
64692025-05-22T20:49:05.225Z PASS [ 9.301s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
64702025-05-22T20:49:05.303Z SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
64712025-05-22T20:49:05.330Z PASS [ 9.568s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
64722025-05-22T20:49:07.321Z PASS [ 8.729s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
64732025-05-22T20:49:11.341Z PASS [ 8.202s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
64742025-05-22T20:49:12.888Z SLOW [>360.000s] oximeter-db client::tests::test_replicated
64752025-05-22T20:49:13.447Z PASS [ 8.992s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
64762025-05-22T20:49:13.951Z PASS [ 8.652s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
64772025-05-22T20:49:16.172Z PASS [ 8.850s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
64782025-05-22T20:49:19.973Z PASS [ 8.632s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
64792025-05-22T20:49:20.475Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
64802025-05-22T20:49:20.475Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
64812025-05-22T20:49:22.495Z PASS [ 9.048s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
64822025-05-22T20:49:22.521Z PASS [ 8.548s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
64832025-05-22T20:49:24.932Z PASS [ 8.761s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
64842025-05-22T20:49:29.297Z PASS [ 9.323s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
64852025-05-22T20:49:31.101Z PASS [ 8.605s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
64862025-05-22T20:49:32.147Z PASS [ 9.648s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
64872025-05-22T20:49:34.998Z PASS [ 10.066s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
64882025-05-22T20:49:38.067Z PASS [ 8.770s] nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
64892025-05-22T20:49:38.907Z PASS [ 7.805s] nexus-db-queries db::datastore::sled::test::affinity_multi_group
64902025-05-22T20:49:40.374Z PASS [ 8.225s] nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
64912025-05-22T20:49:44.085Z PASS [ 9.087s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail
64922025-05-22T20:49:47.567Z PASS [ 9.500s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
64932025-05-22T20:49:49.929Z PASS [ 11.023s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
64942025-05-22T20:49:50.564Z PASS [ 10.191s] nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
64952025-05-22T20:49:54.163Z PASS [ 10.078s] nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
64962025-05-22T20:49:57.022Z PASS [ 9.455s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
64972025-05-22T20:49:59.902Z PASS [ 9.973s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
64982025-05-22T20:50:00.653Z PASS [ 10.089s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
64992025-05-22T20:50:04.773Z PASS [ 10.610s] nexus-db-queries db::datastore::sled::test::sled_list_batch
65002025-05-22T20:50:05.294Z SLOW [>480.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
65012025-05-22T20:50:06.978Z PASS [ 9.957s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
65022025-05-22T20:50:09.818Z PASS [ 9.165s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
65032025-05-22T20:50:10.374Z PASS [ 10.472s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
65042025-05-22T20:50:12.887Z SLOW [>420.000s] oximeter-db client::tests::test_replicated
65052025-05-22T20:50:14.823Z PASS [ 10.050s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
65062025-05-22T20:50:15.854Z PASS [ 8.876s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
65072025-05-22T20:50:18.388Z PASS [ 8.014s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
65082025-05-22T20:50:20.473Z SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
65092025-05-22T20:50:20.473Z SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
65102025-05-22T20:50:23.134Z PASS [ 8.311s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
65112025-05-22T20:50:23.713Z PASS [ 7.859s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
65122025-05-22T20:50:27.950Z PASS [ 18.132s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
65132025-05-22T20:50:30.473Z PASS [ 12.085s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
65142025-05-22T20:50:35.565Z PASS [ 12.431s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
65152025-05-22T20:50:35.913Z PASS [ 12.200s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
65162025-05-22T20:50:39.779Z PASS [ 11.829s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
65172025-05-22T20:50:40.598Z PASS [ 10.125s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
65182025-05-22T20:50:43.392Z PASS [ 450.514s] oximeter-db client::tests::test_replicated
65192025-05-22T20:50:43.470Z PASS [ 0.075s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
65202025-05-22T20:50:43.511Z PASS [ 0.041s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
65212025-05-22T20:50:43.548Z PASS [ 0.037s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
65222025-05-22T20:50:43.583Z PASS [ 0.034s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
65232025-05-22T20:50:43.612Z PASS [ 0.029s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
65242025-05-22T20:50:43.913Z PASS [ 8.348s] nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
65252025-05-22T20:50:44.206Z PASS [ 8.293s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
65262025-05-22T20:50:45.071Z PASS [ 1.459s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
65272025-05-22T20:50:45.374Z PASS [ 0.303s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
65282025-05-22T20:50:45.669Z PASS [ 0.295s] omicron-clickhouse-admin::integration_test test_lgif_parsing
65292025-05-22T20:50:45.898Z PASS [ 0.228s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
65302025-05-22T20:50:46.385Z PASS [ 0.487s] omicron-clickhouse-admin::integration_test test_teardown
65312025-05-22T20:50:46.500Z PASS [ 0.115s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
65322025-05-22T20:50:47.395Z PASS [ 7.616s] nexus-db-queries db::datastore::target_release::test::target_release_datastore
65332025-05-22T20:50:48.034Z PASS [ 7.435s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
65342025-05-22T20:50:51.359Z PASS [ 7.446s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
65352025-05-22T20:50:51.784Z PASS [ 7.577s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
65362025-05-22T20:50:54.735Z PASS [ 7.338s] nexus-db-queries db::datastore::test::test_project_creation
65372025-05-22T20:50:55.647Z PASS [ 7.614s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
65382025-05-22T20:50:59.939Z PASS [ 8.580s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
65392025-05-22T20:51:03.323Z PASS [ 8.590s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
65402025-05-22T20:51:04.327Z PASS [ 8.680s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
65412025-05-22T20:51:05.292Z SLOW [>540.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
65422025-05-22T20:51:08.490Z PASS [ 8.550s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
65432025-05-22T20:51:11.820Z PASS [ 20.038s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
65442025-05-22T20:51:20.473Z SLOW [>660.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
65452025-05-22T20:51:20.473Z SLOW [>660.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
65462025-05-22T20:51:22.157Z PASS [ 18.834s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
65472025-05-22T20:51:24.214Z PASS [ 19.888s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
65482025-05-22T20:51:30.201Z PASS [ 8.045s] nexus-db-queries db::datastore::test::test_session_methods
65492025-05-22T20:51:32.174Z PASS [ 7.958s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
65502025-05-22T20:51:33.706Z PASS [ 25.218s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
65512025-05-22T20:51:35.009Z PASS [ 23.189s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
65522025-05-22T20:51:38.489Z PASS [ 8.287s] nexus-db-queries db::datastore::test::test_ssh_keys
65532025-05-22T20:51:40.306Z PASS [ 8.132s] nexus-db-queries db::datastore::test::test_table_scan
65542025-05-22T20:51:42.572Z PASS [ 8.866s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
65552025-05-22T20:51:44.256Z PASS [ 9.248s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
65562025-05-22T20:51:46.501Z SLOW [> 60.000s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
65572025-05-22T20:51:47.313Z PASS [ 8.825s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
65582025-05-22T20:51:48.841Z PASS [ 8.535s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
65592025-05-22T20:51:51.248Z PASS [ 8.675s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
65602025-05-22T20:51:51.324Z PASS [ 0.077s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
65612025-05-22T20:51:51.404Z PASS [ 0.079s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
65622025-05-22T20:51:52.471Z PASS [ 8.215s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
65632025-05-22T20:51:54.785Z PASS [ 7.472s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
65642025-05-22T20:52:01.047Z PASS [ 74.548s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
65652025-05-22T20:52:02.821Z PASS [ 8.036s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
65662025-05-22T20:52:05.292Z SLOW [>600.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
65672025-05-22T20:52:05.389Z PASS [ 4.342s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
65682025-05-22T20:52:08.611Z PASS [ 19.771s] nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
65692025-05-22T20:52:08.963Z PASS [ 6.142s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
65702025-05-22T20:52:11.641Z PASS [ 20.238s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
65712025-05-22T20:52:12.975Z PASS [ 20.504s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
65722025-05-22T20:52:16.474Z PASS [ 7.862s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
65732025-05-22T20:52:17.265Z PASS [ 8.302s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
65742025-05-22T20:52:20.458Z PASS [ 8.817s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
65752025-05-22T20:52:20.483Z SLOW [>720.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
65762025-05-22T20:52:20.483Z SLOW [>720.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
65772025-05-22T20:52:21.079Z PASS [ 0.621s] nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
65782025-05-22T20:52:21.377Z PASS [ 15.988s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
65792025-05-22T20:52:23.490Z PASS [ 10.516s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
65802025-05-22T20:52:24.704Z PASS [ 3.623s] nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
65812025-05-22T20:52:24.744Z PASS [ 8.270s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
65822025-05-22T20:52:28.420Z PASS [ 11.155s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
65832025-05-22T20:52:28.774Z PASS [ 4.071s] nexus-db-queries db::datastore::webhook_rx::test::explain_event_class_glob
65842025-05-22T20:52:30.941Z PASS [ 7.451s] nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
65852025-05-22T20:52:31.532Z PASS [ 2.759s] nexus-db-queries db::explain::test::test_explain_async
65862025-05-22T20:52:32.946Z PASS [ 8.202s] nexus-db-queries db::datastore::webhook_rx::test::test_event_class_globs
65872025-05-22T20:52:34.183Z PASS [ 3.242s] nexus-db-queries db::explain::test::test_explain_full_table_scan
65882025-05-22T20:52:36.937Z PASS [ 8.518s] nexus-db-queries db::datastore::webhook_rx::test::test_rx_is_subscribed_to_event
65892025-05-22T20:52:37.690Z PASS [ 6.157s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
65902025-05-22T20:52:39.074Z PASS [ 6.128s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
65912025-05-22T20:52:39.194Z PASS [ 0.120s] nexus-db-queries db::pagination::test::test_paginator
65922025-05-22T20:52:40.214Z PASS [ 6.029s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
65932025-05-22T20:52:41.381Z PASS [ 20.004s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
65942025-05-22T20:52:41.707Z PASS [ 2.512s] nexus-db-queries db::pool::test::test_pool_can_be_terminated
65952025-05-22T20:52:42.488Z PASS [ 4.798s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
65962025-05-22T20:52:42.520Z PASS [ 5.583s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
65972025-05-22T20:52:42.633Z PASS [ 2.420s] nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
65982025-05-22T20:52:49.636Z PASS [ 7.930s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
65992025-05-22T20:52:49.899Z PASS [ 7.378s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
66002025-05-22T20:52:49.971Z PASS [ 8.590s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
66012025-05-22T20:52:50.214Z PASS [ 7.582s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
66022025-05-22T20:52:50.310Z PASS [ 7.822s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
66032025-05-22T20:52:56.920Z PASS [ 7.284s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
66042025-05-22T20:52:57.450Z PASS [ 7.141s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
66052025-05-22T20:52:57.483Z PASS [ 7.512s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
66062025-05-22T20:52:57.508Z PASS [ 0.049s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
66072025-05-22T20:52:57.600Z PASS [ 7.384s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
66082025-05-22T20:52:57.760Z PASS [ 7.860s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
66092025-05-22T20:53:04.785Z PASS [ 7.186s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
66102025-05-22T20:53:04.999Z PASS [ 7.516s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
66112025-05-22T20:53:05.244Z PASS [ 7.486s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
66122025-05-22T20:53:05.290Z PASS [ 7.790s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
66132025-05-22T20:53:05.315Z SLOW [>660.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
66142025-05-22T20:53:06.189Z PASS [ 9.269s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
66152025-05-22T20:53:11.537Z PASS [ 6.752s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
66162025-05-22T20:53:12.132Z PASS [ 7.132s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
66172025-05-22T20:53:12.157Z PASS [ 6.900s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
66182025-05-22T20:53:12.249Z PASS [ 6.959s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
66192025-05-22T20:53:13.444Z PASS [ 7.255s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
66202025-05-22T20:53:19.320Z PASS [ 7.783s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
66212025-05-22T20:53:19.367Z PASS [ 0.047s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
66222025-05-22T20:53:19.709Z PASS [ 7.460s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
66232025-05-22T20:53:19.791Z PASS [ 7.647s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
66242025-05-22T20:53:19.818Z PASS [ 7.686s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
66252025-05-22T20:53:20.472Z SLOW [>780.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
66262025-05-22T20:53:20.472Z SLOW [>780.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
66272025-05-22T20:53:21.238Z PASS [ 7.795s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
66282025-05-22T20:53:24.402Z PASS [ 4.693s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
66292025-05-22T20:53:24.467Z PASS [ 4.648s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
66302025-05-22T20:53:24.493Z PASS [ 0.070s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
66312025-05-22T20:53:24.938Z PASS [ 5.147s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
66322025-05-22T20:53:25.145Z PASS [ 0.672s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
66332025-05-22T20:53:25.468Z PASS [ 0.530s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
66342025-05-22T20:53:26.555Z PASS [ 5.316s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
66352025-05-22T20:53:26.614Z PASS [ 0.059s] nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
66362025-05-22T20:53:26.668Z PASS [ 0.054s] nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
66372025-05-22T20:53:27.626Z PASS [ 8.259s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
66382025-05-22T20:53:28.135Z PASS [ 2.991s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
66392025-05-22T20:53:28.694Z PASS [ 0.558s] nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
66402025-05-22T20:53:28.940Z PASS [ 2.272s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
66412025-05-22T20:53:29.043Z PASS [ 4.578s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
66422025-05-22T20:53:29.068Z PASS [ 3.597s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
66432025-05-22T20:53:29.388Z PASS [ 0.447s] nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
66442025-05-22T20:53:29.430Z PASS [ 0.386s] nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
66452025-05-22T20:53:30.022Z PASS [ 0.592s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
66462025-05-22T20:53:30.571Z PASS [ 0.549s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
66472025-05-22T20:53:31.222Z PASS [ 0.651s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
66482025-05-22T20:53:31.300Z PASS [ 2.606s] nexus-db-queries db::queries::regions_hard_delete::test::explainable
66492025-05-22T20:53:31.544Z PASS [ 3.918s] nexus-db-queries db::queries::region_allocation::test::explainable
66502025-05-22T20:53:31.766Z PASS [ 2.701s] nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
66512025-05-22T20:53:31.953Z PASS [ 0.730s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
66522025-05-22T20:53:32.214Z PASS [ 2.825s] nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
66532025-05-22T20:53:32.364Z PASS [ 0.150s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
66542025-05-22T20:53:32.412Z PASS [ 0.048s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
66552025-05-22T20:53:32.466Z PASS [ 0.051s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
66562025-05-22T20:53:32.520Z PASS [ 0.057s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
66572025-05-22T20:53:32.566Z PASS [ 0.045s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
66582025-05-22T20:53:34.109Z PASS [ 2.565s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
66592025-05-22T20:53:34.231Z PASS [ 2.278s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
66602025-05-22T20:53:34.341Z PASS [ 3.041s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
66612025-05-22T20:53:34.561Z PASS [ 2.795s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
66622025-05-22T20:53:35.250Z PASS [ 2.684s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
66632025-05-22T20:53:36.894Z PASS [ 2.663s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
66642025-05-22T20:53:36.994Z PASS [ 2.885s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
66652025-05-22T20:53:37.038Z PASS [ 0.044s] nexus-defaults tests::test_random_vpc_ipv6_prefix
66662025-05-22T20:53:37.324Z PASS [ 0.286s] nexus-inventory builder::test::test_basic
66672025-05-22T20:53:37.375Z PASS [ 0.033s] nexus-inventory builder::test::test_empty
66682025-05-22T20:53:37.461Z PASS [ 0.102s] nexus-inventory builder::test::test_problems
66692025-05-22T20:53:40.757Z PASS [ 3.296s] nexus-inventory collector::test::test_basic
66702025-05-22T20:53:41.848Z PASS [ 6.598s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
66712025-05-22T20:53:42.977Z PASS [ 1.128s] nexus-inventory collector::test::test_multi_mgs_failure
66722025-05-22T20:53:43.233Z PASS [ 2.475s] nexus-inventory collector::test::test_multi_mgs
66732025-05-22T20:53:43.534Z PASS [ 6.640s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
66742025-05-22T20:53:44.469Z PASS [ 1.492s] nexus-inventory collector::test::test_sled_agent_failure
66752025-05-22T20:53:50.792Z PASS [ 16.152s] nexus-db-queries policy_test::test_conferred_roles
66762025-05-22T20:53:50.816Z PASS [ 6.027s] nexus-mgs-updates driver_update::test::test_sp_basic_failures
66772025-05-22T20:53:51.430Z PASS [ 7.896s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
66782025-05-22T20:53:51.622Z PASS [ 8.389s] nexus-metrics-producer-gc tests::test_prune_expired_producers
66792025-05-22T20:53:51.875Z PASS [ 0.253s] nexus-mgs-updates test_util::step_through::test::test_basic
66802025-05-22T20:53:56.075Z PASS [ 4.200s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_delivers_progress
66812025-05-22T20:53:56.537Z PASS [ 0.462s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_remembers_successful_mgs_instance
66822025-05-22T20:53:56.852Z PASS [ 5.422s] nexus-mgs-updates driver_update::test::test_sp_update_watched
66832025-05-22T20:53:56.877Z PASS [ 0.332s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_switches_mgs_instances_on_failure
66842025-05-22T20:53:57.169Z PASS [ 0.316s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_updates_sled
66852025-05-22T20:54:00.625Z PASS [ 10.133s] nexus-mgs-updates driver_update::test::test_sp_update_basic
66862025-05-22T20:54:00.767Z PASS [ 3.898s] nexus-mgs-updates::rot_updater test_rot_updater_delivers_progress
66872025-05-22T20:54:00.829Z PASS [ 3.661s] nexus-mgs-updates::rot_updater test_rot_updater_remembers_successful_mgs_instance
66882025-05-22T20:54:00.979Z PASS [ 0.354s] nexus-mgs-updates::rot_updater test_rot_updater_switches_mgs_instances_on_failure
66892025-05-22T20:54:04.147Z PASS [ 3.380s] nexus-mgs-updates::rot_updater test_rot_updater_updates_sled
66902025-05-22T20:54:04.223Z PASS [ 3.393s] nexus-mgs-updates::rot_updater test_rot_updater_updates_switch
66912025-05-22T20:54:05.290Z SLOW [>720.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
66922025-05-22T20:54:05.658Z PASS [ 1.435s] nexus-mgs-updates::sp_updater test_sp_updater_switches_mgs_instances_on_failure
66932025-05-22T20:54:05.729Z PASS [ 4.750s] nexus-mgs-updates::sp_updater test_sp_updater_delivers_progress
66942025-05-22T20:54:06.109Z PASS [ 15.614s] nexus-mgs-updates driver_update::test::test_sp_update_takeover
66952025-05-22T20:54:06.327Z PASS [ 0.218s] nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
66962025-05-22T20:54:06.381Z PASS [ 0.053s] nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
66972025-05-22T20:54:06.454Z PASS [ 0.073s] nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
66982025-05-22T20:54:06.502Z PASS [ 0.048s] nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
66992025-05-22T20:54:06.561Z PASS [ 0.059s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
67002025-05-22T20:54:06.610Z PASS [ 0.049s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
67012025-05-22T20:54:06.655Z PASS [ 0.044s] nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
67022025-05-22T20:54:06.702Z PASS [ 0.047s] nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
67032025-05-22T20:54:06.758Z PASS [ 0.043s] nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
67042025-05-22T20:54:06.789Z PASS [ 0.043s] nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
67052025-05-22T20:54:06.832Z PASS [ 0.043s] nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
67062025-05-22T20:54:06.873Z PASS [ 0.040s] nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
67072025-05-22T20:54:06.916Z PASS [ 0.042s] nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
67082025-05-22T20:54:06.957Z PASS [ 0.042s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
67092025-05-22T20:54:08.669Z PASS [ 4.521s] nexus-mgs-updates::sp_updater test_sp_updater_remembers_successful_mgs_instance
67102025-05-22T20:54:08.820Z PASS [ 0.151s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
67112025-05-22T20:54:10.030Z PASS [ 4.372s] nexus-mgs-updates::sp_updater test_sp_updater_updates_sled
67122025-05-22T20:54:10.142Z PASS [ 4.413s] nexus-mgs-updates::sp_updater test_sp_updater_updates_switch
67132025-05-22T20:54:10.209Z PASS [ 0.179s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
67142025-05-22T20:54:10.345Z PASS [ 0.203s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
67152025-05-22T20:54:10.401Z PASS [ 0.191s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
67162025-05-22T20:54:10.446Z PASS [ 0.101s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
67172025-05-22T20:54:20.471Z SLOW [>840.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67182025-05-22T20:54:20.471Z SLOW [>840.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67192025-05-22T20:54:34.561Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
67202025-05-22T20:54:38.645Z PASS [ 28.199s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
67212025-05-22T20:55:05.291Z SLOW [>780.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67222025-05-22T20:55:05.316Z PASS [ 26.657s] nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
67232025-05-22T20:55:06.958Z SLOW [> 60.000s] nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
67242025-05-22T20:55:08.821Z SLOW [> 60.000s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
67252025-05-22T20:55:08.978Z PASS [ 62.022s] nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
67262025-05-22T20:55:10.402Z SLOW [> 60.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
67272025-05-22T20:55:20.470Z SLOW [>900.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67282025-05-22T20:55:20.470Z SLOW [>900.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67292025-05-22T20:55:30.366Z PASS [ 115.808s] nexus-db-queries policy_test::test_iam_roles_behavior
67302025-05-22T20:55:30.630Z PASS [ 0.264s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
67312025-05-22T20:55:30.677Z PASS [ 0.047s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
67322025-05-22T20:55:30.729Z PASS [ 0.048s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
67332025-05-22T20:55:30.892Z PASS [ 0.162s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
67342025-05-22T20:55:30.945Z PASS [ 0.052s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
67352025-05-22T20:55:30.992Z PASS [ 0.046s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
67362025-05-22T20:55:31.080Z PASS [ 0.089s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
67372025-05-22T20:55:31.134Z PASS [ 0.054s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
67382025-05-22T20:55:31.188Z PASS [ 0.054s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
67392025-05-22T20:55:31.225Z PASS [ 0.036s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
67402025-05-22T20:55:31.263Z PASS [ 0.038s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
67412025-05-22T20:55:31.299Z PASS [ 0.036s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
67422025-05-22T20:55:31.339Z PASS [ 0.041s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
67432025-05-22T20:55:31.383Z PASS [ 0.043s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
67442025-05-22T20:55:31.423Z PASS [ 0.040s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
67452025-05-22T20:55:31.463Z PASS [ 0.040s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
67462025-05-22T20:55:31.502Z PASS [ 0.039s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
67472025-05-22T20:55:31.571Z PASS [ 0.069s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
67482025-05-22T20:55:34.378Z PASS [ 29.077s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
67492025-05-22T20:55:34.438Z PASS [ 0.060s] nexus-reconfigurator-planning blueprint_editor::allocators::internal_dns::test::test_dns_subnet_allocator
67502025-05-22T20:55:35.803Z PASS [ 1.365s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
67512025-05-22T20:55:36.787Z PASS [ 27.810s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
67522025-05-22T20:55:37.179Z PASS [ 1.376s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
67532025-05-22T20:55:37.486Z PASS [ 0.698s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
67542025-05-22T20:55:37.524Z PASS [ 0.037s] nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
67552025-05-22T20:55:37.556Z PASS [ 0.377s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
67562025-05-22T20:55:37.589Z PASS [ 0.066s] nexus-reconfigurator-planning example::tests::builder_zone_counts
67572025-05-22T20:55:37.615Z PASS [ 0.036s] nexus-reconfigurator-planning example::tests::instances_on_examples
67582025-05-22T20:55:37.708Z PASS [ 0.118s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
67592025-05-22T20:55:37.776Z PASS [ 0.068s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
67602025-05-22T20:55:37.806Z PASS [ 0.213s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
67612025-05-22T20:55:37.888Z PASS [ 0.081s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
67622025-05-22T20:55:37.967Z PASS [ 0.190s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
67632025-05-22T20:55:37.993Z PASS [ 0.096s] nexus-reconfigurator-planning planner::test::test_crucible_pantry
67642025-05-22T20:55:38.037Z PASS [ 0.069s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place
67652025-05-22T20:55:38.089Z PASS [ 0.105s] nexus-reconfigurator-planning planner::test::test_disk_add_expunge_decommission
67662025-05-22T20:55:38.115Z PASS [ 0.068s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
67672025-05-22T20:55:38.169Z PASS [ 0.053s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
67682025-05-22T20:55:38.170Z PASS [ 0.079s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
67692025-05-22T20:55:38.246Z PASS [ 0.075s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
67702025-05-22T20:55:38.278Z PASS [ 0.109s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
67712025-05-22T20:55:38.469Z PASS [ 0.191s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
67722025-05-22T20:55:38.513Z PASS [ 0.269s] nexus-reconfigurator-planning planner::test::test_internal_dns_zone_replaced_after_marked_for_cleanup
67732025-05-22T20:55:38.601Z PASS [ 0.129s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
67742025-05-22T20:55:38.652Z PASS [ 0.138s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
67752025-05-22T20:55:38.733Z PASS [ 0.133s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
67762025-05-22T20:55:38.781Z PASS [ 0.129s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
67772025-05-22T20:55:38.832Z PASS [ 0.099s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
67782025-05-22T20:55:38.858Z PASS [ 7.285s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
67792025-05-22T20:55:38.915Z PASS [ 0.133s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
67802025-05-22T20:55:39.095Z PASS [ 0.263s] nexus-reconfigurator-planning planner::test::test_zones_marked_ready_for_cleanup_based_on_inventory
67812025-05-22T20:55:39.156Z PASS [ 0.060s] nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
67822025-05-22T20:55:39.388Z PASS [ 0.232s] nexus-saga-recovery recovery::test::test_execution_basic
67832025-05-22T20:55:39.457Z PASS [ 0.069s] nexus-saga-recovery recovery::test::test_plan_basic
67842025-05-22T20:55:39.499Z PASS [ 0.042s] nexus-saga-recovery recovery::test::test_read_all_from_channel
67852025-05-22T20:55:39.552Z PASS [ 0.053s] nexus-saga-recovery test::test_basic
67862025-05-22T20:55:39.638Z PASS [ 0.086s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
67872025-05-22T20:55:39.689Z PASS [ 0.052s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
67882025-05-22T20:55:39.741Z PASS [ 0.051s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
67892025-05-22T20:55:39.774Z PASS [ 0.033s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
67902025-05-22T20:55:39.809Z PASS [ 0.035s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
67912025-05-22T20:55:39.841Z PASS [ 0.031s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
67922025-05-22T20:55:39.876Z PASS [ 0.035s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
67932025-05-22T20:55:39.989Z PASS [ 0.113s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
67942025-05-22T20:55:40.071Z PASS [ 0.081s] nexus-types deployment::test::test_serialize_pending_mgs_updates
67952025-05-22T20:55:51.689Z PASS [ 11.619s] nexus-types deployment::tri_map::tests::proptest_ops
67962025-05-22T20:55:56.252Z PASS [ 4.563s] nexus-types deployment::tri_map::tests::proptest_permutation_eq
67972025-05-22T20:55:56.278Z PASS [ 107.439s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
67982025-05-22T20:55:56.303Z PASS [ 0.036s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups
67992025-05-22T20:55:56.333Z PASS [ 0.041s] nexus-types deployment::tri_map::tests::test_permutation_eq_examples
68002025-05-22T20:55:56.378Z PASS [ 0.044s] nexus-types external_api::shared::test::test_policy_parsing
68012025-05-22T20:55:56.454Z PASS [ 0.076s] nexus-types external_api::shared::test::test_webhook_subscription_validation
68022025-05-22T20:55:56.484Z PASS [ 0.031s] nexus-types external_api::views::test::test_expected_one_of
68032025-05-22T20:55:56.628Z PASS [ 0.144s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
68042025-05-22T20:55:56.689Z PASS [ 0.060s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
68052025-05-22T20:55:56.766Z PASS [ 0.077s] omicron-certificates tests::test_cert_extended_key_usage
68062025-05-22T20:55:56.832Z PASS [ 0.066s] omicron-certificates tests::test_common_name_is_validated
68072025-05-22T20:55:56.895Z PASS [ 0.064s] omicron-certificates tests::test_subject_alternate_names_are_validated
68082025-05-22T20:56:02.063Z PASS [ 5.168s] omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
68092025-05-22T20:56:04.468Z PASS [ 8.215s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip
68102025-05-22T20:56:05.155Z PASS [ 26.299s] nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
68112025-05-22T20:56:05.289Z SLOW [>840.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
68122025-05-22T20:56:06.871Z PASS [ 2.404s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
68132025-05-22T20:56:07.282Z PASS [ 2.127s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
68142025-05-22T20:56:09.377Z PASS [ 2.095s] omicron-cockroach-admin context::tests::test_node_id
68152025-05-22T20:56:09.444Z PASS [ 0.067s] omicron-common address::test::test_dns_subnets
68162025-05-22T20:56:09.476Z PASS [ 0.032s] omicron-common address::test::test_ip_range_checks_non_decreasing
68172025-05-22T20:56:09.528Z PASS [ 0.051s] omicron-common address::test::test_ip_range_enum_deserialization
68182025-05-22T20:56:09.557Z PASS [ 0.030s] omicron-common address::test::test_ip_range_iter
68192025-05-22T20:56:09.587Z PASS [ 0.028s] omicron-common address::test::test_ip_range_length
68202025-05-22T20:56:09.617Z PASS [ 0.031s] omicron-common address::test::test_ip_range_try_from
68212025-05-22T20:56:09.651Z PASS [ 0.034s] omicron-common address::test::test_ipv6_subnet_deserialize
68222025-05-22T20:56:09.682Z PASS [ 0.030s] omicron-common address::test::test_sled_address
68232025-05-22T20:56:09.711Z PASS [ 0.030s] omicron-common api::external::error::test::test_bail_unless
68242025-05-22T20:56:09.741Z PASS [ 0.029s] omicron-common api::external::error::test::test_context
68252025-05-22T20:56:09.785Z PASS [ 0.044s] omicron-common api::external::http_pagination::test::test_pagination_examples
68262025-05-22T20:56:09.831Z PASS [ 0.045s] omicron-common api::external::http_pagination::test::test_pagination_schemas
68272025-05-22T20:56:09.876Z PASS [ 0.045s] omicron-common api::external::http_pagination::test::test_scan_by_id
68282025-05-22T20:56:09.908Z PASS [ 0.032s] omicron-common api::external::http_pagination::test::test_scan_by_name
68292025-05-22T20:56:09.940Z PASS [ 0.030s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
68302025-05-22T20:56:09.966Z PASS [ 0.027s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
68312025-05-22T20:56:09.998Z PASS [ 0.033s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
68322025-05-22T20:56:10.027Z PASS [ 0.027s] omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
68332025-05-22T20:56:10.056Z PASS [ 0.028s] omicron-common api::external::test::test_bytecount
68342025-05-22T20:56:10.085Z PASS [ 0.029s] omicron-common api::external::test::test_bytecount_display
68352025-05-22T20:56:10.120Z PASS [ 0.035s] omicron-common api::external::test::test_digest
68362025-05-22T20:56:10.147Z PASS [ 0.027s] omicron-common api::external::test::test_firewall_deserialization
68372025-05-22T20:56:10.215Z PASS [ 0.068s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
68382025-05-22T20:56:10.267Z PASS [ 0.051s] omicron-common api::external::test::test_firewall_rule_target_parse
68392025-05-22T20:56:10.294Z PASS [ 0.028s] omicron-common api::external::test::test_generation_display_parse
68402025-05-22T20:56:10.321Z PASS [ 0.027s] omicron-common api::external::test::test_generation_from_int
68412025-05-22T20:56:10.400Z SLOW [>120.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
68422025-05-22T20:56:11.051Z PASS [ 0.729s] omicron-common api::external::test::test_generation_overflow
68432025-05-22T20:56:11.079Z PASS [ 0.028s] omicron-common api::external::test::test_generation_serde
68442025-05-22T20:56:11.126Z PASS [ 0.046s] omicron-common api::external::test::test_hostname_from_str
68452025-05-22T20:56:11.152Z PASS [ 0.026s] omicron-common api::external::test::test_ip_port_range_from_str
68462025-05-22T20:56:11.180Z PASS [ 0.028s] omicron-common api::external::test::test_ip_port_range_into_str
68472025-05-22T20:56:11.207Z PASS [ 0.027s] omicron-common api::external::test::test_ipv6_net_operations
68482025-05-22T20:56:11.243Z PASS [ 0.036s] omicron-common api::external::test::test_mac_system_iterator
68492025-05-22T20:56:11.271Z PASS [ 0.028s] omicron-common api::external::test::test_mac_to_int_conversions
68502025-05-22T20:56:11.300Z PASS [ 0.028s] omicron-common api::external::test::test_macaddr
68512025-05-22T20:56:11.329Z PASS [ 0.029s] omicron-common api::external::test::test_name_parse
68522025-05-22T20:56:11.362Z PASS [ 0.033s] omicron-common api::external::test::test_name_parse_from_param
68532025-05-22T20:56:11.414Z PASS [ 0.053s] omicron-common api::external::test::test_resource_name_parse
68542025-05-22T20:56:11.468Z PASS [ 0.053s] omicron-common api::external::test::test_role_name_parse
68552025-05-22T20:56:11.541Z PASS [ 0.073s] omicron-common api::external::test::test_route_destination_parse
68562025-05-22T20:56:11.600Z PASS [ 0.059s] omicron-common api::external::test::test_route_target_parse
68572025-05-22T20:56:11.632Z PASS [ 0.032s] omicron-common api::external::test::test_semver_serialize
68582025-05-22T20:56:11.665Z PASS [ 0.031s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
68592025-05-22T20:56:11.692Z PASS [ 0.028s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
68602025-05-22T20:56:11.718Z PASS [ 0.026s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
68612025-05-22T20:56:11.754Z PASS [ 0.036s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
68622025-05-22T20:56:11.813Z PASS [ 0.059s] omicron-common ledger::test::test_commit_handles_write_failures
68632025-05-22T20:56:11.849Z PASS [ 0.035s] omicron-common ledger::test::test_create_default_ledger
68642025-05-22T20:56:11.883Z PASS [ 0.033s] omicron-common ledger::test::test_create_ledger_reads_from_storage
68652025-05-22T20:56:11.929Z PASS [ 0.047s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
68662025-05-22T20:56:11.965Z PASS [ 0.035s] omicron-common zpool_name::test::test_parse_bad_zpool_names
68672025-05-22T20:56:11.995Z PASS [ 0.030s] omicron-common zpool_name::test::test_parse_external_zpool_name
68682025-05-22T20:56:12.026Z PASS [ 0.030s] omicron-common zpool_name::test::test_parse_internal_zpool_name
68692025-05-22T20:56:12.057Z PASS [ 0.032s] omicron-common zpool_name::test::test_parse_zpool_name_json
68702025-05-22T20:56:12.094Z PASS [ 0.036s] omicron-common zpool_name::test::test_zpool_name_regex
68712025-05-22T20:56:12.139Z PASS [ 33.223s] nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
68722025-05-22T20:56:13.023Z PASS [ 0.884s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
68732025-05-22T20:56:13.606Z PASS [ 11.011s] omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
68742025-05-22T20:56:13.632Z PASS [ 1.000s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
68752025-05-22T20:56:13.633Z PASS [ 0.070s] omicron-gateway management_switch::location_map::tests::test_config_validation
68762025-05-22T20:56:13.633Z PASS [ 0.061s] omicron-gateway management_switch::location_map::tests::test_resolve_location
68772025-05-22T20:56:13.633Z PASS [ 0.107s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
68782025-05-22T20:56:13.633Z PASS [ 0.303s] omicron-gateway::test_all integration_tests::ereports::ereports_basic
68792025-05-22T20:56:13.633Z PASS [ 0.436s] omicron-gateway::test_all integration_tests::component_list::component_list
68802025-05-22T20:56:13.854Z PASS [ 0.274s] omicron-gateway::test_all integration_tests::ereports::ereports_limit
68812025-05-22T20:56:13.880Z PASS [ 0.300s] omicron-gateway::test_all integration_tests::ereports::ereports_commit
68822025-05-22T20:56:14.079Z PASS [ 0.213s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
68832025-05-22T20:56:14.217Z PASS [ 0.363s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
68842025-05-22T20:56:14.285Z PASS [ 0.206s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
68852025-05-22T20:56:14.523Z PASS [ 0.306s] omicron-gateway::test_all integration_tests::task_dump::task_dump
68862025-05-22T20:56:16.346Z PASS [ 125.949s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
68872025-05-22T20:56:17.821Z PASS [ 10.950s] omicron-cockroach-admin cockroach_cli::tests::test_schema_init
68882025-05-22T20:56:20.469Z SLOW [>960.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68892025-05-22T20:56:20.469Z SLOW [>960.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68902025-05-22T20:56:38.493Z PASS [ 25.470s] omicron-dev::test-omicron-dev test_run_all
68912025-05-22T20:56:39.532Z PASS [ 25.009s] omicron-nexus app::background::driver::test::test_activation_in_progress
68922025-05-22T20:56:39.853Z PASS [ 23.508s] omicron-nexus app::background::driver::test::test_driver_basic
68932025-05-22T20:56:42.806Z PASS [ 24.986s] omicron-nexus app::background::init::test::test_dns_propagation_basic
68942025-05-22T20:56:45.628Z PASS [ 31.343s] omicron-ls-apis::test_dependencies test_api_dependencies
68952025-05-22T20:57:05.289Z SLOW [>900.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
68962025-05-22T20:57:09.222Z PASS [ 23.594s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
68972025-05-22T20:57:10.725Z PASS [ 27.920s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
68982025-05-22T20:57:11.064Z PASS [ 32.573s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
68992025-05-22T20:57:12.744Z PASS [ 33.210s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
69002025-05-22T20:57:12.770Z PASS [ 32.917s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
69012025-05-22T20:57:12.861Z PASS [ 0.116s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
69022025-05-22T20:57:16.038Z PASS [ 6.815s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
69032025-05-22T20:57:18.336Z PASS [ 7.594s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
69042025-05-22T20:57:18.492Z PASS [ 7.428s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
69052025-05-22T20:57:20.470Z SLOW [>1020.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69062025-05-22T20:57:20.470Z SLOW [>1020.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69072025-05-22T20:57:37.102Z PASS [ 24.244s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
69082025-05-22T20:57:38.111Z PASS [ 25.342s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
69092025-05-22T20:57:40.476Z PASS [ 24.440s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
69102025-05-22T20:57:42.233Z PASS [ 23.741s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
69112025-05-22T20:57:42.397Z PASS [ 24.078s] omicron-nexus app::background::tasks::dns_config::test::test_basic
69122025-05-22T20:58:01.824Z PASS [ 24.722s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
69132025-05-22T20:58:05.288Z SLOW [>960.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
69142025-05-22T20:58:14.085Z PASS [ 33.609s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
69152025-05-22T20:58:16.126Z PASS [ 33.728s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
69162025-05-22T20:58:20.468Z SLOW [>1080.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69172025-05-22T20:58:20.468Z SLOW [>1080.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69182025-05-22T20:58:37.653Z PASS [ 21.458s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
69192025-05-22T20:58:38.057Z PASS [ 59.936s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
69202025-05-22T20:58:39.251Z PASS [ 25.166s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
69212025-05-22T20:58:42.233Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
69222025-05-22T20:58:50.708Z PASS [ 48.885s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
69232025-05-22T20:59:02.784Z PASS [ 24.739s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
69242025-05-22T20:59:04.138Z PASS [ 24.888s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
69252025-05-22T20:59:05.288Z SLOW [>1020.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
69262025-05-22T20:59:15.260Z PASS [ 34.011s] omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
69272025-05-22T20:59:16.647Z PASS [ 25.939s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
69282025-05-22T20:59:20.468Z SLOW [>1140.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69292025-05-22T20:59:20.469Z SLOW [>1140.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69302025-05-22T20:59:27.430Z PASS [ 24.646s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
69312025-05-22T20:59:28.580Z PASS [ 24.442s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
69322025-05-22T20:59:36.850Z PASS [ 25.259s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
69332025-05-22T20:59:40.727Z PASS [ 24.080s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
69342025-05-22T20:59:42.236Z SLOW [>120.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
69352025-05-22T20:59:50.963Z PASS [ 23.533s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
69362025-05-22T20:59:57.691Z PASS [ 29.112s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
69372025-05-22T21:00:01.776Z PASS [ 4.084s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
69382025-05-22T21:00:04.838Z PASS [ 24.111s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
69392025-05-22T21:00:05.288Z SLOW [>1080.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
69402025-05-22T21:00:07.152Z PASS [ 30.302s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
69412025-05-22T21:00:08.882Z PASS [ 4.044s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
69422025-05-22T21:00:12.347Z PASS [1087.061s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
69432025-05-22T21:00:13.794Z PASS [ 151.565s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
69442025-05-22T21:00:14.435Z PASS [ 23.472s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
69452025-05-22T21:00:20.468Z SLOW [>1200.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69462025-05-22T21:00:20.468Z SLOW [>1200.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69472025-05-22T21:00:28.359Z PASS [ 26.583s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
69482025-05-22T21:00:33.606Z PASS [ 26.455s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
69492025-05-22T21:00:33.905Z PASS [ 25.023s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
69502025-05-22T21:00:37.021Z PASS [ 24.695s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
69512025-05-22T21:00:40.324Z PASS [ 25.890s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
69522025-05-22T21:00:40.392Z PASS [ 0.068s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
69532025-05-22T21:00:40.568Z PASS [ 26.772s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
69542025-05-22T21:00:41.072Z PASS [ 0.679s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
69552025-05-22T21:00:41.130Z PASS [ 0.564s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
69562025-05-22T21:00:41.556Z PASS [ 0.484s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
69572025-05-22T21:00:43.469Z PASS [ 2.340s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
69582025-05-22T21:00:44.841Z PASS [ 1.372s] omicron-nexus app::external_endpoints::test::test_authority
69592025-05-22T21:00:45.030Z PASS [ 0.189s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
69602025-05-22T21:00:47.013Z PASS [ 1.983s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
69612025-05-22T21:00:47.171Z PASS [ 0.157s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
69622025-05-22T21:00:47.241Z PASS [ 0.070s] omicron-nexus app::external_endpoints::test::test_no_endpoint
69632025-05-22T21:00:47.300Z PASS [ 0.060s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
69642025-05-22T21:00:47.386Z PASS [ 0.086s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
69652025-05-22T21:00:47.452Z PASS [ 0.064s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
69662025-05-22T21:00:47.513Z PASS [ 0.062s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
69672025-05-22T21:00:47.589Z PASS [ 0.076s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
69682025-05-22T21:00:47.654Z PASS [ 0.065s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
69692025-05-22T21:00:52.853Z PASS [ 24.494s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
69702025-05-22T21:00:57.692Z PASS [ 23.789s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
69712025-05-22T21:00:58.649Z PASS [ 25.044s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
69722025-05-22T21:01:02.472Z PASS [ 25.452s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
69732025-05-22T21:01:06.000Z PASS [ 24.445s] omicron-nexus app::background::tasks::webhook_dispatcher::test::test_glob_reprocessing
69742025-05-22T21:01:19.472Z PASS [ 31.818s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
69752025-05-22T21:01:20.467Z SLOW [>1260.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69762025-05-22T21:01:20.467Z SLOW [>1260.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69772025-05-22T21:01:23.712Z PASS [ 30.861s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
69782025-05-22T21:01:27.704Z PASS [ 25.232s] omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
69792025-05-22T21:01:29.103Z PASS [ 31.411s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
69802025-05-22T21:01:29.855Z PASS [ 31.207s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
69812025-05-22T21:01:41.651Z PASS [ 35.652s] omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
69822025-05-22T21:01:45.354Z PASS [ 25.882s] omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
69832025-05-22T21:02:03.011Z PASS [ 35.308s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
69842025-05-22T21:02:06.450Z PASS [ 37.347s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
69852025-05-22T21:02:06.505Z PASS [ 42.793s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
69862025-05-22T21:02:11.475Z PASS [ 41.620s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
69872025-05-22T21:02:16.696Z PASS [1316.255s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69882025-05-22T21:02:20.405Z PASS [ 38.756s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
69892025-05-22T21:02:20.466Z SLOW [>1320.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69902025-05-22T21:02:23.131Z PASS [ 37.778s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
69912025-05-22T21:02:25.292Z PASS [1324.851s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69922025-05-22T21:02:40.619Z PASS [ 34.116s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
69932025-05-22T21:02:41.583Z PASS [ 38.573s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
69942025-05-22T21:02:42.238Z PASS [ 35.789s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
69952025-05-22T21:02:43.326Z PASS [ 31.852s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
69962025-05-22T21:02:47.692Z PASS [ 30.996s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
69972025-05-22T21:02:53.658Z PASS [ 33.253s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
69982025-05-22T21:03:00.826Z PASS [ 35.535s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
69992025-05-22T21:03:14.169Z PASS [ 33.551s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
70002025-05-22T21:03:20.118Z PASS [ 36.792s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
70012025-05-22T21:03:20.922Z PASS [ 39.341s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
70022025-05-22T21:03:23.132Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
70032025-05-22T21:03:25.171Z PASS [ 37.480s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
70042025-05-22T21:03:41.071Z PASS [ 40.246s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
70052025-05-22T21:03:42.238Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
70062025-05-22T21:03:53.658Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
70072025-05-22T21:03:56.851Z PASS [ 42.682s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
70082025-05-22T21:04:02.920Z PASS [ 41.999s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
70092025-05-22T21:04:08.110Z PASS [ 42.940s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
70102025-05-22T21:04:20.118Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
70112025-05-22T21:04:23.131Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
70122025-05-22T21:04:31.922Z PASS [ 35.073s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
70132025-05-22T21:04:41.071Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
70142025-05-22T21:04:42.237Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
70152025-05-22T21:04:42.393Z PASS [ 39.474s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
70162025-05-22T21:04:53.656Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
70172025-05-22T21:04:59.676Z PASS [ 156.550s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
70182025-05-22T21:05:08.097Z PASS [ 36.175s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
70192025-05-22T21:05:08.122Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
70202025-05-22T21:05:18.113Z PASS [ 35.719s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
70212025-05-22T21:05:20.124Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
70222025-05-22T21:05:30.059Z PASS [ 108.991s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
70232025-05-22T21:05:42.237Z SLOW [>180.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
70242025-05-22T21:05:44.030Z PASS [ 170.376s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
70252025-05-22T21:05:44.288Z PASS [ 36.193s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
70262025-05-22T21:05:55.964Z PASS [ 37.854s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
70272025-05-22T21:05:57.788Z PASS [ 195.556s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
70282025-05-22T21:05:59.677Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
70292025-05-22T21:06:08.110Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
70302025-05-22T21:06:20.117Z SLOW [>180.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
70312025-05-22T21:06:23.699Z PASS [ 39.671s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
70322025-05-22T21:06:30.059Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
70332025-05-22T21:06:35.139Z PASS [ 37.351s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
70342025-05-22T21:06:35.515Z PASS [ 39.552s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
70352025-05-22T21:06:44.289Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
70362025-05-22T21:06:53.415Z PASS [ 113.742s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
70372025-05-22T21:06:59.561Z PASS [ 24.046s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
70382025-05-22T21:07:08.109Z SLOW [>180.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
70392025-05-22T21:07:09.536Z PASS [ 34.398s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
70402025-05-22T21:07:15.766Z PASS [ 22.351s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
70412025-05-22T21:07:19.615Z PASS [ 55.918s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
70422025-05-22T21:07:20.116Z SLOW [>240.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
70432025-05-22T21:07:30.058Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
70442025-05-22T21:07:30.322Z PASS [ 20.786s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
70452025-05-22T21:07:30.425Z PASS [ 202.321s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
70462025-05-22T21:07:31.138Z PASS [ 31.577s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
70472025-05-22T21:07:42.552Z PASS [ 22.938s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
70482025-05-22T21:07:44.289Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
70492025-05-22T21:07:44.850Z PASS [ 264.739s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
70502025-05-22T21:07:48.711Z PASS [ 32.946s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
70512025-05-22T21:08:05.053Z PASS [ 34.629s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
70522025-05-22T21:08:05.118Z PASS [ 0.065s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
70532025-05-22T21:08:06.431Z PASS [ 36.111s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
70542025-05-22T21:08:11.094Z PASS [ 39.721s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
70552025-05-22T21:08:11.168Z PASS [ 22.458s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
70562025-05-22T21:08:21.679Z PASS [ 39.127s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
70572025-05-22T21:08:22.688Z PASS [ 37.839s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
70582025-05-22T21:08:30.058Z SLOW [>180.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
70592025-05-22T21:08:33.879Z PASS [ 22.711s] omicron-nexus app::sagas::test_saga::test_saga_stuck
70602025-05-22T21:08:39.704Z PASS [ 189.649s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
70612025-05-22T21:08:40.823Z PASS [ 35.705s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
70622025-05-22T21:08:44.289Z SLOW [>180.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
70632025-05-22T21:08:49.872Z PASS [ 27.184s] omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
70642025-05-22T21:08:51.881Z PASS [ 28.955s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
70652025-05-22T21:08:51.910Z PASS [ 187.451s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
70662025-05-22T21:08:51.910Z PASS [ 0.100s] omicron-nexus app::webhook::tests::test_event_class_list
70672025-05-22T21:08:57.330Z PASS [ 50.879s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
70682025-05-22T21:08:57.369Z PASS [ 0.060s] omicron-nexus external_api::console_api::test::test_accept_gz
70692025-05-22T21:08:57.424Z PASS [ 0.054s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
70702025-05-22T21:08:57.481Z PASS [ 0.058s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
70712025-05-22T21:08:57.539Z PASS [ 0.058s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
70722025-05-22T21:08:57.601Z PASS [ 0.062s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
70732025-05-22T21:08:57.660Z PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
70742025-05-22T21:08:57.775Z PASS [ 0.115s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
70752025-05-22T21:08:57.800Z PASS [ 46.940s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
70762025-05-22T21:08:57.835Z PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_relative_uri
70772025-05-22T21:08:58.547Z PASS [ 6.712s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
70782025-05-22T21:08:58.595Z PASS [ 24.717s] omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
70792025-05-22T21:09:05.311Z PASS [ 25.609s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
70802025-05-22T21:09:06.071Z PASS [ 25.249s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
70812025-05-22T21:09:18.139Z PASS [ 28.268s] omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
70822025-05-22T21:09:18.351Z PASS [ 27.718s] omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
70832025-05-22T21:09:22.448Z PASS [ 23.902s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
70842025-05-22T21:09:23.709Z PASS [ 25.875s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
70852025-05-22T21:09:38.746Z PASS [ 40.152s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
70862025-05-22T21:09:42.528Z PASS [ 37.217s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
70872025-05-22T21:09:50.615Z PASS [ 32.477s] omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
70882025-05-22T21:09:52.785Z PASS [ 54.990s] omicron-nexus populate::test::test_populators
70892025-05-22T21:09:52.991Z PASS [ 2.376s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
70902025-05-22T21:09:53.706Z PASS [ 0.715s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
70912025-05-22T21:09:54.292Z PASS [ 35.942s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
70922025-05-22T21:09:55.228Z PASS [ 2.442s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
70932025-05-22T21:09:56.168Z PASS [ 33.720s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
70942025-05-22T21:10:06.072Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
70952025-05-22T21:10:09.987Z PASS [ 31.242s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
70962025-05-22T21:10:10.759Z PASS [ 28.232s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
70972025-05-22T21:10:12.595Z PASS [ 66.526s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
70982025-05-22T21:10:17.122Z PASS [ 22.830s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
70992025-05-22T21:10:18.032Z PASS [ 24.326s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
71002025-05-22T21:10:20.558Z PASS [ 24.391s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
71012025-05-22T21:10:21.863Z PASS [ 26.635s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
71022025-05-22T21:10:23.711Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
71032025-05-22T21:10:35.227Z PASS [ 24.469s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
71042025-05-22T21:10:35.450Z PASS [ 25.463s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
71052025-05-22T21:10:36.203Z PASS [ 23.608s] omicron-nexus::test_all integration_tests::basic::test_ping
71062025-05-22T21:10:40.746Z PASS [ 77.039s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
71072025-05-22T21:10:46.608Z PASS [ 25.442s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
71082025-05-22T21:10:46.635Z PASS [ 24.637s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
71092025-05-22T21:10:52.992Z PASS [ 35.871s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
71102025-05-22T21:10:54.673Z PASS [ 1.671s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
71112025-05-22T21:10:55.966Z PASS [ 1.301s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
71122025-05-22T21:10:56.122Z PASS [ 0.158s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
71132025-05-22T21:10:57.811Z PASS [ 22.584s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
71142025-05-22T21:10:58.788Z PASS [ 23.338s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
71152025-05-22T21:10:58.993Z PASS [ 22.789s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
71162025-05-22T21:11:06.446Z PASS [ 48.415s] omicron-nexus::test_all integration_tests::basic::test_projects_list
71172025-05-22T21:11:06.785Z PASS [ 26.040s] omicron-nexus::test_all integration_tests::certificates::test_crud
71182025-05-22T21:11:09.398Z PASS [ 23.398s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
71192025-05-22T21:11:23.566Z PASS [ 24.105s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
71202025-05-22T21:11:23.860Z PASS [ 34.546s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
71212025-05-22T21:11:23.860Z PASS [ 23.237s] omicron-nexus::test_all integration_tests::console_api::test_assets
71222025-05-22T21:11:23.860Z PASS [ 22.995s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
71232025-05-22T21:11:30.009Z PASS [ 31.018s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
71242025-05-22T21:11:30.672Z PASS [ 23.887s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
71252025-05-22T21:11:34.374Z PASS [ 24.978s] omicron-nexus::test_all integration_tests::console_api::test_session_me
71262025-05-22T21:11:38.591Z PASS [ 32.147s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
71272025-05-22T21:11:44.203Z PASS [ 23.977s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
71282025-05-22T21:11:44.256Z PASS [ 23.209s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
71292025-05-22T21:11:51.688Z PASS [ 30.644s] omicron-nexus::test_all integration_tests::console_api::test_sessions
71302025-05-22T21:12:10.881Z PASS [ 49.054s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
71312025-05-22T21:12:11.946Z PASS [ 41.936s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
71322025-05-22T21:12:14.794Z PASS [ 44.122s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
71332025-05-22T21:12:22.146Z PASS [ 47.773s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
71342025-05-22T21:12:36.171Z PASS [ 57.581s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
71352025-05-22T21:12:40.272Z PASS [ 56.070s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
71362025-05-22T21:12:40.684Z PASS [ 48.997s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
71372025-05-22T21:12:41.093Z PASS [ 56.837s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
71382025-05-22T21:13:05.416Z PASS [ 54.580s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
71392025-05-22T21:13:05.551Z PASS [ 29.381s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
71402025-05-22T21:13:06.248Z PASS [ 51.455s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
71412025-05-22T21:13:07.131Z PASS [ 55.187s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
71422025-05-22T21:13:22.147Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
71432025-05-22T21:13:38.733Z PASS [ 57.643s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
71442025-05-22T21:13:40.272Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
71452025-05-22T21:13:40.684Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
71462025-05-22T21:13:58.748Z PASS [ 96.605s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
71472025-05-22T21:14:03.281Z PASS [ 24.549s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
71482025-05-22T21:14:05.415Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
71492025-05-22T21:14:05.554Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
71502025-05-22T21:14:06.247Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
71512025-05-22T21:14:07.131Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
71522025-05-22T21:14:10.301Z PASS [ 64.753s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
71532025-05-22T21:14:11.260Z PASS [ 65.848s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
71542025-05-22T21:14:24.821Z PASS [ 26.074s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
71552025-05-22T21:14:32.651Z PASS [ 111.970s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
71562025-05-22T21:14:35.440Z PASS [ 115.171s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
71572025-05-22T21:14:40.436Z PASS [ 37.156s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
71582025-05-22T21:14:46.846Z PASS [ 35.587s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
71592025-05-22T21:14:57.102Z PASS [ 32.281s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
71602025-05-22T21:15:03.321Z PASS [ 30.670s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
71612025-05-22T21:15:03.738Z PASS [ 53.438s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
71622025-05-22T21:15:06.247Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
71632025-05-22T21:15:06.671Z PASS [ 31.232s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
71642025-05-22T21:15:07.130Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
71652025-05-22T21:15:10.019Z PASS [ 29.584s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
71662025-05-22T21:15:18.951Z PASS [ 132.708s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
71672025-05-22T21:15:33.244Z PASS [ 29.506s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
71682025-05-22T21:15:33.641Z PASS [ 46.796s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
71692025-05-22T21:15:34.541Z PASS [ 24.521s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
71702025-05-22T21:15:35.358Z PASS [ 28.687s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
71712025-05-22T21:15:43.483Z PASS [ 24.532s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
71722025-05-22T21:15:51.799Z PASS [ 54.698s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
71732025-05-22T21:15:57.168Z PASS [ 23.527s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
71742025-05-22T21:16:01.850Z PASS [ 28.607s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
71752025-05-22T21:16:03.321Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
71762025-05-22T21:16:06.319Z PASS [ 63.000s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
71772025-05-22T21:16:06.455Z PASS [ 31.916s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
71782025-05-22T21:16:07.129Z SLOW [>180.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
71792025-05-22T21:16:08.042Z PASS [ 180.917s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
71802025-05-22T21:16:11.843Z PASS [ 28.360s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
71812025-05-22T21:16:24.194Z PASS [ 32.396s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
71822025-05-22T21:16:26.128Z PASS [ 50.771s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
71832025-05-22T21:16:28.285Z PASS [ 31.118s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
71842025-05-22T21:16:36.258Z PASS [ 28.217s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
71852025-05-22T21:16:38.341Z PASS [ 36.492s] omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
71862025-05-22T21:16:39.547Z PASS [ 33.092s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
71872025-05-22T21:16:40.068Z PASS [ 33.749s] omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
71882025-05-22T21:16:43.425Z PASS [ 31.583s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
71892025-05-22T21:16:53.464Z PASS [ 29.270s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
71902025-05-22T21:16:54.733Z PASS [ 26.447s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
71912025-05-22T21:16:55.481Z PASS [ 29.353s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
71922025-05-22T21:17:00.612Z PASS [ 24.355s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
71932025-05-22T21:17:07.894Z PASS [ 29.555s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
71942025-05-22T21:17:08.557Z PASS [ 29.011s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
71952025-05-22T21:17:16.655Z PASS [ 36.587s] omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
71962025-05-22T21:17:18.846Z PASS [ 35.422s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
71972025-05-22T21:17:23.940Z PASS [ 23.328s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
71982025-05-22T21:17:32.379Z PASS [ 38.916s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
71992025-05-22T21:17:33.402Z PASS [ 24.845s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
72002025-05-22T21:17:40.974Z PASS [ 22.127s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
72012025-05-22T21:17:41.730Z PASS [ 33.836s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
72022025-05-22T21:17:44.901Z PASS [ 20.957s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
72032025-05-22T21:17:47.436Z PASS [ 52.706s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
72042025-05-22T21:17:50.137Z PASS [ 33.485s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
72052025-05-22T21:17:53.342Z PASS [ 57.862s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
72062025-05-22T21:17:54.654Z PASS [ 22.276s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
72072025-05-22T21:17:57.389Z PASS [ 23.987s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
72082025-05-22T21:18:04.347Z PASS [ 23.374s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
72092025-05-22T21:18:04.992Z PASS [ 23.262s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
72102025-05-22T21:18:12.513Z PASS [ 27.617s] omicron-nexus::test_all integration_tests::images::test_image_create
72112025-05-22T21:18:16.590Z PASS [ 29.154s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
72122025-05-22T21:18:21.649Z PASS [ 26.995s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
72132025-05-22T21:18:21.693Z PASS [ 28.352s] omicron-nexus::test_all integration_tests::images::test_image_promotion
72142025-05-22T21:18:22.205Z PASS [ 32.068s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
72152025-05-22T21:18:22.828Z PASS [ 6.238s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
72162025-05-22T21:18:23.286Z PASS [ 25.898s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
72172025-05-22T21:18:27.315Z PASS [ 14.792s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
72182025-05-22T21:18:27.975Z PASS [ 6.326s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
72192025-05-22T21:18:28.582Z PASS [ 6.889s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
72202025-05-22T21:18:29.270Z PASS [ 24.279s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
72212025-05-22T21:18:33.181Z PASS [ 28.835s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
72222025-05-22T21:18:54.588Z PASS [ 27.284s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
72232025-05-22T21:18:56.965Z PASS [ 33.681s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
72242025-05-22T21:18:59.215Z PASS [ 37.012s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
72252025-05-22T21:19:00.106Z PASS [ 31.526s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
72262025-05-22T21:19:01.135Z PASS [ 33.161s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
72272025-05-22T21:19:08.335Z PASS [ 35.155s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
72282025-05-22T21:19:11.614Z PASS [ 48.787s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
72292025-05-22T21:19:15.914Z PASS [ 21.326s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
72302025-05-22T21:19:17.653Z PASS [ 20.687s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
72312025-05-22T21:19:17.834Z PASS [ 48.565s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
72322025-05-22T21:19:24.624Z PASS [ 23.489s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
72332025-05-22T21:19:34.582Z PASS [ 35.367s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
72342025-05-22T21:19:40.205Z PASS [ 22.372s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
72352025-05-22T21:19:46.140Z PASS [ 46.035s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
72362025-05-22T21:19:48.664Z PASS [ 31.013s] omicron-nexus::test_all integration_tests::instances::test_instance_access
72372025-05-22T21:19:56.441Z PASS [ 48.107s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
72382025-05-22T21:19:57.590Z PASS [ 32.967s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
72392025-05-22T21:20:04.485Z PASS [ 48.573s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
72402025-05-22T21:20:11.614Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
72412025-05-22T21:20:13.582Z PASS [ 39.000s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
72422025-05-22T21:20:21.645Z PASS [ 41.441s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
72432025-05-22T21:20:22.659Z PASS [ 33.995s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
72442025-05-22T21:20:26.577Z PASS [ 40.438s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
72452025-05-22T21:20:29.367Z PASS [ 31.778s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
72462025-05-22T21:20:32.018Z PASS [ 27.533s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
72472025-05-22T21:20:36.185Z PASS [ 39.745s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
72482025-05-22T21:20:44.038Z PASS [ 92.427s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
72492025-05-22T21:20:48.226Z PASS [ 34.646s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
72502025-05-22T21:20:56.999Z PASS [ 30.422s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
72512025-05-22T21:20:58.284Z PASS [ 28.917s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
72522025-05-22T21:21:04.470Z PASS [ 42.826s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
72532025-05-22T21:21:04.676Z PASS [ 32.659s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
72542025-05-22T21:21:10.355Z PASS [ 34.171s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
72552025-05-22T21:21:18.625Z PASS [ 34.588s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
72562025-05-22T21:21:22.659Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
72572025-05-22T21:21:23.962Z PASS [ 61.305s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
72582025-05-22T21:21:24.187Z PASS [ 35.962s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
72592025-05-22T21:21:29.055Z PASS [ 32.057s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
72602025-05-22T21:21:31.616Z PASS [ 33.333s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
72612025-05-22T21:21:54.190Z PASS [ 43.835s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
72622025-05-22T21:22:00.419Z PASS [ 36.458s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
72632025-05-22T21:22:00.850Z PASS [ 42.226s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
72642025-05-22T21:22:02.367Z PASS [ 57.692s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
72652025-05-22T21:22:04.472Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
72662025-05-22T21:22:05.433Z PASS [ 41.247s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
72672025-05-22T21:22:13.712Z PASS [ 44.658s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
72682025-05-22T21:22:13.840Z PASS [ 42.225s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
72692025-05-22T21:22:23.938Z PASS [ 79.471s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
72702025-05-22T21:22:25.656Z PASS [ 31.467s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
72712025-05-22T21:22:28.809Z PASS [ 27.959s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
72722025-05-22T21:22:33.540Z PASS [ 28.106s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
72732025-05-22T21:22:45.731Z PASS [ 31.891s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
72742025-05-22T21:22:47.143Z PASS [ 23.205s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
72752025-05-22T21:22:47.481Z PASS [ 33.770s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
72762025-05-22T21:22:54.515Z PASS [ 52.150s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
72772025-05-22T21:22:56.968Z PASS [ 56.539s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
72782025-05-22T21:22:59.448Z PASS [ 33.793s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
72792025-05-22T21:23:02.254Z PASS [ 33.446s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
72802025-05-22T21:23:10.248Z PASS [ 22.767s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
72812025-05-22T21:23:18.683Z PASS [ 24.168s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
72822025-05-22T21:23:19.934Z PASS [ 34.204s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
72832025-05-22T21:23:20.687Z PASS [ 23.731s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
72842025-05-22T21:23:24.640Z PASS [ 25.192s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
72852025-05-22T21:23:28.360Z PASS [ 41.218s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
72862025-05-22T21:23:29.139Z PASS [ 55.602s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
72872025-05-22T21:23:31.856Z PASS [ 21.609s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
72882025-05-22T21:23:42.469Z PASS [ 40.217s] omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
72892025-05-22T21:23:51.860Z PASS [ 22.721s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
72902025-05-22T21:23:55.642Z PASS [ 34.956s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
72912025-05-22T21:23:57.644Z PASS [ 25.788s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
72922025-05-22T21:23:58.622Z PASS [ 38.690s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
72932025-05-22T21:24:04.919Z PASS [ 36.560s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
72942025-05-22T21:24:05.051Z PASS [ 46.370s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
72952025-05-22T21:24:06.882Z PASS [ 42.244s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
72962025-05-22T21:24:07.140Z PASS [ 24.671s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
72972025-05-22T21:24:15.542Z PASS [ 23.683s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
72982025-05-22T21:24:18.653Z PASS [ 23.011s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
72992025-05-22T21:24:20.143Z PASS [ 21.521s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
73002025-05-22T21:24:20.459Z PASS [ 22.816s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
73012025-05-22T21:24:30.248Z PASS [ 25.330s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
73022025-05-22T21:24:30.748Z PASS [ 25.697s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
73032025-05-22T21:24:32.620Z PASS [ 25.481s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
73042025-05-22T21:24:34.772Z PASS [ 27.890s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
73052025-05-22T21:24:45.242Z PASS [ 25.100s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
73062025-05-22T21:24:46.114Z PASS [ 27.460s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
73072025-05-22T21:24:47.636Z PASS [ 32.094s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
73082025-05-22T21:24:59.650Z PASS [ 39.192s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
73092025-05-22T21:25:05.837Z PASS [ 33.217s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
73102025-05-22T21:25:08.827Z PASS [ 22.715s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
73112025-05-22T21:25:09.490Z PASS [ 24.245s] omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
73122025-05-22T21:25:18.276Z PASS [ 30.642s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
73132025-05-22T21:25:23.313Z PASS [ 53.066s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
73142025-05-22T21:25:30.748Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics
73152025-05-22T21:25:34.772Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
73162025-05-22T21:25:39.822Z PASS [ 30.996s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
73172025-05-22T21:25:41.416Z PASS [ 66.645s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
73182025-05-22T21:25:41.640Z PASS [ 32.155s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
73192025-05-22T21:25:51.266Z PASS [ 51.617s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
73202025-05-22T21:25:52.426Z PASS [ 34.150s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
73212025-05-22T21:26:00.529Z PASS [ 89.784s] omicron-nexus::test_all integration_tests::metrics::test_metrics
73222025-05-22T21:26:05.836Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
73232025-05-22T21:26:09.833Z PASS [ 63.999s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
73242025-05-22T21:26:16.189Z PASS [ 34.774s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
73252025-05-22T21:26:23.314Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
73262025-05-22T21:26:30.078Z PASS [ 66.767s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
73272025-05-22T21:26:36.832Z PASS [ 45.567s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
73282025-05-22T21:26:39.822Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
73292025-05-22T21:26:40.652Z PASS [ 48.226s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
73302025-05-22T21:26:40.940Z PASS [ 31.106s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
73312025-05-22T21:26:41.275Z PASS [ 61.455s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
73322025-05-22T21:26:41.642Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
73332025-05-22T21:26:45.255Z PASS [ 63.616s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
73342025-05-22T21:26:53.740Z PASS [ 53.212s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
73352025-05-22T21:27:12.910Z PASS [ 31.973s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
73362025-05-22T21:27:13.491Z PASS [ 32.216s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
73372025-05-22T21:27:13.575Z PASS [ 32.925s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
73382025-05-22T21:27:16.189Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
73392025-05-22T21:27:18.613Z PASS [ 33.359s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
73402025-05-22T21:27:30.080Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
73412025-05-22T21:27:30.548Z PASS [ 74.362s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
73422025-05-22T21:27:35.305Z PASS [ 41.566s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
73432025-05-22T21:27:36.833Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
73442025-05-22T21:27:49.778Z PASS [ 36.288s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
73452025-05-22T21:27:57.676Z PASS [ 44.757s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
73462025-05-22T21:27:59.344Z PASS [ 89.268s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
73472025-05-22T21:28:04.272Z PASS [ 50.697s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
73482025-05-22T21:28:09.410Z PASS [ 38.862s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
73492025-05-22T21:28:11.123Z PASS [ 35.819s] omicron-nexus::test_all integration_tests::projects::test_projects
73502025-05-22T21:28:13.170Z PASS [ 54.541s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
73512025-05-22T21:28:23.170Z PASS [ 33.391s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
73522025-05-22T21:28:24.956Z PASS [ 25.613s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
73532025-05-22T21:28:29.173Z PASS [ 24.902s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
73542025-05-22T21:28:36.832Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
73552025-05-22T21:28:37.026Z PASS [ 25.904s] omicron-nexus::test_all integration_tests::rack::test_sled_add
73562025-05-22T21:28:38.430Z PASS [ 25.278s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
73572025-05-22T21:28:38.569Z PASS [ 29.160s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
73582025-05-22T21:28:48.586Z PASS [ 25.417s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
73592025-05-22T21:28:53.336Z PASS [ 24.164s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
73602025-05-22T21:28:54.330Z PASS [ 29.374s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
73612025-05-22T21:28:57.678Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::quotas::test_quotas
73622025-05-22T21:29:00.758Z PASS [ 23.732s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
73632025-05-22T21:29:07.232Z PASS [ 28.803s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
73642025-05-22T21:29:07.383Z PASS [ 0.151s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
73652025-05-22T21:29:07.541Z PASS [ 0.158s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
73662025-05-22T21:29:07.685Z PASS [ 0.144s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
73672025-05-22T21:29:07.817Z PASS [ 0.132s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
73682025-05-22T21:29:07.962Z PASS [ 0.145s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
73692025-05-22T21:29:08.983Z PASS [ 152.155s] omicron-nexus::test_all integration_tests::password_login::test_local_users
73702025-05-22T21:29:11.713Z PASS [ 33.144s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
73712025-05-22T21:29:20.703Z PASS [ 32.118s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
73722025-05-22T21:29:24.638Z PASS [ 30.308s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
73732025-05-22T21:29:26.066Z PASS [ 88.400s] omicron-nexus::test_all integration_tests::quotas::test_quotas
73742025-05-22T21:29:33.407Z PASS [ 32.650s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
73752025-05-22T21:29:33.542Z PASS [ 0.135s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
73762025-05-22T21:29:35.557Z PASS [ 27.594s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
73772025-05-22T21:29:35.965Z PASS [ 42.630s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
73782025-05-22T21:29:36.359Z PASS [ 0.241s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
73792025-05-22T21:29:36.384Z PASS [ 27.334s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
73802025-05-22T21:29:36.385Z PASS [ 0.122s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
73812025-05-22T21:29:37.926Z PASS [ 26.214s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
73822025-05-22T21:29:50.194Z PASS [ 29.492s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
73832025-05-22T21:29:51.882Z PASS [ 27.246s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
73842025-05-22T21:29:52.948Z PASS [ 26.883s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
73852025-05-22T21:30:00.427Z PASS [ 26.886s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
73862025-05-22T21:30:00.738Z PASS [ 24.409s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
73872025-05-22T21:30:00.897Z PASS [ 24.582s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
73882025-05-22T21:30:00.998Z PASS [ 25.443s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
73892025-05-22T21:30:01.753Z PASS [ 23.828s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
73902025-05-22T21:30:04.182Z PASS [ 3.445s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
73912025-05-22T21:30:06.730Z PASS [ 16.535s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
73922025-05-22T21:30:07.314Z PASS [ 3.130s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
73932025-05-22T21:30:09.430Z PASS [ 2.699s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
73942025-05-22T21:30:10.035Z PASS [ 2.722s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
73952025-05-22T21:30:12.126Z PASS [ 2.698s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
73962025-05-22T21:30:12.926Z PASS [ 2.890s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
73972025-05-22T21:30:14.553Z PASS [ 1.628s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
73982025-05-22T21:31:12.126Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
73992025-05-22T21:31:14.564Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
74002025-05-22T21:31:19.792Z PASS [ 65.238s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
74012025-05-22T21:31:42.941Z PASS [ 90.817s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
74022025-05-22T21:31:56.109Z PASS [ 36.319s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
74032025-05-22T21:32:42.942Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
74042025-05-22T21:32:43.264Z PASS [ 60.325s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
74052025-05-22T21:32:56.108Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
74062025-05-22T21:33:00.305Z PASS [ 17.041s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
74072025-05-22T21:33:00.331Z PASS [ 17.067s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
74082025-05-22T21:33:01.258Z PASS [ 17.994s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
74092025-05-22T21:33:01.407Z PASS [ 18.143s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
74102025-05-22T21:33:14.263Z PASS [ 78.156s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
74112025-05-22T21:33:23.091Z PASS [ 22.786s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
74122025-05-22T21:33:25.325Z PASS [ 24.993s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
74132025-05-22T21:33:26.631Z PASS [ 25.224s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
74142025-05-22T21:33:27.115Z PASS [ 25.857s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
74152025-05-22T21:33:40.023Z PASS [ 25.761s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
74162025-05-22T21:33:40.437Z PASS [ 26.175s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
74172025-05-22T21:33:40.707Z PASS [ 26.445s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
74182025-05-22T21:33:46.034Z PASS [ 31.772s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
74192025-05-22T21:33:52.507Z PASS [ 29.417s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
74202025-05-22T21:33:53.742Z PASS [ 28.419s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
74212025-05-22T21:33:55.981Z PASS [ 28.867s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
74222025-05-22T21:34:04.708Z PASS [ 38.079s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
74232025-05-22T21:34:06.065Z PASS [ 25.628s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
74242025-05-22T21:34:08.358Z PASS [ 27.652s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
74252025-05-22T21:34:11.069Z PASS [ 31.047s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
74262025-05-22T21:34:12.643Z PASS [ 26.610s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
74272025-05-22T21:34:19.956Z PASS [ 27.450s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
74282025-05-22T21:34:21.228Z PASS [ 27.486s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
74292025-05-22T21:34:33.450Z PASS [ 37.470s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
74302025-05-22T21:34:37.155Z PASS [ 31.091s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
74312025-05-22T21:34:42.710Z PASS [ 31.641s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
74322025-05-22T21:34:45.933Z PASS [ 41.223s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
74332025-05-22T21:34:46.666Z PASS [ 38.308s] omicron-nexus::test_all integration_tests::silos::test_silos
74342025-05-22T21:34:50.525Z PASS [ 30.569s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
74352025-05-22T21:34:59.471Z PASS [ 38.244s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
74362025-05-22T21:35:01.676Z PASS [ 49.034s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
74372025-05-22T21:35:02.623Z PASS [ 29.173s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
74382025-05-22T21:35:14.617Z PASS [ 27.952s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
74392025-05-22T21:35:20.746Z PASS [ 30.222s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
74402025-05-22T21:35:29.185Z PASS [ 52.032s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
74412025-05-22T21:35:32.400Z PASS [ 32.930s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
74422025-05-22T21:35:33.974Z PASS [ 32.299s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
74432025-05-22T21:35:35.414Z PASS [ 49.485s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
74442025-05-22T21:35:38.662Z PASS [ 55.954s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
74452025-05-22T21:36:00.000Z PASS [ 45.384s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
74462025-05-22T21:36:02.623Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
74472025-05-22T21:36:02.906Z PASS [ 28.932s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
74482025-05-22T21:36:03.233Z PASS [ 60.612s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
74492025-05-22T21:36:11.769Z PASS [ 33.107s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
74502025-05-22T21:36:16.392Z PASS [ 55.648s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
74512025-05-22T21:36:17.573Z PASS [ 48.389s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
74522025-05-22T21:36:17.735Z PASS [ 45.336s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
74532025-05-22T21:36:19.908Z PASS [ 3.515s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
74542025-05-22T21:36:27.128Z PASS [ 27.129s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
74552025-05-22T21:36:29.374Z PASS [ 26.141s] omicron-nexus::test_all integration_tests::target_release::get_set_target_release
74562025-05-22T21:36:35.353Z PASS [ 32.448s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
74572025-05-22T21:36:35.414Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
74582025-05-22T21:36:37.036Z PASS [ 61.623s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
74592025-05-22T21:36:43.523Z PASS [ 23.615s] omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
74602025-05-22T21:36:44.740Z PASS [ 27.168s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
74612025-05-22T21:36:51.157Z PASS [ 33.423s] omicron-nexus::test_all integration_tests::updates::test_repo_upload
74622025-05-22T21:36:55.005Z PASS [ 27.877s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
74632025-05-22T21:37:11.771Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
74642025-05-22T21:37:22.073Z PASS [ 46.721s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
74652025-05-22T21:37:22.098Z PASS [ 38.557s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
74662025-05-22T21:37:28.494Z PASS [ 59.123s] omicron-nexus::test_all integration_tests::utilization::test_utilization
74672025-05-22T21:37:30.837Z PASS [ 53.802s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
74682025-05-22T21:37:37.196Z PASS [ 52.457s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
74692025-05-22T21:37:45.042Z PASS [ 53.886s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
74702025-05-22T21:37:48.095Z PASS [ 53.092s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
74712025-05-22T21:38:07.445Z PASS [ 45.374s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
74722025-05-22T21:38:08.094Z PASS [ 46.017s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
74732025-05-22T21:38:09.673Z PASS [ 32.478s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
74742025-05-22T21:38:11.771Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
74752025-05-22T21:38:13.184Z PASS [ 44.691s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
74762025-05-22T21:38:16.464Z PASS [ 45.628s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
74772025-05-22T21:38:39.287Z PASS [ 31.843s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
74782025-05-22T21:38:42.038Z PASS [ 32.366s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
74792025-05-22T21:38:45.042Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
74802025-05-22T21:38:48.096Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
74812025-05-22T21:38:57.463Z PASS [ 49.371s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
74822025-05-22T21:38:58.694Z PASS [ 45.510s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
74832025-05-22T21:39:11.771Z SLOW [>180.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
74842025-05-22T21:39:14.821Z PASS [ 58.359s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
74852025-05-22T21:39:18.569Z PASS [ 90.476s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
74862025-05-22T21:39:23.348Z PASS [ 98.309s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
74872025-05-22T21:39:36.466Z PASS [ 57.180s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
74882025-05-22T21:39:42.040Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
74892025-05-22T21:39:50.865Z PASS [ 68.829s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
74902025-05-22T21:39:57.463Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
74912025-05-22T21:39:58.241Z PASS [ 39.673s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
74922025-05-22T21:39:58.697Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
74932025-05-22T21:39:58.803Z PASS [ 61.341s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
74942025-05-22T21:40:02.593Z PASS [ 63.901s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
74952025-05-22T21:40:05.264Z PASS [ 41.917s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
74962025-05-22T21:40:11.770Z SLOW [>240.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
74972025-05-22T21:40:14.822Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
74982025-05-22T21:40:16.486Z PASS [ 61.666s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
74992025-05-22T21:40:27.870Z PASS [ 51.405s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
75002025-05-22T21:40:34.844Z PASS [ 32.252s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
75012025-05-22T21:40:37.756Z PASS [ 32.493s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
75022025-05-22T21:40:49.727Z PASS [ 33.242s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
75032025-05-22T21:40:50.408Z PASS [ 278.647s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
75042025-05-22T21:40:50.866Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
75052025-05-22T21:40:58.242Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
75062025-05-22T21:40:58.804Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
75072025-05-22T21:41:04.360Z PASS [ 36.491s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
75082025-05-22T21:41:07.130Z PASS [ 68.891s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
75092025-05-22T21:41:17.651Z PASS [ 27.244s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
75102025-05-22T21:41:17.984Z PASS [ 43.141s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
75112025-05-22T21:41:21.047Z PASS [ 82.246s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
75122025-05-22T21:41:29.701Z PASS [ 25.341s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
75132025-05-22T21:41:32.552Z PASS [ 25.423s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
75142025-05-22T21:41:32.801Z PASS [ 55.046s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
75152025-05-22T21:41:35.800Z PASS [ 46.074s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
75162025-05-22T21:41:41.539Z PASS [ 23.556s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
75172025-05-22T21:41:41.814Z PASS [ 24.164s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
75182025-05-22T21:41:46.081Z PASS [ 25.035s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
75192025-05-22T21:41:50.865Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
75202025-05-22T21:41:54.944Z PASS [ 25.244s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
75212025-05-22T21:41:58.024Z PASS [ 25.472s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
75222025-05-22T21:41:58.355Z PASS [ 25.555s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
75232025-05-22T21:42:05.743Z PASS [ 29.944s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
75242025-05-22T21:42:06.344Z PASS [ 24.529s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
75252025-05-22T21:42:06.892Z PASS [ 25.354s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
75262025-05-22T21:42:11.639Z PASS [ 25.559s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
75272025-05-22T21:42:19.936Z PASS [ 24.992s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
75282025-05-22T21:42:22.507Z PASS [ 24.483s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
75292025-05-22T21:42:23.654Z PASS [ 25.299s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
75302025-05-22T21:42:31.046Z PASS [ 24.703s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
75312025-05-22T21:42:31.613Z PASS [ 24.720s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
75322025-05-22T21:42:36.670Z PASS [ 25.030s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
75332025-05-22T21:42:43.723Z PASS [ 172.863s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
75342025-05-22T21:42:43.907Z PASS [ 23.972s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
75352025-05-22T21:42:46.767Z PASS [ 24.261s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
75362025-05-22T21:42:48.771Z PASS [ 25.117s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
75372025-05-22T21:42:55.314Z PASS [ 49.572s] omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
75382025-05-22T21:43:02.272Z PASS [ 25.599s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
75392025-05-22T21:43:09.183Z PASS [ 25.461s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
75402025-05-22T21:43:09.232Z PASS [ 25.325s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
75412025-05-22T21:43:12.553Z PASS [ 25.787s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
75422025-05-22T21:43:14.086Z PASS [ 25.316s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
75432025-05-22T21:43:15.666Z PASS [ 44.621s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
75442025-05-22T21:43:21.138Z PASS [ 49.527s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
75452025-05-22T21:43:32.739Z PASS [ 30.472s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
75462025-05-22T21:43:35.113Z PASS [ 25.930s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
75472025-05-22T21:43:36.719Z PASS [ 41.406s] omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
75482025-05-22T21:43:39.913Z PASS [ 30.682s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
75492025-05-22T21:43:50.186Z PASS [ 36.101s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
75502025-05-22T21:43:50.576Z PASS [ 37.697s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
75512025-05-22T21:44:01.472Z PASS [ 21.559s] omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
75522025-05-22T21:44:02.193Z PASS [ 41.056s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
75532025-05-22T21:44:06.663Z PASS [ 33.925s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
75542025-05-22T21:44:07.629Z PASS [ 32.517s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
75552025-05-22T21:44:12.312Z PASS [ 22.127s] omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
75562025-05-22T21:44:14.204Z PASS [ 23.955s] omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
75572025-05-22T21:44:15.666Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
75582025-05-22T21:44:24.898Z PASS [ 23.427s] omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
75592025-05-22T21:44:24.993Z PASS [ 69.329s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
75602025-05-22T21:44:25.775Z PASS [ 23.582s] omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
75612025-05-22T21:44:34.989Z PASS [ 58.204s] omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
75622025-05-22T21:44:36.425Z PASS [ 22.222s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
75632025-05-22T21:44:43.399Z PASS [ 17.625s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
75642025-05-22T21:44:44.425Z PASS [ 19.432s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
75652025-05-22T21:44:44.886Z PASS [ 19.987s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
75662025-05-22T21:44:51.729Z PASS [ 16.808s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
75672025-05-22T21:44:51.790Z PASS [ 0.060s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
75682025-05-22T21:44:51.824Z PASS [ 0.035s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
75692025-05-22T21:44:51.893Z PASS [ 0.068s] omicron-package config::tests::multi_preset_arg
75702025-05-22T21:44:51.968Z PASS [ 0.074s] omicron-package dot::test::test_bad_dependency
75712025-05-22T21:44:52.008Z PASS [ 0.040s] omicron-package dot::test::test_dot_output
75722025-05-22T21:44:53.686Z PASS [ 17.261s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
75732025-05-22T21:44:53.713Z PASS [ 0.028s] omicron-passwords test::test_password_constraints
75742025-05-22T21:44:56.266Z PASS [ 11.380s] omicron-omdb::test_all_output test_omdb_usage_errors
75752025-05-22T21:44:57.309Z PASS [ 50.647s] omicron-nexus::test_all integration_tests::webhooks::test_probe
75762025-05-22T21:44:57.355Z PASS [ 0.046s] omicron-passwords test::test_stable
75772025-05-22T21:44:57.386Z PASS [ 0.031s] omicron-passwords test::test_weak_hashes
75782025-05-22T21:44:57.412Z PASS [ 0.020s] omicron-rpaths internal::tests::test_configure_from_path
75792025-05-22T21:44:57.462Z PASS [ 0.054s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
75802025-05-22T21:44:57.487Z PASS [ 0.019s] omicron-rpaths internal::tests::test_emit_rpath
75812025-05-22T21:44:58.072Z PASS [ 0.591s] omicron-sled-agent artifact_store::test::generations
75822025-05-22T21:44:58.184Z PASS [ 4.470s] omicron-passwords test::test_reproducible
75832025-05-22T21:44:58.235Z PASS [ 0.162s] omicron-sled-agent artifact_store::test::issue_7796
75842025-05-22T21:44:58.351Z PASS [ 0.167s] omicron-sled-agent artifact_store::test::list_get_put
75852025-05-22T21:44:58.376Z PASS [ 0.141s] omicron-sled-agent artifact_store::test::no_dataset
75862025-05-22T21:44:58.497Z PASS [ 0.146s] omicron-sled-agent artifact_store::test::wrong_hash
75872025-05-22T21:44:58.522Z PASS [ 0.129s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
75882025-05-22T21:44:58.609Z PASS [ 0.104s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
75892025-05-22T21:44:58.768Z PASS [ 0.159s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
75902025-05-22T21:44:58.866Z PASS [ 0.098s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
75912025-05-22T21:44:59.120Z PASS [ 0.623s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
75922025-05-22T21:44:59.191Z PASS [ 0.071s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
75932025-05-22T21:44:59.247Z PASS [ 0.055s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
75942025-05-22T21:44:59.336Z PASS [ 0.089s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
75952025-05-22T21:44:59.372Z PASS [ 0.036s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
75962025-05-22T21:44:59.414Z PASS [ 0.042s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
75972025-05-22T21:44:59.440Z PASS [ 0.560s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
75982025-05-22T21:44:59.465Z PASS [ 0.042s] omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
75992025-05-22T21:44:59.465Z PASS [ 0.035s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
76002025-05-22T21:44:59.490Z PASS [ 0.031s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
76012025-05-22T21:44:59.516Z PASS [ 0.037s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
76022025-05-22T21:44:59.554Z PASS [ 0.067s] omicron-sled-agent config::test::test_smf_configs
76032025-05-22T21:45:02.693Z PASS [ 3.194s] omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
76042025-05-22T21:45:02.779Z PASS [ 3.225s] omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
76052025-05-22T21:45:03.974Z PASS [ 11.965s] omicron-passwords test::test_compatible
76062025-05-22T21:45:05.013Z PASS [ 57.385s] omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
76072025-05-22T21:45:05.906Z PASS [ 3.212s] omicron-sled-agent instance::tests::test_instance_create_events_normal
76082025-05-22T21:45:07.480Z PASS [ 4.699s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
76092025-05-22T21:45:07.531Z PASS [ 0.052s] omicron-sled-agent probe_manager::test::probe_state_set_ops
76102025-05-22T21:45:07.573Z PASS [ 0.042s] omicron-sled-agent profile::tests::empty_profile
76112025-05-22T21:45:07.616Z PASS [ 0.042s] omicron-sled-agent profile::tests::test_disabled_instance
76122025-05-22T21:45:07.659Z PASS [ 0.043s] omicron-sled-agent profile::tests::test_instance
76132025-05-22T21:45:07.715Z PASS [ 0.054s] omicron-sled-agent profile::tests::test_multiple
76142025-05-22T21:45:07.755Z PASS [ 0.040s] omicron-sled-agent profile::tests::test_property
76152025-05-22T21:45:07.793Z PASS [ 0.038s] omicron-sled-agent profile::tests::test_property_group
76162025-05-22T21:45:07.832Z PASS [ 0.039s] omicron-sled-agent profile::tests::test_service
76172025-05-22T21:45:07.872Z PASS [ 0.040s] omicron-sled-agent profile::tests::test_service_property_group
76182025-05-22T21:45:07.897Z PASS [ 3.919s] omicron-sled-agent instance::tests::test_instance_manager_creation
76192025-05-22T21:45:07.923Z PASS [ 0.049s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
76202025-05-22T21:45:07.948Z PASS [ 0.039s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
76212025-05-22T21:45:07.973Z PASS [ 0.048s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
76222025-05-22T21:45:07.998Z PASS [ 0.057s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
76232025-05-22T21:45:08.044Z PASS [ 0.074s] omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
76242025-05-22T21:45:08.070Z PASS [ 0.062s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
76252025-05-22T21:45:08.618Z PASS [ 25.220s] omicron-omdb::test_all_output test_omdb_env_settings
76262025-05-22T21:45:09.179Z PASS [ 4.167s] omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
76272025-05-22T21:45:10.886Z PASS [ 2.842s] omicron-sled-agent services::illumos_tests::test_bad_generations
76282025-05-22T21:45:10.975Z PASS [ 2.923s] omicron-sled-agent services::illumos_tests::test_ensure_service
76292025-05-22T21:45:11.756Z PASS [ 3.136s] omicron-sled-agent services::illumos_tests::test_ensure_service_before_timesync
76302025-05-22T21:45:11.808Z PASS [ 0.053s] omicron-sled-agent services::test::test_all_zones_requests_schema
76312025-05-22T21:45:11.850Z PASS [ 0.042s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
76322025-05-22T21:45:11.875Z PASS [ 59.561s] omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
76332025-05-22T21:45:11.900Z PASS [ 0.046s] omicron-sled-agent services::test::test_fix_7229_zone_config_reconciliation
76342025-05-22T21:45:11.925Z PASS [ 0.043s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
76352025-05-22T21:45:11.950Z PASS [ 0.052s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
76362025-05-22T21:45:11.976Z PASS [ 0.051s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
76372025-05-22T21:45:12.006Z PASS [ 0.057s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
76382025-05-22T21:45:12.032Z PASS [ 0.063s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
76392025-05-22T21:45:12.057Z PASS [ 0.049s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
76402025-05-22T21:45:12.083Z PASS [ 0.050s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
76412025-05-22T21:45:12.130Z PASS [ 0.049s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
76422025-05-22T21:45:12.174Z PASS [ 0.044s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
76432025-05-22T21:45:12.220Z PASS [ 0.045s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
76442025-05-22T21:45:12.272Z PASS [ 0.045s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
76452025-05-22T21:45:12.320Z PASS [ 0.055s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
76462025-05-22T21:45:12.372Z PASS [ 0.052s] omicron-sled-agent sim::storage::test::nested_dataset
76472025-05-22T21:45:12.397Z PASS [ 3.198s] omicron-sled-agent services::illumos_tests::test_ensure_service_which_already_exists
76482025-05-22T21:45:12.422Z PASS [ 0.047s] omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
76492025-05-22T21:45:12.422Z PASS [ 0.043s] omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
76502025-05-22T21:45:12.467Z PASS [ 0.046s] omicron-sled-agent sim::storage::test::snapshot_needs_region
76512025-05-22T21:45:12.491Z PASS [ 0.050s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
76522025-05-22T21:45:14.164Z PASS [ 3.278s] omicron-sled-agent services::illumos_tests::test_services_are_recreated_on_reboot
76532025-05-22T21:45:14.254Z PASS [ 3.280s] omicron-sled-agent services::illumos_tests::test_services_do_not_persist_without_config
76542025-05-22T21:45:17.290Z PASS [ 5.226s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
76552025-05-22T21:45:17.327Z PASS [ 4.858s] omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
76562025-05-22T21:45:18.077Z PASS [ 5.610s] omicron-sled-agent support_bundle::storage::tests::basic_crud
76572025-05-22T21:45:18.817Z PASS [ 34.393s] omicron-omdb::test_all_output test_omdb_success_cases
76582025-05-22T21:45:20.032Z PASS [ 5.868s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
76592025-05-22T21:45:20.170Z PASS [ 5.916s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
76602025-05-22T21:45:20.216Z PASS [ 0.046s] omicron-sled-agent updates::test::test_query_no_components
76612025-05-22T21:45:20.264Z PASS [ 0.048s] omicron-sled-agent updates::test::test_query_sled_agent_version
76622025-05-22T21:45:20.329Z PASS [ 0.064s] omicron-sled-agent updates::test::test_query_zone_version
76632025-05-22T21:45:20.372Z PASS [ 0.043s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
76642025-05-22T21:45:23.153Z PASS [ 5.871s] omicron-sled-agent support_bundle::storage::tests::creation_idempotency
76652025-05-22T21:45:23.305Z PASS [ 5.977s] omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
76662025-05-22T21:45:23.388Z PASS [ 0.084s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
76672025-05-22T21:45:24.177Z PASS [ 6.099s] omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
76682025-05-22T21:45:24.767Z PASS [ 4.395s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
76692025-05-22T21:45:25.187Z PASS [ 6.370s] omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
76702025-05-22T21:45:25.263Z PASS [ 0.075s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
76712025-05-22T21:45:25.314Z PASS [ 0.051s] omicron-sled-agent zone_bundle::tests::test_dir_size
76722025-05-22T21:45:25.375Z PASS [ 0.060s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
76732025-05-22T21:45:26.118Z PASS [ 0.744s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
76742025-05-22T21:45:26.814Z PASS [ 0.695s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
76752025-05-22T21:45:26.875Z PASS [ 6.843s] omicron-sled-agent support_bundle::storage::tests::ranges
76762025-05-22T21:45:26.968Z PASS [ 0.154s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
76772025-05-22T21:45:27.014Z PASS [ 0.044s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
76782025-05-22T21:45:27.043Z PASS [ 0.030s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
76792025-05-22T21:45:27.220Z PASS [ 30.955s] omicron-passwords test::test_smoke
76802025-05-22T21:45:27.282Z PASS [ 4.129s] omicron-sled-agent zone_bundle::illumos_tests::test_context
76812025-05-22T21:45:27.794Z PASS [ 0.574s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
76822025-05-22T21:45:27.794Z PASS [ 0.751s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
76832025-05-22T21:45:27.819Z PASS [ 0.942s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
76842025-05-22T21:45:27.845Z PASS [ 0.034s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
76852025-05-22T21:45:27.845Z PASS [ 0.043s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
76862025-05-22T21:45:27.982Z PASS [ 4.592s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
76872025-05-22T21:45:28.048Z PASS [ 0.231s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
76882025-05-22T21:45:28.079Z PASS [ 3.903s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
76892025-05-22T21:45:28.153Z PASS [ 0.315s] omicron-test-utils dev::db::test::test_bad_cmd
76902025-05-22T21:45:28.194Z PASS [ 0.041s] omicron-test-utils dev::db::test::test_make_pg_config_fail
76912025-05-22T21:45:28.231Z PASS [ 0.037s] omicron-test-utils dev::db::test::test_make_pg_config_ok
76922025-05-22T21:45:28.268Z PASS [ 0.037s] omicron-test-utils dev::db::test::test_process_exit_abnormal
76932025-05-22T21:45:28.293Z PASS [ 0.450s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
76942025-05-22T21:45:28.323Z PASS [ 0.055s] omicron-test-utils dev::db::test::test_process_exit_normal
76952025-05-22T21:45:28.349Z PASS [ 1.043s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
76962025-05-22T21:45:28.456Z PASS [ 0.377s] omicron-test-utils dev::db::test::test_database_start_hang
76972025-05-22T21:45:28.492Z PASS [ 0.036s] omicron-test-utils dev::db::test::test_starter_tmpdir
76982025-05-22T21:45:28.563Z PASS [ 0.071s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
76992025-05-22T21:45:28.603Z PASS [ 0.041s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
77002025-05-22T21:45:28.647Z PASS [ 0.043s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
77012025-05-22T21:45:28.674Z PASS [ 0.684s] omicron-test-utils dev::db::test::test_cmd_fails
77022025-05-22T21:45:28.699Z PASS [ 0.031s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
77032025-05-22T21:45:28.727Z PASS [ 0.063s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
77042025-05-22T21:45:28.753Z PASS [ 0.072s] omicron-test-utils dev::test_cmds::tests::test_redact_section
77052025-05-22T21:45:28.971Z LEAK [ 0.692s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
77062025-05-22T21:45:28.996Z PASS [ 4.209s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
77072025-05-22T21:45:29.023Z PASS [ 0.047s] openapi-manager cmd::dispatch::test::test_blessed_args
77082025-05-22T21:45:29.048Z PASS [ 0.059s] openapi-manager cmd::dispatch::test::test_arg_parsing
77092025-05-22T21:45:29.074Z PASS [ 0.045s] openapi-manager cmd::dispatch::test::test_generated_args
77102025-05-22T21:45:29.074Z PASS [ 0.042s] openapi-manager cmd::dispatch::test::test_local_args
77112025-05-22T21:45:29.101Z PASS [ 0.032s] openapi-manager iter_only::test::test_basic
77122025-05-22T21:45:29.126Z PASS [ 0.036s] openapi-manager omicron::tests::all_apis_is_sorted
77132025-05-22T21:45:29.151Z PASS [ 0.044s] openapi-manager resolved::test::test_displayable_vec
77142025-05-22T21:45:29.151Z PASS [ 0.038s] openapi-manager spec_files_generic::test::test_parse_name_lockstep
77152025-05-22T21:45:29.187Z PASS [ 0.040s] openapi-manager spec_files_generic::test::test_parse_name_lockstep_fail
77162025-05-22T21:45:29.212Z PASS [ 0.043s] openapi-manager spec_files_generic::test::test_parse_name_versioned
77172025-05-22T21:45:29.244Z PASS [ 0.059s] openapi-manager spec_files_generic::test::test_parse_name_versioned_fail
77182025-05-22T21:45:29.417Z PASS [ 0.688s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
77192025-05-22T21:45:29.459Z PASS [ 0.214s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
77202025-05-22T21:45:29.817Z PASS [ 0.627s] oximeter test::timeseries_schema_consistency
77212025-05-22T21:45:29.842Z PASS [ 0.361s] oximeter-collector agent::tests::test_self_stat_error_counter
77222025-05-22T21:45:29.842Z PASS [ 0.412s] oximeter-collector agent::tests::test_self_stat_collection_count
77232025-05-22T21:45:29.955Z PASS [ 0.134s] oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
77242025-05-22T21:45:29.980Z PASS [ 0.155s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
77252025-05-22T21:45:30.006Z PASS [ 0.041s] oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
77262025-05-22T21:45:30.031Z PASS [ 0.049s] oximeter-collector self_stats::tests::test_failure_reason_serialization
77272025-05-22T21:45:30.108Z PASS [ 1.783s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
77282025-05-22T21:45:30.150Z PASS [ 0.128s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
77292025-05-22T21:45:30.175Z PASS [ 0.052s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
77302025-05-22T21:45:30.200Z PASS [ 0.033s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
77312025-05-22T21:45:30.225Z PASS [ 0.044s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
77322025-05-22T21:45:30.225Z PASS [ 0.032s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
77332025-05-22T21:45:30.508Z PASS [ 2.459s] omicron-test-utils dev::db::test::test_database_concurrent
77342025-05-22T21:45:30.548Z PASS [ 0.552s] oximeter-collector::test_commands test_oximeter_no_args
77352025-05-22T21:45:30.914Z PASS [ 1.086s] oximeter-collector agent::tests::verify_producer_details
77362025-05-22T21:45:31.144Z PASS [ 2.394s] openapi-manager cmd::check::test::check_apis_up_to_date
77372025-05-22T21:45:31.362Z PASS [ 1.157s] oximeter-db client::oxql::tests::test_get_entire_table
77382025-05-22T21:45:31.401Z PASS [ 1.185s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
77392025-05-22T21:45:31.463Z PASS [ 0.099s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
77402025-05-22T21:45:31.562Z PASS [ 0.648s] oximeter-db client::tests::can_ping_clickhouse
77412025-05-22T21:45:31.603Z PASS [ 1.095s] oximeter-db client::oxql::tests::test_get_one_timeseries
77422025-05-22T21:45:31.666Z PASS [ 1.118s] oximeter-db client::oxql::tests::test_limit_operations
77432025-05-22T21:45:32.370Z PASS [ 0.704s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
77442025-05-22T21:45:32.610Z PASS [ 1.048s] oximeter-db client::tests::read_latest_version_reports_max
77452025-05-22T21:45:32.636Z PASS [ 1.027s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
77462025-05-22T21:45:33.259Z PASS [ 0.878s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
77472025-05-22T21:45:33.323Z PASS [ 0.693s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
77482025-05-22T21:45:33.684Z PASS [ 1.073s] oximeter-db client::tests::select_timeseries_with_select_one
77492025-05-22T21:45:34.126Z PASS [ 2.665s] oximeter-db client::tests::insert_samples_fails_fast
77502025-05-22T21:45:34.424Z PASS [ 1.176s] oximeter-db client::tests::test_client_select_timeseries_one
77512025-05-22T21:45:34.484Z PASS [ 1.161s] oximeter-db client::tests::test_database_version_update_is_idempotent
77522025-05-22T21:45:34.600Z PASS [ 0.916s] oximeter-db client::tests::test_database_version_will_not_downgrade
77532025-05-22T21:45:34.642Z PASS [ 3.242s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
77542025-05-22T21:45:35.034Z PASS [ 0.907s] oximeter-db client::tests::test_database_version_will_not_upgrade
77552025-05-22T21:45:35.303Z PASS [ 0.878s] oximeter-db client::tests::test_differentiate_by_timeseries_name
77562025-05-22T21:45:35.384Z PASS [ 0.899s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
77572025-05-22T21:45:35.468Z PASS [ 0.868s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
77582025-05-22T21:45:35.516Z PASS [ 0.874s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
77592025-05-22T21:45:36.390Z PASS [ 1.087s] oximeter-db client::tests::test_field_record_count
77602025-05-22T21:45:36.454Z PASS [ 1.070s] oximeter-db client::tests::test_get_schema_no_new_values
77612025-05-22T21:45:36.522Z PASS [ 1.054s] oximeter-db client::tests::test_insert_samples
77622025-05-22T21:45:36.567Z PASS [ 0.045s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
77632025-05-22T21:45:36.610Z PASS [ 0.042s] oximeter-db client::tests::test_read_timeseries_to_delete
77642025-05-22T21:45:36.635Z PASS [ 1.112s] oximeter-db client::tests::test_is_oximeter_cluster
77652025-05-22T21:45:36.660Z PASS [ 0.040s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
77662025-05-22T21:45:36.686Z PASS [ 0.037s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
77672025-05-22T21:45:37.019Z PASS [ 1.985s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
77682025-05-22T21:45:37.355Z PASS [ 0.964s] oximeter-db client::tests::test_list_timeseries
77692025-05-22T21:45:37.380Z PASS [ 0.904s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
77702025-05-22T21:45:37.527Z PASS [ 0.862s] oximeter-db client::tests::test_schema_mismatch
77712025-05-22T21:45:38.050Z PASS [ 1.030s] oximeter-db client::tests::test_schema_update
77722025-05-22T21:45:38.075Z PASS [ 32.161s] omicron-sled-agent nexus::test::nexus_self_notification_test
77732025-05-22T21:45:38.478Z PASS [ 1.123s] oximeter-db client::tests::test_select_all_datum_types
77742025-05-22T21:45:38.515Z PASS [ 1.158s] oximeter-db client::tests::test_select_all_field_types
77752025-05-22T21:45:38.541Z PASS [ 1.867s] oximeter-db client::tests::test_recall_of_all_fields
77762025-05-22T21:45:38.632Z PASS [ 1.104s] oximeter-db client::tests::test_select_timeseries_with_all
77772025-05-22T21:45:39.216Z PASS [ 1.150s] oximeter-db client::tests::test_select_timeseries_with_order
77782025-05-22T21:45:39.285Z PASS [ 1.235s] oximeter-db client::tests::test_select_timeseries_with_limit
77792025-05-22T21:45:39.313Z PASS [ 0.028s] oximeter-db client::tests::test_unravel_index
77802025-05-22T21:45:39.441Z PASS [ 0.963s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
77812025-05-22T21:45:39.485Z PASS [ 0.043s] oximeter-db client::tests::test_verify_schema_upgrades
77822025-05-22T21:45:39.513Z PASS [ 0.991s] oximeter-db client::tests::test_select_timeseries_with_start_time
77832025-05-22T21:45:39.539Z PASS [ 0.041s] oximeter-db model::fields::tests::test_extract_fields_as_block
77842025-05-22T21:45:39.539Z PASS [ 1.015s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
77852025-05-22T21:45:39.564Z PASS [ 0.034s] oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
77862025-05-22T21:45:39.564Z PASS [ 0.038s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
77872025-05-22T21:45:39.589Z PASS [ 0.035s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
77882025-05-22T21:45:39.589Z PASS [ 0.035s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
77892025-05-22T21:45:39.615Z PASS [ 0.035s] oximeter-db native::block::tests::concat_blocks
77902025-05-22T21:45:39.615Z PASS [ 0.037s] oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
77912025-05-22T21:45:39.615Z PASS [ 0.031s] oximeter-db native::block::tests::datetime64_scale_checks_range
77922025-05-22T21:45:39.640Z PASS [ 0.033s] oximeter-db native::block::tests::parse_date_time64
77932025-05-22T21:45:39.641Z PASS [ 0.034s] oximeter-db native::block::tests::parse_date_time
77942025-05-22T21:45:39.666Z PASS [ 0.031s] oximeter-db native::block::tests::parse_escaped_date_time64
77952025-05-22T21:45:39.691Z PASS [ 0.034s] oximeter-db native::block::tests::test_data_type_to_string
77962025-05-22T21:45:39.691Z PASS [ 0.035s] oximeter-db native::block::tests::test_datetime64_conversions
77972025-05-22T21:45:39.691Z PASS [ 0.032s] oximeter-db native::block::tests::test_parse_all_known_timezones
77982025-05-22T21:45:39.716Z PASS [ 0.033s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
77992025-05-22T21:45:39.716Z PASS [ 0.038s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
78002025-05-22T21:45:39.716Z PASS [ 0.032s] oximeter-db native::block::tests::test_parse_enum8
78012025-05-22T21:45:39.741Z PASS [ 0.036s] oximeter-db native::block::tests::test_parse_enum_variant
78022025-05-22T21:45:39.767Z PASS [ 0.050s] oximeter-db native::block::tests::test_parse_invalid_data_type
78032025-05-22T21:45:40.391Z PASS [ 0.633s] oximeter-db native::connection::tests::test_exchange_hello
78042025-05-22T21:45:40.416Z PASS [ 0.684s] oximeter-db native::connection::tests::test_basic_select_query
78052025-05-22T21:45:40.442Z PASS [ 1.206s] oximeter-db client::tests::test_timeseries_schema_list
78062025-05-22T21:45:40.467Z PASS [ 1.829s] oximeter-db client::tests::test_sql_query_output
78072025-05-22T21:45:40.492Z PASS [ 0.733s] oximeter-db native::connection::tests::test_can_cancel_query
78082025-05-22T21:45:40.517Z PASS [ 1.197s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
78092025-05-22T21:45:41.042Z PASS [ 0.648s] oximeter-db native::connection::tests::test_insert_and_select_data
78102025-05-22T21:45:41.088Z PASS [ 0.682s] oximeter-db native::connection::tests::test_insert_and_select_uuid
78112025-05-22T21:45:41.113Z PASS [ 0.055s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
78122025-05-22T21:45:41.138Z PASS [ 0.051s] oximeter-db native::io::block::tests::test_decode_full_block
78132025-05-22T21:45:41.138Z PASS [ 0.707s] oximeter-db native::connection::tests::test_select_array_column
78142025-05-22T21:45:41.138Z PASS [ 0.033s] oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
78152025-05-22T21:45:41.164Z PASS [ 0.688s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
78162025-05-22T21:45:41.164Z PASS [ 0.685s] oximeter-db native::connection::tests::test_select_nullable_column
78172025-05-22T21:45:41.189Z PASS [ 0.038s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
78182025-05-22T21:45:41.189Z PASS [ 0.050s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
78192025-05-22T21:45:41.189Z PASS [ 0.054s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
78202025-05-22T21:45:41.215Z PASS [ 0.042s] oximeter-db native::io::column::tests::test_decode_string_column
78212025-05-22T21:45:41.215Z PASS [ 0.039s] oximeter-db native::io::column::tests::test_decode_uint64_column
78222025-05-22T21:45:41.215Z PASS [ 0.035s] oximeter-db native::io::column::tests::test_decode_uint8_column
78232025-05-22T21:45:41.241Z PASS [ 0.036s] oximeter-db native::io::column::tests::test_decode_uuid_column
78242025-05-22T21:45:41.241Z PASS [ 0.036s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
78252025-05-22T21:45:41.241Z PASS [ 0.045s] oximeter-db native::io::column::tests::test_encode_decode_column
78262025-05-22T21:45:41.241Z PASS [ 0.033s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
78272025-05-22T21:45:41.266Z PASS [ 0.045s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
78282025-05-22T21:45:41.267Z PASS [ 0.035s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
78292025-05-22T21:45:41.267Z PASS [ 0.741s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
78302025-05-22T21:45:41.267Z PASS [ 0.035s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
78312025-05-22T21:45:41.267Z PASS [ 0.033s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
78322025-05-22T21:45:41.293Z PASS [ 0.038s] oximeter-db native::io::packet::server::tests::test_decode_pong
78332025-05-22T21:45:41.318Z PASS [ 0.036s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
78342025-05-22T21:45:41.318Z PASS [ 0.036s] oximeter-db native::io::table_columns::tests::test_column_count
78352025-05-22T21:45:41.318Z PASS [ 0.052s] oximeter-db native::io::string::test::test_encode_decode
78362025-05-22T21:45:41.318Z PASS [ 0.061s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
78372025-05-22T21:45:41.343Z PASS [ 0.033s] oximeter-db native::io::table_columns::tests::test_column_descriptions
78382025-05-22T21:45:41.343Z PASS [ 0.068s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
78392025-05-22T21:45:41.343Z PASS [ 0.041s] oximeter-db native::io::table_columns::tests::test_column_description_with_default
78402025-05-22T21:45:41.343Z PASS [ 0.040s] oximeter-db native::io::varuint::test_encode_decode_varuint
78412025-05-22T21:45:41.369Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
78422025-05-22T21:45:41.369Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
78432025-05-22T21:45:41.394Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_comparison
78442025-05-22T21:45:41.394Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
78452025-05-22T21:45:41.394Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
78462025-05-22T21:45:41.394Z PASS [ 0.139s] oximeter-db native::io::string::test::test_encode_hello_world
78472025-05-22T21:45:41.420Z PASS [ 0.054s] oximeter-db oxql::ast::grammar::tests::test_double_literal
78482025-05-22T21:45:41.420Z PASS [ 0.040s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
78492025-05-22T21:45:41.420Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
78502025-05-22T21:45:41.420Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
78512025-05-22T21:45:41.420Z PASS [ 0.046s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
78522025-05-22T21:45:41.445Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
78532025-05-22T21:45:41.445Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_group_by
78542025-05-22T21:45:41.445Z PASS [ 0.039s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
78552025-05-22T21:45:41.445Z PASS [ 0.045s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
78562025-05-22T21:45:41.471Z PASS [ 0.040s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
78572025-05-22T21:45:41.471Z PASS [ 0.040s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
78582025-05-22T21:45:41.471Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_ident
78592025-05-22T21:45:41.496Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
78602025-05-22T21:45:41.496Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
78612025-05-22T21:45:41.496Z PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
78622025-05-22T21:45:41.496Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
78632025-05-22T21:45:41.496Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
78642025-05-22T21:45:41.496Z PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
78652025-05-22T21:45:41.522Z PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
78662025-05-22T21:45:41.522Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
78672025-05-22T21:45:41.548Z PASS [ 0.048s] oximeter-db oxql::ast::grammar::tests::test_query
78682025-05-22T21:45:41.548Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
78692025-05-22T21:45:41.548Z PASS [ 0.045s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
78702025-05-22T21:45:41.548Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
78712025-05-22T21:45:41.548Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
78722025-05-22T21:45:41.574Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
78732025-05-22T21:45:41.574Z PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_reducer
78742025-05-22T21:45:41.574Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
78752025-05-22T21:45:41.599Z PASS [ 0.050s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
78762025-05-22T21:45:41.599Z PASS [ 0.028s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
78772025-05-22T21:45:41.599Z PASS [ 0.049s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
78782025-05-22T21:45:41.599Z PASS [ 0.038s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
78792025-05-22T21:45:41.624Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
78802025-05-22T21:45:41.625Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
78812025-05-22T21:45:41.625Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
78822025-05-22T21:45:41.650Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
78832025-05-22T21:45:41.650Z PASS [ 0.037s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
78842025-05-22T21:45:41.650Z PASS [ 0.035s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
78852025-05-22T21:45:41.650Z PASS [ 0.038s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
78862025-05-22T21:45:41.675Z PASS [ 0.035s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
78872025-05-22T21:45:41.675Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
78882025-05-22T21:45:41.675Z PASS [ 0.039s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
78892025-05-22T21:45:41.675Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
78902025-05-22T21:45:41.701Z PASS [ 0.045s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
78912025-05-22T21:45:41.701Z PASS [ 0.036s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
78922025-05-22T21:45:41.701Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
78932025-05-22T21:45:41.701Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
78942025-05-22T21:45:41.726Z PASS [ 0.033s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
78952025-05-22T21:45:41.726Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
78962025-05-22T21:45:41.726Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
78972025-05-22T21:45:41.751Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
78982025-05-22T21:45:41.752Z PASS [ 0.026s] oximeter-db oxql::plan::align::test::test_align_input_schema
78992025-05-22T21:45:41.752Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
79002025-05-22T21:45:41.752Z PASS [ 0.042s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
79012025-05-22T21:45:41.844Z PASS [ 0.125s] oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
79022025-05-22T21:45:41.870Z PASS [ 0.125s] oximeter-db oxql::plan::plan::tests::cannot_join_one_table
79032025-05-22T21:45:41.895Z PASS [ 0.147s] oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
79042025-05-22T21:45:41.895Z PASS [ 0.159s] oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
79052025-05-22T21:45:41.921Z PASS [ 0.156s] oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
79062025-05-22T21:45:41.980Z PASS [ 0.136s] oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
79072025-05-22T21:45:42.014Z PASS [ 0.127s] oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
79082025-05-22T21:45:42.039Z PASS [ 0.157s] oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
79092025-05-22T21:45:42.065Z PASS [ 0.153s] oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
79102025-05-22T21:45:42.065Z PASS [ 0.169s] oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
79112025-05-22T21:45:42.130Z PASS [ 0.150s] oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
79122025-05-22T21:45:42.155Z PASS [ 0.127s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
79132025-05-22T21:45:42.156Z PASS [ 0.139s] oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
79142025-05-22T21:45:42.201Z PASS [ 0.152s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
79152025-05-22T21:45:42.267Z PASS [ 0.184s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
79162025-05-22T21:45:42.267Z PASS [ 0.129s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
79172025-05-22T21:45:42.293Z PASS [ 0.131s] oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
79182025-05-22T21:45:42.319Z PASS [ 0.166s] oximeter-db oxql::plan::plan::tests::requires_full_table_scan
79192025-05-22T21:45:42.374Z PASS [ 0.172s] oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
79202025-05-22T21:45:42.403Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_limits
79212025-05-22T21:45:42.431Z PASS [ 0.173s] oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
79222025-05-22T21:45:42.456Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
79232025-05-22T21:45:42.456Z PASS [ 0.118s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
79242025-05-22T21:45:42.456Z PASS [ 0.193s] oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
79252025-05-22T21:45:42.482Z PASS [ 0.173s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
79262025-05-22T21:45:42.482Z PASS [ 0.039s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
79272025-05-22T21:45:42.482Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
79282025-05-22T21:45:42.482Z PASS [ 0.043s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
79292025-05-22T21:45:42.507Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
79302025-05-22T21:45:42.507Z PASS [ 0.038s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
79312025-05-22T21:45:42.507Z PASS [ 0.044s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
79322025-05-22T21:45:42.536Z PASS [ 0.037s] oximeter-db oxql::query::tests::test_coalesce_predicates
79332025-05-22T21:45:42.536Z PASS [ 0.030s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
79342025-05-22T21:45:42.536Z PASS [ 0.037s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
79352025-05-22T21:45:42.536Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
79362025-05-22T21:45:42.561Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_insert_filters
79372025-05-22T21:45:42.561Z PASS [ 0.036s] oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
79382025-05-22T21:45:42.561Z PASS [ 0.037s] oximeter-db oxql::query::tests::test_query_end_time
79392025-05-22T21:45:42.561Z PASS [ 0.038s] oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
79402025-05-22T21:45:42.587Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
79412025-05-22T21:45:42.587Z PASS [ 0.041s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
79422025-05-22T21:45:42.587Z PASS [ 14.254s] omicron-test-utils dev::db::test::test_setup_database_default_dir
79432025-05-22T21:45:42.587Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
79442025-05-22T21:45:42.587Z PASS [ 0.030s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
79452025-05-22T21:45:42.612Z PASS [ 0.027s] oximeter-db query::tests::test_field_value_as_db_str
79462025-05-22T21:45:42.613Z PASS [ 0.031s] oximeter-db query::tests::test_field_selector_as_query
79472025-05-22T21:45:42.613Z PASS [ 0.049s] oximeter-db oxql::query::tests::test_split_query
79482025-05-22T21:45:42.613Z PASS [ 0.037s] oximeter-db query::tests::test_field_cmp
79492025-05-22T21:45:42.638Z PASS [ 0.043s] oximeter-db query::tests::test_select_query_builder_field_selectors
79502025-05-22T21:45:42.638Z PASS [ 0.051s] oximeter-db query::tests::test_select_query_builder_filter_raw
79512025-05-22T21:45:42.664Z PASS [ 0.035s] oximeter-db query::tests::test_select_query_builder_no_fields
79522025-05-22T21:45:42.664Z PASS [ 0.037s] oximeter-db query::tests::test_select_query_builder_limit_offset
79532025-05-22T21:45:42.664Z PASS [ 0.041s] oximeter-db query::tests::test_select_query_builder_from_parts
79542025-05-22T21:45:42.664Z PASS [ 0.042s] oximeter-db query::tests::test_select_query_builder_full
79552025-05-22T21:45:42.664Z PASS [ 0.035s] oximeter-db query::tests::test_select_query_builder_no_selectors
79562025-05-22T21:45:42.696Z PASS [ 0.054s] oximeter-db query::tests::test_time_range
79572025-05-22T21:45:42.722Z PASS [ 0.058s] oximeter-db sql::tests::test_allow_limit_offset
79582025-05-22T21:45:42.722Z PASS [ 0.055s] oximeter-db sql::tests::test_cannot_name_database
79592025-05-22T21:45:42.722Z PASS [ 0.057s] oximeter-db sql::tests::test_allow_subqueries
79602025-05-22T21:45:42.722Z PASS [ 0.070s] oximeter-db query::tests::test_string_field_selector
79612025-05-22T21:45:42.747Z PASS [ 0.068s] oximeter-db sql::tests::test_ctes_are_not_supported
79622025-05-22T21:45:42.747Z PASS [ 0.038s] oximeter-db sql::tests::test_function_allow_list
79632025-05-22T21:45:42.747Z PASS [ 0.034s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
79642025-05-22T21:45:42.747Z PASS [ 0.036s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
79652025-05-22T21:45:42.747Z PASS [ 0.043s] oximeter-db sql::tests::test_query_must_be_select_statement
79662025-05-22T21:45:42.773Z PASS [ 0.062s] oximeter-db sql::tests::test_join_must_be_inner
79672025-05-22T21:45:42.773Z PASS [ 0.041s] oximeter-db sql::tests::test_require_table_is_timeseries_name
79682025-05-22T21:45:42.773Z PASS [ 0.036s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
79692025-05-22T21:45:42.773Z PASS [ 0.030s] oximeter-db tests::test_timeseries_key_field_stability
79702025-05-22T21:45:42.798Z PASS [ 0.039s] oximeter-db sql::tests::test_with_comma_join_fails
79712025-05-22T21:45:42.798Z PASS [ 0.036s] oximeter-db tests::test_timeseries_key_sample_stability
79722025-05-22T21:45:42.879Z PASS [ 0.108s] oximeter-instruments http::tests::test_latency_tracker
79732025-05-22T21:45:42.916Z PASS [ 0.141s] oximeter-instruments kstat::link::tests::test_kstat_interested
79742025-05-22T21:45:43.024Z PASS [ 0.107s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
79752025-05-22T21:45:43.049Z PASS [ 0.148s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
79762025-05-22T21:45:43.074Z PASS [ 0.271s] oximeter-instruments kstat::link::tests::test_kstat_sampler
79772025-05-22T21:45:43.112Z PASS [ 0.089s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
79782025-05-22T21:45:43.137Z PASS [ 0.087s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
79792025-05-22T21:45:43.138Z PASS [ 0.073s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
79802025-05-22T21:45:43.163Z PASS [ 0.032s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
79812025-05-22T21:45:43.163Z PASS [ 0.045s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
79822025-05-22T21:45:43.189Z PASS [ 0.066s] oximeter-instruments kstat::link::tests::test_sled_datalink
79832025-05-22T21:45:43.189Z PASS [ 0.023s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
79842025-05-22T21:45:43.189Z PASS [ 0.023s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
79852025-05-22T21:45:43.214Z PASS [ 0.024s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
79862025-05-22T21:45:43.239Z PASS [ 0.034s] oximeter-macro-impl tests::test_metric_annotated_field
79872025-05-22T21:45:43.239Z PASS [ 0.035s] oximeter-macro-impl tests::test_metric_datum_field
79882025-05-22T21:45:43.239Z PASS [ 0.024s] oximeter-macro-impl tests::test_metric_enum
79892025-05-22T21:45:43.239Z PASS [ 0.021s] oximeter-macro-impl tests::test_metric_without_datum_field
79902025-05-22T21:45:43.264Z PASS [ 0.024s] oximeter-macro-impl tests::test_target
79912025-05-22T21:45:43.265Z PASS [ 0.022s] oximeter-macro-impl tests::test_target_empty_struct
79922025-05-22T21:45:43.265Z PASS [ 0.026s] oximeter-macro-impl tests::test_target_enum
79932025-05-22T21:45:43.290Z PASS [ 0.025s] oximeter-macro-impl tests::test_target_unit_struct
79942025-05-22T21:45:43.290Z PASS [ 0.025s] oximeter-macro-impl tests::test_target_with_datum_field
79952025-05-22T21:45:43.350Z PASS [ 1.861s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
79962025-05-22T21:45:43.435Z PASS [ 0.168s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
79972025-05-22T21:45:43.460Z PASS [ 0.163s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
79982025-05-22T21:45:43.460Z PASS [ 0.092s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
79992025-05-22T21:45:43.485Z PASS [ 0.033s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
80002025-05-22T21:45:43.485Z PASS [ 0.037s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
80012025-05-22T21:45:43.511Z PASS [ 0.051s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
80022025-05-22T21:45:43.511Z PASS [ 0.036s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
80032025-05-22T21:45:43.536Z PASS [ 0.056s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
80042025-05-22T21:45:43.536Z PASS [ 0.038s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
80052025-05-22T21:45:43.567Z PASS [ 0.051s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
80062025-05-22T21:45:43.593Z PASS [ 0.044s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
80072025-05-22T21:45:43.593Z PASS [ 0.033s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
80082025-05-22T21:45:43.593Z PASS [ 0.062s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
80092025-05-22T21:45:43.619Z PASS [ 0.029s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
80102025-05-22T21:45:43.619Z PASS [ 0.028s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
80112025-05-22T21:45:43.644Z PASS [ 0.032s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
80122025-05-22T21:45:43.644Z PASS [ 0.034s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
80132025-05-22T21:45:43.669Z PASS [ 0.039s] oximeter-schema ir::tests::fail_on_empty_descriptions
80142025-05-22T21:45:43.670Z PASS [ 0.043s] oximeter-schema ir::tests::fail_on_empty_metric_name
80152025-05-22T21:45:43.695Z PASS [ 0.041s] oximeter-schema ir::tests::fail_on_empty_target_name
80162025-05-22T21:45:43.695Z PASS [ 0.036s] oximeter-schema ir::tests::fail_on_very_long_field_names
80172025-05-22T21:45:43.720Z PASS [ 0.037s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
80182025-05-22T21:45:43.720Z PASS [ 0.034s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
80192025-05-22T21:45:43.746Z PASS [ 0.038s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
80202025-05-22T21:45:43.774Z PASS [ 0.043s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
80212025-05-22T21:45:43.774Z PASS [ 0.045s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
80222025-05-22T21:45:43.774Z PASS [ 0.044s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
80232025-05-22T21:45:43.799Z PASS [ 0.044s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
80242025-05-22T21:45:43.824Z PASS [ 0.040s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
80252025-05-22T21:45:43.824Z PASS [ 0.043s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
80262025-05-22T21:45:43.850Z PASS [ 0.038s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
80272025-05-22T21:45:43.850Z PASS [ 0.033s] oximeter-schema ir::tests::only_support_format_version_1
80282025-05-22T21:45:43.850Z PASS [ 0.029s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
80292025-05-22T21:45:43.875Z PASS [ 0.030s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
80302025-05-22T21:45:43.958Z PASS [ 0.111s] oximeter-test-utils tests::test_sample_struct
80312025-05-22T21:45:43.983Z PASS [ 0.126s] oximeter-test-utils tests::test_gen_test_samples
80322025-05-22T21:45:43.983Z PASS [ 0.102s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
80332025-05-22T21:45:44.009Z PASS [ 0.034s] oximeter-types histogram::tests::test_bin_range
80342025-05-22T21:45:44.009Z PASS [ 0.041s] oximeter-test-utils tests::test_timeseries_schema_from_parts
80352025-05-22T21:45:44.009Z PASS [ 0.046s] oximeter-test-utils tests::test_timeseries_schema_from_sample
80362025-05-22T21:45:44.034Z PASS [ 0.033s] oximeter-types histogram::tests::test_bin_range_from
80372025-05-22T21:45:44.034Z PASS [ 0.031s] oximeter-types histogram::tests::test_bin_range_to
80382025-05-22T21:45:44.059Z PASS [ 0.038s] oximeter-types histogram::tests::test_empty_bins_not_supported
80392025-05-22T21:45:44.059Z PASS [ 0.029s] oximeter-types histogram::tests::test_ensure_finite
80402025-05-22T21:45:44.085Z PASS [ 0.053s] oximeter-types histogram::tests::test_histogram
80412025-05-22T21:45:44.110Z PASS [ 0.044s] oximeter-types histogram::tests::test_histogram_construct_with
80422025-05-22T21:45:44.110Z PASS [ 0.033s] oximeter-types histogram::tests::test_histogram_extreme_bins
80432025-05-22T21:45:44.135Z PASS [ 0.026s] oximeter-types histogram::tests::test_histogram_unbounded_samples
80442025-05-22T21:45:44.135Z PASS [ 0.034s] oximeter-types histogram::tests::test_histogram_float_bins
80452025-05-22T21:45:44.135Z PASS [ 0.046s] oximeter-types histogram::tests::test_histogram_extreme_samples
80462025-05-22T21:45:44.161Z PASS [ 0.041s] oximeter-types histogram::tests::test_histogram_unsorted_bins
80472025-05-22T21:45:44.186Z PASS [ 0.038s] oximeter-types histogram::tests::test_histogram_with_bins
80482025-05-22T21:45:44.186Z PASS [ 0.033s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
80492025-05-22T21:45:44.212Z PASS [ 0.032s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
80502025-05-22T21:45:44.212Z PASS [ 0.038s] oximeter-types histogram::tests::test_log_bins_u64
80512025-05-22T21:45:44.212Z PASS [ 0.046s] oximeter-types histogram::tests::test_log_bins_u8
80522025-05-22T21:45:44.240Z PASS [ 0.039s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
80532025-05-22T21:45:44.268Z PASS [ 0.036s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
80542025-05-22T21:45:44.268Z PASS [ 0.058s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
80552025-05-22T21:45:44.294Z PASS [ 0.033s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
80562025-05-22T21:45:44.294Z PASS [ 0.029s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
80572025-05-22T21:45:44.294Z PASS [ 0.042s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
80582025-05-22T21:45:44.319Z PASS [ 0.033s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
80592025-05-22T21:45:44.319Z PASS [ 0.035s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
80602025-05-22T21:45:44.319Z PASS [ 0.037s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
80612025-05-22T21:45:44.348Z PASS [ 0.034s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
80622025-05-22T21:45:44.373Z PASS [ 0.038s] oximeter-types histogram::tests::test_span_decades
80632025-05-22T21:45:44.373Z PASS [ 0.036s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
80642025-05-22T21:45:44.400Z PASS [ 0.031s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
80652025-05-22T21:45:44.400Z PASS [ 0.033s] oximeter-types quantile::tests::test_default_percentiles
80662025-05-22T21:45:44.400Z PASS [ 0.037s] oximeter-types quantile::tests::test_empty_observations
80672025-05-22T21:45:44.425Z PASS [ 0.029s] oximeter-types quantile::tests::test_find_cells
80682025-05-22T21:45:44.425Z PASS [ 0.033s] oximeter-types quantile::tests::test_float_observations
80692025-05-22T21:45:44.451Z PASS [ 0.037s] oximeter-types quantile::tests::test_integer_observations
80702025-05-22T21:45:44.451Z PASS [ 0.033s] oximeter-types quantile::tests::test_invalid_p_value
80712025-05-22T21:45:44.451Z PASS [ 0.034s] oximeter-types quantile::tests::test_max_p
80722025-05-22T21:45:44.476Z PASS [ 0.036s] oximeter-types quantile::tests::test_min_p
80732025-05-22T21:45:44.476Z PASS [ 0.032s] oximeter-types quantile::tests::test_non_filled_observations
80742025-05-22T21:45:44.501Z PASS [ 0.043s] oximeter-types quantile::tests::test_rounding
80752025-05-22T21:45:44.527Z PASS [ 0.045s] oximeter-types schema::tests::test_field_schema_ordering
80762025-05-22T21:45:44.552Z PASS [ 0.055s] oximeter-types schema::tests::test_timeseries_name
80772025-05-22T21:45:44.552Z PASS [ 0.045s] oximeter-types schema::tests::test_timeseries_name_from_str
80782025-05-22T21:45:44.552Z PASS [ 0.037s] oximeter-types traits::tests::test_metric_trait
80792025-05-22T21:45:44.577Z PASS [ 0.035s] oximeter-types traits::tests::test_producer_trait
80802025-05-22T21:45:44.577Z PASS [ 0.029s] oximeter-types traits::tests::test_target_trait
80812025-05-22T21:45:44.602Z PASS [ 0.031s] oximeter-types types::tests::test_cumulative_f64
80822025-05-22T21:45:44.602Z PASS [ 0.032s] oximeter-types types::tests::test_cumulative_i64
80832025-05-22T21:45:44.602Z PASS [ 0.031s] oximeter-types types::tests::test_datum
80842025-05-22T21:45:44.628Z PASS [ 0.030s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
80852025-05-22T21:45:44.653Z PASS [ 0.031s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
80862025-05-22T21:45:44.653Z PASS [ 0.030s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
80872025-05-22T21:45:44.653Z PASS [ 0.030s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
80882025-05-22T21:45:44.679Z PASS [ 0.037s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
80892025-05-22T21:45:44.679Z PASS [ 0.040s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
80902025-05-22T21:45:44.679Z PASS [ 0.032s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
80912025-05-22T21:45:44.705Z PASS [ 0.034s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
80922025-05-22T21:45:44.705Z PASS [ 0.032s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
80932025-05-22T21:45:44.730Z PASS [ 0.040s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
80942025-05-22T21:45:44.756Z PASS [ 0.028s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
80952025-05-22T21:45:44.756Z PASS [ 0.029s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
80962025-05-22T21:45:44.756Z PASS [ 0.038s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
80972025-05-22T21:45:44.781Z PASS [ 0.036s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
80982025-05-22T21:45:44.781Z PASS [ 0.040s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
80992025-05-22T21:45:44.781Z PASS [ 0.030s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
81002025-05-22T21:45:44.807Z PASS [ 0.030s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
81012025-05-22T21:45:44.832Z PASS [ 0.035s] oximeter-types types::tests::test_verify_field_names
81022025-05-22T21:45:44.832Z PASS [ 0.039s] oximeter-types types::tests::test_measurement
81032025-05-22T21:45:44.832Z PASS [ 0.034s] oxlog tests::test_daterange_filter
81042025-05-22T21:45:44.858Z PASS [ 0.023s] oxlog tests::test_is_oxide_smf_log_file
81052025-05-22T21:45:44.858Z PASS [ 0.025s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
81062025-05-22T21:45:44.858Z PASS [ 0.022s] oxlog tests::test_sort_logs
81072025-05-22T21:45:44.960Z PASS [ 0.106s] oxql-types point::tests::test_cast_points_from_double
81082025-05-22T21:45:44.985Z PASS [ 0.123s] oxql-types point::tests::test_cast_points_from_bool
81092025-05-22T21:45:45.011Z PASS [ 0.040s] oxql-types point::tests::test_cast_points_from_double_distribution
81102025-05-22T21:45:45.011Z PASS [ 0.040s] oxql-types point::tests::test_cast_points_from_int_distribution
81112025-05-22T21:45:45.036Z PASS [ 0.026s] oxql-types point::tests::test_cast_points_from_integer
81122025-05-22T21:45:45.061Z PASS [ 0.207s] oxlog::bin/oxlog tests::test_parse_timestamp
81132025-05-22T21:45:45.061Z PASS [ 0.047s] oxql-types point::tests::test_cast_points_from_string
81142025-05-22T21:45:45.087Z PASS [ 0.036s] oxql-types point::tests::test_join_point_arrays
81152025-05-22T21:45:45.087Z PASS [ 0.037s] oxql-types point::tests::test_point_delta_between
81162025-05-22T21:45:45.112Z PASS [ 0.040s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
81172025-05-22T21:45:45.112Z PASS [ 0.032s] oxql-types point::tests::test_point_delta_between_with_new_epoch
81182025-05-22T21:45:45.112Z PASS [ 0.026s] oxql-types point::tests::test_push_concrete_values
81192025-05-22T21:45:45.138Z PASS [ 0.027s] oxql-types point::tests::test_sub_between_histogram_distributions
81202025-05-22T21:45:45.163Z PASS [ 0.056s] range-requests test::get_response_no_range
81212025-05-22T21:45:45.188Z PASS [ 0.054s] range-requests test::get_response_with_range
81222025-05-22T21:45:45.188Z PASS [ 0.027s] range-requests test::invalid_ranges
81232025-05-22T21:45:45.214Z PASS [ 0.030s] range-requests test::parse_range_invalid
81242025-05-22T21:45:45.214Z PASS [ 0.109s] parallel-task-set test::test_spawn_many
81252025-05-22T21:45:45.239Z PASS [ 0.026s] range-requests test::parse_range_valid
81262025-05-22T21:45:45.239Z PASS [ 0.029s] range-requests test::range_into_str
81272025-05-22T21:45:45.264Z PASS [ 0.039s] range-requests test::potential_range_parsing_does_not_crash
81282025-05-22T21:45:45.264Z PASS [ 0.029s] range-requests test::single_range_parsing_does_not_crash
81292025-05-22T21:45:46.017Z PASS [ 0.783s] reconfigurator-cli::test-scripts script::cmds-example.txt
81302025-05-22T21:45:46.043Z PASS [ 0.785s] reconfigurator-cli::test-scripts script::cmds-expunge-newly-added.txt
81312025-05-22T21:45:46.084Z PASS [ 0.841s] reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
81322025-05-22T21:45:46.156Z PASS [ 0.139s] reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
81332025-05-22T21:45:46.183Z PASS [ 0.152s] reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
81342025-05-22T21:45:46.289Z PASS [ 0.205s] reconfigurator-cli::test-scripts script::cmds.txt
81352025-05-22T21:45:46.508Z PASS [ 3.245s] oximeter-producer tests::test_producer_registration_task
81362025-05-22T21:45:47.593Z PASS [ 1.435s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
81372025-05-22T21:45:47.741Z PASS [ 1.564s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
81382025-05-22T21:45:47.838Z PASS [ 1.549s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
81392025-05-22T21:45:49.201Z PASS [ 1.610s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
81402025-05-22T21:45:50.423Z PASS [ 2.682s] sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
81412025-05-22T21:45:51.664Z PASS [ 1.241s] sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
81422025-05-22T21:45:52.758Z PASS [ 4.920s] sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
81432025-05-22T21:45:52.876Z PASS [ 0.117s] sled-agent-config-reconciler dump_setup::tests::test_archives_rotated_logs_and_cores
81442025-05-22T21:45:52.944Z PASS [ 0.067s] sled-agent-config-reconciler dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
81452025-05-22T21:45:53.013Z PASS [ 0.067s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold
81462025-05-22T21:45:53.101Z PASS [ 0.089s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold_many_files
81472025-05-22T21:45:53.159Z PASS [ 0.059s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleanup_ignores_support_bundles
81482025-05-22T21:45:53.209Z PASS [ 0.050s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_not_cleaned_under_threshold
81492025-05-22T21:45:53.257Z PASS [ 0.047s] sled-agent-config-reconciler dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
81502025-05-22T21:45:53.315Z PASS [ 0.057s] sled-agent-config-reconciler dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
81512025-05-22T21:45:53.373Z PASS [ 0.058s] sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
81522025-05-22T21:45:53.431Z PASS [ 0.058s] sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
81532025-05-22T21:45:53.584Z PASS [ 1.919s] sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
81542025-05-22T21:45:53.780Z PASS [ 0.348s] sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
81552025-05-22T21:45:53.852Z PASS [ 0.071s] sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
81562025-05-22T21:45:53.915Z PASS [ 0.064s] sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
81572025-05-22T21:45:53.982Z PASS [ 0.067s] sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
81582025-05-22T21:45:54.120Z PASS [ 0.137s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_merges_old_configs
81592025-05-22T21:45:54.854Z PASS [ 1.270s] sled-agent-config-reconciler internal_disks::tests::failures_are_retried
81602025-05-22T21:45:54.904Z PASS [ 0.050s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_returns_none_if_no_legacy_configs
81612025-05-22T21:45:55.001Z PASS [ 0.096s] sled-agent-config-reconciler ledger::legacy_configs::tests::test_merge_old_configs
81622025-05-22T21:45:55.121Z PASS [ 0.119s] sled-agent-config-reconciler ledger::tests::convert_legacy_ledgers_if_present
81632025-05-22T21:45:55.146Z PASS [ 1.008s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_panics_if_partial_legacy_configs
81642025-05-22T21:45:55.180Z PASS [ 0.058s] sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
81652025-05-22T21:45:55.205Z PASS [ 0.060s] sled-agent-config-reconciler ledger::tests::read_existing_config
81662025-05-22T21:45:55.237Z PASS [ 0.058s] sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
81672025-05-22T21:45:55.262Z PASS [ 0.071s] sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
81682025-05-22T21:45:55.292Z PASS [ 0.055s] sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
81692025-05-22T21:45:55.326Z PASS [ 0.066s] sled-agent-config-reconciler ledger::tests::reject_old_config_generation
81702025-05-22T21:45:55.351Z PASS [ 0.050s] sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
81712025-05-22T21:45:56.317Z PASS [ 9.809s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
81722025-05-22T21:45:57.821Z PASS [ 2.495s] sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
81732025-05-22T21:45:57.926Z PASS [ 15.158s] oximeter-db::integration_test test_schemas_disjoint
81742025-05-22T21:45:58.148Z PASS [ 8.947s] sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
81752025-05-22T21:45:58.198Z PASS [ 0.050s] sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
81762025-05-22T21:45:58.254Z PASS [ 0.056s] sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
81772025-05-22T21:45:58.313Z PASS [ 0.059s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
81782025-05-22T21:45:58.506Z PASS [ 0.193s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
81792025-05-22T21:45:58.543Z PASS [ 0.037s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
81802025-05-22T21:45:58.615Z PASS [ 0.072s] sled-agent-types rack_init::tests::parse_rack_initialization
81812025-05-22T21:45:58.647Z PASS [ 0.032s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
81822025-05-22T21:45:58.731Z PASS [ 0.084s] sled-agent-types rack_init::tests::test_extra_certs
81832025-05-22T21:45:58.773Z PASS [ 0.042s] sled-agent-types rack_init::tests::test_subnets
81842025-05-22T21:45:58.822Z PASS [ 0.049s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
81852025-05-22T21:45:58.865Z PASS [ 0.043s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
81862025-05-22T21:45:58.901Z PASS [ 0.035s] sled-agent-types zone_bundle::tests::test_compare_bundles
81872025-05-22T21:45:58.941Z PASS [ 0.040s] sled-agent-types zone_bundle::tests::test_priority_dimension
81882025-05-22T21:45:58.968Z PASS [ 0.026s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
81892025-05-22T21:45:58.995Z PASS [ 0.027s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
81902025-05-22T21:45:59.091Z PASS [ 0.096s] sled-agent-zone-images mupdate_override::tests::read_boot_absent_other_present
81912025-05-22T21:45:59.127Z PASS [ 0.036s] sled-agent-zone-images mupdate_override::tests::read_boot_install_dataset_missing
81922025-05-22T21:45:59.152Z PASS [ 3.789s] sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
81932025-05-22T21:45:59.178Z PASS [ 0.038s] sled-agent-zone-images mupdate_override::tests::read_boot_install_dataset_not_dir
81942025-05-22T21:45:59.178Z PASS [ 0.035s] sled-agent-zone-images mupdate_override::tests::read_boot_present_other_absent
81952025-05-22T21:45:59.205Z PASS [ 0.039s] sled-agent-zone-images mupdate_override::tests::read_boot_read_error
81962025-05-22T21:45:59.230Z PASS [ 0.041s] sled-agent-zone-images mupdate_override::tests::read_both_absent
81972025-05-22T21:45:59.255Z PASS [ 0.039s] sled-agent-zone-images mupdate_override::tests::read_both_present
81982025-05-22T21:45:59.255Z PASS [ 0.045s] sled-agent-zone-images mupdate_override::tests::read_different_values
81992025-05-22T21:45:59.280Z PASS [ 0.032s] sled-agent-zone-images mupdate_override::tests::read_solo_boot_disk
82002025-05-22T21:46:01.054Z PASS [ 4.737s] sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
82012025-05-22T21:46:01.199Z PASS [ 30.056s] oximeter-db client::tests::cannot_ping_nonexistent_server
82022025-05-22T21:46:01.932Z PASS [ 4.110s] sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
82032025-05-22T21:46:01.991Z PASS [ 0.059s] sled-diagnostics logs::test::test_sort_cockroach_extra_logs
82042025-05-22T21:46:02.045Z PASS [ 0.054s] sled-diagnostics queries::test::test_command_stderr_is_correct
82052025-05-22T21:46:02.088Z PASS [ 0.043s] sled-diagnostics queries::test::test_command_stdout_is_correct
82062025-05-22T21:46:02.139Z PASS [ 0.051s] sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
82072025-05-22T21:46:02.680Z PASS [ 0.540s] sled-diagnostics queries::test::test_long_running_command_is_aborted
82082025-05-22T21:46:02.745Z PASS [ 4.818s] sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
82092025-05-22T21:46:02.773Z PASS [ 0.094s] sled-hardware disk::test::test_disk_paths
82102025-05-22T21:46:02.799Z PASS [ 0.035s] sled-hardware disk::test::test_partition_device_paths
82112025-05-22T21:46:02.874Z PASS [ 0.094s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
82122025-05-22T21:46:02.899Z PASS [ 0.103s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
82132025-05-22T21:46:02.925Z PASS [ 0.034s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
82142025-05-22T21:46:02.925Z PASS [ 0.044s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
82152025-05-22T21:46:02.962Z PASS [ 0.042s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
82162025-05-22T21:46:02.987Z PASS [ 0.063s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
82172025-05-22T21:46:03.013Z PASS [ 0.034s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
82182025-05-22T21:46:03.013Z PASS [ 0.039s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
82192025-05-22T21:46:03.075Z PASS [ 0.078s] sled-storage dataset::test::serialize_dataset_name
82202025-05-22T21:46:03.107Z PASS [ 0.096s] sled-storage manager::test::test_datasets_schema
82212025-05-22T21:46:03.133Z PASS [ 0.036s] sled-storage manager::test::test_omicron_physical_disks_schema
82222025-05-22T21:46:03.464Z PASS [ 4.188s] sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
82232025-05-22T21:46:03.566Z PASS [ 0.102s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
82242025-05-22T21:46:03.687Z PASS [ 4.432s] sled-diagnostics logs::illumos_tests::collect_current_logs
82252025-05-22T21:46:05.012Z PASS [ 1.901s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
82262025-05-22T21:46:05.878Z PASS [ 4.824s] sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
82272025-05-22T21:46:06.442Z PASS [ 3.335s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
82282025-05-22T21:46:06.596Z PASS [ 5.396s] sled-diagnostics logs::illumos_tests::log_snapshots_work
82292025-05-22T21:46:06.690Z PASS [ 0.094s] sled-storage manager::tests::ensure_using_exactly_these_disks
82302025-05-22T21:46:07.070Z PASS [ 3.382s] sled-storage manager::tests::ensure_datasets
82312025-05-22T21:46:08.147Z PASS [ 4.582s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
82322025-05-22T21:46:08.997Z PASS [ 3.982s] sled-storage manager::tests::ensure_datasets_get_mounted
82332025-05-22T21:46:09.459Z PASS [ 26.560s] oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
82342025-05-22T21:46:09.663Z PASS [ 3.784s] sled-storage manager::tests::ensure_datasets_get_mounted_even_with_data
82352025-05-22T21:46:10.144Z PASS [ 3.453s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
82362025-05-22T21:46:11.064Z PASS [ 2.070s] sled-storage manager::tests::update_rawdisk_firmware
82372025-05-22T21:46:11.212Z PASS [ 4.143s] sled-storage manager::tests::nested_dataset
82382025-05-22T21:46:11.732Z PASS [ 0.520s] trust-quorum node::tests::initial_configuration
82392025-05-22T21:46:11.986Z PASS [ 0.254s] trust-quorum validators::tests::test_validate_reconfigure_msg_failure
82402025-05-22T21:46:12.022Z PASS [ 1.878s] sled-storage manager::tests::wait_for_boot_disk
82412025-05-22T21:46:12.216Z PASS [ 0.230s] trust-quorum validators::tests::test_validate_reconfigure_msg_new_success
82422025-05-22T21:46:12.292Z PASS [ 4.144s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
82432025-05-22T21:46:12.880Z PASS [ 1.815s] trust-quorum crypto::tests::rack_secret_test
82442025-05-22T21:46:13.001Z PASS [ 3.662s] sled-storage manager::tests::upsert_filesystem
82452025-05-22T21:46:13.088Z PASS [ 3.424s] sled-storage manager::tests::upsert_filesystem_no_uuid
82462025-05-22T21:46:13.113Z PASS [ 0.096s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
82472025-05-22T21:46:13.188Z PASS [ 0.972s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
82482025-05-22T21:46:13.212Z PASS [ 0.110s] update-common artifacts::update_plan::tests::test_multi_rot_bord
82492025-05-22T21:46:13.237Z PASS [ 0.923s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
82502025-05-22T21:46:13.237Z PASS [ 0.129s] update-common artifacts::update_plan::tests::test_bad_rot_versions
82512025-05-22T21:46:13.262Z PASS [ 0.054s] update-common artifacts::update_plan::tests::test_split_control_plane
82522025-05-22T21:46:13.287Z PASS [ 0.052s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
82532025-05-22T21:46:13.287Z PASS [ 0.062s] update-common artifacts::update_plan::tests::test_too_many_rot_bord
82542025-05-22T21:46:13.312Z PASS [ 0.123s] update-common artifacts::update_plan::tests::test_multi_rot_version
82552025-05-22T21:46:13.336Z PASS [ 1.311s] trust-quorum::coordinator test_coordinator_behavior_from_empty_state
82562025-05-22T21:46:13.367Z PASS [ 0.056s] update-engine display::line_display_shared::tests::test_format_progress_counter
82572025-05-22T21:46:13.392Z PASS [ 0.115s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
82582025-05-22T21:46:13.392Z PASS [ 0.047s] update-engine display::line_display_shared::tests::test_start_line
82592025-05-22T21:46:13.434Z PASS [ 0.066s] update-engine engine::tests::error_exits_early
82602025-05-22T21:46:13.459Z PASS [ 0.074s] update-engine events::tests::progress_event_parse_unknown
82612025-05-22T21:46:13.459Z PASS [ 0.070s] update-engine events::tests::step_event_parse_unknown
82622025-05-22T21:46:13.484Z PASS [ 0.043s] update-engine spec::tests::test_merge_anyhow_list
82632025-05-22T21:46:13.515Z PASS [ 0.236s] update-engine display::group_display::tests::test_stats
82642025-05-22T21:46:13.541Z PASS [ 0.046s] wicket state::rack::tests::prev_next_are_opposites
82652025-05-22T21:46:13.541Z PASS [ 0.067s] wicket state::inventory::tests::component_id_display
82662025-05-22T21:46:13.566Z PASS [ 0.033s] wicket state::rack::tests::up_down_are_opposites
82672025-05-22T21:46:13.653Z PASS [ 0.127s] wicket-common rack_setup::tests::roundtrip_import_export_policy
82682025-05-22T21:46:13.699Z PASS [ 0.249s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
82692025-05-22T21:46:13.725Z PASS [ 0.158s] wicketd installinator_progress::tests::test_states
82702025-05-22T21:46:13.750Z PASS [ 0.460s] update-engine buffer::tests::test_buffer
82712025-05-22T21:46:13.750Z PASS [ 0.090s] wicketd rss_config::tests::test_bgp_auth_key_states
82722025-05-22T21:46:14.186Z PASS [ 0.663s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
82732025-05-22T21:46:15.341Z PASS [ 1.642s] wicketd::mod integration_tests::inventory::test_inventory
82742025-05-22T21:46:15.965Z PASS [ 2.237s] wicketd::mod integration_tests::updates::test_update_races
82752025-05-22T21:46:16.139Z PASS [ 3.260s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
82762025-05-22T21:46:16.227Z PASS [ 2.521s] wicketd::mod integration_tests::updates::test_installinator_fetch
82772025-05-22T21:46:18.095Z PASS [ 4.353s] wicketd::mod integration_tests::updates::test_updates
82782025-05-22T21:46:19.212Z PASS [ 12.770s] sled-storage manager::tests::ensure_many_datasets
82792025-05-22T21:46:21.742Z PASS [ 38.980s] oximeter-db::integration_test test_cluster
82802025-05-22T21:46:21.767Z────────────
82812025-05-22T21:46:21.767Z Summary [4036.878s] 2068 tests run: 2068 passed (64 slow, 1 leaky), 4 skipped
82822025-05-22T21:46:21.848Z
82832025-05-22T21:46:21.848Zreal 1:07:43.248479900
82842025-05-22T21:46:21.848Zuser 6:52:14.786584100
82852025-05-22T21:46:21.874Zsys 1:23:28.853599914
82862025-05-22T21:46:21.874Ztrap 4:43.797597577
82872025-05-22T21:46:21.874Ztflt 24.571160719
82882025-05-22T21:46:21.874Zdflt 1:37.164917278
82892025-05-22T21:46:21.874Zkflt 0.415206159
82902025-05-22T21:46:21.874Zlock 2304:05:10.367089693
82912025-05-22T21:46:21.874Zslp 184:46:44.503148117
82922025-05-22T21:46:21.874Zlat 11:35:32.376945808
82932025-05-22T21:46:21.874Zstop 2:02:42.408509987
82942025-05-22T21:46:21.874Z+ banner doctest
82952025-05-22T21:46:21.874Z
82962025-05-22T21:46:21.874Z ##### #### #### ##### ###### #### #####
82972025-05-22T21:46:21.874Z # # # # # # # # # #
82982025-05-22T21:46:21.874Z # # # # # # ##### #### #
82992025-05-22T21:46:21.874Z # # # # # # # # #
83002025-05-22T21:46:21.874Z # # # # # # # # # # #
83012025-05-22T21:46:21.874Z ##### #### #### # ###### #### #
83022025-05-22T21:46:21.875Z
83032025-05-22T21:46:21.875Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
83042025-05-22T21:46:25.081Z Fresh unicode-ident v1.0.18
83052025-05-22T21:46:25.081Z Fresh cfg-if v1.0.0
83062025-05-22T21:46:25.081Z Fresh autocfg v1.4.0
83072025-05-22T21:46:25.081Z Fresh memchr v2.7.4
83082025-05-22T21:46:25.153Z Fresh value-bag v1.9.0
83092025-05-22T21:46:25.153Z Fresh proc-macro2 v1.0.95
83102025-05-22T21:46:25.153Z Fresh log v0.4.27
83112025-05-22T21:46:25.153Z Fresh version_check v0.9.5
83122025-05-22T21:46:25.153Z Fresh smallvec v1.14.0
83132025-05-22T21:46:25.153Z Fresh itoa v1.0.11
83142025-05-22T21:46:25.153Z Fresh quote v1.0.40
83152025-05-22T21:46:25.153Z Fresh libc v0.2.172
83162025-05-22T21:46:25.153Z Fresh scopeguard v1.2.0
83172025-05-22T21:46:25.153Z Fresh ryu v1.0.18
83182025-05-22T21:46:25.153Z Fresh once_cell v1.21.3
83192025-05-22T21:46:25.153Z Fresh stable_deref_trait v1.2.0
83202025-05-22T21:46:25.153Z Fresh syn v2.0.101
83212025-05-22T21:46:25.153Z Fresh getrandom v0.2.15
83222025-05-22T21:46:25.153Z Fresh lock_api v0.4.12
83232025-05-22T21:46:25.153Z Fresh shlex v1.3.0
83242025-05-22T21:46:25.153Z Fresh regex-syntax v0.8.5
83252025-05-22T21:46:25.153Z Fresh serde_derive v1.0.219
83262025-05-22T21:46:25.153Z Fresh rand_core v0.6.4
83272025-05-22T21:46:25.153Z Fresh zeroize_derive v1.4.2
83282025-05-22T21:46:25.153Z Fresh libm v0.2.8
83292025-05-22T21:46:25.153Z Fresh synstructure v0.13.1
83302025-05-22T21:46:25.153Z Fresh zerovec-derive v0.10.3
83312025-05-22T21:46:25.153Z Fresh serde v1.0.219
83322025-05-22T21:46:25.153Z Fresh zeroize v1.8.1
83332025-05-22T21:46:25.153Z Fresh num-traits v0.2.19
83342025-05-22T21:46:25.153Z Fresh zerofrom-derive v0.1.4
83352025-05-22T21:46:25.153Z Fresh yoke-derive v0.7.4
83362025-05-22T21:46:25.153Z Fresh jobserver v0.1.32
83372025-05-22T21:46:25.153Z Fresh pin-project-lite v0.2.14
83382025-05-22T21:46:25.153Z Fresh displaydoc v0.2.5
83392025-05-22T21:46:25.153Z Fresh bytes v1.10.1
83402025-05-22T21:46:25.153Z Fresh bitflags v2.9.0
83412025-05-22T21:46:25.153Z Fresh zerofrom v0.1.4
83422025-05-22T21:46:25.154Z Fresh serde_json v1.0.140
83432025-05-22T21:46:25.154Z Fresh cc v1.2.15
83442025-05-22T21:46:25.154Z Fresh aho-corasick v1.1.3
83452025-05-22T21:46:25.154Z Fresh byteorder v1.5.0
83462025-05-22T21:46:25.154Z Fresh litemap v0.7.3
83472025-05-22T21:46:25.154Z Fresh yoke v0.7.4
83482025-05-22T21:46:25.154Z Fresh writeable v0.5.5
83492025-05-22T21:46:25.154Z Fresh regex-automata v0.4.8
83502025-05-22T21:46:25.154Z Fresh icu_provider_macros v1.5.0
83512025-05-22T21:46:25.154Z Fresh subtle v2.6.1
83522025-05-22T21:46:25.154Z Fresh icu_locid_transform_data v1.5.0
83532025-05-22T21:46:25.154Z Fresh icu_properties_data v1.5.0
83542025-05-22T21:46:25.154Z Fresh zerovec v0.10.4
83552025-05-22T21:46:25.154Z Fresh percent-encoding v2.3.1
83562025-05-22T21:46:25.154Z Fresh icu_normalizer_data v1.5.0
83572025-05-22T21:46:25.154Z Fresh utf16_iter v1.0.5
83582025-05-22T21:46:25.154Z Fresh write16 v1.0.0
83592025-05-22T21:46:25.154Z Fresh utf8_iter v1.0.4
83602025-05-22T21:46:25.154Z Fresh tinystr v0.7.6
83612025-05-22T21:46:25.154Z Fresh semver v1.0.26
83622025-05-22T21:46:25.154Z Fresh icu_collections v1.5.0
83632025-05-22T21:46:25.154Z Fresh errno v0.3.9
83642025-05-22T21:46:25.154Z Fresh equivalent v1.0.1
83652025-05-22T21:46:25.154Z Fresh allocator-api2 v0.2.18
83662025-05-22T21:46:25.154Z Fresh foldhash v0.1.3
83672025-05-22T21:46:25.154Z Fresh icu_locid v1.5.0
83682025-05-22T21:46:25.154Z Fresh parking_lot_core v0.9.10
83692025-05-22T21:46:25.154Z Fresh hashbrown v0.15.1
83702025-05-22T21:46:25.154Z Fresh form_urlencoded v1.2.1
83712025-05-22T21:46:25.154Z Fresh fnv v1.0.7
83722025-05-22T21:46:25.154Z Fresh icu_provider v1.5.0
83732025-05-22T21:46:25.154Z Fresh parking_lot v0.12.3
83742025-05-22T21:46:25.154Z Fresh signal-hook-registry v1.4.2
83752025-05-22T21:46:25.154Z Fresh regex v1.11.1
83762025-05-22T21:46:25.154Z Fresh futures-core v0.3.31
83772025-05-22T21:46:25.154Z Fresh icu_locid_transform v1.5.0
83782025-05-22T21:46:25.154Z Fresh rustix v0.38.37
83792025-05-22T21:46:25.154Z Fresh typenum v1.17.0
83802025-05-22T21:46:25.154Z Fresh either v1.14.0
83812025-05-22T21:46:25.154Z Fresh mio v1.0.2
83822025-05-22T21:46:25.155Z Fresh thiserror-impl v1.0.69
83832025-05-22T21:46:25.155Z Fresh heck v0.5.0
83842025-05-22T21:46:25.155Z Fresh icu_properties v1.5.1
83852025-05-22T21:46:25.155Z Fresh generic-array v0.14.7
83862025-05-22T21:46:25.155Z Fresh indexmap v2.9.0
83872025-05-22T21:46:25.155Z Fresh tokio-macros v2.5.0
83882025-05-22T21:46:25.155Z Fresh socket2 v0.5.9
83892025-05-22T21:46:25.155Z Fresh iana-time-zone v0.1.63
83902025-05-22T21:46:25.155Z Fresh icu_normalizer v1.5.0
83912025-05-22T21:46:25.155Z Fresh crypto-common v0.1.6
83922025-05-22T21:46:25.155Z Fresh thiserror v1.0.69
83932025-05-22T21:46:25.155Z Fresh tokio v1.45.0
83942025-05-22T21:46:25.155Z Fresh chrono v0.4.41
83952025-05-22T21:46:25.155Z Fresh zerocopy-derive v0.7.35
83962025-05-22T21:46:25.155Z Fresh spin v0.9.8
83972025-05-22T21:46:25.155Z Fresh idna_adapter v1.2.0
83982025-05-22T21:46:25.155Z Fresh getrandom v0.3.1
83992025-05-22T21:46:25.155Z Fresh zerocopy v0.7.35
84002025-05-22T21:46:25.155Z Fresh pkg-config v0.3.31
84012025-05-22T21:46:25.155Z Fresh futures-io v0.3.31
84022025-05-22T21:46:25.155Z Fresh const-oid v0.9.6
84032025-05-22T21:46:25.155Z Fresh serde_derive_internals v0.29.1
84042025-05-22T21:46:25.155Z Fresh idna v1.0.3
84052025-05-22T21:46:25.155Z Fresh uuid v1.16.0
84062025-05-22T21:46:25.155Z Fresh dyn-clone v1.0.19
84072025-05-22T21:46:25.155Z Fresh schemars_derive v0.8.22
84082025-05-22T21:46:25.181Z Fresh lazy_static v1.5.0
84092025-05-22T21:46:25.181Z Fresh block-buffer v0.10.4
84102025-05-22T21:46:25.181Z Fresh url v2.5.3
84112025-05-22T21:46:25.181Z Fresh slab v0.4.9
84122025-05-22T21:46:25.181Z Fresh digest v0.10.7
84132025-05-22T21:46:25.181Z Fresh futures-sink v0.3.31
84142025-05-22T21:46:25.181Z Fresh cpufeatures v0.2.14
84152025-05-22T21:46:25.181Z Fresh pin-utils v0.1.0
84162025-05-22T21:46:25.181Z Fresh schemars v0.8.22
84172025-05-22T21:46:25.181Z Fresh futures-channel v0.3.31
84182025-05-22T21:46:25.181Z Fresh futures-macro v0.3.31
84192025-05-22T21:46:25.181Z Fresh futures-task v0.3.31
84202025-05-22T21:46:25.181Z Fresh ppv-lite86 v0.2.20
84212025-05-22T21:46:25.181Z Fresh glob v0.3.2
84222025-05-22T21:46:25.181Z Fresh tracing-attributes v0.1.27
84232025-05-22T21:46:25.181Z Fresh futures-util v0.3.31
84242025-05-22T21:46:25.181Z Fresh syn v1.0.109
84252025-05-22T21:46:25.182Z Fresh tracing-core v0.1.32
84262025-05-22T21:46:25.182Z Fresh rand_chacha v0.3.1
84272025-05-22T21:46:25.182Z Fresh http v1.3.1
84282025-05-22T21:46:25.182Z Fresh strsim v0.11.1
84292025-05-22T21:46:25.182Z Fresh minimal-lexical v0.2.1
84302025-05-22T21:46:25.182Z Fresh tracing v0.1.40
84312025-05-22T21:46:25.182Z Fresh rand v0.8.5
84322025-05-22T21:46:25.182Z Fresh nom v7.1.3
84332025-05-22T21:46:25.182Z Fresh libloading v0.8.5
84342025-05-22T21:46:25.182Z Fresh clang-sys v1.8.1
84352025-05-22T21:46:25.182Z Fresh cexpr v0.6.0
84362025-05-22T21:46:25.182Z Fresh vcpkg v0.2.15
84372025-05-22T21:46:25.182Z Fresh home v0.5.9
84382025-05-22T21:46:25.182Z Fresh prettyplease v0.2.32
84392025-05-22T21:46:25.182Z Fresh paste v1.0.15
84402025-05-22T21:46:25.182Z Fresh crossbeam-utils v0.8.21
84412025-05-22T21:46:25.182Z Fresh adler2 v2.0.0
84422025-05-22T21:46:25.182Z Fresh block-padding v0.3.3
84432025-05-22T21:46:25.182Z Fresh itertools v0.12.1
84442025-05-22T21:46:25.182Z Fresh num-conv v0.1.0
84452025-05-22T21:46:25.182Z Fresh miniz_oxide v0.8.5
84462025-05-22T21:46:25.182Z Fresh powerfmt v0.2.0
84472025-05-22T21:46:25.182Z Fresh time-core v0.1.2
84482025-05-22T21:46:25.182Z Fresh inout v0.1.3
84492025-05-22T21:46:25.182Z Fresh num_threads v0.1.7
84502025-05-22T21:46:25.182Z Fresh which v4.4.2
84512025-05-22T21:46:25.182Z Fresh tokio-util v0.7.13
84522025-05-22T21:46:25.182Z Fresh deranged v0.3.11
84532025-05-22T21:46:25.182Z Fresh time-macros v0.2.18
84542025-05-22T21:46:25.182Z Fresh cipher v0.4.4
84552025-05-22T21:46:25.182Z Fresh atomic-waker v1.1.2
84562025-05-22T21:46:25.182Z Fresh lazycell v1.3.0
84572025-05-22T21:46:25.182Z Fresh rustc-hash v1.1.0
84582025-05-22T21:46:25.182Z Fresh time v0.3.36
84592025-05-22T21:46:25.182Z Fresh bindgen v0.69.5
84602025-05-22T21:46:25.182Z Fresh cmake v0.1.51
84612025-05-22T21:46:25.182Z Fresh serde_tokenstream v0.2.2
84622025-05-22T21:46:25.182Z Fresh untrusted v0.9.0
84632025-05-22T21:46:25.182Z Fresh fs_extra v1.3.0
84642025-05-22T21:46:25.182Z Fresh dunce v1.0.5
84652025-05-22T21:46:25.182Z Fresh httparse v1.9.5
84662025-05-22T21:46:25.183Z Fresh ring v0.17.14
84672025-05-22T21:46:25.183Z Fresh base64ct v1.6.0
84682025-05-22T21:46:25.183Z Fresh hmac v0.12.1
84692025-05-22T21:46:25.183Z Fresh sha2 v0.10.8
84702025-05-22T21:46:25.183Z Fresh gimli v0.31.1
84712025-05-22T21:46:25.183Z Fresh rustls-pki-types v1.10.0
84722025-05-22T21:46:25.183Z Fresh addr2line v0.24.2
84732025-05-22T21:46:25.183Z Fresh object v0.36.5
84742025-05-22T21:46:25.183Z Fresh rustc-demangle v0.1.24
84752025-05-22T21:46:25.183Z Fresh base64 v0.22.1
84762025-05-22T21:46:25.183Z Fresh http-body v1.0.1
84772025-05-22T21:46:25.183Z Fresh aws-lc-sys v0.26.0
84782025-05-22T21:46:25.183Z Fresh backtrace v0.3.74
84792025-05-22T21:46:25.183Z Fresh untrusted v0.7.1
84802025-05-22T21:46:25.183Z Fresh httpdate v1.0.3
84812025-05-22T21:46:25.183Z Fresh try-lock v0.2.5
84822025-05-22T21:46:25.183Z Fresh pem-rfc7468 v0.7.0
84832025-05-22T21:46:25.183Z Fresh want v0.3.1
84842025-05-22T21:46:25.183Z Fresh anyhow v1.0.98
84852025-05-22T21:46:25.183Z Fresh aws-lc-rs v1.12.4
84862025-05-22T21:46:25.183Z Fresh h2 v0.4.6
84872025-05-22T21:46:25.183Z Fresh serde_spanned v0.6.8
84882025-05-22T21:46:25.183Z Fresh toml_datetime v0.6.9
84892025-05-22T21:46:25.183Z Fresh utf8parse v0.2.2
84902025-05-22T21:46:25.183Z Fresh hyper v1.6.0
84912025-05-22T21:46:25.183Z Fresh rustls-webpki v0.102.8
84922025-05-22T21:46:25.183Z Fresh tower-service v0.3.3
84932025-05-22T21:46:25.183Z Fresh der_derive v0.7.3
84942025-05-22T21:46:25.183Z Fresh flagset v0.4.6
84952025-05-22T21:46:25.183Z Fresh der v0.7.9
84962025-05-22T21:46:25.183Z Fresh hyper-util v0.1.11
84972025-05-22T21:46:25.183Z Fresh pbkdf2 v0.12.2
84982025-05-22T21:46:25.183Z Fresh aes v0.8.4
84992025-05-22T21:46:25.183Z Fresh mime v0.3.17
85002025-05-22T21:46:25.183Z Fresh cbc v0.1.2
85012025-05-22T21:46:25.183Z Fresh spki v0.7.3
85022025-05-22T21:46:25.183Z Fresh slog v2.7.0
85032025-05-22T21:46:25.183Z Fresh rustversion v1.0.17
85042025-05-22T21:46:25.183Z Fresh salsa20 v0.10.2
85052025-05-22T21:46:25.183Z Fresh foreign-types-shared v0.1.1
85062025-05-22T21:46:25.184Z Fresh ipnet v2.11.0
85072025-05-22T21:46:25.184Z Fresh anstyle v1.0.10
85082025-05-22T21:46:25.210Z Fresh openssl-probe v0.1.5
85092025-05-22T21:46:25.210Z Fresh scrypt v0.11.0
85102025-05-22T21:46:25.210Z Fresh foreign-types v0.3.2
85112025-05-22T21:46:25.210Z Fresh openssl-sys v0.9.107
85122025-05-22T21:46:25.210Z Fresh http-body-util v0.1.3
85132025-05-22T21:46:25.210Z Fresh rustc_version v0.4.1
85142025-05-22T21:46:25.210Z Fresh openssl-macros v0.1.1
85152025-05-22T21:46:25.210Z Fresh async-trait v0.1.88
85162025-05-22T21:46:25.210Z Fresh pkcs5 v0.7.1
85172025-05-22T21:46:25.210Z Fresh openssl v0.10.72
85182025-05-22T21:46:25.210Z Fresh anstyle-parse v0.2.5
85192025-05-22T21:46:25.210Z Fresh rustls-pemfile v2.2.0
85202025-05-22T21:46:25.210Z Fresh anstyle-query v1.1.1
85212025-05-22T21:46:25.210Z Fresh colorchoice v1.0.2
85222025-05-22T21:46:25.210Z Fresh is_terminal_polyfill v1.70.1
85232025-05-22T21:46:25.210Z Fresh pkcs8 v0.10.2
85242025-05-22T21:46:25.210Z Fresh serde_urlencoded v0.7.1
85252025-05-22T21:46:25.210Z Fresh encoding_rs v0.8.34
85262025-05-22T21:46:25.210Z Fresh anstream v0.6.18
85272025-05-22T21:46:25.210Z Fresh rustls v0.23.19
85282025-05-22T21:46:25.210Z Fresh native-tls v0.2.12
85292025-05-22T21:46:25.210Z Fresh terminal_size v0.4.0
85302025-05-22T21:46:25.210Z Fresh litrs v0.4.1
85312025-05-22T21:46:25.210Z Fresh clap_lex v0.7.4
85322025-05-22T21:46:25.210Z Fresh psl-types v2.0.11
85332025-05-22T21:46:25.210Z Fresh tokio-rustls v0.26.0
85342025-05-22T21:46:25.210Z Fresh publicsuffix v2.3.0
85352025-05-22T21:46:25.210Z Fresh tokio-native-tls v0.3.1
85362025-05-22T21:46:25.210Z Fresh clap_builder v4.5.35
85372025-05-22T21:46:25.210Z Fresh cookie v0.18.1
85382025-05-22T21:46:25.210Z Fresh document-features v0.2.10
85392025-05-22T21:46:25.210Z Fresh webpki-roots v0.26.6
85402025-05-22T21:46:25.210Z Fresh futures-executor v0.3.31
85412025-05-22T21:46:25.210Z Fresh openapiv3 v2.0.0
85422025-05-22T21:46:25.210Z Fresh clap_derive v4.5.32
85432025-05-22T21:46:25.211Z Fresh sync_wrapper v1.0.1
85442025-05-22T21:46:25.211Z Fresh tower-layer v0.3.3
85452025-05-22T21:46:25.211Z Fresh cookie_store v0.21.1
85462025-05-22T21:46:25.211Z Fresh hyper-tls v0.6.0
85472025-05-22T21:46:25.211Z Fresh hyper-rustls v0.27.3
85482025-05-22T21:46:25.211Z Fresh futures v0.3.31
85492025-05-22T21:46:25.211Z Fresh tower v0.5.2
85502025-05-22T21:46:25.211Z Fresh clap v4.5.35
85512025-05-22T21:46:25.211Z Fresh ipnetwork v0.21.1
85522025-05-22T21:46:25.211Z Fresh ucd-trie v0.1.7
85532025-05-22T21:46:25.211Z Fresh winnow v0.5.40
85542025-05-22T21:46:25.211Z Fresh signature v2.2.0
85552025-05-22T21:46:25.211Z Fresh zerocopy-derive v0.8.25
85562025-05-22T21:46:25.211Z Fresh reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
85572025-05-22T21:46:25.211Z Fresh toml_edit v0.19.15
85582025-05-22T21:46:25.211Z Fresh pest v2.7.14
85592025-05-22T21:46:25.211Z Fresh data-encoding v2.6.0
85602025-05-22T21:46:25.211Z Fresh scroll_derive v0.12.0
85612025-05-22T21:46:25.211Z Fresh siphasher v0.3.11
85622025-05-22T21:46:25.211Z Fresh tinyvec_macros v0.1.1
85632025-05-22T21:46:25.211Z Fresh pest_meta v2.7.14
85642025-05-22T21:46:25.211Z Fresh zerocopy v0.8.25
85652025-05-22T21:46:25.211Z Fresh tinyvec v1.8.0
85662025-05-22T21:46:25.211Z Fresh scroll v0.12.0
85672025-05-22T21:46:25.211Z Fresh phf_shared v0.11.2
85682025-05-22T21:46:25.211Z Fresh plain v0.2.3
85692025-05-22T21:46:25.211Z Fresh sha1 v0.10.6
85702025-05-22T21:46:25.211Z Fresh num-integer v0.1.46
85712025-05-22T21:46:25.211Z Fresh pest_generator v2.7.14
85722025-05-22T21:46:25.211Z Fresh goblin v0.8.2
85732025-05-22T21:46:25.211Z Fresh bitflags v1.3.2
85742025-05-22T21:46:25.211Z Fresh pretty-hex v0.4.1
85752025-05-22T21:46:25.211Z Fresh unicode-segmentation v1.12.0
85762025-05-22T21:46:25.211Z Fresh bstr v1.10.0
85772025-05-22T21:46:25.211Z Fresh thread-id v4.2.2
85782025-05-22T21:46:25.211Z Fresh pest_derive v2.7.14
85792025-05-22T21:46:25.211Z Fresh dof v0.3.0
85802025-05-22T21:46:25.211Z Fresh crc32fast v1.4.2
85812025-05-22T21:46:25.211Z Fresh static_assertions v1.1.0
85822025-05-22T21:46:25.211Z Fresh base16ct v0.2.0
85832025-05-22T21:46:25.212Z Fresh crossbeam-epoch v0.9.18
85842025-05-22T21:46:25.212Z Fresh hubpack_derive v0.1.1
85852025-05-22T21:46:25.212Z Fresh dtrace-parser v0.2.0
85862025-05-22T21:46:25.212Z Fresh sec1 v0.7.3
85872025-05-22T21:46:25.212Z Fresh ff v0.13.0
85882025-05-22T21:46:25.212Z Fresh winnow v0.7.10
85892025-05-22T21:46:25.212Z Fresh toml_write v0.1.1
85902025-05-22T21:46:25.212Z Fresh unicode-width v0.2.0
85912025-05-22T21:46:25.212Z Fresh hubpack v0.1.2
85922025-05-22T21:46:25.212Z Fresh num-iter v0.1.45
85932025-05-22T21:46:25.212Z Fresh usdt-impl v0.5.0
85942025-05-22T21:46:25.212Z Fresh group v0.13.0
85952025-05-22T21:46:25.212Z Fresh toml_edit v0.22.26
85962025-05-22T21:46:25.212Z Fresh oxnet v0.1.2
85972025-05-22T21:46:25.212Z Fresh hkdf v0.12.4
85982025-05-22T21:46:25.212Z Fresh crypto-bigint v0.5.5
85992025-05-22T21:46:25.212Z Fresh heck v0.4.1
86002025-05-22T21:46:25.212Z Fresh elliptic-curve v0.13.8
86012025-05-22T21:46:25.212Z Fresh usdt-attr-macro v0.5.0
86022025-05-22T21:46:25.212Z Fresh usdt-macro v0.5.0
86032025-05-22T21:46:25.212Z Fresh crossbeam-deque v0.8.5
86042025-05-22T21:46:25.212Z Fresh strum_macros v0.26.4
86052025-05-22T21:46:25.212Z Fresh memmap v0.7.0
86062025-05-22T21:46:25.212Z Fresh usdt v0.5.0
86072025-05-22T21:46:25.212Z Fresh num-bigint-dig v0.8.4
86082025-05-22T21:46:25.238Z Fresh strum v0.26.3
86092025-05-22T21:46:25.238Z Fresh flate2 v1.1.1
86102025-05-22T21:46:25.238Z Fresh pkcs1 v0.7.5
86112025-05-22T21:46:25.238Z Fresh itertools v0.10.5
86122025-05-22T21:46:25.238Z Fresh bzip2-sys v0.1.13+1.0.8
86132025-05-22T21:46:25.238Z Fresh rsa v0.9.6
86142025-05-22T21:46:25.238Z Fresh unicode-normalization v0.1.24
86152025-05-22T21:46:25.238Z Fresh toml v0.7.8
86162025-05-22T21:46:25.238Z Fresh rfc6979 v0.4.0
86172025-05-22T21:46:25.239Z Fresh curve25519-dalek-derive v0.1.1
86182025-05-22T21:46:25.239Z Fresh managed v0.8.0
86192025-05-22T21:46:25.239Z Fresh ecdsa v0.16.9
86202025-05-22T21:46:25.239Z Fresh curve25519-dalek v4.1.3
86212025-05-22T21:46:25.239Z Fresh newtype-uuid v1.2.1
86222025-05-22T21:46:25.239Z Fresh ahash v0.8.11
86232025-05-22T21:46:25.239Z Fresh x509-cert v0.2.5
86242025-05-22T21:46:25.239Z Fresh daft-derive v0.1.3
86252025-05-22T21:46:25.239Z Fresh unicode-xid v0.2.6
86262025-05-22T21:46:25.239Z Fresh precomputed-hash v0.1.1
86272025-05-22T21:46:25.239Z Fresh fixedbitset v0.4.2
86282025-05-22T21:46:25.239Z Fresh new_debug_unreachable v1.0.6
86292025-05-22T21:46:25.239Z Fresh signal-hook v0.3.17
86302025-05-22T21:46:25.239Z Fresh memoffset v0.9.1
86312025-05-22T21:46:25.239Z Fresh daft v0.1.3
86322025-05-22T21:46:25.239Z Fresh string_cache v0.8.9
86332025-05-22T21:46:25.239Z Fresh petgraph v0.6.5
86342025-05-22T21:46:25.239Z Fresh rayon-core v1.12.1
86352025-05-22T21:46:25.239Z Fresh rand_core v0.9.2
86362025-05-22T21:46:25.239Z Fresh ed25519 v2.2.3
86372025-05-22T21:46:25.239Z Fresh enum-as-inner v0.6.1
86382025-05-22T21:46:25.239Z Fresh cfg_aliases v0.2.1
86392025-05-22T21:46:25.239Z Fresh hickory-proto v0.24.4
86402025-05-22T21:46:25.239Z Fresh rand_chacha v0.9.0
86412025-05-22T21:46:25.239Z Fresh ed25519-dalek v2.1.1
86422025-05-22T21:46:25.239Z Fresh zstd-sys v2.0.14+zstd.1.5.7
86432025-05-22T21:46:25.239Z Fresh bzip2 v0.4.4
86442025-05-22T21:46:25.239Z Fresh console v0.15.10
86452025-05-22T21:46:25.239Z Fresh lalrpop-util v0.19.12
86462025-05-22T21:46:25.239Z Fresh rand v0.9.0
86472025-05-22T21:46:25.239Z Fresh zip v0.6.6
86482025-05-22T21:46:25.239Z Fresh zstd-safe v7.2.3
86492025-05-22T21:46:25.239Z Fresh signal-hook-mio v0.2.4
86502025-05-22T21:46:25.239Z Fresh hash32 v0.2.1
86512025-05-22T21:46:25.239Z Fresh winnow v0.6.26
86522025-05-22T21:46:25.239Z Fresh bumpalo v3.16.0
86532025-05-22T21:46:25.239Z Fresh predicates-core v1.0.8
86542025-05-22T21:46:25.239Z Fresh lockfree-object-pool v0.1.6
86552025-05-22T21:46:25.239Z Fresh simd-adler32 v0.3.7
86562025-05-22T21:46:25.239Z Fresh unicode-properties v0.1.3
86572025-05-22T21:46:25.240Z Fresh unicode-bidi v0.3.17
86582025-05-22T21:46:25.240Z Fresh nix v0.29.0
86592025-05-22T21:46:25.240Z Fresh heapless v0.7.17
86602025-05-22T21:46:25.240Z Fresh stringprep v0.1.5
86612025-05-22T21:46:25.240Z Fresh zopfli v0.8.1
86622025-05-22T21:46:25.240Z Fresh crossterm v0.28.1
86632025-05-22T21:46:25.240Z Fresh zstd v0.13.3
86642025-05-22T21:46:25.240Z Fresh rayon v1.10.0
86652025-05-22T21:46:25.240Z Fresh bzip2 v0.5.2
86662025-05-22T21:46:25.240Z Fresh similar v2.7.0
86672025-05-22T21:46:25.240Z Fresh tokio-stream v0.1.17
86682025-05-22T21:46:25.240Z Fresh md-5 v0.10.6
86692025-05-22T21:46:25.240Z Fresh float-cmp v0.10.0
86702025-05-22T21:46:25.240Z Fresh fallible-iterator v0.2.0
86712025-05-22T21:46:25.240Z Fresh normalize-line-endings v0.3.0
86722025-05-22T21:46:25.240Z Fresh difflib v0.4.0
86732025-05-22T21:46:25.240Z Fresh postgres-protocol v0.6.8
86742025-05-22T21:46:25.240Z Fresh zip v2.6.1
86752025-05-22T21:46:25.240Z Fresh predicates v3.1.3
86762025-05-22T21:46:25.240Z Fresh portable-atomic v1.11.0
86772025-05-22T21:46:25.240Z Fresh smoltcp v0.9.1
86782025-05-22T21:46:25.240Z Fresh buf-list v1.0.3
86792025-05-22T21:46:25.240Z Fresh strum_macros v0.25.3
86802025-05-22T21:46:25.240Z Fresh phf v0.11.2
86812025-05-22T21:46:25.240Z Fresh serde-big-array v0.5.1
86822025-05-22T21:46:25.240Z Fresh serde_repr v0.1.19
86832025-05-22T21:46:25.240Z Fresh peg-runtime v0.8.5
86842025-05-22T21:46:25.240Z Fresh number_prefix v0.4.0
86852025-05-22T21:46:25.240Z Fresh postgres-types v0.2.9
86862025-05-22T21:46:25.240Z Fresh whoami v1.5.2
86872025-05-22T21:46:25.240Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
86882025-05-22T21:46:25.240Z Fresh indicatif v0.17.11
86892025-05-22T21:46:25.240Z Fresh tokio-postgres v0.7.13
86902025-05-22T21:46:25.240Z Fresh thiserror-impl v2.0.12
86912025-05-22T21:46:25.240Z Fresh regress v0.10.3
86922025-05-22T21:46:25.240Z Fresh fs-err v3.1.0
86932025-05-22T21:46:25.240Z Fresh thiserror v2.0.12
86942025-05-22T21:46:25.240Z Fresh fastrand v2.1.1
86952025-05-22T21:46:25.240Z Fresh is-terminal v0.4.13
86962025-05-22T21:46:25.240Z Fresh ident_case v1.0.1
86972025-05-22T21:46:25.241Z Fresh dirs-sys-next v0.1.2
86982025-05-22T21:46:25.241Z Fresh unsafe-libyaml v0.2.11
86992025-05-22T21:46:25.241Z Fresh camino v1.1.9
87002025-05-22T21:46:25.241Z Fresh darling_core v0.20.10
87012025-05-22T21:46:25.241Z Fresh dirs-next v2.0.0
87022025-05-22T21:46:25.241Z Fresh serde_yaml v0.9.34+deprecated
87032025-05-22T21:46:25.241Z Fresh tempfile v3.13.0
87042025-05-22T21:46:25.241Z Fresh crossbeam-channel v0.5.15
87052025-05-22T21:46:25.241Z Fresh thread_local v1.1.8
87062025-05-22T21:46:25.241Z Fresh darling_macro v0.20.10
87072025-05-22T21:46:25.241Z Fresh term v0.7.0
87082025-05-22T21:46:25.267Z Fresh take_mut v0.2.2
87092025-05-22T21:46:25.267Z Fresh quick-error v1.2.3
87102025-05-22T21:46:25.267Z Fresh match_cfg v0.1.0
87112025-05-22T21:46:25.267Z Fresh toml v0.8.22
87122025-05-22T21:46:25.267Z Fresh darling v0.20.10
87132025-05-22T21:46:25.267Z Fresh slog-term v2.9.1
87142025-05-22T21:46:25.267Z Fresh hostname v0.3.1
87152025-05-22T21:46:25.267Z Fresh hex v0.4.3
87162025-05-22T21:46:25.267Z Fresh bit-vec v0.8.0
87172025-05-22T21:46:25.267Z Fresh debug-ignore v1.0.5
87182025-05-22T21:46:25.267Z Fresh slog-async v2.8.0
87192025-05-22T21:46:25.267Z Fresh bit-set v0.8.0
87202025-05-22T21:46:25.267Z Fresh progenitor-client v0.10.0
87212025-05-22T21:46:25.267Z Fresh structmeta-derive v0.3.0
87222025-05-22T21:46:25.267Z Fresh wait-timeout v0.2.0
87232025-05-22T21:46:25.267Z Fresh serde_path_to_error v0.1.17
87242025-05-22T21:46:25.267Z Fresh rand_xorshift v0.3.0
87252025-05-22T21:46:25.267Z Fresh structmeta v0.3.0
87262025-05-22T21:46:25.267Z Fresh rusty-fork v0.3.0
87272025-05-22T21:46:25.267Z Fresh unarray v0.1.4
87282025-05-22T21:46:25.267Z Fresh slog-json v2.6.1
87292025-05-22T21:46:25.267Z Fresh async-stream-impl v0.3.6
87302025-05-22T21:46:25.267Z Fresh rustls v0.22.4
87312025-05-22T21:46:25.267Z Fresh proptest v1.6.0
87322025-05-22T21:46:25.267Z Fresh async-stream v0.3.6
87332025-05-22T21:46:25.267Z Fresh slog-bunyan v2.5.0
87342025-05-22T21:46:25.267Z Fresh dropshot_endpoint v0.16.2
87352025-05-22T21:46:25.267Z Fresh waitgroup v0.1.2
87362025-05-22T21:46:25.267Z Fresh tokio-rustls v0.25.0
87372025-05-22T21:46:25.267Z Fresh multer v3.1.0
87382025-05-22T21:46:25.267Z Fresh hostname v0.4.0
87392025-05-22T21:46:25.268Z Fresh test-strategy v0.4.0
87402025-05-22T21:46:25.268Z Fresh serde_with_macros v3.12.0
87412025-05-22T21:46:25.268Z Fresh typify-impl v0.3.0
87422025-05-22T21:46:25.268Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
87432025-05-22T21:46:25.268Z Fresh macaddr v1.0.1
87442025-05-22T21:46:25.268Z Fresh dropshot v0.16.2
87452025-05-22T21:46:25.268Z Fresh serde_with v3.12.0
87462025-05-22T21:46:25.268Z Fresh typify-macro v0.3.0
87472025-05-22T21:46:25.268Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
87482025-05-22T21:46:25.268Z Fresh instant v0.1.13
87492025-05-22T21:46:25.268Z Fresh derive-where v1.2.7
87502025-05-22T21:46:25.268Z Fresh progenitor-client v0.9.1
87512025-05-22T21:46:25.268Z Fresh typify v0.3.0
87522025-05-22T21:46:25.268Z Fresh parse-display-derive v0.10.0
87532025-05-22T21:46:25.268Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
87542025-05-22T21:46:25.268Z Fresh backoff v0.4.0
87552025-05-22T21:46:25.268Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
87562025-05-22T21:46:25.268Z Fresh camino-tempfile v1.3.0
87572025-05-22T21:46:25.268Z Fresh progenitor-impl v0.9.1
87582025-05-22T21:46:25.268Z Fresh parse-display v0.10.0
87592025-05-22T21:46:25.268Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
87602025-05-22T21:46:25.268Z Fresh unicode-width v0.1.14
87612025-05-22T21:46:25.268Z Fresh itertools v0.14.0
87622025-05-22T21:46:25.268Z Fresh proc-macro-crate v1.3.1
87632025-05-22T21:46:25.268Z Fresh progenitor-macro v0.9.1
87642025-05-22T21:46:25.268Z Fresh num_enum_derive v0.5.11
87652025-05-22T21:46:25.268Z Fresh itertools v0.13.0
87662025-05-22T21:46:25.268Z Fresh tabwriter v1.4.0
87672025-05-22T21:46:25.268Z Fresh progenitor v0.9.1
87682025-05-22T21:46:25.268Z Fresh proc-macro-error-attr v1.0.4
87692025-05-22T21:46:25.268Z Fresh num_enum v0.5.11
87702025-05-22T21:46:25.268Z Fresh foreign-types-macros v0.2.3
87712025-05-22T21:46:25.268Z Fresh foreign-types-shared v0.3.1
87722025-05-22T21:46:25.268Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
87732025-05-22T21:46:25.268Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=875ae5b7f8f0e32e9be672a36b5dda109b9b2450#875ae5b7)
87742025-05-22T21:46:25.268Z Fresh proc-macro-error v1.0.4
87752025-05-22T21:46:25.268Z Fresh foreign-types v0.5.0
87762025-05-22T21:46:25.268Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
87772025-05-22T21:46:25.268Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
87782025-05-22T21:46:25.268Z Fresh cstr-argument v0.1.2
87792025-05-22T21:46:25.268Z Fresh pretty-hex v0.2.1
87802025-05-22T21:46:25.269Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
87812025-05-22T21:46:25.269Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
87822025-05-22T21:46:25.269Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
87832025-05-22T21:46:25.269Z Fresh colored v2.2.0
87842025-05-22T21:46:25.269Z Fresh smf v0.2.3
87852025-05-22T21:46:25.269Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
87862025-05-22T21:46:25.269Z Fresh ingot-macros v0.1.0
87872025-05-22T21:46:25.269Z Fresh hash32 v0.3.1
87882025-05-22T21:46:25.269Z Fresh cobs v0.2.3
87892025-05-22T21:46:25.269Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
87902025-05-22T21:46:25.269Z Fresh crucible-workspace-hack v0.1.0
87912025-05-22T21:46:25.269Z Fresh ingot-types v0.1.0
87922025-05-22T21:46:25.269Z Fresh postcard v1.0.10
87932025-05-22T21:46:25.269Z Fresh typify-impl v0.4.1
87942025-05-22T21:46:25.269Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
87952025-05-22T21:46:25.269Z Fresh heapless v0.8.0
87962025-05-22T21:46:25.269Z Fresh ingot v0.1.0
87972025-05-22T21:46:25.269Z Fresh typify-macro v0.4.1
87982025-05-22T21:46:25.269Z Fresh sigpipe v0.1.3
87992025-05-22T21:46:25.269Z Fresh jiff v0.2.13
88002025-05-22T21:46:25.269Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
88012025-05-22T21:46:25.269Z Fresh zone_cfg_derive v0.3.0
88022025-05-22T21:46:25.269Z Fresh smoltcp v0.11.0
88032025-05-22T21:46:25.269Z Fresh typify v0.4.1
88042025-05-22T21:46:25.269Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
88052025-05-22T21:46:25.269Z Fresh num-derive v0.4.2
88062025-05-22T21:46:25.269Z Fresh zone v0.3.1
88072025-05-22T21:46:25.269Z Fresh convert_case v0.4.0
88082025-05-22T21:46:25.295Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
88092025-05-22T21:46:25.295Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
88102025-05-22T21:46:25.295Z Fresh progenitor-impl v0.10.0
88112025-05-22T21:46:25.296Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
88122025-05-22T21:46:25.296Z Fresh derive_more v0.99.20
88132025-05-22T21:46:25.296Z Fresh atomicwrites v0.4.4
88142025-05-22T21:46:25.296Z Fresh base64 v0.21.7
88152025-05-22T21:46:25.296Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
88162025-05-22T21:46:25.296Z Fresh progenitor-macro v0.10.0
88172025-05-22T21:46:25.296Z Fresh num-rational v0.4.2
88182025-05-22T21:46:25.296Z Fresh num-complex v0.4.6
88192025-05-22T21:46:25.296Z Fresh float-ord v0.3.2
88202025-05-22T21:46:25.296Z Fresh secrecy v0.10.3
88212025-05-22T21:46:25.296Z Fresh half v2.4.1
88222025-05-22T21:46:25.296Z Fresh ciborium-io v0.2.2
88232025-05-22T21:46:25.296Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
88242025-05-22T21:46:25.296Z Fresh progenitor v0.10.0
88252025-05-22T21:46:25.296Z Fresh num v0.4.3
88262025-05-22T21:46:25.296Z Fresh ciborium-ll v0.2.2
88272025-05-22T21:46:25.296Z Fresh newline-converter v0.3.0
88282025-05-22T21:46:25.296Z Fresh utf-8 v0.7.6
88292025-05-22T21:46:25.296Z Fresh password-hash v0.5.0
88302025-05-22T21:46:25.296Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
88312025-05-22T21:46:25.296Z Fresh ciborium v0.2.2
88322025-05-22T21:46:25.296Z Fresh expectorate v1.2.0
88332025-05-22T21:46:25.296Z Fresh tungstenite v0.21.0
88342025-05-22T21:46:25.296Z Fresh blake2 v0.10.6
88352025-05-22T21:46:25.296Z Fresh indent_write v2.2.0
88362025-05-22T21:46:25.296Z Fresh fixedbitset v0.5.7
88372025-05-22T21:46:25.296Z Fresh tokio-tungstenite v0.21.0
88382025-05-22T21:46:25.296Z Fresh argon2 v0.5.3
88392025-05-22T21:46:25.296Z Fresh petgraph v0.7.1
88402025-05-22T21:46:25.296Z Fresh libsw-core v0.3.1
88412025-05-22T21:46:25.296Z Fresh libsw v3.4.0
88422025-05-22T21:46:25.296Z Fresh owo-colors v4.2.0
88432025-05-22T21:46:25.296Z Fresh swrite v0.1.0
88442025-05-22T21:46:25.296Z Fresh keccak v0.1.5
88452025-05-22T21:46:25.296Z Fresh cancel-safe-futures v0.1.5
88462025-05-22T21:46:25.296Z Fresh linear-map v1.2.0
88472025-05-22T21:46:25.296Z Fresh sha3 v0.10.8
88482025-05-22T21:46:25.296Z Fresh universal-hash v0.5.1
88492025-05-22T21:46:25.296Z Fresh same-file v1.0.6
88502025-05-22T21:46:25.296Z Fresh opaque-debug v0.3.1
88512025-05-22T21:46:25.297Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
88522025-05-22T21:46:25.297Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
88532025-05-22T21:46:25.297Z Fresh walkdir v2.5.0
88542025-05-22T21:46:25.297Z Fresh aead v0.5.2
88552025-05-22T21:46:25.297Z Fresh highway v1.3.0
88562025-05-22T21:46:25.297Z Fresh poly1305 v0.8.0
88572025-05-22T21:46:25.297Z Fresh chacha20 v0.9.1
88582025-05-22T21:46:25.297Z Fresh semver v0.1.20
88592025-05-22T21:46:25.297Z Fresh humantime v2.1.0
88602025-05-22T21:46:25.297Z Fresh rustc_version v0.1.7
88612025-05-22T21:46:25.297Z Fresh xattr v1.3.1
88622025-05-22T21:46:25.297Z Fresh filetime v0.2.25
88632025-05-22T21:46:25.297Z Fresh thiserror-impl-no-std v2.0.2
88642025-05-22T21:46:25.297Z Fresh arc-swap v1.7.1
88652025-05-22T21:46:25.297Z Fresh tar v0.4.44
88662025-05-22T21:46:25.297Z Fresh slog-scope v4.4.0
88672025-05-22T21:46:25.297Z Fresh thiserror-no-std v2.0.2
88682025-05-22T21:46:25.297Z Fresh chacha20poly1305 v0.10.1
88692025-05-22T21:46:25.297Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
88702025-05-22T21:46:25.297Z Fresh slog-stdlog v4.1.1
88712025-05-22T21:46:25.297Z Fresh vsss-rs v3.3.4
88722025-05-22T21:46:25.297Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
88732025-05-22T21:46:25.297Z Fresh typify-impl v0.2.0
88742025-05-22T21:46:25.297Z Fresh pem v3.0.5
88752025-05-22T21:46:25.297Z Fresh headers-core v0.3.0
88762025-05-22T21:46:25.297Z Fresh newtype_derive v0.1.6
88772025-05-22T21:46:25.297Z Fresh slog-envlogger v2.2.0
88782025-05-22T21:46:25.297Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
88792025-05-22T21:46:25.297Z Fresh typify-macro v0.2.0
88802025-05-22T21:46:25.297Z Fresh headers v0.4.0
88812025-05-22T21:46:25.297Z Fresh heck v0.3.3
88822025-05-22T21:46:25.297Z Fresh steno v0.4.1
88832025-05-22T21:46:25.297Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
88842025-05-22T21:46:25.297Z Fresh typify v0.2.0
88852025-05-22T21:46:25.297Z Fresh progenitor-client v0.8.0
88862025-05-22T21:46:25.297Z Fresh linked-hash-map v0.5.6
88872025-05-22T21:46:25.297Z Fresh zone_cfg_derive v0.1.2
88882025-05-22T21:46:25.297Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
88892025-05-22T21:46:25.297Z Fresh progenitor-impl v0.8.0
88902025-05-22T21:46:25.297Z Fresh lzma-sys v0.1.20
88912025-05-22T21:46:25.298Z Fresh lru-cache v0.1.2
88922025-05-22T21:46:25.298Z Fresh base64 v0.13.1
88932025-05-22T21:46:25.298Z Fresh zone v0.1.8
88942025-05-22T21:46:25.298Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
88952025-05-22T21:46:25.298Z Fresh progenitor-macro v0.8.0
88962025-05-22T21:46:25.298Z Fresh ron v0.7.1
88972025-05-22T21:46:25.298Z Fresh xz2 v0.1.7
88982025-05-22T21:46:25.298Z Fresh resolv-conf v0.7.0
88992025-05-22T21:46:25.298Z Fresh yasna v0.5.2
89002025-05-22T21:46:25.298Z Fresh subprocess v0.2.9
89012025-05-22T21:46:25.298Z Fresh display-error-chain v0.2.2
89022025-05-22T21:46:25.298Z Fresh progenitor v0.8.0
89032025-05-22T21:46:25.298Z Fresh hickory-resolver v0.24.4
89042025-05-22T21:46:25.298Z Fresh rcgen v0.12.1
89052025-05-22T21:46:25.298Z Fresh bytecount v0.6.8
89062025-05-22T21:46:25.298Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
89072025-05-22T21:46:25.298Z Fresh qorb v0.3.1
89082025-05-22T21:46:25.324Z Fresh maplit v1.0.2
89092025-05-22T21:46:25.324Z Fresh gethostname v0.5.0
89102025-05-22T21:46:25.324Z Fresh proc-macro-error-attr2 v2.0.0
89112025-05-22T21:46:25.324Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
89122025-05-22T21:46:25.324Z Fresh proc-macro-error2 v2.0.1
89132025-05-22T21:46:25.324Z Fresh dsl_auto_type v0.1.2
89142025-05-22T21:46:25.324Z Fresh scheduled-thread-pool v0.2.7
89152025-05-22T21:46:25.324Z Fresh diesel_table_macro_syntax v0.2.0
89162025-05-22T21:46:25.324Z Fresh slog-dtrace v0.3.0
89172025-05-22T21:46:25.324Z Fresh r2d2 v0.8.10
89182025-05-22T21:46:25.324Z Fresh diesel_derives v2.2.3
89192025-05-22T21:46:25.324Z Fresh tabled_derive v0.10.0
89202025-05-22T21:46:25.324Z Fresh papergrid v0.14.0
89212025-05-22T21:46:25.324Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
89222025-05-22T21:46:25.324Z Fresh num-derive v0.3.3
89232025-05-22T21:46:25.324Z Fresh diff v0.1.13
89242025-05-22T21:46:25.324Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
89252025-05-22T21:46:25.324Z Fresh diesel v2.2.10
89262025-05-22T21:46:25.324Z Fresh tabled v0.18.0
89272025-05-22T21:46:25.324Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
89282025-05-22T21:46:25.324Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
89292025-05-22T21:46:25.324Z Fresh libscf-sys v1.1.0
89302025-05-22T21:46:25.324Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
89312025-05-22T21:46:25.325Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
89322025-05-22T21:46:25.325Z Fresh zerocopy-derive v0.6.6
89332025-05-22T21:46:25.325Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
89342025-05-22T21:46:25.325Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
89352025-05-22T21:46:25.325Z Fresh tap v1.0.1
89362025-05-22T21:46:25.325Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
89372025-05-22T21:46:25.325Z Fresh wyz v0.5.1
89382025-05-22T21:46:25.325Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
89392025-05-22T21:46:25.325Z Fresh crunchy v0.2.2
89402025-05-22T21:46:25.325Z Fresh radium v0.7.0
89412025-05-22T21:46:25.325Z Fresh zerocopy v0.6.6
89422025-05-22T21:46:25.325Z Fresh funty v2.0.0
89432025-05-22T21:46:25.325Z Fresh crc8 v0.1.1
89442025-05-22T21:46:25.325Z Fresh termcolor v1.4.1
89452025-05-22T21:46:25.325Z Fresh bit-vec v0.6.3
89462025-05-22T21:46:25.325Z Fresh crc-catalog v2.4.0
89472025-05-22T21:46:25.325Z Fresh tiny-keccak v2.0.2
89482025-05-22T21:46:25.325Z Fresh bitvec v1.0.1
89492025-05-22T21:46:25.325Z Fresh crc v3.2.1
89502025-05-22T21:46:25.325Z Fresh bit-set v0.5.3
89512025-05-22T21:46:25.325Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
89522025-05-22T21:46:25.325Z Fresh maybe-uninit v2.0.0
89532025-05-22T21:46:25.325Z Fresh ascii-canvas v3.0.0
89542025-05-22T21:46:25.325Z Fresh packed_struct_codegen v0.10.1
89552025-05-22T21:46:25.325Z Fresh ref-cast-impl v1.0.23
89562025-05-22T21:46:25.325Z Fresh ena v0.14.3
89572025-05-22T21:46:25.325Z Fresh regex-syntax v0.6.29
89582025-05-22T21:46:25.325Z Fresh nodrop v0.1.14
89592025-05-22T21:46:25.325Z Fresh packed_struct v0.10.1
89602025-05-22T21:46:25.325Z Fresh ref-cast v1.0.23
89612025-05-22T21:46:25.325Z Fresh lalrpop v0.19.12
89622025-05-22T21:46:25.325Z Fresh array-init v0.0.4
89632025-05-22T21:46:25.325Z Fresh smallvec v0.6.14
89642025-05-22T21:46:25.325Z Fresh const_format_proc_macros v0.2.34
89652025-05-22T21:46:25.325Z Fresh bitfield-struct v0.6.2
89662025-05-22T21:46:25.325Z Fresh hashbrown v0.12.3
89672025-05-22T21:46:25.325Z Fresh rustc-hash v2.1.1
89682025-05-22T21:46:25.325Z Fresh bitfield v0.14.0
89692025-05-22T21:46:25.325Z Fresh serde-hex v0.1.0
89702025-05-22T21:46:25.325Z Fresh const_format v0.2.34
89712025-05-22T21:46:25.326Z Fresh libefi-sys v0.1.0
89722025-05-22T21:46:25.326Z Fresh indexmap v1.9.3
89732025-05-22T21:46:25.326Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
89742025-05-22T21:46:25.326Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
89752025-05-22T21:46:25.326Z Fresh bindgen v0.71.1
89762025-05-22T21:46:25.326Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
89772025-05-22T21:46:25.326Z Fresh env_logger v0.10.2
89782025-05-22T21:46:25.326Z Fresh ron v0.8.1
89792025-05-22T21:46:25.326Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
89802025-05-22T21:46:25.326Z Fresh derive_builder_core v0.20.2
89812025-05-22T21:46:25.326Z Fresh hashbrown v0.13.2
89822025-05-22T21:46:25.326Z Fresh nibble_vec v0.1.0
89832025-05-22T21:46:25.326Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
89842025-05-22T21:46:25.326Z Fresh crc-any v2.5.0
89852025-05-22T21:46:25.326Z Fresh endian-type v0.1.2
89862025-05-22T21:46:25.326Z Fresh derive_builder_macro v0.20.2
89872025-05-22T21:46:25.326Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
89882025-05-22T21:46:25.326Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
89892025-05-22T21:46:25.326Z Fresh object v0.30.4
89902025-05-22T21:46:25.326Z Fresh radix_trie v0.2.1
89912025-05-22T21:46:25.326Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
89922025-05-22T21:46:25.326Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
89932025-05-22T21:46:25.326Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
89942025-05-22T21:46:25.326Z Fresh strum_macros v0.24.3
89952025-05-22T21:46:25.326Z Fresh indoc v1.0.9
89962025-05-22T21:46:25.326Z Fresh path-slash v0.1.5
89972025-05-22T21:46:25.326Z Fresh polar-core v0.27.3
89982025-05-22T21:46:25.326Z Fresh derive_builder v0.20.2
89992025-05-22T21:46:25.326Z Fresh libxml v0.3.3
90002025-05-22T21:46:25.326Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
90012025-05-22T21:46:25.326Z Fresh impl-trait-for-tuples v0.2.2
90022025-05-22T21:46:25.326Z Fresh oso-derive v0.27.3
90032025-05-22T21:46:25.326Z Fresh quick-xml v0.37.2
90042025-05-22T21:46:25.326Z Fresh async-recursion v1.1.1
90052025-05-22T21:46:25.326Z Fresh vte_generate_state_changes v0.1.2
90062025-05-22T21:46:25.326Z Fresh vte v0.11.1
90072025-05-22T21:46:25.326Z Fresh oso v0.27.3
90082025-05-22T21:46:25.352Z Fresh samael v0.0.18
90092025-05-22T21:46:25.352Z Fresh fd-lock v4.0.2
90102025-05-22T21:46:25.352Z Fresh fxhash v0.2.1
90112025-05-22T21:46:25.352Z Fresh strip-ansi-escapes v0.2.0
90122025-05-22T21:46:25.352Z Fresh xshell-macros v0.2.7
90132025-05-22T21:46:25.353Z Fresh nu-ansi-term v0.50.1
90142025-05-22T21:46:25.353Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
90152025-05-22T21:46:25.353Z Fresh phf_generator v0.11.2
90162025-05-22T21:46:25.353Z Fresh xshell v0.2.7
90172025-05-22T21:46:25.353Z Fresh reedline v0.38.0
90182025-05-22T21:46:25.353Z Fresh bb8 v0.8.5
90192025-05-22T21:46:25.353Z Fresh kstat-rs v0.2.4
90202025-05-22T21:46:25.353Z Fresh termtree v0.5.1
90212025-05-22T21:46:25.353Z Fresh async-bb8-diesel v0.2.1
90222025-05-22T21:46:25.353Z Fresh diesel-dtrace v0.4.2
90232025-05-22T21:46:25.353Z Fresh phf_codegen v0.11.2
90242025-05-22T21:46:25.353Z Fresh parse-zoneinfo v0.3.1
90252025-05-22T21:46:25.353Z Fresh cfg_aliases v0.1.1
90262025-05-22T21:46:25.353Z Fresh chrono-tz-build v0.4.0
90272025-05-22T21:46:25.353Z Fresh papergrid v0.11.0
90282025-05-22T21:46:25.353Z Fresh tabled_derive v0.7.0
90292025-05-22T21:46:25.353Z Fresh primeorder v0.13.6
90302025-05-22T21:46:25.353Z Fresh tabled v0.15.0
90312025-05-22T21:46:25.353Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
90322025-05-22T21:46:25.353Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=875ae5b7f8f0e32e9be672a36b5dda109b9b2450#875ae5b7)
90332025-05-22T21:46:25.353Z Fresh bcs v0.1.6
90342025-05-22T21:46:25.353Z Fresh half v1.8.3
90352025-05-22T21:46:25.353Z Fresh serde_cbor v0.11.2
90362025-05-22T21:46:25.353Z Fresh parking_lot_core v0.8.6
90372025-05-22T21:46:25.353Z Fresh nix v0.28.0
90382025-05-22T21:46:25.353Z Fresh unicase v2.7.0
90392025-05-22T21:46:25.353Z Fresh peg-macros v0.8.5
90402025-05-22T21:46:25.353Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
90412025-05-22T21:46:25.353Z Fresh nanorand v0.7.0
90422025-05-22T21:46:25.353Z Fresh sqlparser_derive v0.2.2
90432025-05-22T21:46:25.353Z Fresh unicode_categories v0.1.1
90442025-05-22T21:46:25.353Z Fresh sqlformat v0.3.5
90452025-05-22T21:46:25.353Z Fresh sqlparser v0.45.0
90462025-05-22T21:46:25.353Z Fresh flume v0.11.1
90472025-05-22T21:46:25.353Z Fresh peg v0.8.5
90482025-05-22T21:46:25.353Z Fresh chrono-tz v0.10.3
90492025-05-22T21:46:25.353Z Fresh rustyline v14.0.0
90502025-05-22T21:46:25.353Z Fresh parking_lot v0.11.2
90512025-05-22T21:46:25.353Z Fresh p384 v0.13.0
90522025-05-22T21:46:25.353Z Fresh cargo-platform v0.1.8
90532025-05-22T21:46:25.353Z Fresh http-range v0.1.5
90542025-05-22T21:46:25.354Z Fresh void v1.0.2
90552025-05-22T21:46:25.354Z Fresh sled v0.34.7
90562025-05-22T21:46:25.354Z Fresh salty v0.3.0
90572025-05-22T21:46:25.354Z Fresh hickory-client v0.24.4
90582025-05-22T21:46:25.354Z Fresh lzss v0.8.2
90592025-05-22T21:46:25.354Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
90602025-05-22T21:46:25.354Z Fresh tungstenite v0.23.0
90612025-05-22T21:46:25.354Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
90622025-05-22T21:46:25.354Z Fresh hickory-server v0.24.4
90632025-05-22T21:46:25.354Z Fresh nix v0.27.1
90642025-05-22T21:46:25.354Z Fresh globset v0.4.15
90652025-05-22T21:46:25.354Z Fresh concurrent-queue v2.5.0
90662025-05-22T21:46:25.354Z Fresh serde_bytes v0.11.17
90672025-05-22T21:46:25.354Z Fresh atty v0.2.14
90682025-05-22T21:46:25.354Z Fresh env_filter v0.1.2
90692025-05-22T21:46:25.354Z Fresh parking v2.2.1
90702025-05-22T21:46:25.354Z Fresh env_logger v0.11.5
90712025-05-22T21:46:25.354Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
90722025-05-22T21:46:25.354Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
90732025-05-22T21:46:25.354Z Fresh tokio-tungstenite v0.23.1
90742025-05-22T21:46:25.354Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
90752025-05-22T21:46:25.354Z Fresh mime_guess v2.0.5
90762025-05-22T21:46:25.354Z Fresh signal-hook-tokio v0.3.1
90772025-05-22T21:46:25.354Z Fresh rand_seeder v0.3.0
90782025-05-22T21:46:25.354Z Fresh pin-project-internal v1.1.6
90792025-05-22T21:46:25.354Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
90802025-05-22T21:46:25.354Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
90812025-05-22T21:46:25.354Z Fresh pin-project v1.1.6
90822025-05-22T21:46:25.354Z Fresh hyper-staticfile v0.10.1
90832025-05-22T21:46:25.354Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
90842025-05-22T21:46:25.354Z Fresh secrecy v0.8.0
90852025-05-22T21:46:25.354Z Fresh assert_matches v1.5.0
90862025-05-22T21:46:25.354Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
90872025-05-22T21:46:25.354Z Fresh event-listener v5.3.1
90882025-05-22T21:46:25.354Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
90892025-05-22T21:46:25.354Z Fresh snafu-derive v0.8.5
90902025-05-22T21:46:25.354Z Fresh event-listener-strategy v0.5.2
90912025-05-22T21:46:25.354Z Fresh olpc-cjson v0.1.4
90922025-05-22T21:46:25.354Z Fresh snafu v0.8.5
90932025-05-22T21:46:25.355Z Fresh serde_plain v1.0.2
90942025-05-22T21:46:25.355Z Fresh yansi v1.0.1
90952025-05-22T21:46:25.355Z Fresh typed-path v0.9.3
90962025-05-22T21:46:25.355Z Fresh fs-err v2.11.0
90972025-05-22T21:46:25.355Z Fresh tough v0.20.0
90982025-05-22T21:46:25.355Z Fresh pretty_assertions v1.4.1
90992025-05-22T21:46:25.355Z Fresh futures-lite v2.3.0
91002025-05-22T21:46:25.355Z Fresh parse-size v1.1.0
91012025-05-22T21:46:25.355Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
91022025-05-22T21:46:25.355Z Fresh io-lifetimes v1.0.11
91032025-05-22T21:46:25.355Z Fresh castaway v0.2.3
91042025-05-22T21:46:25.355Z Fresh indoc v2.0.6
91052025-05-22T21:46:25.355Z Fresh libz-sys v1.1.20
91062025-05-22T21:46:25.355Z Fresh rustix v0.37.28
91072025-05-22T21:46:25.355Z Fresh compact_str v0.8.0
91082025-05-22T21:46:25.381Z Fresh async-lock v3.4.0
91092025-05-22T21:46:25.381Z Fresh unicode-truncate v1.1.0
91102025-05-22T21:46:25.381Z Fresh polling v3.7.3
91112025-05-22T21:46:25.381Z Fresh lru v0.12.5
91122025-05-22T21:46:25.381Z Fresh instability v0.3.2
91132025-05-22T21:46:25.381Z Fresh csv-core v0.1.11
91142025-05-22T21:46:25.381Z Fresh cassowary v0.3.0
91152025-05-22T21:46:25.381Z Fresh is_ci v1.2.0
91162025-05-22T21:46:25.381Z Fresh libgit2-sys v0.17.0+1.8.1
91172025-05-22T21:46:25.381Z Fresh async-io v2.3.4
91182025-05-22T21:46:25.381Z Fresh terminal_size v0.2.6
91192025-05-22T21:46:25.381Z Fresh cargo_metadata v0.19.2
91202025-05-22T21:46:25.381Z Fresh supports-color v3.0.2
91212025-05-22T21:46:25.381Z Fresh csv v1.3.1
91222025-05-22T21:46:25.381Z Fresh ratatui v0.29.0
91232025-05-22T21:46:25.381Z Fresh polyval v0.6.2
91242025-05-22T21:46:25.381Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
91252025-05-22T21:46:25.381Z Fresh plotters-backend v0.3.7
91262025-05-22T21:46:25.381Z Fresh unicode-linebreak v0.1.5
91272025-05-22T21:46:25.381Z Fresh async-task v4.7.1
91282025-05-22T21:46:25.381Z Fresh smawk v0.3.2
91292025-05-22T21:46:25.381Z Fresh plotters-svg v0.3.7
91302025-05-22T21:46:25.381Z Fresh ghash v0.5.1
91312025-05-22T21:46:25.381Z Fresh git2 v0.19.0
91322025-05-22T21:46:25.382Z Fresh textwrap v0.16.1
91332025-05-22T21:46:25.382Z Fresh async-channel v2.3.1
91342025-05-22T21:46:25.382Z Fresh cargo_metadata v0.18.1
91352025-05-22T21:46:25.382Z Fresh piper v0.2.4
91362025-05-22T21:46:25.382Z Fresh ctr v0.9.2
91372025-05-22T21:46:25.382Z Fresh shell-words v1.1.0
91382025-05-22T21:46:25.382Z Fresh cast v0.3.0
91392025-05-22T21:46:25.382Z Fresh arrayref v0.3.9
91402025-05-22T21:46:25.382Z Fresh arrayvec v0.7.6
91412025-05-22T21:46:25.382Z Fresh constant_time_eq v0.3.1
91422025-05-22T21:46:25.382Z Fresh aes-gcm v0.10.3
91432025-05-22T21:46:25.382Z Fresh vergen v8.3.2
91442025-05-22T21:46:25.382Z Fresh blocking v1.6.1
91452025-05-22T21:46:25.382Z Fresh criterion-plot v0.5.0
91462025-05-22T21:46:25.382Z Fresh plotters v0.3.7
91472025-05-22T21:46:25.382Z Fresh async-executor v1.13.1
91482025-05-22T21:46:25.382Z Fresh async-signal v0.2.10
91492025-05-22T21:46:25.382Z Fresh ssh-encoding v0.2.0
91502025-05-22T21:46:25.382Z Fresh sct v0.7.1
91512025-05-22T21:46:25.382Z Fresh rustls-webpki v0.101.7
91522025-05-22T21:46:25.382Z Fresh blowfish v0.9.1
91532025-05-22T21:46:25.382Z Fresh tinytemplate v1.2.1
91542025-05-22T21:46:25.382Z Fresh rtoolbox v0.0.2
91552025-05-22T21:46:25.382Z Fresh oorandom v11.1.4
91562025-05-22T21:46:25.382Z Fresh event-listener v2.5.3
91572025-05-22T21:46:25.382Z Fresh anes v0.1.6
91582025-05-22T21:46:25.382Z Fresh bcrypt-pbkdf v0.10.0
91592025-05-22T21:46:25.382Z Fresh rpassword v7.3.1
91602025-05-22T21:46:25.382Z Fresh criterion v0.5.1
91612025-05-22T21:46:25.382Z Fresh async-channel v1.9.0
91622025-05-22T21:46:25.382Z Fresh ssh-cipher v0.2.0
91632025-05-22T21:46:25.382Z Fresh rustls v0.21.12
91642025-05-22T21:46:25.382Z Fresh async-process v2.3.0
91652025-05-22T21:46:25.382Z Fresh async-global-executor v2.4.1
91662025-05-22T21:46:25.382Z Fresh tui-tree-widget v0.23.0
91672025-05-22T21:46:25.382Z Fresh password-hash v0.4.2
91682025-05-22T21:46:25.382Z Fresh async-attributes v1.1.2
91692025-05-22T21:46:25.382Z Fresh kv-log-macro v1.0.7
91702025-05-22T21:46:25.382Z Fresh hex-literal v0.4.1
91712025-05-22T21:46:25.382Z Fresh futures-timer v3.0.3
91722025-05-22T21:46:25.383Z Fresh async-std v1.13.0
91732025-05-22T21:46:25.383Z Fresh pbkdf2 v0.11.0
91742025-05-22T21:46:25.383Z Fresh target-lexicon v0.13.2
91752025-05-22T21:46:25.383Z Fresh ssh-key v0.6.6
91762025-05-22T21:46:25.383Z Fresh tokio-rustls v0.24.1
91772025-05-22T21:46:25.383Z Fresh petname v2.0.2
91782025-05-22T21:46:25.383Z Fresh p256 v0.13.2
91792025-05-22T21:46:25.383Z Fresh p521 v0.13.3
91802025-05-22T21:46:25.383Z Fresh predicates-tree v1.0.12
91812025-05-22T21:46:25.383Z Fresh common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
91822025-05-22T21:46:25.383Z Fresh rustls-pemfile v1.0.4
91832025-05-22T21:46:25.383Z Fresh twox-hash v2.1.0
91842025-05-22T21:46:25.383Z Fresh memmap2 v0.9.5
91852025-05-22T21:46:25.383Z Fresh russh-cryptovec v0.7.3
91862025-05-22T21:46:25.383Z Fresh md5 v0.7.0
91872025-05-22T21:46:25.383Z Fresh sync-ptr v0.1.1
91882025-05-22T21:46:25.383Z Fresh blake3 v1.5.4
91892025-05-22T21:46:25.383Z Fresh russh-keys v0.45.0
91902025-05-22T21:46:25.383Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
91912025-05-22T21:46:25.383Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
91922025-05-22T21:46:25.383Z Fresh cfg-expr v0.18.0
91932025-05-22T21:46:25.383Z Fresh guppy-workspace-hack v0.1.0
91942025-05-22T21:46:25.383Z Fresh async-object-pool v0.1.5
91952025-05-22T21:46:25.383Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
91962025-05-22T21:46:25.383Z Fresh ignore v0.4.23
91972025-05-22T21:46:25.383Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
91982025-05-22T21:46:25.383Z Fresh httptest v0.16.3
91992025-05-22T21:46:25.383Z Fresh proc-macro-crate v3.2.0
92002025-05-22T21:46:25.383Z Fresh fatfs v0.3.6
92012025-05-22T21:46:25.383Z Fresh num-bigint v0.4.6
92022025-05-22T21:46:25.383Z Fresh rustls-native-certs v0.7.3
92032025-05-22T21:46:25.383Z Fresh des v0.8.1
92042025-05-22T21:46:25.383Z Fresh serde_regex v1.1.0
92052025-05-22T21:46:25.383Z Fresh assert-json-diff v2.0.2
92062025-05-22T21:46:25.383Z Fresh path-tree v0.8.1
92072025-05-22T21:46:25.383Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
92082025-05-22T21:46:25.410Z Fresh escape8259 v0.5.3
92092025-05-22T21:46:25.410Z Fresh topological-sort v0.2.2
92102025-05-22T21:46:25.410Z Fresh relative-path v1.9.3
92112025-05-22T21:46:25.410Z Fresh stringmetrics v2.2.2
92122025-05-22T21:46:25.410Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
92132025-05-22T21:46:25.410Z Fresh libtest-mimic v0.8.1
92142025-05-22T21:46:25.410Z Fresh russh v0.45.0
92152025-05-22T21:46:25.410Z Fresh hyper-rustls v0.26.0
92162025-05-22T21:46:25.410Z Fresh httpmock v0.8.0-alpha.1
92172025-05-22T21:46:25.410Z Fresh rstest_macros v0.24.0
92182025-05-22T21:46:25.410Z Fresh omicron-zone-package v0.12.2
92192025-05-22T21:46:25.410Z Fresh globwalk v0.9.1
92202025-05-22T21:46:25.410Z Fresh target-spec v3.4.2
92212025-05-22T21:46:25.410Z Fresh target-triple v0.1.3
92222025-05-22T21:46:25.410Z Fresh doc-comment v0.3.3
92232025-05-22T21:46:25.410Z Fresh blake2b_simd v1.0.2
92242025-05-22T21:46:25.410Z Fresh fancy-regex v0.14.0
92252025-05-22T21:46:25.410Z Fresh pathdiff v0.2.3
92262025-05-22T21:46:25.410Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
92272025-05-22T21:46:25.410Z Fresh uzers v0.12.1
92282025-05-22T21:46:25.410Z Fresh nested v0.1.1
92292025-05-22T21:46:25.410Z Fresh internet-checksum v0.2.1
92302025-05-22T21:46:25.410Z Fresh datatest-stable v0.3.2
92312025-05-22T21:46:25.410Z Fresh trybuild v1.0.103
92322025-05-22T21:46:25.410Z Fresh rust-argon2 v2.1.0
92332025-05-22T21:46:25.410Z Fresh assert_cmd v2.0.17
92342025-05-22T21:46:25.410Z Fresh guppy v0.17.18
92352025-05-22T21:46:25.410Z Fresh camino-tempfile-ext v0.3.0
92362025-05-22T21:46:25.410Z Fresh rstest v0.24.0
92372025-05-22T21:46:25.410Z Fresh partial-io v0.5.4
92382025-05-22T21:46:25.410Z Fresh similar-asserts v1.7.0
92392025-05-22T21:46:25.410Z Fresh rand_distr v0.4.3
92402025-05-22T21:46:25.411Z Fresh approx v0.5.1
92412025-05-22T21:46:25.411Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
92422025-05-22T21:46:25.411Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
92432025-05-22T21:46:25.411Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
92442025-05-22T21:46:25.411Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
92452025-05-22T21:46:25.411Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
92462025-05-22T21:46:25.411Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
92472025-05-22T21:46:25.411Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
92482025-05-22T21:46:25.411Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
92492025-05-22T21:46:25.411Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
92502025-05-22T21:46:25.411Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
92512025-05-22T21:46:25.411Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
92522025-05-22T21:46:25.411Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
92532025-05-22T21:46:25.411Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
92542025-05-22T21:46:25.411Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
92552025-05-22T21:46:25.411Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
92562025-05-22T21:46:25.411Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
92572025-05-22T21:46:25.411Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
92582025-05-22T21:46:25.411Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
92592025-05-22T21:46:25.411Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
92602025-05-22T21:46:25.411Z Fresh sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
92612025-05-22T21:46:25.411Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
92622025-05-22T21:46:25.411Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
92632025-05-22T21:46:25.411Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
92642025-05-22T21:46:25.411Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
92652025-05-22T21:46:25.411Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
92662025-05-22T21:46:25.411Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
92672025-05-22T21:46:25.411Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
92682025-05-22T21:46:25.411Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
92692025-05-22T21:46:25.411Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
92702025-05-22T21:46:25.411Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
92712025-05-22T21:46:25.411Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
92722025-05-22T21:46:25.411Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
92732025-05-22T21:46:25.411Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
92742025-05-22T21:46:25.411Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
92752025-05-22T21:46:25.411Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
92762025-05-22T21:46:25.411Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
92772025-05-22T21:46:25.411Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
92782025-05-22T21:46:25.411Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
92792025-05-22T21:46:25.412Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
92802025-05-22T21:46:25.412Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
92812025-05-22T21:46:25.412Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
92822025-05-22T21:46:25.412Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
92832025-05-22T21:46:25.412Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
92842025-05-22T21:46:25.412Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
92852025-05-22T21:46:25.412Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
92862025-05-22T21:46:25.412Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
92872025-05-22T21:46:25.412Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
92882025-05-22T21:46:25.412Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
92892025-05-22T21:46:25.412Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
92902025-05-22T21:46:25.412Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
92912025-05-22T21:46:25.412Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
92922025-05-22T21:46:25.412Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
92932025-05-22T21:46:25.412Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
92942025-05-22T21:46:25.412Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
92952025-05-22T21:46:25.412Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
92962025-05-22T21:46:25.412Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
92972025-05-22T21:46:25.412Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
92982025-05-22T21:46:25.412Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
92992025-05-22T21:46:25.412Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
93002025-05-22T21:46:25.412Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
93012025-05-22T21:46:25.412Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
93022025-05-22T21:46:25.412Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
93032025-05-22T21:46:25.412Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
93042025-05-22T21:46:25.412Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
93052025-05-22T21:46:25.412Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
93062025-05-22T21:46:25.412Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
93072025-05-22T21:46:25.412Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
93082025-05-22T21:46:25.438Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
93092025-05-22T21:46:25.438Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
93102025-05-22T21:46:25.438Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
93112025-05-22T21:46:25.438Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
93122025-05-22T21:46:25.438Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
93132025-05-22T21:46:25.438Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
93142025-05-22T21:46:25.438Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
93152025-05-22T21:46:25.438Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
93162025-05-22T21:46:25.438Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
93172025-05-22T21:46:25.438Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
93182025-05-22T21:46:25.438Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
93192025-05-22T21:46:25.438Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
93202025-05-22T21:46:25.438Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
93212025-05-22T21:46:25.438Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
93222025-05-22T21:46:25.438Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
93232025-05-22T21:46:25.439Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
93242025-05-22T21:46:25.439Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
93252025-05-22T21:46:25.439Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
93262025-05-22T21:46:25.439Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
93272025-05-22T21:46:25.439Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
93282025-05-22T21:46:25.439Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
93292025-05-22T21:46:25.439Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
93302025-05-22T21:46:25.439Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
93312025-05-22T21:46:25.439Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
93322025-05-22T21:46:25.439Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
93332025-05-22T21:46:25.439Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
93342025-05-22T21:46:25.439Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
93352025-05-22T21:46:25.439Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
93362025-05-22T21:46:25.439Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
93372025-05-22T21:46:25.439Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
93382025-05-22T21:46:25.439Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
93392025-05-22T21:46:25.439Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
93402025-05-22T21:46:25.439Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
93412025-05-22T21:46:25.439Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
93422025-05-22T21:46:25.439Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
93432025-05-22T21:46:25.439Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
93442025-05-22T21:46:25.439Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
93452025-05-22T21:46:25.439Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
93462025-05-22T21:46:25.439Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
93472025-05-22T21:46:25.439Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
93482025-05-22T21:46:25.439Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
93492025-05-22T21:46:25.439Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
93502025-05-22T21:46:25.439Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
93512025-05-22T21:46:25.439Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
93522025-05-22T21:46:25.439Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
93532025-05-22T21:46:25.439Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
93542025-05-22T21:46:25.439Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
93552025-05-22T21:46:25.439Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
93562025-05-22T21:46:25.439Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
93572025-05-22T21:46:25.439Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
93582025-05-22T21:46:25.439Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
93592025-05-22T21:46:25.439Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
93602025-05-22T21:46:25.439Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
93612025-05-22T21:46:25.439Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
93622025-05-22T21:46:25.440Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
93632025-05-22T21:46:25.440Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
93642025-05-22T21:46:25.440Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
93652025-05-22T21:46:25.440Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
93662025-05-22T21:46:25.440Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
93672025-05-22T21:46:25.440Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
93682025-05-22T21:46:25.440Z Fresh id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
93692025-05-22T21:46:25.440Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
93702025-05-22T21:46:25.440Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
93712025-05-22T21:46:25.440Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3.24s
93722025-05-22T21:46:25.440Z Doc-tests api_identity
93732025-05-22T21:46:25.440Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c75cee37aee73d50.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.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`
93742025-05-22T21:46:25.591Z
93752025-05-22T21:46:25.591Zrunning 0 tests
93762025-05-22T21:46:25.591Z
93772025-05-22T21:46:25.616Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93782025-05-22T21:46:25.616Z
93792025-05-22T21:46:25.643Z Doc-tests authz_macros
93802025-05-22T21:46:25.643Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e11fb5587f679297.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-b1334028fa044a6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a041e6542cd42be6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c0d3326f90e6d1d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.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`
93812025-05-22T21:46:25.798Z
93822025-05-22T21:46:25.798Zrunning 7 tests
93832025-05-22T21:46:25.823Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
93842025-05-22T21:46:25.823Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
93852025-05-22T21:46:25.823Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
93862025-05-22T21:46:25.823Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
93872025-05-22T21:46:25.824Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
93882025-05-22T21:46:25.824Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
93892025-05-22T21:46:25.824Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
93902025-05-22T21:46:25.824Z
93912025-05-22T21:46:25.824Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
93922025-05-22T21:46:25.824Z
93932025-05-22T21:46:25.849Z Doc-tests bootstore
93942025-05-22T21:46:25.849Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-baeff8589e43a779.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-793e67e6a38393d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-566f88cfd11bd304.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-85cdd742a5123a32.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-3c5ca9db08553e22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6bf1502fcb651c82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-82f5b5779c10b7f8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d48eec03d2eb3b3a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.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`
93952025-05-22T21:46:26.866Z
93962025-05-22T21:46:26.866Zrunning 0 tests
93972025-05-22T21:46:26.866Z
93982025-05-22T21:46:26.867Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93992025-05-22T21:46:26.867Z
94002025-05-22T21:46:26.931Z Doc-tests bootstrap_agent_api
94012025-05-22T21:46:26.932Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-28c94b5b1ba9bebe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94022025-05-22T21:46:27.479Z
94032025-05-22T21:46:27.479Zrunning 2 tests
94042025-05-22T21:46:27.505Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
94052025-05-22T21:46:27.505Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
94062025-05-22T21:46:27.505Z
94072025-05-22T21:46:27.505Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
94082025-05-22T21:46:27.505Z
94092025-05-22T21:46:27.550Z Doc-tests bootstrap_agent_client
94102025-05-22T21:46:27.550Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f2622ce25bc38426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5ad3554f8389aea7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94112025-05-22T21:46:28.898Z
94122025-05-22T21:46:28.898Zrunning 0 tests
94132025-05-22T21:46:28.898Z
94142025-05-22T21:46:28.898Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94152025-05-22T21:46:28.898Z
94162025-05-22T21:46:28.987Z Doc-tests clickana
94172025-05-22T21:46:28.987Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-7b7067671cdfbbb5.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-46237a27e33a0ab0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-daeb11303b9f9ecb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94182025-05-22T21:46:29.580Z
94192025-05-22T21:46:29.580Zrunning 0 tests
94202025-05-22T21:46:29.580Z
94212025-05-22T21:46:29.580Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94222025-05-22T21:46:29.580Z
94232025-05-22T21:46:29.638Z Doc-tests clickhouse_admin_api
94242025-05-22T21:46:29.638Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-17fe9c93e589ce58.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94252025-05-22T21:46:30.031Z
94262025-05-22T21:46:30.031Zrunning 6 tests
94272025-05-22T21:46:30.058Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 37) ... ignored
94282025-05-22T21:46:30.058Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 43) ... ignored
94292025-05-22T21:46:30.058Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 115) ... ignored
94302025-05-22T21:46:30.058Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 121) ... ignored
94312025-05-22T21:46:30.058Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 180) ... ignored
94322025-05-22T21:46:30.058Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 186) ... ignored
94332025-05-22T21:46:30.058Z
94342025-05-22T21:46:30.058Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
94352025-05-22T21:46:30.058Z
94362025-05-22T21:46:30.084Z Doc-tests clickhouse_admin_keeper_client
94372025-05-22T21:46:30.084Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1cd817a3f34bbccd.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6be92b314cd65509.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94382025-05-22T21:46:30.931Z
94392025-05-22T21:46:30.931Zrunning 0 tests
94402025-05-22T21:46:30.931Z
94412025-05-22T21:46:30.931Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94422025-05-22T21:46:30.931Z
94432025-05-22T21:46:31.001Z Doc-tests clickhouse_admin_server_client
94442025-05-22T21:46:31.001Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1cd817a3f34bbccd.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-46237a27e33a0ab0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94452025-05-22T21:46:31.814Z
94462025-05-22T21:46:31.814Zrunning 0 tests
94472025-05-22T21:46:31.814Z
94482025-05-22T21:46:31.814Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94492025-05-22T21:46:31.814Z
94502025-05-22T21:46:31.874Z Doc-tests clickhouse_admin_single_client
94512025-05-22T21:46:31.874Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1cd817a3f34bbccd.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-97d9e3ee3bd7112d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94522025-05-22T21:46:32.218Z
94532025-05-22T21:46:32.218Zrunning 0 tests
94542025-05-22T21:46:32.218Z
94552025-05-22T21:46:32.218Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94562025-05-22T21:46:32.218Z
94572025-05-22T21:46:32.291Z Doc-tests clickhouse_admin_test_utils
94582025-05-22T21:46:32.291Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-99e741043228244f.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-a3e5c9b63562ec10.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1fc7900a737aa7c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94592025-05-22T21:46:32.616Z
94602025-05-22T21:46:32.616Zrunning 0 tests
94612025-05-22T21:46:32.616Z
94622025-05-22T21:46:32.616Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94632025-05-22T21:46:32.616Z
94642025-05-22T21:46:32.667Z Doc-tests clickhouse_admin_types
94652025-05-22T21:46:32.667Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2ed982ab574d3381.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f350214c5e77f4cb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94662025-05-22T21:46:33.470Z
94672025-05-22T21:46:33.470Zrunning 0 tests
94682025-05-22T21:46:33.470Z
94692025-05-22T21:46:33.470Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94702025-05-22T21:46:33.470Z
94712025-05-22T21:46:33.541Z Doc-tests cockroach_admin_api
94722025-05-22T21:46:33.541Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6a45427520c95b61.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5bc34f4a7d38bdaa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94732025-05-22T21:46:33.874Z
94742025-05-22T21:46:33.874Zrunning 2 tests
94752025-05-22T21:46:33.900Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 23) ... ignored
94762025-05-22T21:46:33.900Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 29) ... ignored
94772025-05-22T21:46:33.900Z
94782025-05-22T21:46:33.900Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
94792025-05-22T21:46:33.900Z
94802025-05-22T21:46:33.926Z Doc-tests cockroach_admin_client
94812025-05-22T21:46:33.926Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1cd817a3f34bbccd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-70987375fdf21863.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94822025-05-22T21:46:34.347Z
94832025-05-22T21:46:34.347Zrunning 0 tests
94842025-05-22T21:46:34.347Z
94852025-05-22T21:46:34.347Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94862025-05-22T21:46:34.347Z
94872025-05-22T21:46:34.392Z Doc-tests cockroach_admin_types
94882025-05-22T21:46:34.393Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1cd817a3f34bbccd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5bc34f4a7d38bdaa.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-86c99ae0df69156e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94892025-05-22T21:46:34.617Z
94902025-05-22T21:46:34.617Zrunning 0 tests
94912025-05-22T21:46:34.617Z
94922025-05-22T21:46:34.617Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94932025-05-22T21:46:34.617Z
94942025-05-22T21:46:34.651Z Doc-tests db_macros
94952025-05-22T21:46:34.651Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3bf705d51a8bc27f.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-b1334028fa044a6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a041e6542cd42be6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c0d3326f90e6d1d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.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`
94962025-05-22T21:46:35.012Z
94972025-05-22T21:46:35.012Zrunning 3 tests
94982025-05-22T21:46:35.038Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
94992025-05-22T21:46:35.038Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored
95002025-05-22T21:46:35.038Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored
95012025-05-22T21:46:35.039Z
95022025-05-22T21:46:35.039Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
95032025-05-22T21:46:35.039Z
95042025-05-22T21:46:35.066Z Doc-tests dev_tools_common
95052025-05-22T21:46:35.066Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9282409af6c7406f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95062025-05-22T21:46:35.162Z
95072025-05-22T21:46:35.162Zrunning 0 tests
95082025-05-22T21:46:35.162Z
95092025-05-22T21:46:35.162Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95102025-05-22T21:46:35.162Z
95112025-05-22T21:46:35.192Z Doc-tests dns_server
95122025-05-22T21:46:35.192Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-043cbc8d74749c70.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-937926e7fb09cd39.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-059aaaeb79586350.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-6e5529a61faa4dd6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0a918b55e10e43c7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-205871702b3c1b92.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0dba5871d0ebce1f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95132025-05-22T21:46:35.726Z
95142025-05-22T21:46:35.726Zrunning 0 tests
95152025-05-22T21:46:35.726Z
95162025-05-22T21:46:35.726Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95172025-05-22T21:46:35.726Z
95182025-05-22T21:46:35.780Z Doc-tests dns_server_api
95192025-05-22T21:46:35.780Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1cd817a3f34bbccd.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-937926e7fb09cd39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-87a105be0507419e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95202025-05-22T21:46:36.136Z
95212025-05-22T21:46:36.136Zrunning 2 tests
95222025-05-22T21:46:36.162Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 134) ... ignored
95232025-05-22T21:46:36.162Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 140) ... ignored
95242025-05-22T21:46:36.162Z
95252025-05-22T21:46:36.162Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
95262025-05-22T21:46:36.162Z
95272025-05-22T21:46:36.188Z Doc-tests dns_service_client
95282025-05-22T21:46:36.188Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1cd817a3f34bbccd.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95292025-05-22T21:46:36.665Z
95302025-05-22T21:46:36.665Zrunning 0 tests
95312025-05-22T21:46:36.665Z
95322025-05-22T21:46:36.665Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95332025-05-22T21:46:36.665Z
95342025-05-22T21:46:36.722Z Doc-tests end_to_end_tests
95352025-05-22T21:46:36.771Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f0d665ae03ab89d5.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-fd7b18baabde37d4.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-02e6b6fad40b2e48.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-92f62310814306e7.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a0f33cd7a4ab4412.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-23b351af86b286e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-931dea1dd8118a38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f852f226b4693343.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-f5e849113d2c6b1b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-c0d48df8e813928a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95362025-05-22T21:46:37.346Z
95372025-05-22T21:46:37.346Zrunning 0 tests
95382025-05-22T21:46:37.346Z
95392025-05-22T21:46:37.346Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95402025-05-22T21:46:37.346Z
95412025-05-22T21:46:37.409Z Doc-tests ereport_types
95422025-05-22T21:46:37.409Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1839dbb889cbb915.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-280fecc7b698028f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95432025-05-22T21:46:37.753Z
95442025-05-22T21:46:37.753Zrunning 0 tests
95452025-05-22T21:46:37.753Z
95462025-05-22T21:46:37.753Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95472025-05-22T21:46:37.753Z
95482025-05-22T21:46:37.801Z Doc-tests gateway_api
95492025-05-22T21:46:37.801Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1839dbb889cbb915.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-280fecc7b698028f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-6694872af3218eb5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-974b4896704c0746.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95502025-05-22T21:46:38.315Z
95512025-05-22T21:46:38.315Zrunning 2 tests
95522025-05-22T21:46:38.342Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 48) ... ignored
95532025-05-22T21:46:38.342Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 54) ... ignored
95542025-05-22T21:46:38.342Z
95552025-05-22T21:46:38.342Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
95562025-05-22T21:46:38.342Z
95572025-05-22T21:46:38.368Z Doc-tests gateway_client
95582025-05-22T21:46:38.368Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-47534339b40df4f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f350214c5e77f4cb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95592025-05-22T21:46:39.839Z
95602025-05-22T21:46:39.839Zrunning 0 tests
95612025-05-22T21:46:39.839Z
95622025-05-22T21:46:39.839Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95632025-05-22T21:46:39.839Z
95642025-05-22T21:46:39.905Z Doc-tests gateway_test_utils
95652025-05-22T21:46:39.905Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-99e741043228244f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b6fec43e878afad.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-974b4896704c0746.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-1262476b355dfc32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-dbb95394240ae42c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95662025-05-22T21:46:40.671Z
95672025-05-22T21:46:40.671Zrunning 0 tests
95682025-05-22T21:46:40.671Z
95692025-05-22T21:46:40.671Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95702025-05-22T21:46:40.671Z
95712025-05-22T21:46:40.756Z Doc-tests gateway_types
95722025-05-22T21:46:40.756Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-974b4896704c0746.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2c32153211f3719b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95732025-05-22T21:46:41.516Z
95742025-05-22T21:46:41.516Zrunning 0 tests
95752025-05-22T21:46:41.516Z
95762025-05-22T21:46:41.516Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95772025-05-22T21:46:41.516Z
95782025-05-22T21:46:41.570Z Doc-tests gfss
95792025-05-22T21:46:41.570Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1d6ab4ed8afa3f4c.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0b22b1fb87a5c9d8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6bf1502fcb651c82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95802025-05-22T21:46:41.767Z
95812025-05-22T21:46:41.767Zrunning 0 tests
95822025-05-22T21:46:41.767Z
95832025-05-22T21:46:41.767Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95842025-05-22T21:46:41.767Z
95852025-05-22T21:46:41.799Z Doc-tests id_map
95862025-05-22T21:46:41.799Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f350214c5e77f4cb.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-85e23b5420a509ee.so --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95872025-05-22T21:46:41.970Z
95882025-05-22T21:46:41.970Zrunning 0 tests
95892025-05-22T21:46:41.970Z
95902025-05-22T21:46:41.971Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95912025-05-22T21:46:41.971Z
95922025-05-22T21:46:41.997Z Doc-tests illumos_utils
95932025-05-22T21:46:42.025Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-87cbca4990a29b56.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-7ad9fe31fb5e4172.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-585a69e7b541d637.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-a2e29396d1392be0.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-cb797a97a5615274.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5ad3554f8389aea7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-521af590f1ebdea1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ef3831e116aacf0b.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`
95942025-05-22T21:46:42.980Z
95952025-05-22T21:46:42.980Zrunning 0 tests
95962025-05-22T21:46:42.980Z
95972025-05-22T21:46:42.980Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95982025-05-22T21:46:42.980Z
95992025-05-22T21:46:43.067Z Doc-tests installinator
96002025-05-22T21:46:43.067Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6fd1820348c63f7e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ee912c437156fb5c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f350214c5e77f4cb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e457768128836586.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-f62393ede4ad1787.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-d16e7d445911b948.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fde91e02b5e34bee.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2c32153211f3719b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec08e09067973eb9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-57cf90e9fc8efcd8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c8a4237251da16e2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-4be5539cfba170a3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0dba5871d0ebce1f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3f1179eed97634f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.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`
96012025-05-22T21:46:43.965Z
96022025-05-22T21:46:43.965Zrunning 0 tests
96032025-05-22T21:46:43.965Z
96042025-05-22T21:46:43.965Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96052025-05-22T21:46:43.965Z
96062025-05-22T21:46:44.044Z Doc-tests installinator_api
96072025-05-22T21:46:44.044Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0df341b0b4229909.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fde91e02b5e34bee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96082025-05-22T21:46:44.504Z
96092025-05-22T21:46:44.504Zrunning 2 tests
96102025-05-22T21:46:44.529Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
96112025-05-22T21:46:44.530Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
96122025-05-22T21:46:44.530Z
96132025-05-22T21:46:44.530Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
96142025-05-22T21:46:44.530Z
96152025-05-22T21:46:44.572Z Doc-tests installinator_client
96162025-05-22T21:46:44.572Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d16e7d445911b948.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fde91e02b5e34bee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5ad3554f8389aea7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96172025-05-22T21:46:45.798Z
96182025-05-22T21:46:45.798Zrunning 0 tests
96192025-05-22T21:46:45.798Z
96202025-05-22T21:46:45.798Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96212025-05-22T21:46:45.798Z
96222025-05-22T21:46:45.869Z Doc-tests installinator_common
96232025-05-22T21:46:45.869Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fde91e02b5e34bee.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96242025-05-22T21:46:46.421Z
96252025-05-22T21:46:46.421Zrunning 0 tests
96262025-05-22T21:46:46.421Z
96272025-05-22T21:46:46.421Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96282025-05-22T21:46:46.421Z
96292025-05-22T21:46:46.485Z Doc-tests internal_dns_resolver
96302025-05-22T21:46:46.485Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-043cbc8d74749c70.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-205871702b3c1b92.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96312025-05-22T21:46:46.885Z
96322025-05-22T21:46:46.885Zrunning 0 tests
96332025-05-22T21:46:46.885Z
96342025-05-22T21:46:46.885Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96352025-05-22T21:46:46.885Z
96362025-05-22T21:46:46.934Z Doc-tests internal_dns_types
96372025-05-22T21:46:46.934Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96382025-05-22T21:46:47.420Z
96392025-05-22T21:46:47.420Zrunning 0 tests
96402025-05-22T21:46:47.420Z
96412025-05-22T21:46:47.420Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96422025-05-22T21:46:47.420Z
96432025-05-22T21:46:47.475Z Doc-tests ipcc
96442025-05-22T21:46:47.475Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-85cdd742a5123a32.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2c32153211f3719b.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-8c157499cf53fa6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96452025-05-22T21:46:47.695Z
96462025-05-22T21:46:47.695Zrunning 0 tests
96472025-05-22T21:46:47.695Z
96482025-05-22T21:46:47.695Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96492025-05-22T21:46:47.695Z
96502025-05-22T21:46:47.759Z Doc-tests key_manager
96512025-05-22T21:46:47.759Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-178f17d25fe9aeb4.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-3c5ca9db08553e22.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-07c8cab37eeeb7eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6bf1502fcb651c82.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-82f5b5779c10b7f8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96522025-05-22T21:46:48.129Z
96532025-05-22T21:46:48.129Zrunning 0 tests
96542025-05-22T21:46:48.129Z
96552025-05-22T21:46:48.129Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96562025-05-22T21:46:48.129Z
96572025-05-22T21:46:48.181Z Doc-tests live_tests_macros
96582025-05-22T21:46:48.182Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2f7fb2aae2e09cd4.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.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`
96592025-05-22T21:46:48.300Z
96602025-05-22T21:46:48.301Zrunning 1 test
96612025-05-22T21:46:48.327Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
96622025-05-22T21:46:48.327Z
96632025-05-22T21:46:48.327Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
96642025-05-22T21:46:48.327Z
96652025-05-22T21:46:48.327Z Doc-tests nexus_auth
96662025-05-22T21:46:48.327Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-e11fb5587f679297.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-0363576967932e69.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8de967e119dd7c6d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-50f58f309299c75f.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-50572f26de7b4fbc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dd3873209fa27529.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-64cc10dbaf5d8758.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-15bf0ae14dfc2404.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.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`
96672025-05-22T21:46:49.664Z
96682025-05-22T21:46:49.664Zrunning 0 tests
96692025-05-22T21:46:49.664Z
96702025-05-22T21:46:49.664Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96712025-05-22T21:46:49.664Z
96722025-05-22T21:46:49.759Z Doc-tests nexus_background_task_interface
96732025-05-22T21:46:49.759Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-43d699029504d7ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96742025-05-22T21:46:49.898Z
96752025-05-22T21:46:49.898Zrunning 0 tests
96762025-05-22T21:46:49.898Z
96772025-05-22T21:46:49.898Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96782025-05-22T21:46:49.898Z
96792025-05-22T21:46:49.924Z Doc-tests nexus_client
96802025-05-22T21:46:49.924Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1cd817a3f34bbccd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5ad3554f8389aea7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96812025-05-22T21:46:53.170Z
96822025-05-22T21:46:53.170Zrunning 0 tests
96832025-05-22T21:46:53.170Z
96842025-05-22T21:46:53.170Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96852025-05-22T21:46:53.170Z
96862025-05-22T21:46:53.283Z Doc-tests nexus_config
96872025-05-22T21:46:53.283Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96882025-05-22T21:46:54.171Z
96892025-05-22T21:46:54.171Zrunning 0 tests
96902025-05-22T21:46:54.171Z
96912025-05-22T21:46:54.172Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96922025-05-22T21:46:54.172Z
96932025-05-22T21:46:54.238Z Doc-tests nexus_db_errors
96942025-05-22T21:46:54.238Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ac940d7a2dea05c4.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-50f58f309299c75f.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-773de5c5e04868fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96952025-05-22T21:46:54.797Z
96962025-05-22T21:46:54.797Zrunning 0 tests
96972025-05-22T21:46:54.797Z
96982025-05-22T21:46:54.797Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96992025-05-22T21:46:54.797Z
97002025-05-22T21:46:54.862Z Doc-tests nexus_db_fixed_data
97012025-05-22T21:46:54.862Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-50572f26de7b4fbc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.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`
97022025-05-22T21:46:55.481Z
97032025-05-22T21:46:55.481Zrunning 0 tests
97042025-05-22T21:46:55.481Z
97052025-05-22T21:46:55.482Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97062025-05-22T21:46:55.482Z
97072025-05-22T21:46:55.544Z Doc-tests nexus_db_lookup
97082025-05-22T21:46:55.544Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-05f05592b2043506.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3bf705d51a8bc27f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ac940d7a2dea05c4.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-82140cfd9311126d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-50f58f309299c75f.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-773de5c5e04868fa.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c8318a6cd0b3b1b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c339136713dd47b6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.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`
97092025-05-22T21:46:56.788Z
97102025-05-22T21:46:56.788Zrunning 0 tests
97112025-05-22T21:46:56.788Z
97122025-05-22T21:46:56.788Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97132025-05-22T21:46:56.788Z
97142025-05-22T21:46:56.837Z Doc-tests nexus_db_model
97152025-05-22T21:46:56.837Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3bf705d51a8bc27f.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-85e23b5420a509ee.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ac940d7a2dea05c4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c339136713dd47b6.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6420efae7cb728cf.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a7fea1c3730556fb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-43ee184755a254a4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7babaaf4dc334ecd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.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`
97162025-05-22T21:47:02.028Z
97172025-05-22T21:47:02.028Zrunning 2 tests
97182025-05-22T21:47:05.165Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
97192025-05-22T21:47:05.192Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
97202025-05-22T21:47:05.192Z
97212025-05-22T21:47:05.192Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.14s
97222025-05-22T21:47:05.192Z
97232025-05-22T21:47:05.353Z Doc-tests nexus_db_queries
97242025-05-22T21:47:05.403Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-05f05592b2043506.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-84e797a2d3eb2d0c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-13e0849623785201.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3bf705d51a8bc27f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ac940d7a2dea05c4.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-82140cfd9311126d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a2b9e53f46bc5663.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-50f58f309299c75f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-773de5c5e04868fa.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-50572f26de7b4fbc.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c8318a6cd0b3b1b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c339136713dd47b6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7f8c95ada91691fa.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c9aa51029d55f966.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52b67f6e83ede749.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-23b351af86b286e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-64cc10dbaf5d8758.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d122a0cd649f2f6a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-14b6e25768d4002a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-21d72b11cf8192de.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-43ee184755a254a4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-06402b32ad514be7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7babaaf4dc334ecd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-2b3377333019c1f2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.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`
97252025-05-22T21:47:08.422Z
97262025-05-22T21:47:08.422Zrunning 1 test
97272025-05-22T21:47:13.100Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 394) ... ok
97282025-05-22T21:47:13.100Z
97292025-05-22T21:47:13.100Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.68s
97302025-05-22T21:47:13.126Z
97312025-05-22T21:47:13.288Z Doc-tests nexus_db_schema
97322025-05-22T21:47:13.315Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ac940d7a2dea05c4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c339136713dd47b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97332025-05-22T21:47:21.625Z
97342025-05-22T21:47:21.625Zrunning 0 tests
97352025-05-22T21:47:21.625Z
97362025-05-22T21:47:21.625Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97372025-05-22T21:47:21.625Z
97382025-05-22T21:47:21.952Z Doc-tests nexus_defaults
97392025-05-22T21:47:21.953Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f650cf923ca8fbb1.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6420efae7cb728cf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97402025-05-22T21:47:22.320Z
97412025-05-22T21:47:22.320Zrunning 0 tests
97422025-05-22T21:47:22.320Z
97432025-05-22T21:47:22.320Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97442025-05-22T21:47:22.320Z
97452025-05-22T21:47:22.370Z Doc-tests nexus_external_api
97462025-05-22T21:47:22.370Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-2927ff97a439486e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-87a105be0507419e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d9bbcb5bbc5388a2.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ce697cc2b74c394e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97472025-05-22T21:47:23.255Z
97482025-05-22T21:47:23.255Zrunning 2 tests
97492025-05-22T21:47:23.281Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 84) ... ignored
97502025-05-22T21:47:23.281Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 90) ... ignored
97512025-05-22T21:47:23.281Z
97522025-05-22T21:47:23.281Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
97532025-05-22T21:47:23.281Z
97542025-05-22T21:47:23.332Z Doc-tests nexus_internal_api
97552025-05-22T21:47:23.333Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1839dbb889cbb915.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-66f373a1e2f80658.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97562025-05-22T21:47:24.045Z
97572025-05-22T21:47:24.045Zrunning 2 tests
97582025-05-22T21:47:24.071Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 64) ... ignored
97592025-05-22T21:47:24.071Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 70) ... ignored
97602025-05-22T21:47:24.071Z
97612025-05-22T21:47:24.071Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
97622025-05-22T21:47:24.071Z
97632025-05-22T21:47:24.112Z Doc-tests nexus_inventory
97642025-05-22T21:47:24.112Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6be92b314cd65509.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-46237a27e33a0ab0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b6fec43e878afad.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7f8c95ada91691fa.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-23b351af86b286e1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-c34e3f0d4b218dc7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97652025-05-22T21:47:24.683Z
97662025-05-22T21:47:24.683Zrunning 0 tests
97672025-05-22T21:47:24.683Z
97682025-05-22T21:47:24.683Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97692025-05-22T21:47:24.683Z
97702025-05-22T21:47:24.747Z Doc-tests nexus_macros_common
97712025-05-22T21:47:24.747Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b1334028fa044a6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97722025-05-22T21:47:24.865Z
97732025-05-22T21:47:24.865Zrunning 0 tests
97742025-05-22T21:47:24.865Z
97752025-05-22T21:47:24.865Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97762025-05-22T21:47:24.865Z
97772025-05-22T21:47:24.891Z Doc-tests nexus_metrics_producer_gc
97782025-05-22T21:47:24.891Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-05f05592b2043506.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ac940d7a2dea05c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-b8eab7450ece552e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c339136713dd47b6.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-c4af815dc89830dc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52b67f6e83ede749.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-dfffbb5b0006795e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.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`
97792025-05-22T21:47:25.584Z
97802025-05-22T21:47:25.584Zrunning 0 tests
97812025-05-22T21:47:25.584Z
97822025-05-22T21:47:25.584Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97832025-05-22T21:47:25.584Z
97842025-05-22T21:47:25.686Z Doc-tests nexus_mgs_updates
97852025-05-22T21:47:25.686Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b6fec43e878afad.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aba008871031d993.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-134bca3b93585162.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f9c9c39d28fb8e6b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-299899adb86beeea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-dbb95394240ae42c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97862025-05-22T21:47:26.264Z
97872025-05-22T21:47:26.264Zrunning 0 tests
97882025-05-22T21:47:26.265Z
97892025-05-22T21:47:26.265Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97902025-05-22T21:47:26.265Z
97912025-05-22T21:47:26.327Z Doc-tests nexus_networking
97922025-05-22T21:47:26.327Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-86316886c4cceb3b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c8318a6cd0b3b1b6.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9af4cf48550384b9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97932025-05-22T21:47:27.001Z
97942025-05-22T21:47:27.001Zrunning 0 tests
97952025-05-22T21:47:27.002Z
97962025-05-22T21:47:27.002Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97972025-05-22T21:47:27.002Z
97982025-05-22T21:47:27.077Z Doc-tests nexus_reconfigurator_blippy
97992025-05-22T21:47:27.077Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9eeee9387e412400.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c9aa51029d55f966.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98002025-05-22T21:47:27.608Z
98012025-05-22T21:47:27.608Zrunning 0 tests
98022025-05-22T21:47:27.608Z
98032025-05-22T21:47:27.608Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98042025-05-22T21:47:27.608Z
98052025-05-22T21:47:27.670Z Doc-tests nexus_reconfigurator_execution
98062025-05-22T21:47:27.670Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-05f05592b2043506.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6be92b314cd65509.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-46237a27e33a0ab0.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-97d9e3ee3bd7112d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-70987375fdf21863.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ac940d7a2dea05c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-b8eab7450ece552e.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-2bbad1053bc3dd9c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-09cebd030251fa7f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c8318a6cd0b3b1b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c339136713dd47b6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7f8c95ada91691fa.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-134bca3b93585162.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9af4cf48550384b9.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-18e723a04df2ea46.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c9aa51029d55f966.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-b3c7c8024b0365f8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52b67f6e83ede749.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-45d1fba194e9e613.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4d551551bccdf766.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.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`
98072025-05-22T21:47:28.448Z
98082025-05-22T21:47:28.448Zrunning 0 tests
98092025-05-22T21:47:28.448Z
98102025-05-22T21:47:28.448Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98112025-05-22T21:47:28.448Z
98122025-05-22T21:47:28.558Z Doc-tests nexus_reconfigurator_planning
98132025-05-22T21:47:28.558Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f350214c5e77f4cb.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-2bbad1053bc3dd9c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7f8c95ada91691fa.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9eeee9387e412400.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c9aa51029d55f966.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-c34e3f0d4b218dc7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98142025-05-22T21:47:29.383Z
98152025-05-22T21:47:29.383Zrunning 0 tests
98162025-05-22T21:47:29.383Z
98172025-05-22T21:47:29.383Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98182025-05-22T21:47:29.383Z
98192025-05-22T21:47:29.460Z Doc-tests nexus_reconfigurator_preparation
98202025-05-22T21:47:29.460Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-b3c7c8024b0365f8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98212025-05-22T21:47:30.137Z
98222025-05-22T21:47:30.137Zrunning 0 tests
98232025-05-22T21:47:30.137Z
98242025-05-22T21:47:30.137Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98252025-05-22T21:47:30.137Z
98262025-05-22T21:47:30.219Z Doc-tests nexus_reconfigurator_rendezvous
98272025-05-22T21:47:30.219Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-05f05592b2043506.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ac940d7a2dea05c4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c339136713dd47b6.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-7e9278e1539d0969.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.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`
98282025-05-22T21:47:30.873Z
98292025-05-22T21:47:30.873Zrunning 0 tests
98302025-05-22T21:47:30.873Z
98312025-05-22T21:47:30.873Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98322025-05-22T21:47:30.873Z
98332025-05-22T21:47:30.948Z Doc-tests nexus_reconfigurator_simulation
98342025-05-22T21:47:30.948Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7f8c95ada91691fa.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c9aa51029d55f966.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-de9a17e313467b3e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-23501c83745c97ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-13588d279a0e6993.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-c34e3f0d4b218dc7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98352025-05-22T21:47:31.525Z
98362025-05-22T21:47:31.525Zrunning 0 tests
98372025-05-22T21:47:31.525Z
98382025-05-22T21:47:31.525Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98392025-05-22T21:47:31.525Z
98402025-05-22T21:47:31.598Z Doc-tests nexus_saga_recovery
98412025-05-22T21:47:31.598Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1cd817a3f34bbccd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-50f58f309299c75f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-11b05d043c830cc5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52b67f6e83ede749.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-45d1fba194e9e613.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7babaaf4dc334ecd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.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`
98422025-05-22T21:47:32.215Z
98432025-05-22T21:47:32.215Zrunning 0 tests
98442025-05-22T21:47:32.215Z
98452025-05-22T21:47:32.215Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98462025-05-22T21:47:32.215Z
98472025-05-22T21:47:32.277Z Doc-tests nexus_sled_agent_shared
98482025-05-22T21:47:32.277Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1cd817a3f34bbccd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f350214c5e77f4cb.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98492025-05-22T21:47:32.989Z
98502025-05-22T21:47:32.989Zrunning 0 tests
98512025-05-22T21:47:32.989Z
98522025-05-22T21:47:32.989Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98532025-05-22T21:47:32.989Z
98542025-05-22T21:47:33.058Z Doc-tests nexus_test_interface
98552025-05-22T21:47:33.058Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-178f17d25fe9aeb4.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ad0f4bb11ef44287.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98562025-05-22T21:47:33.595Z
98572025-05-22T21:47:33.595Zrunning 0 tests
98582025-05-22T21:47:33.595Z
98592025-05-22T21:47:33.595Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98602025-05-22T21:47:33.595Z
98612025-05-22T21:47:33.680Z Doc-tests nexus_test_utils
98622025-05-22T21:47:33.680Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1df1e5c245214b7d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-043cbc8d74749c70.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b6fec43e878afad.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8de967e119dd7c6d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ad0f4bb11ef44287.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52b67f6e83ede749.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-23b351af86b286e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-51e372b8de9ba8d7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c9b598c9cea6c619.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.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`
98632025-05-22T21:47:34.859Z
98642025-05-22T21:47:34.859Zrunning 0 tests
98652025-05-22T21:47:34.859Z
98662025-05-22T21:47:34.859Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98672025-05-22T21:47:34.859Z
98682025-05-22T21:47:34.953Z Doc-tests nexus_test_utils_macros
98692025-05-22T21:47:34.953Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-45d1fba194e9e613.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.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`
98702025-05-22T21:47:35.080Z
98712025-05-22T21:47:35.080Zrunning 1 test
98722025-05-22T21:47:35.105Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
98732025-05-22T21:47:35.105Z
98742025-05-22T21:47:35.105Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
98752025-05-22T21:47:35.105Z
98762025-05-22T21:47:35.130Z Doc-tests nexus_types
98772025-05-22T21:47:35.130Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c75cee37aee73d50.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-0363576967932e69.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f350214c5e77f4cb.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-85e23b5420a509ee.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-974b4896704c0746.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-09cebd030251fa7f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dd3873209fa27529.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ce697cc2b74c394e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7babaaf4dc334ecd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98782025-05-22T21:47:39.935Z
98792025-05-22T21:47:39.935Zrunning 3 tests
98802025-05-22T21:47:39.960Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 1554) ... ignored
98812025-05-22T21:47:39.960Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 1426) ... ignored
98822025-05-22T21:47:39.960Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 901) ... ignored
98832025-05-22T21:47:39.960Z
98842025-05-22T21:47:39.960Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
98852025-05-22T21:47:39.960Z
98862025-05-22T21:47:40.100Z Doc-tests omicron_certificates
98872025-05-22T21:47:40.100Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e54d7805221c2d6c.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-c2a0be81ef6eaaf6.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a7fea1c3730556fb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dd3873209fa27529.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a5cba47263e8a0d9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-21d72b11cf8192de.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98882025-05-22T21:47:40.497Z
98892025-05-22T21:47:40.497Zrunning 0 tests
98902025-05-22T21:47:40.497Z
98912025-05-22T21:47:40.497Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98922025-05-22T21:47:40.497Z
98932025-05-22T21:47:40.551Z Doc-tests omicron_clickhouse_admin
98942025-05-22T21:47:40.551Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-17fe9c93e589ce58.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-a3e5c9b63562ec10.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1fc7900a737aa7c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ca999e2485026416.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-53cbaf64da7fba9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-04e2b99d1d8971e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98952025-05-22T21:47:41.136Z
98962025-05-22T21:47:41.136Zrunning 0 tests
98972025-05-22T21:47:41.137Z
98982025-05-22T21:47:41.137Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98992025-05-22T21:47:41.137Z
99002025-05-22T21:47:41.227Z Doc-tests omicron_cockroach_admin
99012025-05-22T21:47:41.227Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-6a45427520c95b61.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5bc34f4a7d38bdaa.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-86c99ae0df69156e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52b67f6e83ede749.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-26f3b33fcfb442f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.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`
99022025-05-22T21:47:41.688Z
99032025-05-22T21:47:41.688Zrunning 0 tests
99042025-05-22T21:47:41.688Z
99052025-05-22T21:47:41.688Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99062025-05-22T21:47:41.688Z
99072025-05-22T21:47:41.743Z Doc-tests omicron_common
99082025-05-22T21:47:41.790Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c75cee37aee73d50.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-03110428734066a6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f350214c5e77f4cb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-836bb1b5deb1d41d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a6e43ce4e980dd73.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-73bb3674874c829a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5ad3554f8389aea7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.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`
99092025-05-22T21:47:44.527Z
99102025-05-22T21:47:44.528Zrunning 2 tests
99112025-05-22T21:47:44.553Ztest common/src/lib.rs - FileKv (line 38) ... ignored
99122025-05-22T21:47:53.299Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 620) ... ok
99132025-05-22T21:47:53.299Z
99142025-05-22T21:47:53.299Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 8.77s
99152025-05-22T21:47:53.299Z
99162025-05-22T21:47:53.423Z Doc-tests omicron_ddm_admin_client
99172025-05-22T21:47:53.423Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-48cd39f6f519f21d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec08e09067973eb9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a6e43ce4e980dd73.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99182025-05-22T21:47:53.869Z
99192025-05-22T21:47:53.869Zrunning 0 tests
99202025-05-22T21:47:53.869Z
99212025-05-22T21:47:53.869Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99222025-05-22T21:47:53.869Z
99232025-05-22T21:47:53.922Z Doc-tests omicron_dev_lib
99242025-05-22T21:47:53.923Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-861b24e1ce2145a7.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-d75491811360066c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99252025-05-22T21:47:54.296Z
99262025-05-22T21:47:54.296Zrunning 0 tests
99272025-05-22T21:47:54.296Z
99282025-05-22T21:47:54.296Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99292025-05-22T21:47:54.296Z
99302025-05-22T21:47:54.345Z Doc-tests omicron_gateway
99312025-05-22T21:47:54.345Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-280fecc7b698028f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-6694872af3218eb5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-5ddb8831862ed086.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b6fec43e878afad.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-974b4896704c0746.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2c32153211f3719b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-1262476b355dfc32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-20f4962940a3a360.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c9b598c9cea6c619.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-058b814ab96e74ad.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-1b3455a40a6b6e81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-dbb95394240ae42c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-dd4b10d855b8e952.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99322025-05-22T21:47:55.372Z
99332025-05-22T21:47:55.372Zrunning 0 tests
99342025-05-22T21:47:55.372Z
99352025-05-22T21:47:55.372Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99362025-05-22T21:47:55.372Z
99372025-05-22T21:47:55.454Z Doc-tests omicron_ls_apis
99382025-05-22T21:47:55.454Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e93e7f76a769c152.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-5088614924b26082.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d122a0cd649f2f6a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99392025-05-22T21:47:55.764Z
99402025-05-22T21:47:55.764Zrunning 1 test
99412025-05-22T21:47:55.789Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
99422025-05-22T21:47:55.789Z
99432025-05-22T21:47:55.789Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
99442025-05-22T21:47:55.789Z
99452025-05-22T21:47:55.836Z Doc-tests omicron_nexus
99462025-05-22T21:47:55.836Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-05f05592b2043506.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6fd1820348c63f7e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ee912c437156fb5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6be92b314cd65509.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-46237a27e33a0ab0.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-97d9e3ee3bd7112d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-70987375fdf21863.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-13e0849623785201.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1df1e5c245214b7d.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-66dbd4649a5ce446.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7b7e16bb0b5ea00f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ac940d7a2dea05c4.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-043cbc8d74749c70.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71afdea17575306c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b041d8210074b50a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b6fec43e878afad.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8de967e119dd7c6d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-7fc1247b1e4c45d9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-21f80b885276f263.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-b8eab7450ece552e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aba008871031d993.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a2b9e53f46bc5663.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-bc84017ff3f4fc7c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-06c6c73b5e9cd84f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-836bb1b5deb1d41d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-50f58f309299c75f.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-43d699029504d7ad.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c8318a6cd0b3b1b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b28b203a84f1a505.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3d0937dd5e65435e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c339136713dd47b6.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6420efae7cb728cf.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-2927ff97a439486e.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-66f373a1e2f80658.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7f8c95ada91691fa.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-c4af815dc89830dc.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-134bca3b93585162.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9af4cf48550384b9.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-18e723a04df2ea46.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c9aa51029d55f966.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-b3c7c8024b0365f8.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-7e9278e1539d0969.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-11b05d043c830cc5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ad0f4bb11ef44287.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52b67f6e83ede749.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-45d1fba194e9e613.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4d551551bccdf766.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-23b351af86b286e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dd3873209fa27529.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-931dea1dd8118a38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-dfffbb5b0006795e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-51e372b8de9ba8d7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-20f4962940a3a360.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c9b598c9cea6c619.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ce697cc2b74c394e.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-dadf3ecbd0816e0d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d122a0cd649f2f6a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a6e43ce4e980dd73.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-53020d7d109f16b1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a92d1d23c6982176.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-21d72b11cf8192de.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-43ee184755a254a4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-42e297bdf6176b96.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-06402b32ad514be7.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c8fc30b72ed3faa9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-15bf0ae14dfc2404.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d465b196ec8b54ac.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-dbb95394240ae42c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7babaaf4dc334ecd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-2b3377333019c1f2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a6ed5a3bfc69ba77.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-80059ebe801558b6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3f1179eed97634f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e47bf82e9abfb359.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.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`
99472025-05-22T21:47:59.681Z
99482025-05-22T21:47:59.681Zrunning 5 tests
99492025-05-22T21:47:59.705Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 246) ... ignored
99502025-05-22T21:48:04.162Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 805) ... ok
99512025-05-22T21:48:04.187Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 827) ... ok
99522025-05-22T21:48:04.214Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 899) ... ok
99532025-05-22T21:48:04.280Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 869) ... ok
99542025-05-22T21:48:04.280Z
99552025-05-22T21:48:04.280Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.60s
99562025-05-22T21:48:04.280Z
99572025-05-22T21:48:04.476Z Doc-tests omicron_package
99582025-05-22T21:48:04.476Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e93e7f76a769c152.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-9282409af6c7406f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-cf5a4519ad610b34.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-5ade9ba9e14306f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-91bf7427db5bf575.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d122a0cd649f2f6a.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-430d859215fc2171.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-42e297bdf6176b96.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-30b731a8ab2b762e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c8a4237251da16e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f921d9319839a49a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99592025-05-22T21:48:04.883Z
99602025-05-22T21:48:04.883Zrunning 0 tests
99612025-05-22T21:48:04.883Z
99622025-05-22T21:48:04.883Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99632025-05-22T21:48:04.883Z
99642025-05-22T21:48:04.919Z Doc-tests omicron_passwords
99652025-05-22T21:48:04.919Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-c3c31eea81948390.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-13e0849623785201.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-66d1ebdf53b96254.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6bf1502fcb651c82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99662025-05-22T21:48:05.134Z
99672025-05-22T21:48:05.134Zrunning 0 tests
99682025-05-22T21:48:05.134Z
99692025-05-22T21:48:05.135Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99702025-05-22T21:48:05.135Z
99712025-05-22T21:48:05.168Z Doc-tests omicron_pins
99722025-05-22T21:48:05.168Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e93e7f76a769c152.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a2ce994b29edea0d.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-650cf5d6eef61a65.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-eeb238e858ddb870.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99732025-05-22T21:48:05.315Z
99742025-05-22T21:48:05.315Zrunning 0 tests
99752025-05-22T21:48:05.315Z
99762025-05-22T21:48:05.315Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99772025-05-22T21:48:05.315Z
99782025-05-22T21:48:05.344Z Doc-tests omicron_repl_utils
99792025-05-22T21:48:05.344Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-a749bfc4da00904c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b615d9fb0618ab3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99802025-05-22T21:48:05.478Z
99812025-05-22T21:48:05.478Zrunning 0 tests
99822025-05-22T21:48:05.478Z
99832025-05-22T21:48:05.478Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99842025-05-22T21:48:05.478Z
99852025-05-22T21:48:05.504Z Doc-tests omicron_rpaths
99862025-05-22T21:48:05.504Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-db968589fb3b719a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99872025-05-22T21:48:05.615Z
99882025-05-22T21:48:05.615Zrunning 0 tests
99892025-05-22T21:48:05.615Z
99902025-05-22T21:48:05.615Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99912025-05-22T21:48:05.615Z
99922025-05-22T21:48:05.644Z Doc-tests omicron_sled_agent
99932025-05-22T21:48:05.644Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2ed982ab574d3381.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-793e67e6a38393d1.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-28c94b5b1ba9bebe.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f2622ce25bc38426.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ee912c437156fb5c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1d657856036a97d2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-70987375fdf21863.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1df1e5c245214b7d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-043cbc8d74749c70.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-cb4a405831874f33.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71afdea17575306c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-18e34be0a9d8916f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ca999e2485026416.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-08514d8b3d909635.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e457768128836586.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-bc84017ff3f4fc7c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fde91e02b5e34bee.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-07c8cab37eeeb7eb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-836bb1b5deb1d41d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9eeee9387e412400.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec08e09067973eb9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-23b351af86b286e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-585a69e7b541d637.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-20f4962940a3a360.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c9b598c9cea6c619.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-53020d7d109f16b1.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a214444d5a087fa5.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-c25c257aa99a7c0c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a92d1d23c6982176.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-21d72b11cf8192de.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f9c9c39d28fb8e6b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-299899adb86beeea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-82f5b5779c10b7f8.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-68aa77e3bd9fecef.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-5265c0f44ab35552.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-fe66b18e5d9003b2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-304d2f67b89658c0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c8a4237251da16e2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-4be5539cfba170a3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-33e696f18d49a9d1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bbf7d9169f96811b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-4ce4f94fd135675e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ef3831e116aacf0b.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`
99942025-05-22T21:48:08.322Z
99952025-05-22T21:48:08.323Zrunning 0 tests
99962025-05-22T21:48:08.323Z
99972025-05-22T21:48:08.323Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99982025-05-22T21:48:08.323Z
99992025-05-22T21:48:08.471Z Doc-tests omicron_test_utils
100002025-05-22T21:48:08.471Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2ed982ab574d3381.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-c2e3b4797df951d4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ae1147ca51c1d919.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-8de967e119dd7c6d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-4a1ab06eec285bf2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-957ee2bc853e88cb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-21d72b11cf8192de.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-42e297bdf6176b96.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-06402b32ad514be7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.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`
100012025-05-22T21:48:09.026Z
100022025-05-22T21:48:09.026Zrunning 3 tests
100032025-05-22T21:48:09.052Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 237) ... ignored
100042025-05-22T21:48:18.126Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 205) ... ok
100052025-05-22T21:48:18.304Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 249) ... ok
100062025-05-22T21:48:18.304Z
100072025-05-22T21:48:18.304Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 9.28s
100082025-05-22T21:48:18.304Z
100092025-05-22T21:48:18.377Z Doc-tests omicron_uuid_kinds
100102025-05-22T21:48:18.377Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f350214c5e77f4cb.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-09cebd030251fa7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.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`
100112025-05-22T21:48:18.613Z
100122025-05-22T21:48:18.613Zrunning 0 tests
100132025-05-22T21:48:18.613Z
100142025-05-22T21:48:18.613Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100152025-05-22T21:48:18.613Z
100162025-05-22T21:48:18.644Z Doc-tests omicron_workspace_hack
100172025-05-22T21:48:18.691Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d8bd5b90e89be16d.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-36bced02ae4bd5ce.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-e40f3784fef46667.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2fad40719046d586.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-fae69d05f1cd8859.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be8aff341cdf0f9a.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-beab76081c319986.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-74fae681615b10bb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6fd1820348c63f7e.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-64aa4ce7eb6af6b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-2715fefc30f52791.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ec0951ff84750b18.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-0363576967932e69.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-31712546fcde96fc.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-7359b4299789c5bf.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-3f2c1554917f5114.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-4c308f9f263b3acb.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-9c47023c64efb974.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-f350214c5e77f4cb.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1d6ab4ed8afa3f4c.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-9fc69d5c4eb5f54b.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-dc7921bbf0ae3c48.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-903db01f47f860dd.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-391a2f5ca8aa2814.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-45931e58a466b58b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-18e34be0a9d8916f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a2ce994b29edea0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3690577ee22f758c.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b54f0766faacde7a.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e1867bd8b0b9071d.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5a41f0b5a4a31464.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d3e85c47b514f975.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-02873555aa1f7fad.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-f9fc266c50de2be5.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b7e2d5194bb65c6f.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-6e5529a61faa4dd6.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-7fc1247b1e4c45d9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c7a6dc45672657bd.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4e5ed60eb88b216b.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8e30d2ac86fd165d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-cf5a4519ad610b34.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-bc205343c3f910de.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f650cf923ca8fbb1.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c919e9c07f8e06f6.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0d7cde468535b2dd.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45fc1ecef8334f2d.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-546499f45209a4df.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0285c7849a144e15.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-09cebd030251fa7f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-a36be6e63a1c4628.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e822832db8731ed7.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-fee13790db3f937e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b1af0a1645222b48.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-1d5d7e38952c741d.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-342e1c0a888cffaa.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1e0427ca8cfde79c.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-7d36d1187c824df7.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-c3d33902be3a3c7a.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-a0c82bb1eeded8a6.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-aee31058d714c40e.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-14b6e25768d4002a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6fc1782911ea05df.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8a5c4ab1e9e4d4bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a8cfc978a1436320.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-52a7e34822aa1467.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-da154a6f1e98b245.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b1b1d9a77e02b58b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4c50366c16e309bb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1e37e518e321c5ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0559c45c5f37fd70.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-dbb95c3a428e30f8.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-dc900234ca880324.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-b3f851e4e1013d46.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6170a89a7cf31b99.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ad3a06912287c77.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-5fe7f57acb8668b8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-946b619ace1d2796.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-1a53d49653501b73.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a50964eed4dd5fca.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-eeb238e858ddb870.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5601242d4cca54cf.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-363632c650604cac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0b7c8d2cf36bacc2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-4160d46f2ca5230e.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-37ca749e972e1092.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-86d4ae5d34df00b9.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b755c5a6bb05839b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-bf13de9ad42c7533.rlib --extern zip_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100182025-05-22T21:48:18.744Z
100192025-05-22T21:48:18.744Zrunning 0 tests
100202025-05-22T21:48:18.744Z
100212025-05-22T21:48:18.744Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100222025-05-22T21:48:18.744Z
100232025-05-22T21:48:18.769Z Doc-tests openapi_manager
100242025-05-22T21:48:18.769Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-2ed982ab574d3381.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-28c94b5b1ba9bebe.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-17fe9c93e589ce58.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-6a45427520c95b61.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-937926e7fb09cd39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a2ce994b29edea0d.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-6694872af3218eb5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0df341b0b4229909.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-2927ff97a439486e.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-66f373a1e2f80658.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-950b2a9d715e7097.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-87a105be0507419e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-b811c2f97608b7d7.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-1b2e9ab2b42529fb.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f9c9c39d28fb8e6b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0559c45c5f37fd70.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-68aa77e3bd9fecef.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ad782180ecad993d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-fe6e77c37b654036.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100252025-05-22T21:48:19.657Z
100262025-05-22T21:48:19.657Zrunning 0 tests
100272025-05-22T21:48:19.657Z
100282025-05-22T21:48:19.657Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100292025-05-22T21:48:19.657Z
100302025-05-22T21:48:19.744Z Doc-tests openapi_manager_types
100312025-05-22T21:48:19.744Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-87a105be0507419e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100322025-05-22T21:48:19.884Z
100332025-05-22T21:48:19.884Zrunning 2 tests
100342025-05-22T21:48:20.289Ztest dev-tools/openapi-manager/types/src/versions.rs - versions::api_versions (line 108) ... ok
100352025-05-22T21:48:20.359Ztest dev-tools/openapi-manager/types/src/versions.rs - versions::api_versions (line 90) ... ok
100362025-05-22T21:48:20.359Z
100372025-05-22T21:48:20.359Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.48s
100382025-05-22T21:48:20.359Z
100392025-05-22T21:48:20.390Z Doc-tests oxide_client
100402025-05-22T21:48:20.390Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-931dea1dd8118a38.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a6e43ce4e980dd73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5ad3554f8389aea7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100412025-05-22T21:48:28.272Z
100422025-05-22T21:48:28.272Zrunning 257 tests
100432025-05-22T21:48:28.342Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 25) ... ignored
100442025-05-22T21:48:28.342Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 25) ... ignored
100452025-05-22T21:48:28.342Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 27) ... ignored
100462025-05-22T21:48:28.342Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 26) ... ignored
100472025-05-22T21:48:28.342Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 26) ... ignored
100482025-05-22T21:48:28.342Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 26) ... ignored
100492025-05-22T21:48:28.342Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 28) ... ignored
100502025-05-22T21:48:28.342Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 26) ... ignored
100512025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 25) ... ignored
100522025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
100532025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
100542025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
100552025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
100562025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
100572025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
100582025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
100592025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
100602025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
100612025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
100622025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
100632025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
100642025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
100652025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
100662025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
100672025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
100682025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::affinity_group_create (line 25) ... ignored
100692025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::affinity_group_delete (line 25) ... ignored
100702025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::affinity_group_list (line 27) ... ignored
100712025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::affinity_group_member_instance_add (line 26) ... ignored
100722025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::affinity_group_member_instance_delete (line 26) ... ignored
100732025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::affinity_group_member_instance_view (line 26) ... ignored
100742025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::affinity_group_member_list (line 28) ... ignored
100752025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::affinity_group_update (line 26) ... ignored
100762025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::affinity_group_view (line 25) ... ignored
100772025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
100782025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
100792025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
100802025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::instance_affinity_group_list (line 28) ... ignored
100812025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
100822025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
100832025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
100842025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
100852025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
100862025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_create (line 22) ... ignored
100872025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_delete (line 26) ... ignored
100882025-05-22T21:48:28.343Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_download (line 29) ... ignored
100892025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_download_file (line 25) ... ignored
100902025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_head (line 24) ... ignored
100912025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_head_file (line 25) ... ignored
100922025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_index (line 24) ... ignored
100932025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_list (line 26) ... ignored
100942025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_view (line 24) ... ignored
100952025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::target_release_update (line 24) ... ignored
100962025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::target_release_view (line 24) ... ignored
100972025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::timeseries_query (line 27) ... ignored
100982025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
100992025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
101002025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
101012025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
101022025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
101032025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
101042025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 28) ... ignored
101052025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
101062025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
101072025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
101082025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
101092025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
101102025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
101112025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
101122025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
101132025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
101142025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
101152025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
101162025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
101172025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
101182025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
101192025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
101202025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
101212025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
101222025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
101232025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
101242025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
101252025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 26) ... ignored
101262025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
101272025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
101282025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
101292025-05-22T21:48:28.344Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
101302025-05-22T21:48:28.345Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
101312025-05-22T21:48:28.345Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
101322025-05-22T21:48:28.345Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
101332025-05-22T21:48:28.345Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
101342025-05-22T21:48:28.345Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
101352025-05-22T21:48:28.345Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
101362025-05-22T21:48:28.345Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
101372025-05-22T21:48:28.345Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
101382025-05-22T21:48:28.345Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
101392025-05-22T21:48:28.345Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
101402025-05-22T21:48:28.345Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
101412025-05-22T21:48:28.345Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
101422025-05-22T21:48:28.345Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
101432025-05-22T21:48:28.371Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
101442025-05-22T21:48:28.371Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
101452025-05-22T21:48:28.371Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
101462025-05-22T21:48:28.371Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
101472025-05-22T21:48:28.371Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
101482025-05-22T21:48:28.371Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
101492025-05-22T21:48:28.371Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
101502025-05-22T21:48:28.371Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 26) ... ignored
101512025-05-22T21:48:28.371Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
101522025-05-22T21:48:28.371Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 26) ... ignored
101532025-05-22T21:48:28.371Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
101542025-05-22T21:48:28.372Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
101552025-05-22T21:48:28.372Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
101562025-05-22T21:48:28.372Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
101572025-05-22T21:48:28.372Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
101582025-05-22T21:48:28.372Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
101592025-05-22T21:48:28.372Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
101602025-05-22T21:48:28.372Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
101612025-05-22T21:48:28.372Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
101622025-05-22T21:48:28.372Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
101632025-05-22T21:48:28.372Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
101642025-05-22T21:48:28.372Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
101652025-05-22T21:48:28.372Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
101662025-05-22T21:48:28.372Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored
101672025-05-22T21:48:28.372Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
101682025-05-22T21:48:28.372Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
101692025-05-22T21:48:28.372Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
101702025-05-22T21:48:28.372Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
101712025-05-22T21:48:28.372Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
101722025-05-22T21:48:28.372Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
101732025-05-22T21:48:28.372Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
101742025-05-22T21:48:28.372Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
101752025-05-22T21:48:28.372Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
101762025-05-22T21:48:28.372Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
101772025-05-22T21:48:28.372Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
101782025-05-22T21:48:28.372Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
101792025-05-22T21:48:28.372Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
101802025-05-22T21:48:28.372Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 22) ... ignored
101812025-05-22T21:48:28.373Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 24) ... ignored
101822025-05-22T21:48:28.373Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 26) ... ignored
101832025-05-22T21:48:28.373Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 27) ... ignored
101842025-05-22T21:48:28.373Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 28) ... ignored
101852025-05-22T21:48:28.373Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 25) ... ignored
101862025-05-22T21:48:28.373Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 24) ... ignored
101872025-05-22T21:48:28.373Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 27) ... ignored
101882025-05-22T21:48:28.373Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 22) ... ignored
101892025-05-22T21:48:28.373Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 22) ... ignored
101902025-05-22T21:48:28.373Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 27) ... ignored
101912025-05-22T21:48:28.373Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 27) ... ignored
101922025-05-22T21:48:28.373Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 24) ... ignored
101932025-05-22T21:48:28.373Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 24) ... ignored
101942025-05-22T21:48:28.373Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 25) ... ignored
101952025-05-22T21:48:28.373Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 24) ... ignored
101962025-05-22T21:48:28.373Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 24) ... ignored
101972025-05-22T21:48:28.373Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
101982025-05-22T21:48:28.373Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 24) ... ignored
101992025-05-22T21:48:28.373Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 25) ... ignored
102002025-05-22T21:48:28.373Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
102012025-05-22T21:48:28.373Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
102022025-05-22T21:48:28.373Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
102032025-05-22T21:48:28.374Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
102042025-05-22T21:48:28.374Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored
102052025-05-22T21:48:28.374Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored
102062025-05-22T21:48:28.374Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
102072025-05-22T21:48:28.374Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
102082025-05-22T21:48:28.374Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
102092025-05-22T21:48:28.374Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
102102025-05-22T21:48:28.374Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 26) ... ignored
102112025-05-22T21:48:28.374Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored
102122025-05-22T21:48:28.374Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 24) ... ignored
102132025-05-22T21:48:28.374Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
102142025-05-22T21:48:28.374Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
102152025-05-22T21:48:28.374Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 26) ... ignored
102162025-05-22T21:48:28.374Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 22) ... ignored
102172025-05-22T21:48:28.374Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
102182025-05-22T21:48:28.374Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
102192025-05-22T21:48:28.374Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
102202025-05-22T21:48:28.374Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
102212025-05-22T21:48:28.374Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
102222025-05-22T21:48:28.374Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
102232025-05-22T21:48:28.374Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 27) ... ignored
102242025-05-22T21:48:28.374Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 26) ... ignored
102252025-05-22T21:48:28.374Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 29) ... ignored
102262025-05-22T21:48:28.374Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
102272025-05-22T21:48:28.374Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
102282025-05-22T21:48:28.374Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
102292025-05-22T21:48:28.374Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
102302025-05-22T21:48:28.374Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
102312025-05-22T21:48:28.374Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
102322025-05-22T21:48:28.375Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
102332025-05-22T21:48:28.375Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
102342025-05-22T21:48:28.375Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
102352025-05-22T21:48:28.375Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
102362025-05-22T21:48:28.375Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
102372025-05-22T21:48:28.375Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 29) ... ignored
102382025-05-22T21:48:28.375Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
102392025-05-22T21:48:28.375Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
102402025-05-22T21:48:28.375Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
102412025-05-22T21:48:28.375Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
102422025-05-22T21:48:28.375Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
102432025-05-22T21:48:28.401Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
102442025-05-22T21:48:28.401Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
102452025-05-22T21:48:28.401Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
102462025-05-22T21:48:28.401Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
102472025-05-22T21:48:28.401Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
102482025-05-22T21:48:28.401Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
102492025-05-22T21:48:28.401Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
102502025-05-22T21:48:28.401Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
102512025-05-22T21:48:28.401Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
102522025-05-22T21:48:28.401Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
102532025-05-22T21:48:28.401Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_delivery_list (line 42) ... ignored
102542025-05-22T21:48:28.401Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_delivery_resend (line 25) ... ignored
102552025-05-22T21:48:28.401Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_event_class_list (line 28) ... ignored
102562025-05-22T21:48:28.401Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_receiver_create (line 22) ... ignored
102572025-05-22T21:48:28.401Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_receiver_delete (line 24) ... ignored
102582025-05-22T21:48:28.401Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_receiver_list (line 26) ... ignored
102592025-05-22T21:48:28.401Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_receiver_probe (line 31) ... ignored
102602025-05-22T21:48:28.401Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_receiver_subscription_add (line 25) ... ignored
102612025-05-22T21:48:28.401Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_receiver_subscription_remove (line 25) ... ignored
102622025-05-22T21:48:28.401Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_receiver_update (line 27) ... ignored
102632025-05-22T21:48:28.401Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_receiver_view (line 24) ... ignored
102642025-05-22T21:48:28.401Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_secrets_add (line 25) ... ignored
102652025-05-22T21:48:28.401Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_secrets_delete (line 24) ... ignored
102662025-05-22T21:48:28.401Ztest clients/oxide-client/src/lib.rs - ClientSystemWebhooksExt::webhook_secrets_list (line 24) ... ignored
102672025-05-22T21:48:28.401Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 26) ... ignored
102682025-05-22T21:48:28.401Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 27) ... ignored
102692025-05-22T21:48:28.401Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 27) ... ignored
102702025-05-22T21:48:28.401Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 28) ... ignored
102712025-05-22T21:48:28.401Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 29) ... ignored
102722025-05-22T21:48:28.401Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 27) ... ignored
102732025-05-22T21:48:28.401Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 28) ... ignored
102742025-05-22T21:48:28.402Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 29) ... ignored
102752025-05-22T21:48:28.402Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 28) ... ignored
102762025-05-22T21:48:28.402Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 26) ... ignored
102772025-05-22T21:48:28.402Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
102782025-05-22T21:48:28.402Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
102792025-05-22T21:48:28.402Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 32) ... ignored
102802025-05-22T21:48:28.402Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
102812025-05-22T21:48:28.402Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
102822025-05-22T21:48:28.402Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
102832025-05-22T21:48:28.402Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
102842025-05-22T21:48:28.402Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
102852025-05-22T21:48:28.402Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
102862025-05-22T21:48:28.402Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
102872025-05-22T21:48:28.402Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
102882025-05-22T21:48:28.402Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
102892025-05-22T21:48:28.402Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
102902025-05-22T21:48:28.402Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
102912025-05-22T21:48:28.402Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
102922025-05-22T21:48:28.402Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
102932025-05-22T21:48:28.402Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
102942025-05-22T21:48:28.402Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
102952025-05-22T21:48:28.402Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
102962025-05-22T21:48:28.402Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
102972025-05-22T21:48:28.402Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
102982025-05-22T21:48:28.402Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
102992025-05-22T21:48:28.402Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
103002025-05-22T21:48:28.402Z
103012025-05-22T21:48:28.402Ztest result: ok. 0 passed; 0 failed; 257 ignored; 0 measured; 0 filtered out; finished in 0.03s
103022025-05-22T21:48:28.402Z
103032025-05-22T21:48:28.521Z Doc-tests oximeter
103042025-05-22T21:48:28.521Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-31d3260ba3487f46.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-bc96ce2a14d137e0.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-dbd8afcc284de691.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d9bbcb5bbc5388a2.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a041e6542cd42be6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103052025-05-22T21:48:28.947Z
103062025-05-22T21:48:28.947Zrunning 2 tests
103072025-05-22T21:48:28.972Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
103082025-05-22T21:48:30.765Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
103092025-05-22T21:48:30.765Z
103102025-05-22T21:48:30.766Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.82s
103112025-05-22T21:48:30.766Z
103122025-05-22T21:48:30.831Z Doc-tests oximeter_api
103132025-05-22T21:48:30.831Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1cd817a3f34bbccd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-1b2e9ab2b42529fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103142025-05-22T21:48:31.265Z
103152025-05-22T21:48:31.265Zrunning 2 tests
103162025-05-22T21:48:31.291Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 25) ... ignored
103172025-05-22T21:48:31.291Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 31) ... ignored
103182025-05-22T21:48:31.291Z
103192025-05-22T21:48:31.291Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
103202025-05-22T21:48:31.291Z
103212025-05-22T21:48:31.323Z Doc-tests oximeter_client
103222025-05-22T21:48:31.323Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1cd817a3f34bbccd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-dfffbb5b0006795e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103232025-05-22T21:48:31.924Z
103242025-05-22T21:48:31.924Zrunning 0 tests
103252025-05-22T21:48:31.924Z
103262025-05-22T21:48:31.924Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103272025-05-22T21:48:31.924Z
103282025-05-22T21:48:32.003Z Doc-tests oximeter_collector
103292025-05-22T21:48:32.003Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-21f80b885276f263.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-1b2e9ab2b42529fb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-dfffbb5b0006795e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-51e372b8de9ba8d7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103302025-05-22T21:48:32.952Z
103312025-05-22T21:48:32.952Zrunning 0 tests
103322025-05-22T21:48:32.952Z
103332025-05-22T21:48:32.952Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103342025-05-22T21:48:32.952Z
103352025-05-22T21:48:33.055Z Doc-tests oximeter_db
103362025-05-22T21:48:33.055Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-3f0800d66ba0dd22.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-0dd4e25d1bec566d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a1bc1518771d14b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1fc7900a737aa7c1.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-84e797a2d3eb2d0c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-13e0849623785201.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-3f2c1554917f5114.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ae1147ca51c1d919.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d2eb89831c39492e.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b563444bd3d79103.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e822832db8731ed7.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-04e2b99d1d8971e7.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ce697cc2b74c394e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-10719ff00779e6c0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84d376be91cfdfdf.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b615d9fb0618ab3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-f82521dd8dfff456.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-ebacbb4871bfb0c5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-6fdeec24944bc0bb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-0ffdeed955cab556.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6d04259461ea3283.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.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`
103372025-05-22T21:48:34.688Z
103382025-05-22T21:48:34.688Zrunning 5 tests
103392025-05-22T21:48:34.716Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
103402025-05-22T21:48:34.716Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
103412025-05-22T21:48:34.716Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
103422025-05-22T21:48:34.716Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
103432025-05-22T21:48:34.716Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
103442025-05-22T21:48:34.716Z
103452025-05-22T21:48:34.716Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
103462025-05-22T21:48:34.716Z
103472025-05-22T21:48:34.778Z Doc-tests oximeter_instruments
103482025-05-22T21:48:34.778Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-05d9a6e89676a9f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-23e55ccd9b92683e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-20f4962940a3a360.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.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`
103492025-05-22T21:48:35.436Z
103502025-05-22T21:48:35.437Zrunning 0 tests
103512025-05-22T21:48:35.437Z
103522025-05-22T21:48:35.437Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103532025-05-22T21:48:35.437Z
103542025-05-22T21:48:35.513Z Doc-tests oximeter_macro_impl
103552025-05-22T21:48:35.513Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7a804a21217d5ba6.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-31d3260ba3487f46.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.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`
103562025-05-22T21:48:35.659Z
103572025-05-22T21:48:35.659Zrunning 0 tests
103582025-05-22T21:48:35.659Z
103592025-05-22T21:48:35.659Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103602025-05-22T21:48:35.659Z
103612025-05-22T21:48:35.684Z Doc-tests oximeter_producer
103622025-05-22T21:48:35.684Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8eb5d138fc32d6e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-88e6efea4a03f084.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c9b598c9cea6c619.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103632025-05-22T21:48:36.347Z
103642025-05-22T21:48:36.347Zrunning 0 tests
103652025-05-22T21:48:36.347Z
103662025-05-22T21:48:36.348Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103672025-05-22T21:48:36.348Z
103682025-05-22T21:48:36.421Z Doc-tests oximeter_schema
103692025-05-22T21:48:36.421Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-bc96ce2a14d137e0.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d9bbcb5bbc5388a2.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a041e6542cd42be6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103702025-05-22T21:48:36.917Z
103712025-05-22T21:48:36.917Zrunning 0 tests
103722025-05-22T21:48:36.917Z
103732025-05-22T21:48:36.917Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103742025-05-22T21:48:36.917Z
103752025-05-22T21:48:36.968Z Doc-tests oximeter_test_utils
103762025-05-22T21:48:36.968Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1fc7900a737aa7c1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c77faca43582992d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-31d3260ba3487f46.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-04e2b99d1d8971e7.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d9bbcb5bbc5388a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103772025-05-22T21:48:37.533Z
103782025-05-22T21:48:37.533Zrunning 0 tests
103792025-05-22T21:48:37.533Z
103802025-05-22T21:48:37.533Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103812025-05-22T21:48:37.533Z
103822025-05-22T21:48:37.591Z Doc-tests oximeter_timeseries_macro
103832025-05-22T21:48:37.592Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7a804a21217d5ba6.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-695a5f250385268d.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-dbd8afcc284de691.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0555517f9c6b7335.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.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`
103842025-05-22T21:48:37.988Z
103852025-05-22T21:48:37.988Zrunning 0 tests
103862025-05-22T21:48:37.988Z
103872025-05-22T21:48:37.988Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103882025-05-22T21:48:37.988Z
103892025-05-22T21:48:38.036Z Doc-tests oximeter_types
103902025-05-22T21:48:38.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_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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4c359a5fc24d22e5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-13e0849623785201.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-15dab050fa171917.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-31d3260ba3487f46.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d9bbcb5bbc5388a2.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-20a42dffa70865bf.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-41c430505d0d4218.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-bf82739cc3cec663.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103912025-05-22T21:48:38.944Z
103922025-05-22T21:48:38.944Zrunning 11 tests
103932025-05-22T21:48:39.762Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
103942025-05-22T21:48:48.661Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
103952025-05-22T21:48:48.929Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
103962025-05-22T21:48:48.954Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
103972025-05-22T21:48:48.989Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
103982025-05-22T21:48:49.074Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
103992025-05-22T21:48:49.245Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 928) ... ok
104002025-05-22T21:48:49.286Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
104012025-05-22T21:48:49.644Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
104022025-05-22T21:48:49.800Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
104032025-05-22T21:48:57.231Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
104042025-05-22T21:48:57.231Z
104052025-05-22T21:48:57.231Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 18.29s
104062025-05-22T21:48:57.231Z
104072025-05-22T21:48:57.308Z Doc-tests oxlog
104082025-05-22T21:48:57.308Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-d9e47a710bc38c83.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-cb797a97a5615274.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-430d859215fc2171.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-5d336fd19e8d8000.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104092025-05-22T21:48:57.465Z
104102025-05-22T21:48:57.465Zrunning 0 tests
104112025-05-22T21:48:57.465Z
104122025-05-22T21:48:57.465Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104132025-05-22T21:48:57.465Z
104142025-05-22T21:48:57.493Z Doc-tests oxql_types
104152025-05-22T21:48:57.493Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d2eb89831c39492e.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d9bbcb5bbc5388a2.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ce697cc2b74c394e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104162025-05-22T21:48:58.045Z
104172025-05-22T21:48:58.045Zrunning 0 tests
104182025-05-22T21:48:58.045Z
104192025-05-22T21:48:58.045Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104202025-05-22T21:48:58.045Z
104212025-05-22T21:48:58.101Z Doc-tests parallel_task_set
104222025-05-22T21:48:58.101Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7a804a21217d5ba6.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-dadf3ecbd0816e0d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104232025-05-22T21:48:58.226Z
104242025-05-22T21:48:58.226Zrunning 0 tests
104252025-05-22T21:48:58.226Z
104262025-05-22T21:48:58.226Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104272025-05-22T21:48:58.226Z
104282025-05-22T21:48:58.252Z Doc-tests range_requests
104292025-05-22T21:48:58.252Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5d6c1e9618f55f42.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-68878559edd21b25.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a92d1d23c6982176.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104302025-05-22T21:48:58.517Z
104312025-05-22T21:48:58.518Zrunning 0 tests
104322025-05-22T21:48:58.518Z
104332025-05-22T21:48:58.518Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104342025-05-22T21:48:58.518Z
104352025-05-22T21:48:58.554Z Doc-tests reconfigurator_cli
104362025-05-22T21:48:58.554Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-33f02ad2b36ccc37.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-09cebd030251fa7f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7f8c95ada91691fa.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9eeee9387e412400.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c9aa51029d55f966.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-de9a17e313467b3e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-40c5ba97455ba52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-a749bfc4da00904c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-7c94020e633fd86e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.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`
104372025-05-22T21:48:59.365Z
104382025-05-22T21:48:59.365Zrunning 0 tests
104392025-05-22T21:48:59.365Z
104402025-05-22T21:48:59.365Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104412025-05-22T21:48:59.365Z
104422025-05-22T21:48:59.441Z Doc-tests repo_depot_api
104432025-05-22T21:48:59.441Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1839dbb889cbb915.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f9c9c39d28fb8e6b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104442025-05-22T21:48:59.747Z
104452025-05-22T21:48:59.747Zrunning 2 tests
104462025-05-22T21:48:59.773Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 19) ... ignored
104472025-05-22T21:48:59.773Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 25) ... ignored
104482025-05-22T21:48:59.773Z
104492025-05-22T21:48:59.773Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
104502025-05-22T21:48:59.773Z
104512025-05-22T21:48:59.799Z Doc-tests repo_depot_client
104522025-05-22T21:48:59.799Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7a804a21217d5ba6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-299899adb86beeea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104532025-05-22T21:49:00.112Z
104542025-05-22T21:49:00.112Zrunning 0 tests
104552025-05-22T21:49:00.112Z
104562025-05-22T21:49:00.112Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104572025-05-22T21:49:00.113Z
104582025-05-22T21:49:00.154Z Doc-tests sled_agent_api
104592025-05-22T21:49:00.155Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-99e741043228244f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-68aa77e3bd9fecef.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-304d2f67b89658c0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104602025-05-22T21:49:00.886Z
104612025-05-22T21:49:00.886Zrunning 2 tests
104622025-05-22T21:49:00.912Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 79) ... ignored
104632025-05-22T21:49:00.912Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 85) ... ignored
104642025-05-22T21:49:00.912Z
104652025-05-22T21:49:00.912Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
104662025-05-22T21:49:00.912Z
104672025-05-22T21:49:00.949Z Doc-tests sled_agent_client
104682025-05-22T21:49:00.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_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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-53020d7d109f16b1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5ad3554f8389aea7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-920a7c6ecf0f054e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104692025-05-22T21:49:04.229Z
104702025-05-22T21:49:04.229Zrunning 0 tests
104712025-05-22T21:49:04.229Z
104722025-05-22T21:49:04.229Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104732025-05-22T21:49:04.229Z
104742025-05-22T21:49:04.365Z Doc-tests sled_agent_config_reconciler
104752025-05-22T21:49:04.366Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-07c8cab37eeeb7eb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4c50366c16e309bb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-68aa77e3bd9fecef.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-5265c0f44ab35552.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c8a4237251da16e2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-4be5539cfba170a3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-2a24cc18133aa099.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ef3831e116aacf0b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
104762025-05-22T21:49:05.268Z
104772025-05-22T21:49:05.268Zrunning 0 tests
104782025-05-22T21:49:05.268Z
104792025-05-22T21:49:05.268Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104802025-05-22T21:49:05.268Z
104812025-05-22T21:49:05.341Z Doc-tests sled_agent_types
104822025-05-22T21:49:05.341Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-793e67e6a38393d1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-53020d7d109f16b1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-21d72b11cf8192de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-82f5b5779c10b7f8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104832025-05-22T21:49:06.573Z
104842025-05-22T21:49:06.573Zrunning 0 tests
104852025-05-22T21:49:06.573Z
104862025-05-22T21:49:06.573Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104872025-05-22T21:49:06.573Z
104882025-05-22T21:49:06.650Z Doc-tests sled_agent_zone_images
104892025-05-22T21:49:06.650Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-e5227bd5b1932fe9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-de2b74bf39daf4c0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d17240d6d55f8a37.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-fe66b18e5d9003b2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-4be5539cfba170a3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104902025-05-22T21:49:07.157Z
104912025-05-22T21:49:07.157Zrunning 0 tests
104922025-05-22T21:49:07.157Z
104932025-05-22T21:49:07.157Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104942025-05-22T21:49:07.157Z
104952025-05-22T21:49:07.217Z Doc-tests sled_diagnostics
104962025-05-22T21:49:07.217Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a2ce994b29edea0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-cb797a97a5615274.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-304d2f67b89658c0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-4be5539cfba170a3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-561dac0dfe66cdbf.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104972025-05-22T21:49:07.826Z
104982025-05-22T21:49:07.826Zrunning 0 tests
104992025-05-22T21:49:07.826Z
105002025-05-22T21:49:07.826Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105012025-05-22T21:49:07.826Z
105022025-05-22T21:49:07.885Z Doc-tests sled_hardware
105032025-05-22T21:49:07.885Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ae1147ca51c1d919.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-d8ce5288ac3a0465.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-861b24e1ce2145a7.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-d6e9d2b68cad853c.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8b784133c07233da.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c8a4237251da16e2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bbf7d9169f96811b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.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`
105042025-05-22T21:49:08.505Z
105052025-05-22T21:49:08.505Zrunning 0 tests
105062025-05-22T21:49:08.505Z
105072025-05-22T21:49:08.505Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105082025-05-22T21:49:08.505Z
105092025-05-22T21:49:08.571Z Doc-tests sled_hardware_types
105102025-05-22T21:49:08.571Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-06ce76ea3062167a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105112025-05-22T21:49:09.078Z
105122025-05-22T21:49:09.078Zrunning 0 tests
105132025-05-22T21:49:09.078Z
105142025-05-22T21:49:09.078Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105152025-05-22T21:49:09.078Z
105162025-05-22T21:49:09.169Z Doc-tests sled_storage
105172025-05-22T21:49:09.169Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-05d9a6e89676a9f8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-07c8cab37eeeb7eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c8a4237251da16e2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-4be5539cfba170a3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-2a24cc18133aa099.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`
105182025-05-22T21:49:09.917Z
105192025-05-22T21:49:09.917Zrunning 0 tests
105202025-05-22T21:49:09.917Z
105212025-05-22T21:49:09.917Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105222025-05-22T21:49:09.917Z
105232025-05-22T21:49:09.992Z Doc-tests sp_sim
105242025-05-22T21:49:09.992Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-802d80532f274d68.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-974b4896704c0746.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aba008871031d993.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-a36be6e63a1c4628.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-298fd8ccc2fc37c7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-82f5b5779c10b7f8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-dbb95394240ae42c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b755c5a6bb05839b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105252025-05-22T21:49:10.784Z
105262025-05-22T21:49:10.784Zrunning 0 tests
105272025-05-22T21:49:10.784Z
105282025-05-22T21:49:10.784Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105292025-05-22T21:49:10.784Z
105302025-05-22T21:49:10.852Z Doc-tests trust_quorum
105312025-05-22T21:49:10.852Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-baeff8589e43a779.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-0dd4e25d1bec566d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-793e67e6a38393d1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-566f88cfd11bd304.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0b22b1fb87a5c9d8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-3c5ca9db08553e22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6bf1502fcb651c82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-82f5b5779c10b7f8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-abfa6bc241aa8324.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105322025-05-22T21:49:11.475Z
105332025-05-22T21:49:11.475Zrunning 0 tests
105342025-05-22T21:49:11.475Z
105352025-05-22T21:49:11.475Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105362025-05-22T21:49:11.475Z
105372025-05-22T21:49:11.544Z Doc-tests typed_rng
105382025-05-22T21:49:11.544Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-09cebd030251fa7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ef8c2fcc9369ed60.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-0bb76ceb9e289599.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-c34e3f0d4b218dc7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105392025-05-22T21:49:11.704Z
105402025-05-22T21:49:11.704Zrunning 0 tests
105412025-05-22T21:49:11.704Z
105422025-05-22T21:49:11.704Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105432025-05-22T21:49:11.704Z
105442025-05-22T21:49:11.731Z Doc-tests update_common
105452025-05-22T21:49:11.731Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-18e34be0a9d8916f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a2ce994b29edea0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aba008871031d993.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a6ed5a3bfc69ba77.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-80059ebe801558b6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-4ce4f94fd135675e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3f1179eed97634f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e47bf82e9abfb359.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105462025-05-22T21:49:12.283Z
105472025-05-22T21:49:12.283Zrunning 0 tests
105482025-05-22T21:49:12.283Z
105492025-05-22T21:49:12.283Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105502025-05-22T21:49:12.283Z
105512025-05-22T21:49:12.372Z Doc-tests update_engine
105522025-05-22T21:49:12.372Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6fd1820348c63f7e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ee912c437156fb5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-85e23b5420a509ee.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-cf5a4519ad610b34.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-3d2fa1f1b50ae27e.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-04d215a8959f0703.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-faa762f55049f9c0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-b811c2f97608b7d7.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d122a0cd649f2f6a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105532025-05-22T21:49:13.151Z
105542025-05-22T21:49:13.151Zrunning 4 tests
105552025-05-22T21:49:13.176Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
105562025-05-22T21:49:13.176Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
105572025-05-22T21:49:13.176Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
105582025-05-22T21:49:14.779Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
105592025-05-22T21:49:14.779Z
105602025-05-22T21:49:14.779Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 1.63s
105612025-05-22T21:49:14.779Z
105622025-05-22T21:49:14.855Z Doc-tests wicket
105632025-05-22T21:49:14.855Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f2ee157bd2e86383.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6fd1820348c63f7e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-85cdd742a5123a32.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-3f2c1554917f5114.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a384275f6c4d7326.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-cf5a4519ad610b34.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-b811c2f97608b7d7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-81ab985d4933973c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-daeb11303b9f9ecb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-f57411b50d232d3c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-30b731a8ab2b762e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0dba5871d0ebce1f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-018d6d02ff3a82c4.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ad782180ecad993d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-eeb238e858ddb870.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-11718ba67897d8f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-46db7b3094f22cd0.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-69de826f51cb69c7.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d1e10ca733f49110.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2d34db60bfc6ecc3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105642025-05-22T21:49:16.230Z
105652025-05-22T21:49:16.230Zrunning 0 tests
105662025-05-22T21:49:16.231Z
105672025-05-22T21:49:16.231Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105682025-05-22T21:49:16.231Z
105692025-05-22T21:49:16.313Z Doc-tests wicket_common
105702025-05-22T21:49:16.313Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71afdea17575306c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-b811c2f97608b7d7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-11718ba67897d8f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d1e10ca733f49110.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105712025-05-22T21:49:17.350Z
105722025-05-22T21:49:17.350Zrunning 0 tests
105732025-05-22T21:49:17.350Z
105742025-05-22T21:49:17.350Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105752025-05-22T21:49:17.350Z
105762025-05-22T21:49:17.432Z Doc-tests wicket_dbg
105772025-05-22T21:49:17.432Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-85cdd742a5123a32.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-3f2c1554917f5114.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b615d9fb0618ab3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0dba5871d0ebce1f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-69de826f51cb69c7.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-a50ed913d58f11d9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105782025-05-22T21:49:18.125Z
105792025-05-22T21:49:18.125Zrunning 0 tests
105802025-05-22T21:49:18.125Z
105812025-05-22T21:49:18.125Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105822025-05-22T21:49:18.125Z
105832025-05-22T21:49:18.217Z Doc-tests wicketd
105842025-05-22T21:49:18.217Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f2622ce25bc38426.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-6fd1820348c63f7e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c0069e3378425a8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71afdea17575306c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-33b0ce998003bbb7.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-18e34be0a9d8916f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ca999e2485026416.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-a2ce994b29edea0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-43578568c7d5f391.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b6fec43e878afad.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-cb42d1ad2154cc43.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aba008871031d993.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-cd0afd2097bd3905.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-f62393ede4ad1787.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0df341b0b4229909.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-d16e7d445911b948.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fde91e02b5e34bee.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fa614c2a8396fa56.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-23b1617de3de122d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a7fea1c3730556fb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec08e09067973eb9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b109c54103ced928.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0f8e08981bcc3ed4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-24adaeb0dba1d390.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ab1fc069870bc0e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b8daaf155da4f555.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4351bdfe4dac8c38.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7ef61ac51fd0819f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c9c06020dc17cf5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52271b564f360baa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a6ed5a3bfc69ba77.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-11718ba67897d8f5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-80059ebe801558b6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3f1179eed97634f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e47bf82e9abfb359.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-69de826f51cb69c7.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d1e10ca733f49110.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-88f1e69488ad7de2.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-fe6e77c37b654036.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2d34db60bfc6ecc3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105852025-05-22T21:49:19.253Z
105862025-05-22T21:49:19.253Zrunning 0 tests
105872025-05-22T21:49:19.253Z
105882025-05-22T21:49:19.253Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105892025-05-22T21:49:19.253Z
105902025-05-22T21:49:19.342Z Doc-tests wicketd_api
105912025-05-22T21:49:19.342Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f2622ce25bc38426.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-22d314ef7d710741.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5062bf73b5c947ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-310f377c02b47234.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d1e10ca733f49110.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-fe6e77c37b654036.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105922025-05-22T21:49:20.068Z
105932025-05-22T21:49:20.068Zrunning 2 tests
105942025-05-22T21:49:20.093Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 54) ... ignored
105952025-05-22T21:49:20.093Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 60) ... ignored
105962025-05-22T21:49:20.093Z
105972025-05-22T21:49:20.093Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
105982025-05-22T21:49:20.093Z
105992025-05-22T21:49:20.132Z Doc-tests wicketd_client
106002025-05-22T21:49:20.132Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1cd817a3f34bbccd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-fde91e02b5e34bee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-13f792bc8f6a5ed8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fbeb96a084998e08.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5ad3554f8389aea7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3a5582aafb9fc80e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6d1d2a6114fe4f89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e75d8c2b7970b63f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d1e10ca733f49110.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2d34db60bfc6ecc3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106012025-05-22T21:49:23.062Z
106022025-05-22T21:49:23.062Zrunning 0 tests
106032025-05-22T21:49:23.062Z
106042025-05-22T21:49:23.087Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106052025-05-22T21:49:23.087Z
106062025-05-22T21:49:23.172Z Doc-tests xtask_downloader
106072025-05-22T21:49:23.172Z 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-18e34be0a9d8916f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-baca3af312798d7f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4e987d8e71a5f8cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a4d4b3312d7c3f3b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-827f419c2da50fc5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8945fb8df0c5ac25.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-0d4542fe405be05b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106082025-05-22T21:49:23.523Z
106092025-05-22T21:49:23.523Zrunning 1 test
106102025-05-22T21:49:23.548Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 223) ... ignored
106112025-05-22T21:49:23.549Z
106122025-05-22T21:49:23.549Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
106132025-05-22T21:49:23.549Z
106142025-05-22T21:49:23.574Z Doc-tests zone_setup
106152025-05-22T21:49: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 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-07603d944ff3f639/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-36aacc6a42b39f5e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1b41b06f172b2ced/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e12d34a9627f3c71/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8c486a4b0c9552e9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f38c895496417100/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-3fa22054bd41c27d/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-815284d1de2d1d0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-99e741043228244f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-177ddd74a4dc0477.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1839dbb889cbb915.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ce76ea3062167a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-162b6afe63e0a5d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-7a804a21217d5ba6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d5a9a8c23a27fc4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8a03e6b8b0c2fe10.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-08195ed7acd83b61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-63041c43d64718a3.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-8f58a6be8c7403c0.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ef3831e116aacf0b.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-c726194679e973a3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106162025-05-22T21:49:23.967Z
106172025-05-22T21:49:23.967Zrunning 0 tests
106182025-05-22T21:49:23.967Z
106192025-05-22T21:49:23.967Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106202025-05-22T21:49:23.967Z
106212025-05-22T21:49:24.154Z
106222025-05-22T21:49:24.154Zreal 3:02.300428325
106232025-05-22T21:49:24.154Zuser 3:04.758565944
106242025-05-22T21:49:24.154Zsys 1:14.827466896
106252025-05-22T21:49:24.154Ztrap 0.073243450
106262025-05-22T21:49:24.179Ztflt 0.737031401
106272025-05-22T21:49:24.179Zdflt 1.636514570
106282025-05-22T21:49:24.179Zkflt 0.002270337
106292025-05-22T21:49:24.179Zlock 2:17.258271313
106302025-05-22T21:49:24.179Zslp 21:09.845400669
106312025-05-22T21:49:24.179Zlat 3.885939450
106322025-05-22T21:49:24.179Zstop 1.891018121
106332025-05-22T21:49:24.179Z+ [[ illumos == \i\l\l\u\m\o\s ]]
106342025-05-22T21:49:24.179Z+ banner live-test
106352025-05-22T21:49:24.179Z
106362025-05-22T21:49:24.179Z # # # # ###### ##### ###### #### #####
106372025-05-22T21:49:24.179Z # # # # # # # # #
106382025-05-22T21:49:24.179Z # # # # ##### ##### # ##### #### #
106392025-05-22T21:49:24.179Z # # # # # # # # #
106402025-05-22T21:49:24.179Z # # # # # # # # # #
106412025-05-22T21:49:24.179Z ###### # ## ###### # ###### #### #
106422025-05-22T21:49:24.179Z
106432025-05-22T21:49:24.179Z+ ptime -m cargo xtask live-tests
106442025-05-22T21:49:25.403Z Compiling serde v1.0.219
106452025-05-22T21:49:25.428Z Compiling libc v0.2.172
106462025-05-22T21:49:25.429Z Compiling serde_json v1.0.140
106472025-05-22T21:49:25.429Z Compiling rustix v0.38.37
106482025-05-22T21:49:25.429Z Compiling syn v2.0.101
106492025-05-22T21:49:25.429Z Compiling bitflags v2.9.0
106502025-05-22T21:49:26.017Z Compiling usdt-impl v0.5.0
106512025-05-22T21:49:26.050Z Compiling syn v1.0.109
106522025-05-22T21:49:26.200Z Compiling hashbrown v0.15.1
106532025-05-22T21:49:26.276Z Compiling log v0.4.27
106542025-05-22T21:49:26.415Z Compiling fs-err v3.1.0
106552025-05-22T21:49:26.751Z Compiling once_cell v1.21.3
106562025-05-22T21:49:26.777Z Compiling anyhow v1.0.98
106572025-05-22T21:49:27.303Z Compiling thread-id v4.2.2
106582025-05-22T21:49:27.562Z Compiling indexmap v2.9.0
106592025-05-22T21:49:29.018Z Compiling terminal_size v0.4.0
106602025-05-22T21:49:29.018Z Compiling tempfile v3.13.0
106612025-05-22T21:49:29.239Z Compiling clap_builder v4.5.35
106622025-05-22T21:49:30.042Z Compiling proc-macro-error v1.0.4
106632025-05-22T21:49:30.926Z Compiling tabled_derive v0.7.0
106642025-05-22T21:49:32.636Z Compiling tabled v0.15.0
106652025-05-22T21:49:33.317Z Compiling serde_derive v1.0.219
106662025-05-22T21:49:33.342Z Compiling thiserror-impl v1.0.69
106672025-05-22T21:49:33.342Z Compiling zerocopy-derive v0.7.35
106682025-05-22T21:49:33.342Z Compiling scroll_derive v0.12.0
106692025-05-22T21:49:33.342Z Compiling thiserror-impl v2.0.12
106702025-05-22T21:49:33.342Z Compiling clap_derive v4.5.32
106712025-05-22T21:49:35.133Z Compiling scroll v0.12.0
106722025-05-22T21:49:35.796Z Compiling zerocopy v0.7.35
106732025-05-22T21:49:35.821Z Compiling goblin v0.8.2
106742025-05-22T21:49:36.668Z Compiling thiserror v1.0.69
106752025-05-22T21:49:36.885Z Compiling pest v2.7.14
106762025-05-22T21:49:36.924Z Compiling thiserror v2.0.12
106772025-05-22T21:49:38.255Z Compiling clap v4.5.35
106782025-05-22T21:49:39.753Z Compiling pest_meta v2.7.14
106792025-05-22T21:49:41.287Z Compiling pest_generator v2.7.14
106802025-05-22T21:49:42.814Z Compiling pest_derive v2.7.14
106812025-05-22T21:49:43.901Z Compiling dtrace-parser v0.2.0
106822025-05-22T21:49:44.651Z Compiling serde_tokenstream v0.2.2
106832025-05-22T21:49:44.912Z Compiling toml_datetime v0.6.9
106842025-05-22T21:49:44.993Z Compiling serde_spanned v0.6.8
106852025-05-22T21:49:45.084Z Compiling camino v1.1.9
106862025-05-22T21:49:45.171Z Compiling cargo-platform v0.1.8
106872025-05-22T21:49:45.356Z Compiling toml_edit v0.22.26
106882025-05-22T21:49:45.428Z Compiling semver v1.0.26
106892025-05-22T21:49:45.454Z Compiling macaddr v1.0.1
106902025-05-22T21:49:45.753Z Compiling camino-tempfile v1.3.0
106912025-05-22T21:49:46.554Z Compiling dof v0.3.0
106922025-05-22T21:49:46.626Z Compiling cargo_metadata v0.19.2
106932025-05-22T21:49:48.512Z Compiling usdt-macro v0.5.0
106942025-05-22T21:49:48.512Z Compiling usdt-attr-macro v0.5.0
106952025-05-22T21:49:49.022Z Compiling toml v0.8.22
106962025-05-22T21:49:49.990Z Compiling cargo_toml v0.21.0
106972025-05-22T21:49:50.046Z Compiling usdt v0.5.0
106982025-05-22T21:49:54.192Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
106992025-05-22T21:49:59.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.37s
107002025-05-22T21:49:59.739Z Running `target/debug/xtask live-tests`
107012025-05-22T21:49:59.807Zusing temporary directory: /var/tmp/omicron_tmp/.tmpV25KwF
107022025-05-22T21:49:59.808Zwill create archive file: /var/tmp/omicron_tmp/.tmpV25KwF/live-tests-archive/omicron-live-tests.tar.zst
107032025-05-22T21:49:59.808Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
107042025-05-22T21:49:59.808Z
107052025-05-22T21:49:59.808Zrunning: /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/.tmpV25KwF/live-tests-archive/omicron-live-tests.tar.zst"
107062025-05-22T21:50:04.043Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
107072025-05-22T21:50:04.105Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
107082025-05-22T21:50:04.131Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
107092025-05-22T21:50:04.170Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
107102025-05-22T21:50:04.195Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
107112025-05-22T21:50:04.236Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
107122025-05-22T21:50:04.269Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
107132025-05-22T21:50:04.294Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
107142025-05-22T21:50:04.695Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
107152025-05-22T21:50:05.731Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
107162025-05-22T21:50:09.600Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
107172025-05-22T21:50:10.619Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
107182025-05-22T21:50:10.619Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
107192025-05-22T21:50:12.987Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
107202025-05-22T21:50:14.346Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
107212025-05-22T21:50:19.559Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
107222025-05-22T21:50:37.356Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
107232025-05-22T21:50:37.356Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
107242025-05-22T21:50:37.381Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
107252025-05-22T21:50:37.381Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
107262025-05-22T21:50:39.498Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
107272025-05-22T21:51:29.133Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
107282025-05-22T21:51:30.393Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
107292025-05-22T21:51:36.187Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
107302025-05-22T21:51:37.336Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
107312025-05-22T21:52:38.232Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
107322025-05-22T21:52:42.008Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
107332025-05-22T21:53:18.523Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 16s
107342025-05-22T21:53:18.790Zinfo: experimental features enabled: setup-scripts
107352025-05-22T21:53:18.816Z Archiving 1 binary, 1 build script output directory, 4 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpV25KwF/live-tests-archive/omicron-live-tests.tar.zst
107362025-05-22T21:53:19.450Z Archived 76 files to /var/tmp/omicron_tmp/.tmpV25KwF/live-tests-archive/omicron-live-tests.tar.zst in 0.65s
107372025-05-22T21:53:19.522Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpV25KwF/live-tests-archive\""
107382025-05-22T21:53:19.547Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpV25KwF" "live-tests-archive"
107392025-05-22T21:53:19.625Zcreated:
107402025-05-22T21:53:19.625ZTo use this:
107412025-05-22T21:53:19.625Z
107422025-05-22T21:53:19.625Z1. Copy the tarball to the switch zone in a deployed Omicron system.
107432025-05-22T21:53:19.625Z
107442025-05-22T21:53:19.625Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
107452025-05-22T21:53:19.651Z e.g., scp \
107462025-05-22T21:53:19.651Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
107472025-05-22T21:53:19.651Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
107482025-05-22T21:53:19.651Z
107492025-05-22T21:53:19.651Z2. Copy the `cargo-nextest` binary to the same place.
107502025-05-22T21:53:19.651Z
107512025-05-22T21:53:19.651Z e.g., scp \
107522025-05-22T21:53:19.651Z $(which cargo-nextest) \
107532025-05-22T21:53:19.651Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
107542025-05-22T21:53:19.651Z
107552025-05-22T21:53:19.651Z3. From the switch zone on that system, unpack the tarball with:
107562025-05-22T21:53:19.651Z
107572025-05-22T21:53:19.651Z tar xzf live-tests-archive.tgz
107582025-05-22T21:53:19.651Z
107592025-05-22T21:53:19.651Z4. From the switch zone on that system, run tests with:
107602025-05-22T21:53:19.651Z
107612025-05-22T21:53:19.651Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
107622025-05-22T21:53:19.651Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
107632025-05-22T21:53:19.651Z --workspace-remap live-tests-archive
107642025-05-22T21:53:19.651Z
107652025-05-22T21:53:19.651Z
107662025-05-22T21:53:19.651Zreal 3:55.465916123
107672025-05-22T21:53:19.651Zuser 7:57.496101671
107682025-05-22T21:53:19.651Zsys 1:01.670763440
107692025-05-22T21:53:19.652Ztrap 0.228240732
107702025-05-22T21:53:19.652Ztflt 0.579898686
107712025-05-22T21:53:19.652Zdflt 4.176187309
107722025-05-22T21:53:19.652Zkflt 0.001724776
107732025-05-22T21:53:19.652Zlock 18:51.669255502
107742025-05-22T21:53:19.652Zslp 32:32.108555731
107752025-05-22T21:53:19.652Zlat 7.124988228
107762025-05-22T21:53:19.652Zstop 23.768296787
107772025-05-22T21:53:19.652Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
107782025-05-22T21:53:19.652Z+ unset TMPDIR
107792025-05-22T21:53:19.652Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
107802025-05-22T21:53:19.652Zfiles in /var/tmp/omicron_tmp (none expected on success):
107812025-05-22T21:53:19.652Z+ find /var/tmp/omicron_tmp -ls
107822025-05-22T21:53:19.652Z164546 33 drwxr-xr-x 2 build build 2 May 22 21:53 /var/tmp/omicron_tmp
107832025-05-22T21:53:19.652Z+ rmdir /var/tmp/omicron_tmp
107842025-05-22T21:53:20.112Zprocess exited: duration 6904155 ms, exit code 0
 
107852025-05-22T21:53:20.176Zfound 3 output files
107862025-05-22T21:53:20.176Zuploading: /work/crate-build-timings.json (642162 bytes)
107872025-05-22T21:53:21.453Zuploaded: /work/crate-build-timings.json
107882025-05-22T21:53:21.453Zuploading: /work/environment.json (130 bytes)
107892025-05-22T21:53:22.552Zuploaded: /work/environment.json
107902025-05-22T21:53:22.552Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (407077 bytes)
107912025-05-22T21:53:23.813Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml